From 5ccfeccb42c684dad65e6bf4791853e447364a95 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Sat, 18 Feb 2023 19:08:02 +0100 Subject: [PATCH 01/36] Added ESLint validation for *.json5 files --- .editorconfig | 3 +++ .eslintrc.json | 39 ++++++++++++++++++++++++++++++++++++++- angular.json | 3 ++- package.json | 1 + yarn.lock | 21 ++++++++++++++++++++- 5 files changed, 64 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 15d4c87b14..590d1dea08 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ trim_trailing_whitespace = false [*.ts] quote_type = single + +[*.json5] +ij_json_keep_blank_lines_in_code = 3 diff --git a/.eslintrc.json b/.eslintrc.json index b95b54b979..af1b97849b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,8 @@ "eslint-plugin-jsdoc", "eslint-plugin-deprecation", "unused-imports", - "eslint-plugin-lodash" + "eslint-plugin-lodash", + "eslint-plugin-jsonc" ], "overrides": [ { @@ -224,6 +225,42 @@ "@angular-eslint/template/no-negated-async": "off", "@angular-eslint/template/eqeqeq": "off" } + }, + { + "files": [ + "*.json5" + ], + "extends": [ + "plugin:jsonc/recommended-with-jsonc" + ], + "rules": { + "no-irregular-whitespace": "error", + "no-trailing-spaces": "error", + "jsonc/comma-dangle": [ + "error", + "always-multiline" + ], + "jsonc/indent": [ + "error", + 2 + ], + "jsonc/key-spacing": [ + "error", + { + "beforeColon": false, + "afterColon": true, + "mode": "strict" + } + ], + "jsonc/no-dupe-keys": "off", + "jsonc/quotes": [ + "error", + "double", + { + "avoidEscape": false + } + ] + } } ] } diff --git a/angular.json b/angular.json index b32670ad77..56c75d7b2d 100644 --- a/angular.json +++ b/angular.json @@ -266,7 +266,8 @@ "options": { "lintFilePatterns": [ "src/**/*.ts", - "src/**/*.html" + "src/**/*.html", + "src/**/*.json5" ] } } diff --git a/package.json b/package.json index 9249884c8e..ba3962f00a 100644 --- a/package.json +++ b/package.json @@ -170,6 +170,7 @@ "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsonc": "^2.6.0", "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-unused-imports": "^2.0.0", "express-static-gzip": "^2.1.5", diff --git a/yarn.lock b/yarn.lock index 2fd4fa3bc8..02c6a95e84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5137,6 +5137,15 @@ eslint-plugin-jsdoc@^39.6.4: semver "^7.3.8" spdx-expression-parse "^3.0.1" +eslint-plugin-jsonc@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.6.0.tgz#5a439ec15b4930c022bf157264a3d4f4712b982c" + integrity sha512-4bA9YTx58QaWalua1Q1b82zt7eZMB7i+ed8q8cKkbKP75ofOA2SXbtFyCSok7RY6jIXeCqQnKjN9If8zCgv6PA== + dependencies: + eslint-utils "^3.0.0" + jsonc-eslint-parser "^2.0.4" + natural-compare "^1.4.0" + eslint-plugin-lodash@^7.4.0: version "7.4.0" resolved "https://registry.yarnpkg.com/eslint-plugin-lodash/-/eslint-plugin-lodash-7.4.0.tgz#14a761547f126c92ff56789662a20a44f8bb6290" @@ -5239,7 +5248,7 @@ esm@^3.2.25: resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== -espree@^9.4.0: +espree@^9.0.0, espree@^9.4.0: version "9.4.1" resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd" integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg== @@ -7020,6 +7029,16 @@ json5@^2.1.2, json5@^2.2.1, json5@^2.2.2: resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== +jsonc-eslint-parser@^2.0.4: + version "2.1.0" + resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-2.1.0.tgz#4c126b530aa583d85308d0b3041ff81ce402bbb2" + integrity sha512-qCRJWlbP2v6HbmKW7R3lFbeiVWHo+oMJ0j+MizwvauqnCV/EvtAeEeuCgoc/ErtsuoKgYB8U4Ih8AxJbXoE6/g== + dependencies: + acorn "^8.5.0" + eslint-visitor-keys "^3.0.0" + espree "^9.0.0" + semver "^7.3.5" + jsonc-parser@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" From 3c2f3d071fdca751202809a75dc4dfbc3a030699 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Sat, 18 Feb 2023 19:52:39 +0100 Subject: [PATCH 02/36] Fixed *.json5 linting issues --- src/assets/i18n/ar.json5 | 3818 +++++++++++++++-------------- src/assets/i18n/bn.json5 | 4490 +++++++++++++++++----------------- src/assets/i18n/ca.json5 | 4572 +++++++++++++++++----------------- src/assets/i18n/cs.json5 | 3818 +++++++++++++++-------------- src/assets/i18n/de.json5 | 3828 +++++++++++++++-------------- src/assets/i18n/el.json5 | 4484 +++++++++++++++++----------------- src/assets/i18n/en.json5 | 160 +- src/assets/i18n/es.json5 | 108 +- src/assets/i18n/fi.json5 | 59 +- src/assets/i18n/fr.json5 | 244 +- src/assets/i18n/gd.json5 | 2152 ++++++++-------- src/assets/i18n/hi.json5 | 4542 +++++++++++++++++----------------- src/assets/i18n/hu.json5 | 3811 +++++++++++++++-------------- src/assets/i18n/ja.json5 | 3818 +++++++++++++++-------------- src/assets/i18n/kk.json5 | 416 ++-- src/assets/i18n/lv.json5 | 58 +- src/assets/i18n/nl.json5 | 3818 +++++++++++++++-------------- src/assets/i18n/pl.json5 | 4600 +++++++++++++++++------------------ src/assets/i18n/pt-BR.json5 | 176 +- src/assets/i18n/pt-PT.json5 | 4061 +++++++++++++++---------------- src/assets/i18n/sv.json5 | 100 +- src/assets/i18n/sw.json5 | 3818 +++++++++++++++-------------- src/assets/i18n/tr.json5 | 3805 +++++++++++++++-------------- src/assets/i18n/uk.json5 | 605 +++-- 24 files changed, 30649 insertions(+), 30712 deletions(-) diff --git a/src/assets/i18n/ar.json5 b/src/assets/i18n/ar.json5 index 1edbdf7981..c2b00b0cd6 100644 --- a/src/assets/i18n/ar.json5 +++ b/src/assets/i18n/ar.json5 @@ -1,6752 +1,6748 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", - + // "401.link.home-page": "Take me to the home page", // TODO New key - Add a translation "401.link.home-page": "Take me to the home page", - + // "401.unauthorized": "unauthorized", // TODO New key - Add a translation "401.unauthorized": "unauthorized", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", - + // "403.link.home-page": "Take me to the home page", // TODO New key - Add a translation "403.link.home-page": "Take me to the home page", - + // "403.forbidden": "forbidden", // TODO New key - Add a translation "403.forbidden": "forbidden", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", // TODO New key - Add a translation "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", - + // "404.link.home-page": "Take me to the home page", // TODO New key - Add a translation "404.link.home-page": "Take me to the home page", - + // "404.page-not-found": "page not found", // TODO New key - Add a translation "404.page-not-found": "page not found", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.breadcrumbs": "System curation tasks", - + // "admin.curation-tasks.title": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.title": "System curation tasks", - + // "admin.curation-tasks.header": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.header": "System curation tasks", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.head": "Failure", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.head": "Create Bitstream format", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.head": "Success", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.head": "Failure", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.head": "Success", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", // TODO New key - Add a translation "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.edit.description.hint": "", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.label": "Description", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.head": "Failure", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.label": "Internal", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.head": "Success", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.head": "Bitstream Format Registry", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", // TODO New key - Add a translation "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.delete": "Delete selected", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", - + // "admin.registries.bitstream-formats.table.internal": "internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.internal": "internal", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.mimetype": "MIME Type", - + // "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.return": "Return", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", // TODO New key - Add a translation "admin.registries.metadata.breadcrumbs": "Metadata registry", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", // TODO New key - Add a translation "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", - + // "admin.registries.metadata.form.create": "Create metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.create": "Create metadata schema", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.edit": "Edit metadata schema", - + // "admin.registries.metadata.form.name": "Name", // TODO New key - Add a translation "admin.registries.metadata.form.name": "Name", - + // "admin.registries.metadata.form.namespace": "Namespace", // TODO New key - Add a translation "admin.registries.metadata.form.namespace": "Namespace", - + // "admin.registries.metadata.head": "Metadata Registry", // TODO New key - Add a translation "admin.registries.metadata.head": "Metadata Registry", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", // TODO New key - Add a translation "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.delete": "Delete selected", - + // "admin.registries.metadata.schemas.table.id": "ID", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.id": "ID", - + // "admin.registries.metadata.schemas.table.name": "Name", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.name": "Name", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.namespace": "Namespace", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", // TODO New key - Add a translation "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", // TODO New key - Add a translation "admin.registries.schema.breadcrumbs": "Metadata schema", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", // TODO New key - Add a translation "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", - + // "admin.registries.schema.fields.head": "Schema metadata fields", // TODO New key - Add a translation "admin.registries.schema.fields.head": "Schema metadata fields", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", // TODO New key - Add a translation "admin.registries.schema.fields.no-items": "No metadata fields to show.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.schema.fields.table.delete": "Delete selected", - + // "admin.registries.schema.fields.table.field": "Field", // TODO New key - Add a translation "admin.registries.schema.fields.table.field": "Field", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", // TODO New key - Add a translation "admin.registries.schema.fields.table.scopenote": "Scope Note", - + // "admin.registries.schema.form.create": "Create metadata field", // TODO New key - Add a translation "admin.registries.schema.form.create": "Create metadata field", - + // "admin.registries.schema.form.edit": "Edit metadata field", // TODO New key - Add a translation "admin.registries.schema.form.edit": "Edit metadata field", - + // "admin.registries.schema.form.element": "Element", // TODO New key - Add a translation "admin.registries.schema.form.element": "Element", - + // "admin.registries.schema.form.qualifier": "Qualifier", // TODO New key - Add a translation "admin.registries.schema.form.qualifier": "Qualifier", - + // "admin.registries.schema.form.scopenote": "Scope Note", // TODO New key - Add a translation "admin.registries.schema.form.scopenote": "Scope Note", - + // "admin.registries.schema.head": "Metadata Schema", // TODO New key - Add a translation "admin.registries.schema.head": "Metadata Schema", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.failure": "Error", // TODO New key - Add a translation "admin.registries.schema.notification.failure": "Error", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.success": "Success", // TODO New key - Add a translation "admin.registries.schema.notification.success": "Success", - + // "admin.registries.schema.return": "Return", // TODO New key - Add a translation "admin.registries.schema.return": "Return", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", // TODO New key - Add a translation "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.delete": "Delete EPerson", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - + // "admin.access-control.epeople.actions.reset": "Reset password", // TODO New key - Add a translation "admin.access-control.epeople.actions.reset": "Reset password", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", // TODO New key - Add a translation "admin.access-control.epeople.title": "DSpace Angular :: EPeople", - + // "admin.access-control.epeople.head": "EPeople", // TODO New key - Add a translation "admin.access-control.epeople.head": "EPeople", - + // "admin.access-control.epeople.search.head": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.head": "Search", - + // "admin.access-control.epeople.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.epeople.button.see-all": "Browse All", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.metadata": "Metadata", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.email": "E-mail (exact)", - + // "admin.access-control.epeople.search.button": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.button": "Search", - + // "admin.access-control.epeople.button.add": "Add EPerson", // TODO New key - Add a translation "admin.access-control.epeople.button.add": "Add EPerson", - + // "admin.access-control.epeople.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.table.id": "ID", - + // "admin.access-control.epeople.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.table.name": "Name", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.table.email": "E-mail (exact)", - + // "admin.access-control.epeople.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.epeople.table.edit": "Edit", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", // TODO New key - Add a translation "admin.access-control.epeople.no-items": "No EPeople to show.", - + // "admin.access-control.epeople.form.create": "Create EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.create": "Create EPerson", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.edit": "Edit EPerson", - + // "admin.access-control.epeople.form.firstName": "First name", // TODO New key - Add a translation "admin.access-control.epeople.form.firstName": "First name", - + // "admin.access-control.epeople.form.lastName": "Last name", // TODO New key - Add a translation "admin.access-control.epeople.form.lastName": "Last name", - + // "admin.access-control.epeople.form.email": "E-mail", // TODO New key - Add a translation "admin.access-control.epeople.form.email": "E-mail", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", // TODO New key - Add a translation "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", // TODO New key - Add a translation "admin.access-control.epeople.form.canLogIn": "Can log in", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", // TODO New key - Add a translation "admin.access-control.epeople.form.requireCertificate": "Requires certificate", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", // TODO New key - Add a translation "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", - + // "admin.access-control.epeople.form.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.form.table.id": "ID", - + // "admin.access-control.epeople.form.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.form.table.name": "Name", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", // TODO New key - Add a translation "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", // TODO New key - Add a translation "admin.access-control.epeople.form.goToGroups": "Add to groups", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", // TODO New key - Add a translation "admin.access-control.groups.title": "DSpace Angular :: Groups", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", // TODO New key - Add a translation "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", // TODO New key - Add a translation "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", - + // "admin.access-control.groups.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.head": "Groups", - + // "admin.access-control.groups.button.add": "Add group", // TODO New key - Add a translation "admin.access-control.groups.button.add": "Add group", - + // "admin.access-control.groups.search.head": "Search groups", // TODO New key - Add a translation "admin.access-control.groups.search.head": "Search groups", - + // "admin.access-control.groups.button.see-all": "Browse all", // TODO New key - Add a translation "admin.access-control.groups.button.see-all": "Browse all", - + // "admin.access-control.groups.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.search.button": "Search", - + // "admin.access-control.groups.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.table.id": "ID", - + // "admin.access-control.groups.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.table.name": "Name", - + // "admin.access-control.groups.table.members": "Members", // TODO New key - Add a translation "admin.access-control.groups.table.members": "Members", - + // "admin.access-control.groups.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.groups.table.edit": "Edit", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.head.create": "Create group", // TODO New key - Add a translation "admin.access-control.groups.form.head.create": "Create group", - + // "admin.access-control.groups.form.head.edit": "Edit group", // TODO New key - Add a translation "admin.access-control.groups.form.head.edit": "Edit group", - + // "admin.access-control.groups.form.groupName": "Group name", // TODO New key - Add a translation "admin.access-control.groups.form.groupName": "Group name", - + // "admin.access-control.groups.form.groupDescription": "Description", // TODO New key - Add a translation "admin.access-control.groups.form.groupDescription": "Description", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", // TODO New key - Add a translation "admin.access-control.groups.form.actions.delete": "Delete Group", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.head": "EPeople", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.head": "Add EPeople", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.headMembers": "Current Members", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.button": "Search", - + // "admin.access-control.groups.form.members-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.id": "ID", - + // "admin.access-control.groups.form.members-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.name": "Name", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.head": "Groups", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.button": "Search", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.id": "ID", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.name": "Name", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", - + // "admin.access-control.groups.form.return": "Return to groups", // TODO New key - Add a translation "admin.access-control.groups.form.return": "Return to groups", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", // TODO New key - Add a translation "admin.search.breadcrumbs": "Administrative Search", - + // "admin.search.collection.edit": "Edit", // TODO New key - Add a translation "admin.search.collection.edit": "Edit", - + // "admin.search.community.edit": "Edit", // TODO New key - Add a translation "admin.search.community.edit": "Edit", - + // "admin.search.item.delete": "Delete", // TODO New key - Add a translation "admin.search.item.delete": "Delete", - + // "admin.search.item.edit": "Edit", // TODO New key - Add a translation "admin.search.item.edit": "Edit", - + // "admin.search.item.make-private": "Make Private", // TODO New key - Add a translation "admin.search.item.make-private": "Make Private", - + // "admin.search.item.make-public": "Make Public", // TODO New key - Add a translation "admin.search.item.make-public": "Make Public", - + // "admin.search.item.move": "Move", // TODO New key - Add a translation "admin.search.item.move": "Move", - + // "admin.search.item.reinstate": "Reinstate", // TODO New key - Add a translation "admin.search.item.reinstate": "Reinstate", - + // "admin.search.item.withdraw": "Withdraw", // TODO New key - Add a translation "admin.search.item.withdraw": "Withdraw", - + // "admin.search.title": "Administrative Search", // TODO New key - Add a translation "admin.search.title": "Administrative Search", - + // "administrativeView.search.results.head": "Administrative Search", // TODO New key - Add a translation "administrativeView.search.results.head": "Administrative Search", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.breadcrumbs": "Administer Workflow", - + // "admin.workflow.title": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.title": "Administer Workflow", - + // "admin.workflow.item.workflow": "Workflow", // TODO New key - Add a translation "admin.workflow.item.workflow": "Workflow", - + // "admin.workflow.item.delete": "Delete", // TODO New key - Add a translation "admin.workflow.item.delete": "Delete", - + // "admin.workflow.item.send-back": "Send back", // TODO New key - Add a translation "admin.workflow.item.send-back": "Send back", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.breadcrumbs": "Import Metadata", - + // "admin.metadata-import.title": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.title": "Import Metadata", - + // "admin.metadata-import.page.header": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.page.header": "Import Metadata", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", // TODO New key - Add a translation "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", - + // "admin.metadata-import.page.button.return": "Return", // TODO New key - Add a translation "admin.metadata-import.page.button.return": "Return", - + // "admin.metadata-import.page.button.proceed": "Proceed", // TODO New key - Add a translation "admin.metadata-import.page.button.proceed": "Proceed", - + // "admin.metadata-import.page.error.addFile": "Select file first!", // TODO New key - Add a translation "admin.metadata-import.page.error.addFile": "Select file first!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", // TODO New key - Add a translation "auth.errors.invalid-user": "Invalid email address or password.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", // TODO New key - Add a translation "auth.messages.expired": "Your session has expired. Please log in again.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", // TODO New key - Add a translation "bitstream.edit.bitstream": "Bitstream: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", // TODO New key - Add a translation "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", - + // "bitstream.edit.form.description.label": "Description", // TODO New key - Add a translation "bitstream.edit.form.description.label": "Description", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", // TODO New key - Add a translation "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", // TODO New key - Add a translation "bitstream.edit.form.embargo.label": "Embargo until specific date", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", // TODO New key - Add a translation "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", - + // "bitstream.edit.form.fileName.label": "Filename", // TODO New key - Add a translation "bitstream.edit.form.fileName.label": "Filename", - + // "bitstream.edit.form.newFormat.label": "Describe new format", // TODO New key - Add a translation "bitstream.edit.form.newFormat.label": "Describe new format", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", // TODO New key - Add a translation "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", // TODO New key - Add a translation "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.label": "Selected Format", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.unknown": "Format not in list", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", // TODO New key - Add a translation "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", // TODO New key - Add a translation "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", // TODO New key - Add a translation "bitstream.edit.notifications.saved.title": "Bitstream saved", - + // "bitstream.edit.title": "Edit bitstream", // TODO New key - Add a translation "bitstream.edit.title": "Edit bitstream", - - - + + + // "browse.comcol.by.author": "By Author", // TODO New key - Add a translation "browse.comcol.by.author": "By Author", - + // "browse.comcol.by.dateissued": "By Issue Date", // TODO New key - Add a translation "browse.comcol.by.dateissued": "By Issue Date", - + // "browse.comcol.by.subject": "By Subject", // TODO New key - Add a translation "browse.comcol.by.subject": "By Subject", - + // "browse.comcol.by.title": "By Title", // TODO New key - Add a translation "browse.comcol.by.title": "By Title", - + // "browse.comcol.head": "Browse", // TODO New key - Add a translation "browse.comcol.head": "Browse", - + // "browse.empty": "No items to show.", // TODO New key - Add a translation "browse.empty": "No items to show.", - + // "browse.metadata.author": "Author", // TODO New key - Add a translation "browse.metadata.author": "Author", - + // "browse.metadata.dateissued": "Issue Date", // TODO New key - Add a translation "browse.metadata.dateissued": "Issue Date", - + // "browse.metadata.subject": "Subject", // TODO New key - Add a translation "browse.metadata.subject": "Subject", - + // "browse.metadata.title": "Title", // TODO New key - Add a translation "browse.metadata.title": "Title", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", // TODO New key - Add a translation "browse.metadata.author.breadcrumbs": "Browse by Author", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", // TODO New key - Add a translation "browse.metadata.dateissued.breadcrumbs": "Browse by Date", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", // TODO New key - Add a translation "browse.metadata.subject.breadcrumbs": "Browse by Subject", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", // TODO New key - Add a translation "browse.metadata.title.breadcrumbs": "Browse by Title", - + // "browse.startsWith.choose_start": "(Choose start)", // TODO New key - Add a translation "browse.startsWith.choose_start": "(Choose start)", - + // "browse.startsWith.choose_year": "(Choose year)", // TODO New key - Add a translation "browse.startsWith.choose_year": "(Choose year)", - + // "browse.startsWith.jump": "Jump to a point in the index:", // TODO New key - Add a translation "browse.startsWith.jump": "Jump to a point in the index:", - + // "browse.startsWith.months.april": "April", // TODO New key - Add a translation "browse.startsWith.months.april": "April", - + // "browse.startsWith.months.august": "August", // TODO New key - Add a translation "browse.startsWith.months.august": "August", - + // "browse.startsWith.months.december": "December", // TODO New key - Add a translation "browse.startsWith.months.december": "December", - + // "browse.startsWith.months.february": "February", // TODO New key - Add a translation "browse.startsWith.months.february": "February", - + // "browse.startsWith.months.january": "January", // TODO New key - Add a translation "browse.startsWith.months.january": "January", - + // "browse.startsWith.months.july": "July", // TODO New key - Add a translation "browse.startsWith.months.july": "July", - + // "browse.startsWith.months.june": "June", // TODO New key - Add a translation "browse.startsWith.months.june": "June", - + // "browse.startsWith.months.march": "March", // TODO New key - Add a translation "browse.startsWith.months.march": "March", - + // "browse.startsWith.months.may": "May", // TODO New key - Add a translation "browse.startsWith.months.may": "May", - + // "browse.startsWith.months.none": "(Choose month)", // TODO New key - Add a translation "browse.startsWith.months.none": "(Choose month)", - + // "browse.startsWith.months.november": "November", // TODO New key - Add a translation "browse.startsWith.months.november": "November", - + // "browse.startsWith.months.october": "October", // TODO New key - Add a translation "browse.startsWith.months.october": "October", - + // "browse.startsWith.months.september": "September", // TODO New key - Add a translation "browse.startsWith.months.september": "September", - + // "browse.startsWith.submit": "Go", // TODO New key - Add a translation "browse.startsWith.submit": "Go", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", // TODO New key - Add a translation "browse.startsWith.type_date": "Or type in a date (year-month):", - + // "browse.startsWith.type_text": "Or enter first few letters:", // TODO New key - Add a translation "browse.startsWith.type_text": "Or enter first few letters:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", // TODO New key - Add a translation "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", // TODO New key - Add a translation "chips.remove": "Remove chip", - - - + + + // "collection.create.head": "Create a Collection", // TODO New key - Add a translation "collection.create.head": "Create a Collection", - + // "collection.create.notifications.success": "Successfully created the Collection", // TODO New key - Add a translation "collection.create.notifications.success": "Successfully created the Collection", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", // TODO New key - Add a translation "collection.create.sub-head": "Create a Collection for Community {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", // TODO New key - Add a translation "collection.curate.header": "Curate Collection: {{collection}}", - + // "collection.delete.cancel": "Cancel", // TODO New key - Add a translation "collection.delete.cancel": "Cancel", - + // "collection.delete.confirm": "Confirm", // TODO New key - Add a translation "collection.delete.confirm": "Confirm", - + // "collection.delete.head": "Delete Collection", // TODO New key - Add a translation "collection.delete.head": "Delete Collection", - + // "collection.delete.notification.fail": "Collection could not be deleted", // TODO New key - Add a translation "collection.delete.notification.fail": "Collection could not be deleted", - + // "collection.delete.notification.success": "Successfully deleted collection", // TODO New key - Add a translation "collection.delete.notification.success": "Successfully deleted collection", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", // TODO New key - Add a translation "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", - - - + + + // "collection.edit.delete": "Delete this collection", // TODO New key - Add a translation "collection.edit.delete": "Delete this collection", - + // "collection.edit.head": "Edit Collection", // TODO New key - Add a translation "collection.edit.head": "Edit Collection", - + // "collection.edit.breadcrumbs": "Edit Collection", // TODO New key - Add a translation "collection.edit.breadcrumbs": "Edit Collection", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.mapper.head": "Item Mapper", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - + // "collection.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.item-mapper.cancel": "Cancel", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", // TODO New key - Add a translation "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", // TODO New key - Add a translation "collection.edit.item-mapper.confirm": "Map selected items", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", // TODO New key - Add a translation "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", // TODO New key - Add a translation "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "collection.edit.item-mapper.no-search": "Please enter a query to search", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", // TODO New key - Add a translation "collection.edit.item-mapper.remove": "Remove selected item mappings", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.browse": "Browse mapped items", - + // "collection.edit.item-mapper.tabs.map": "Map new items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.map": "Map new items", - - - + + + // "collection.edit.logo.label": "Collection logo", // TODO New key - Add a translation "collection.edit.logo.label": "Collection logo", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", // TODO New key - Add a translation "collection.edit.logo.upload": "Drop a Collection Logo to upload", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", // TODO New key - Add a translation "collection.edit.notifications.success": "Successfully edited the Collection", - + // "collection.edit.return": "Return", // TODO New key - Add a translation "collection.edit.return": "Return", - - - + + + // "collection.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.head": "Curate", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.title": "Collection Edit - Curate", - + // "collection.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.head": "Authorizations", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.head": "Edit Metadata", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", - + // "collection.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.head": "Assign Roles", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.title": "Collection Edit - Roles", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", // TODO New key - Add a translation "collection.edit.tabs.source.external": "This collection harvests its content from an external source", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", // TODO New key - Add a translation "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", // TODO New key - Add a translation "collection.edit.tabs.source.form.harvestType": "Content being harvested", - + // "collection.edit.tabs.source.form.head": "Configure an external source", // TODO New key - Add a translation "collection.edit.tabs.source.form.head": "Configure an external source", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", // TODO New key - Add a translation "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSource": "OAI Provider", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", - + // "collection.edit.tabs.source.head": "Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.head": "Content Source", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.title": "Collection Edit - Content Source", - - - + + + // "collection.edit.template.add-button": "Add", // TODO New key - Add a translation "collection.edit.template.add-button": "Add", - + // "collection.edit.template.breadcrumbs": "Item template", // TODO New key - Add a translation "collection.edit.template.breadcrumbs": "Item template", - + // "collection.edit.template.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.template.cancel": "Cancel", - + // "collection.edit.template.delete-button": "Delete", // TODO New key - Add a translation "collection.edit.template.delete-button": "Delete", - + // "collection.edit.template.edit-button": "Edit", // TODO New key - Add a translation "collection.edit.template.edit-button": "Edit", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", // TODO New key - Add a translation "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", // TODO New key - Add a translation "collection.edit.template.label": "Template item", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.error": "Failed to delete the item template", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", - + // "collection.edit.template.title": "Edit Template Item", // TODO New key - Add a translation "collection.edit.template.title": "Edit Template Item", - - - + + + // "collection.form.abstract": "Short Description", // TODO New key - Add a translation "collection.form.abstract": "Short Description", - + // "collection.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "collection.form.description": "Introductory text (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", // TODO New key - Add a translation "collection.form.errors.title.required": "Please enter a collection name", - + // "collection.form.license": "License", // TODO New key - Add a translation "collection.form.license": "License", - + // "collection.form.provenance": "Provenance", // TODO New key - Add a translation "collection.form.provenance": "Provenance", - + // "collection.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "collection.form.rights": "Copyright text (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "collection.form.tableofcontents": "News (HTML)", - + // "collection.form.title": "Name", // TODO New key - Add a translation "collection.form.title": "Name", - - - + + + // "collection.listelement.badge": "Collection", // TODO New key - Add a translation "collection.listelement.badge": "Collection", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", // TODO New key - Add a translation "collection.page.browse.recent.head": "Recent Submissions", - + // "collection.page.browse.recent.empty": "No items to show", // TODO New key - Add a translation "collection.page.browse.recent.empty": "No items to show", - + // "collection.page.edit": "Edit this collection", // TODO New key - Add a translation "collection.page.edit": "Edit this collection", - + // "collection.page.handle": "Permanent URI for this collection", // TODO New key - Add a translation "collection.page.handle": "Permanent URI for this collection", - + // "collection.page.license": "License", // TODO New key - Add a translation "collection.page.license": "License", - + // "collection.page.news": "News", // TODO New key - Add a translation "collection.page.news": "News", - - - + + + // "collection.select.confirm": "Confirm selected", // TODO New key - Add a translation "collection.select.confirm": "Confirm selected", - + // "collection.select.empty": "No collections to show", // TODO New key - Add a translation "collection.select.empty": "No collections to show", - + // "collection.select.table.title": "Title", // TODO New key - Add a translation "collection.select.table.title": "Title", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", // TODO New key - Add a translation "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", - + // "collection.source.update.notifications.error.title": "Server Error", // TODO New key - Add a translation "collection.source.update.notifications.error.title": "Server Error", - - - + + + // "communityList.tabTitle": "DSpace - Community List", // TODO New key - Add a translation "communityList.tabTitle": "DSpace - Community List", - + // "communityList.title": "List of Communities", // TODO New key - Add a translation "communityList.title": "List of Communities", - + // "communityList.showMore": "Show More", // TODO New key - Add a translation "communityList.showMore": "Show More", - - - + + + // "community.create.head": "Create a Community", // TODO New key - Add a translation "community.create.head": "Create a Community", - + // "community.create.notifications.success": "Successfully created the Community", // TODO New key - Add a translation "community.create.notifications.success": "Successfully created the Community", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", // TODO New key - Add a translation "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", // TODO New key - Add a translation "community.curate.header": "Curate Community: {{community}}", - + // "community.delete.cancel": "Cancel", // TODO New key - Add a translation "community.delete.cancel": "Cancel", - + // "community.delete.confirm": "Confirm", // TODO New key - Add a translation "community.delete.confirm": "Confirm", - + // "community.delete.head": "Delete Community", // TODO New key - Add a translation "community.delete.head": "Delete Community", - + // "community.delete.notification.fail": "Community could not be deleted", // TODO New key - Add a translation "community.delete.notification.fail": "Community could not be deleted", - + // "community.delete.notification.success": "Successfully deleted community", // TODO New key - Add a translation "community.delete.notification.success": "Successfully deleted community", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", // TODO New key - Add a translation "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", - + // "community.edit.delete": "Delete this community", // TODO New key - Add a translation "community.edit.delete": "Delete this community", - + // "community.edit.head": "Edit Community", // TODO New key - Add a translation "community.edit.head": "Edit Community", - + // "community.edit.breadcrumbs": "Edit Community", // TODO New key - Add a translation "community.edit.breadcrumbs": "Edit Community", - - + + // "community.edit.logo.label": "Community logo", // TODO New key - Add a translation "community.edit.logo.label": "Community logo", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", // TODO New key - Add a translation "community.edit.logo.notifications.add.success": "Upload Community logo successful.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", // TODO New key - Add a translation "community.edit.logo.upload": "Drop a Community Logo to upload", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", // TODO New key - Add a translation "community.edit.notifications.success": "Successfully edited the Community", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", // TODO New key - Add a translation "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - + // "community.edit.notifications.error": "An error occured while editing the Community", // TODO New key - Add a translation "community.edit.notifications.error": "An error occured while editing the Community", - + // "community.edit.return": "Return", // TODO New key - Add a translation "community.edit.return": "Return", - - - + + + // "community.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "community.edit.tabs.curate.head": "Curate", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", // TODO New key - Add a translation "community.edit.tabs.curate.title": "Community Edit - Curate", - + // "community.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.head": "Edit Metadata", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.title": "Community Edit - Metadata", - + // "community.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "community.edit.tabs.roles.head": "Assign Roles", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", // TODO New key - Add a translation "community.edit.tabs.roles.title": "Community Edit - Roles", - + // "community.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.head": "Authorizations", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - - - + + + // "community.listelement.badge": "Community", // TODO New key - Add a translation "community.listelement.badge": "Community", - - - + + + // "comcol-role.edit.no-group": "None", // TODO New key - Add a translation "comcol-role.edit.no-group": "None", - + // "comcol-role.edit.create": "Create", // TODO New key - Add a translation "comcol-role.edit.create": "Create", - + // "comcol-role.edit.restrict": "Restrict", // TODO New key - Add a translation "comcol-role.edit.restrict": "Restrict", - + // "comcol-role.edit.delete": "Delete", // TODO New key - Add a translation "comcol-role.edit.delete": "Delete", - - + + // "comcol-role.edit.community-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.community-admin.name": "Administrators", - + // "comcol-role.edit.collection-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.collection-admin.name": "Administrators", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", // TODO New key - Add a translation "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - - + + // "comcol-role.edit.submitters.name": "Submitters", // TODO New key - Add a translation "comcol-role.edit.submitters.name": "Submitters", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", // TODO New key - Add a translation "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", // TODO New key - Add a translation "comcol-role.edit.item_read.name": "Default item read access", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", // TODO New key - Add a translation "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.name": "Default bitstream read access", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", - - + + // "comcol-role.edit.editor.name": "Editors", // TODO New key - Add a translation "comcol-role.edit.editor.name": "Editors", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", // TODO New key - Add a translation "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", // TODO New key - Add a translation "comcol-role.edit.finaleditor.name": "Final editors", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", // TODO New key - Add a translation "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", // TODO New key - Add a translation "comcol-role.edit.reviewer.name": "Reviewers", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", // TODO New key - Add a translation "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", - - - + + + // "community.form.abstract": "Short Description", // TODO New key - Add a translation "community.form.abstract": "Short Description", - + // "community.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "community.form.description": "Introductory text (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", // TODO New key - Add a translation "community.form.errors.title.required": "Please enter a community name", - + // "community.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "community.form.rights": "Copyright text (HTML)", - + // "community.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "community.form.tableofcontents": "News (HTML)", - + // "community.form.title": "Name", // TODO New key - Add a translation "community.form.title": "Name", - + // "community.page.edit": "Edit this community", // TODO New key - Add a translation "community.page.edit": "Edit this community", - + // "community.page.handle": "Permanent URI for this community", // TODO New key - Add a translation "community.page.handle": "Permanent URI for this community", - + // "community.page.license": "License", // TODO New key - Add a translation "community.page.license": "License", - + // "community.page.news": "News", // TODO New key - Add a translation "community.page.news": "News", - + // "community.all-lists.head": "Subcommunities and Collections", // TODO New key - Add a translation "community.all-lists.head": "Subcommunities and Collections", - + // "community.sub-collection-list.head": "Collections of this Community", // TODO New key - Add a translation "community.sub-collection-list.head": "Collections of this Community", - + // "community.sub-community-list.head": "Communities of this Community", // TODO New key - Add a translation "community.sub-community-list.head": "Communities of this Community", - - - + + + // "cookies.consent.accept-all": "Accept all", // TODO New key - Add a translation "cookies.consent.accept-all": "Accept all", - + // "cookies.consent.accept-selected": "Accept selected", // TODO New key - Add a translation "cookies.consent.accept-selected": "Accept selected", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.title": "(opt-out)", - + // "cookies.consent.app.purpose": "purpose", // TODO New key - Add a translation "cookies.consent.app.purpose": "purpose", - + // "cookies.consent.app.required.description": "This application is always required", // TODO New key - Add a translation "cookies.consent.app.required.description": "This application is always required", - + // "cookies.consent.app.required.title": "(always required)", // TODO New key - Add a translation "cookies.consent.app.required.title": "(always required)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", // TODO New key - Add a translation "cookies.consent.update": "There were changes since your last visit, please update your consent.", - + // "cookies.consent.close": "Close", // TODO New key - Add a translation "cookies.consent.close": "Close", - + // "cookies.consent.decline": "Decline", // TODO New key - Add a translation "cookies.consent.decline": "Decline", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", // TODO New key - Add a translation "cookies.consent.content-notice.learnMore": "Customize", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", // TODO New key - Add a translation "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", // TODO New key - Add a translation "cookies.consent.content-modal.title": "Information that we collect", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", // TODO New key - Add a translation "cookies.consent.app.title.authentication": "Authentication", - + // "cookies.consent.app.description.authentication": "Required for signing you in", // TODO New key - Add a translation "cookies.consent.app.description.authentication": "Required for signing you in", - - + + // "cookies.consent.app.title.preferences": "Preferences", // TODO New key - Add a translation "cookies.consent.app.title.preferences": "Preferences", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", // TODO New key - Add a translation "cookies.consent.app.description.preferences": "Required for saving your preferences", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", // TODO New key - Add a translation "cookies.consent.app.title.acknowledgement": "Acknowledgement", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", // TODO New key - Add a translation "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", // TODO New key - Add a translation "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", // TODO New key - Add a translation "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", - - - + + + // "cookies.consent.purpose.functional": "Functional", // TODO New key - Add a translation "cookies.consent.purpose.functional": "Functional", - + // "cookies.consent.purpose.statistical": "Statistical", // TODO New key - Add a translation "cookies.consent.purpose.statistical": "Statistical", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", // TODO New key - Add a translation - "curation-task.task.checklinks.label": "Check Links in Metadata", - + "curation-task.task.checklinks.label": "Check Links in Metadata", + // "curation-task.task.noop.label": "NOOP", // TODO New key - Add a translation "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", // TODO New key - Add a translation "curation-task.task.profileformats.label": "Profile Bitstream Formats", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", // TODO New key - Add a translation "curation-task.task.requiredmetadata.label": "Check for Required Metadata", - + // "curation-task.task.translate.label": "Microsoft Translator", // TODO New key - Add a translation "curation-task.task.translate.label": "Microsoft Translator", - + // "curation-task.task.vscan.label": "Virus Scan", // TODO New key - Add a translation "curation-task.task.vscan.label": "Virus Scan", - - - + + + // "curation.form.task-select.label": "Task:", // TODO New key - Add a translation "curation.form.task-select.label": "Task:", - + // "curation.form.submit": "Start", // TODO New key - Add a translation "curation.form.submit": "Start", - + // "curation.form.submit.success.head": "The curation task has been started successfully", // TODO New key - Add a translation "curation.form.submit.success.head": "The curation task has been started successfully", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", // TODO New key - Add a translation "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", - + // "curation.form.submit.error.head": "Running the curation task failed", // TODO New key - Add a translation "curation.form.submit.error.head": "Running the curation task failed", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", // TODO New key - Add a translation "curation.form.submit.error.content": "An error occured when trying to start the curation task.", - + // "curation.form.handle.label": "Handle:", // TODO New key - Add a translation "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", // TODO New key - Add a translation "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", - - - + + + // "dso-selector.create.collection.head": "New collection", // TODO New key - Add a translation "dso-selector.create.collection.head": "New collection", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", // TODO New key - Add a translation "dso-selector.create.collection.sub-level": "Create a new collection in", - + // "dso-selector.create.community.head": "New community", // TODO New key - Add a translation "dso-selector.create.community.head": "New community", - + // "dso-selector.create.community.sub-level": "Create a new community in", // TODO New key - Add a translation "dso-selector.create.community.sub-level": "Create a new community in", - + // "dso-selector.create.community.top-level": "Create a new top-level community", // TODO New key - Add a translation "dso-selector.create.community.top-level": "Create a new top-level community", - + // "dso-selector.create.item.head": "New item", // TODO New key - Add a translation "dso-selector.create.item.head": "New item", - + // "dso-selector.create.item.sub-level": "Create a new item in", // TODO New key - Add a translation "dso-selector.create.item.sub-level": "Create a new item in", - + // "dso-selector.create.submission.head": "New submission", // TODO New key - Add a translation "dso-selector.create.submission.head": "New submission", - + // "dso-selector.edit.collection.head": "Edit collection", // TODO New key - Add a translation "dso-selector.edit.collection.head": "Edit collection", - + // "dso-selector.edit.community.head": "Edit community", // TODO New key - Add a translation "dso-selector.edit.community.head": "Edit community", - + // "dso-selector.edit.item.head": "Edit item", // TODO New key - Add a translation "dso-selector.edit.item.head": "Edit item", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", // TODO New key - Add a translation "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - + // "dso-selector.no-results": "No {{ type }} found", // TODO New key - Add a translation "dso-selector.no-results": "No {{ type }} found", - + // "dso-selector.placeholder": "Search for a {{ type }}", // TODO New key - Add a translation "dso-selector.placeholder": "Search for a {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.export-metadata.cancel": "Cancel", - + // "confirmation-modal.export-metadata.confirm": "Export", // TODO New key - Add a translation "confirmation-modal.export-metadata.confirm": "Export", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.delete-eperson.cancel": "Cancel", - + // "confirmation-modal.delete-eperson.confirm": "Delete", // TODO New key - Add a translation "confirmation-modal.delete-eperson.confirm": "Delete", - - + + // "error.bitstream": "Error fetching bitstream", // TODO New key - Add a translation "error.bitstream": "Error fetching bitstream", - + // "error.browse-by": "Error fetching items", // TODO New key - Add a translation "error.browse-by": "Error fetching items", - + // "error.collection": "Error fetching collection", // TODO New key - Add a translation "error.collection": "Error fetching collection", - + // "error.collections": "Error fetching collections", // TODO New key - Add a translation "error.collections": "Error fetching collections", - + // "error.community": "Error fetching community", // TODO New key - Add a translation "error.community": "Error fetching community", - + // "error.identifier": "No item found for the identifier", // TODO New key - Add a translation "error.identifier": "No item found for the identifier", - + // "error.default": "Error", // TODO New key - Add a translation "error.default": "Error", - + // "error.item": "Error fetching item", // TODO New key - Add a translation "error.item": "Error fetching item", - + // "error.items": "Error fetching items", // TODO New key - Add a translation "error.items": "Error fetching items", - + // "error.objects": "Error fetching objects", // TODO New key - Add a translation "error.objects": "Error fetching objects", - + // "error.recent-submissions": "Error fetching recent submissions", // TODO New key - Add a translation "error.recent-submissions": "Error fetching recent submissions", - + // "error.search-results": "Error fetching search results", // TODO New key - Add a translation "error.search-results": "Error fetching search results", - + // "error.sub-collections": "Error fetching sub-collections", // TODO New key - Add a translation "error.sub-collections": "Error fetching sub-collections", - + // "error.sub-communities": "Error fetching sub-communities", // TODO New key - Add a translation "error.sub-communities": "Error fetching sub-communities", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", // TODO New key - Add a translation "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", - + // "error.top-level-communities": "Error fetching top-level communities", // TODO New key - Add a translation "error.top-level-communities": "Error fetching top-level communities", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", // TODO New key - Add a translation "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", // TODO New key - Add a translation "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", // TODO New key - Add a translation "error.validation.filerequired": "The file upload is mandatory", - - - + + + // "file-section.error.header": "Error obtaining files for this item", // TODO New key - Add a translation "file-section.error.header": "Error obtaining files for this item", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", // TODO New key - Add a translation "footer.copyright": "copyright © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", // TODO New key - Add a translation "footer.link.dspace": "DSpace software", - + // "footer.link.lyrasis": "LYRASIS", // TODO New key - Add a translation "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", // TODO New key - Add a translation "footer.link.cookies": "Cookie settings", - + // "footer.link.privacy-policy": "Privacy policy", // TODO New key - Add a translation "footer.link.privacy-policy": "Privacy policy", - + // "footer.link.end-user-agreement":"End User Agreement", // TODO New key - Add a translation - "footer.link.end-user-agreement":"End User Agreement", - - - + "footer.link.end-user-agreement": "End User Agreement", + + + // "forgot-email.form.header": "Forgot Password", // TODO New key - Add a translation "forgot-email.form.header": "Forgot Password", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "forgot-email.form.email": "Email Address *", // TODO New key - Add a translation "forgot-email.form.email": "Email Address *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "forgot-email.form.email.error.required": "Please fill in an email address", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "forgot-email.form.email.hint": "This address will be verified and used as your login name.", - + // "forgot-email.form.submit": "Submit", // TODO New key - Add a translation "forgot-email.form.submit": "Submit", - + // "forgot-email.form.success.head": "Verification email sent", // TODO New key - Add a translation "forgot-email.form.success.head": "Verification email sent", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "forgot-email.form.error.head": "Error when trying to register email", // TODO New key - Add a translation "forgot-email.form.error.head": "Error when trying to register email", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", // TODO New key - Add a translation "forgot-password.title": "Forgot Password", - + // "forgot-password.form.head": "Forgot Password", // TODO New key - Add a translation "forgot-password.form.head": "Forgot Password", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "forgot-password.form.card.security": "Security", // TODO New key - Add a translation "forgot-password.form.card.security": "Security", - + // "forgot-password.form.identification.header": "Identify", // TODO New key - Add a translation "forgot-password.form.identification.header": "Identify", - + // "forgot-password.form.identification.email": "Email address: ", // TODO New key - Add a translation "forgot-password.form.identification.email": "Email address: ", - + // "forgot-password.form.label.password": "Password", // TODO New key - Add a translation "forgot-password.form.label.password": "Password", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "forgot-password.form.label.passwordrepeat": "Retype to confirm", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "forgot-password.form.error.empty-password": "Please enter a password in the box below.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "forgot-password.form.error.matching-passwords": "The passwords do not match.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", // TODO New key - Add a translation "forgot-password.form.notification.error.title": "Error when trying to submit new password", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", // TODO New key - Add a translation "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", - + // "forgot-password.form.notification.success.title": "Password reset completed", // TODO New key - Add a translation "forgot-password.form.notification.success.title": "Password reset completed", - + // "forgot-password.form.submit": "Submit password", // TODO New key - Add a translation "forgot-password.form.submit": "Submit password", - - - + + + // "form.add": "Add", // TODO New key - Add a translation "form.add": "Add", - + // "form.add-help": "Click here to add the current entry and to add another one", // TODO New key - Add a translation "form.add-help": "Click here to add the current entry and to add another one", - + // "form.cancel": "Cancel", // TODO New key - Add a translation "form.cancel": "Cancel", - + // "form.clear": "Clear", // TODO New key - Add a translation "form.clear": "Clear", - + // "form.clear-help": "Click here to remove the selected value", // TODO New key - Add a translation "form.clear-help": "Click here to remove the selected value", - + // "form.edit": "Edit", // TODO New key - Add a translation "form.edit": "Edit", - + // "form.edit-help": "Click here to edit the selected value", // TODO New key - Add a translation "form.edit-help": "Click here to edit the selected value", - + // "form.first-name": "First name", // TODO New key - Add a translation "form.first-name": "First name", - + // "form.group-collapse": "Collapse", // TODO New key - Add a translation "form.group-collapse": "Collapse", - + // "form.group-collapse-help": "Click here to collapse", // TODO New key - Add a translation "form.group-collapse-help": "Click here to collapse", - + // "form.group-expand": "Expand", // TODO New key - Add a translation "form.group-expand": "Expand", - + // "form.group-expand-help": "Click here to expand and add more elements", // TODO New key - Add a translation "form.group-expand-help": "Click here to expand and add more elements", - + // "form.last-name": "Last name", // TODO New key - Add a translation "form.last-name": "Last name", - + // "form.loading": "Loading...", // TODO New key - Add a translation "form.loading": "Loading...", - + // "form.lookup": "Lookup", // TODO New key - Add a translation "form.lookup": "Lookup", - + // "form.lookup-help": "Click here to look up an existing relation", // TODO New key - Add a translation "form.lookup-help": "Click here to look up an existing relation", - + // "form.no-results": "No results found", // TODO New key - Add a translation "form.no-results": "No results found", - + // "form.no-value": "No value entered", // TODO New key - Add a translation "form.no-value": "No value entered", - + // "form.other-information": {}, // TODO New key - Add a translation "form.other-information": {}, - + // "form.remove": "Remove", // TODO New key - Add a translation "form.remove": "Remove", - + // "form.save": "Save", // TODO New key - Add a translation "form.save": "Save", - + // "form.save-help": "Save changes", // TODO New key - Add a translation "form.save-help": "Save changes", - + // "form.search": "Search", // TODO New key - Add a translation "form.search": "Search", - + // "form.search-help": "Click here to look for an existing correspondence", // TODO New key - Add a translation "form.search-help": "Click here to look for an existing correspondence", - + // "form.submit": "Submit", // TODO New key - Add a translation "form.submit": "Submit", - - - + + + // "home.description": "", // TODO New key - Add a translation "home.description": "", - + // "home.breadcrumbs": "Home", // TODO New key - Add a translation "home.breadcrumbs": "Home", - + // "home.title": "DSpace Angular :: Home", // TODO New key - Add a translation "home.title": "DSpace Angular :: Home", - + // "home.top-level-communities.head": "Communities in DSpace", // TODO New key - Add a translation "home.top-level-communities.head": "Communities in DSpace", - + // "home.top-level-communities.help": "Select a community to browse its collections.", // TODO New key - Add a translation "home.top-level-communities.help": "Select a community to browse its collections.", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.breadcrumbs": "End User Agreement", - + // "info.end-user-agreement.buttons.cancel": "Cancel", // TODO New key - Add a translation "info.end-user-agreement.buttons.cancel": "Cancel", - + // "info.end-user-agreement.buttons.save": "Save", // TODO New key - Add a translation "info.end-user-agreement.buttons.save": "Save", - + // "info.end-user-agreement.head": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.head": "End User Agreement", - + // "info.end-user-agreement.title": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.title": "End User Agreement", - + // "info.privacy.breadcrumbs": "Privacy Statement", // TODO New key - Add a translation "info.privacy.breadcrumbs": "Privacy Statement", - + // "info.privacy.head": "Privacy Statement", // TODO New key - Add a translation "info.privacy.head": "Privacy Statement", - + // "info.privacy.title": "Privacy Statement", // TODO New key - Add a translation "info.privacy.title": "Privacy Statement", - - - + + + // "item.alerts.private": "This item is private", // TODO New key - Add a translation "item.alerts.private": "This item is private", - + // "item.alerts.withdrawn": "This item has been withdrawn", // TODO New key - Add a translation "item.alerts.withdrawn": "This item has been withdrawn", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", // TODO New key - Add a translation "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", - + // "item.edit.authorizations.title": "Edit item's Policies", // TODO New key - Add a translation "item.edit.authorizations.title": "Edit item's Policies", - - - + + + // "item.badge.private": "Private", // TODO New key - Add a translation "item.badge.private": "Private", - + // "item.badge.withdrawn": "Withdrawn", // TODO New key - Add a translation "item.badge.withdrawn": "Withdrawn", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle": "Bundle", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.placeholder": "Select a bundle", - + // "item.bitstreams.upload.bundle.new": "Create bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.new": "Create bundle", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", // TODO New key - Add a translation - "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", - + "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.cancel": "Cancel", // TODO New key - Add a translation "item.bitstreams.upload.cancel": "Cancel", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", // TODO New key - Add a translation "item.bitstreams.upload.drop-message": "Drop a file to upload", - + // "item.bitstreams.upload.item": "Item: ", // TODO New key - Add a translation "item.bitstreams.upload.item": "Item: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", - + // "item.bitstreams.upload.title": "Upload bitstream", // TODO New key - Add a translation "item.bitstreams.upload.title": "Upload bitstream", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", // TODO New key - Add a translation "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.more": "Load more", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", // TODO New key - Add a translation "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", // TODO New key - Add a translation "item.edit.bitstreams.discard-button": "Discard", - + // "item.edit.bitstreams.edit.buttons.download": "Download", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.download": "Download", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.drag": "Drag", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.edit": "Edit", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.remove": "Remove", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.undo": "Undo changes", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", // TODO New key - Add a translation "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", - + // "item.edit.bitstreams.headers.actions": "Actions", // TODO New key - Add a translation "item.edit.bitstreams.headers.actions": "Actions", - + // "item.edit.bitstreams.headers.bundle": "Bundle", // TODO New key - Add a translation "item.edit.bitstreams.headers.bundle": "Bundle", - + // "item.edit.bitstreams.headers.description": "Description", // TODO New key - Add a translation "item.edit.bitstreams.headers.description": "Description", - + // "item.edit.bitstreams.headers.format": "Format", // TODO New key - Add a translation "item.edit.bitstreams.headers.format": "Format", - + // "item.edit.bitstreams.headers.name": "Name", // TODO New key - Add a translation "item.edit.bitstreams.headers.name": "Name", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", - + // "item.edit.bitstreams.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.bitstreams.reinstate-button": "Undo", - + // "item.edit.bitstreams.save-button": "Save", // TODO New key - Add a translation "item.edit.bitstreams.save-button": "Save", - + // "item.edit.bitstreams.upload-button": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.upload-button": "Upload", - - - + + + // "item.edit.delete.cancel": "Cancel", // TODO New key - Add a translation "item.edit.delete.cancel": "Cancel", - + // "item.edit.delete.confirm": "Delete", // TODO New key - Add a translation "item.edit.delete.confirm": "Delete", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", // TODO New key - Add a translation "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", - + // "item.edit.delete.error": "An error occurred while deleting the item", // TODO New key - Add a translation "item.edit.delete.error": "An error occurred while deleting the item", - + // "item.edit.delete.header": "Delete item: {{ id }}", // TODO New key - Add a translation "item.edit.delete.header": "Delete item: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", // TODO New key - Add a translation "item.edit.delete.success": "The item has been deleted", - + // "item.edit.head": "Edit Item", // TODO New key - Add a translation "item.edit.head": "Edit Item", - + // "item.edit.breadcrumbs": "Edit Item", // TODO New key - Add a translation "item.edit.breadcrumbs": "Edit Item", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.mapper.head": "Collection Mapper", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.add": "Map item to selected collections", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", - + // "item.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "item.edit.item-mapper.cancel": "Cancel", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", // TODO New key - Add a translation "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", // TODO New key - Add a translation "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", // TODO New key - Add a translation "item.edit.item-mapper.item": "Item: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "item.edit.item-mapper.no-search": "Please enter a query to search", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.browse": "Browse mapped collections", - + // "item.edit.item-mapper.tabs.map": "Map new collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.map": "Map new collections", - - - + + + // "item.edit.metadata.add-button": "Add", // TODO New key - Add a translation "item.edit.metadata.add-button": "Add", - + // "item.edit.metadata.discard-button": "Discard", // TODO New key - Add a translation "item.edit.metadata.discard-button": "Discard", - + // "item.edit.metadata.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.edit": "Edit", - + // "item.edit.metadata.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.remove": "Remove", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.undo": "Undo changes", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.unedit": "Stop editing", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", // TODO New key - Add a translation "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", - + // "item.edit.metadata.headers.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.headers.edit": "Edit", - + // "item.edit.metadata.headers.field": "Field", // TODO New key - Add a translation "item.edit.metadata.headers.field": "Field", - + // "item.edit.metadata.headers.language": "Lang", // TODO New key - Add a translation "item.edit.metadata.headers.language": "Lang", - + // "item.edit.metadata.headers.value": "Value", // TODO New key - Add a translation "item.edit.metadata.headers.value": "Value", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", // TODO New key - Add a translation "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.title": "Changed discarded", - + // "item.edit.metadata.notifications.error.title": "An error occurred", // TODO New key - Add a translation "item.edit.metadata.notifications.error.title": "An error occurred", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.title": "Metadata invalid", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.title": "Changed outdated", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.title": "Metadata saved", - + // "item.edit.metadata.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.metadata.reinstate-button": "Undo", - + // "item.edit.metadata.save-button": "Save", // TODO New key - Add a translation "item.edit.metadata.save-button": "Save", - - - + + + // "item.edit.modify.overview.field": "Field", // TODO New key - Add a translation "item.edit.modify.overview.field": "Field", - + // "item.edit.modify.overview.language": "Language", // TODO New key - Add a translation "item.edit.modify.overview.language": "Language", - + // "item.edit.modify.overview.value": "Value", // TODO New key - Add a translation "item.edit.modify.overview.value": "Value", - - - + + + // "item.edit.move.cancel": "Cancel", // TODO New key - Add a translation "item.edit.move.cancel": "Cancel", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", // TODO New key - Add a translation "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", // TODO New key - Add a translation "item.edit.move.error": "An error occurred when attempting to move the item", - + // "item.edit.move.head": "Move item: {{id}}", // TODO New key - Add a translation "item.edit.move.head": "Move item: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", // TODO New key - Add a translation "item.edit.move.inheritpolicies.checkbox": "Inherit policies", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", // TODO New key - Add a translation "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", - + // "item.edit.move.move": "Move", // TODO New key - Add a translation "item.edit.move.move": "Move", - + // "item.edit.move.processing": "Moving...", // TODO New key - Add a translation "item.edit.move.processing": "Moving...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", // TODO New key - Add a translation "item.edit.move.search.placeholder": "Enter a search query to look for collections", - + // "item.edit.move.success": "The item has been moved successfully", // TODO New key - Add a translation "item.edit.move.success": "The item has been moved successfully", - + // "item.edit.move.title": "Move item", // TODO New key - Add a translation "item.edit.move.title": "Move item", - - - + + + // "item.edit.private.cancel": "Cancel", // TODO New key - Add a translation "item.edit.private.cancel": "Cancel", - + // "item.edit.private.confirm": "Make it Private", // TODO New key - Add a translation "item.edit.private.confirm": "Make it Private", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", // TODO New key - Add a translation "item.edit.private.description": "Are you sure this item should be made private in the archive?", - + // "item.edit.private.error": "An error occurred while making the item private", // TODO New key - Add a translation "item.edit.private.error": "An error occurred while making the item private", - + // "item.edit.private.header": "Make item private: {{ id }}", // TODO New key - Add a translation "item.edit.private.header": "Make item private: {{ id }}", - + // "item.edit.private.success": "The item is now private", // TODO New key - Add a translation "item.edit.private.success": "The item is now private", - - - + + + // "item.edit.public.cancel": "Cancel", // TODO New key - Add a translation "item.edit.public.cancel": "Cancel", - + // "item.edit.public.confirm": "Make it Public", // TODO New key - Add a translation "item.edit.public.confirm": "Make it Public", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", // TODO New key - Add a translation "item.edit.public.description": "Are you sure this item should be made public in the archive?", - + // "item.edit.public.error": "An error occurred while making the item public", // TODO New key - Add a translation "item.edit.public.error": "An error occurred while making the item public", - + // "item.edit.public.header": "Make item public: {{ id }}", // TODO New key - Add a translation "item.edit.public.header": "Make item public: {{ id }}", - + // "item.edit.public.success": "The item is now public", // TODO New key - Add a translation "item.edit.public.success": "The item is now public", - - - + + + // "item.edit.reinstate.cancel": "Cancel", // TODO New key - Add a translation "item.edit.reinstate.cancel": "Cancel", - + // "item.edit.reinstate.confirm": "Reinstate", // TODO New key - Add a translation "item.edit.reinstate.confirm": "Reinstate", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", // TODO New key - Add a translation "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", // TODO New key - Add a translation "item.edit.reinstate.error": "An error occurred while reinstating the item", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", // TODO New key - Add a translation "item.edit.reinstate.header": "Reinstate item: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", // TODO New key - Add a translation "item.edit.reinstate.success": "The item was reinstated successfully", - - - + + + // "item.edit.relationships.discard-button": "Discard", // TODO New key - Add a translation "item.edit.relationships.discard-button": "Discard", - + // "item.edit.relationships.edit.buttons.add": "Add", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.add": "Add", - + // "item.edit.relationships.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.remove": "Remove", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.undo": "Undo changes", - + // "item.edit.relationships.no-relationships": "No relationships", // TODO New key - Add a translation "item.edit.relationships.no-relationships": "No relationships", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.title": "Changes discarded", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", // TODO New key - Add a translation "item.edit.relationships.notifications.failed.title": "Error editing relationships", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.title": "Changes outdated", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.title": "Relationships saved", - + // "item.edit.relationships.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.relationships.reinstate-button": "Undo", - + // "item.edit.relationships.save-button": "Save", // TODO New key - Add a translation "item.edit.relationships.save-button": "Save", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", // TODO New key - Add a translation "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.head": "Bitstreams", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", - + // "item.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "item.edit.tabs.curate.head": "Curate", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", // TODO New key - Add a translation "item.edit.tabs.curate.title": "Item Edit - Curate", - + // "item.edit.tabs.metadata.head": "Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.head": "Metadata", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.title": "Item Edit - Metadata", - + // "item.edit.tabs.relationships.head": "Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.head": "Relationships", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.title": "Item Edit - Relationships", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.button": "Permanently delete", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.button": "Mover éste ítem a una colección distinta", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.label": "Move item to another collection", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.button": "Make it private...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.label": "Make item private", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.button": "Make it public...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.label": "Make item public", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.button": "Retirar éste ítem", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", // TODO New key - Add a translation "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", - + // "item.edit.tabs.status.head": "Status", // TODO New key - Add a translation "item.edit.tabs.status.head": "Status", - + // "item.edit.tabs.status.labels.handle": "Handle", // TODO New key - Add a translation "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", // TODO New key - Add a translation "item.edit.tabs.status.labels.id": "Item Internal ID", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", // TODO New key - Add a translation "item.edit.tabs.status.labels.itemPage": "Item Page", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", // TODO New key - Add a translation "item.edit.tabs.status.labels.lastModified": "Last Modified", - + // "item.edit.tabs.status.title": "Item Edit - Status", // TODO New key - Add a translation "item.edit.tabs.status.title": "Item Edit - Status", - + // "item.edit.tabs.versionhistory.head": "Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.head": "Version History", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.title": "Item Edit - Version History", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", // TODO New key - Add a translation "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", - + // "item.edit.tabs.view.head": "View Item", // TODO New key - Add a translation "item.edit.tabs.view.head": "View Item", - + // "item.edit.tabs.view.title": "Item Edit - View", // TODO New key - Add a translation "item.edit.tabs.view.title": "Item Edit - View", - - - + + + // "item.edit.withdraw.cancel": "Cancel", // TODO New key - Add a translation "item.edit.withdraw.cancel": "Cancel", - + // "item.edit.withdraw.confirm": "Withdraw", // TODO New key - Add a translation "item.edit.withdraw.confirm": "Withdraw", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", // TODO New key - Add a translation "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", // TODO New key - Add a translation "item.edit.withdraw.error": "An error occurred while withdrawing the item", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", // TODO New key - Add a translation "item.edit.withdraw.header": "Withdraw item: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", // TODO New key - Add a translation "item.edit.withdraw.success": "The item was withdrawn successfully", - - - + + + // "item.listelement.badge": "Item", // TODO New key - Add a translation "item.listelement.badge": "Item", - + // "item.page.description": "Description", // TODO New key - Add a translation "item.page.description": "Description", - - // "item.page.edit": "Edit this item", - // TODO New key - Add a translation - "item.page.edit": "Edit this item", - + // "item.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "item.page.journal-issn": "Journal ISSN", - + // "item.page.journal-title": "Journal Title", // TODO New key - Add a translation "item.page.journal-title": "Journal Title", - + // "item.page.publisher": "Publisher", // TODO New key - Add a translation "item.page.publisher": "Publisher", - + // "item.page.titleprefix": "Item: ", // TODO New key - Add a translation "item.page.titleprefix": "Item: ", - + // "item.page.volume-title": "Volume Title", // TODO New key - Add a translation "item.page.volume-title": "Volume Title", - + // "item.search.results.head": "Item Search Results", // TODO New key - Add a translation "item.search.results.head": "Item Search Results", - + // "item.search.title": "DSpace Angular :: Item Search", // TODO New key - Add a translation "item.search.title": "DSpace Angular :: Item Search", - - - + + + // "item.page.abstract": "Abstract", // TODO New key - Add a translation "item.page.abstract": "Abstract", - + // "item.page.author": "Authors", // TODO New key - Add a translation "item.page.author": "Authors", - + // "item.page.citation": "Citation", // TODO New key - Add a translation "item.page.citation": "Citation", - + // "item.page.collections": "Collections", // TODO New key - Add a translation "item.page.collections": "Collections", - + // "item.page.date": "Date", // TODO New key - Add a translation "item.page.date": "Date", - + // "item.page.edit": "Edit this item", // TODO New key - Add a translation "item.page.edit": "Edit this item", - + // "item.page.files": "Files", // TODO New key - Add a translation "item.page.files": "Files", - + // "item.page.filesection.description": "Description:", // TODO New key - Add a translation "item.page.filesection.description": "Description:", - + // "item.page.filesection.download": "Download", // TODO New key - Add a translation "item.page.filesection.download": "Download", - + // "item.page.filesection.format": "Format:", // TODO New key - Add a translation "item.page.filesection.format": "Format:", - + // "item.page.filesection.name": "Name:", // TODO New key - Add a translation "item.page.filesection.name": "Name:", - + // "item.page.filesection.size": "Size:", // TODO New key - Add a translation "item.page.filesection.size": "Size:", - + // "item.page.journal.search.title": "Articles in this journal", // TODO New key - Add a translation "item.page.journal.search.title": "Articles in this journal", - + // "item.page.link.full": "Full item page", // TODO New key - Add a translation "item.page.link.full": "Full item page", - + // "item.page.link.simple": "Simple item page", // TODO New key - Add a translation "item.page.link.simple": "Simple item page", - + // "item.page.person.search.title": "Articles by this author", // TODO New key - Add a translation "item.page.person.search.title": "Articles by this author", - + // "item.page.related-items.view-more": "Show {{ amount }} more", // TODO New key - Add a translation "item.page.related-items.view-more": "Show {{ amount }} more", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", // TODO New key - Add a translation "item.page.related-items.view-less": "Hide last {{ amount }}", - + // "item.page.relationships.isAuthorOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isAuthorOfPublication": "Publications", - + // "item.page.relationships.isJournalOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isJournalOfPublication": "Publications", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfPerson": "Authors", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfProject": "Research Projects", - + // "item.page.subject": "Keywords", // TODO New key - Add a translation "item.page.subject": "Keywords", - + // "item.page.uri": "URI", // TODO New key - Add a translation "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", // TODO New key - Add a translation "item.page.bitstreams.view-more": "Show more", - + // "item.page.bitstreams.collapse": "Collapse", // TODO New key - Add a translation "item.page.bitstreams.collapse": "Collapse", - + // "item.page.filesection.original.bundle" : "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", - + "item.page.filesection.original.bundle": "Original bundle", + // "item.page.filesection.license.bundle" : "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", - + "item.page.filesection.license.bundle": "License bundle", + // "item.preview.dc.identifier.uri": "Identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.uri": "Identifier:", - + // "item.preview.dc.contributor.author": "Authors:", // TODO New key - Add a translation "item.preview.dc.contributor.author": "Authors:", - + // "item.preview.dc.date.issued": "Published date:", // TODO New key - Add a translation "item.preview.dc.date.issued": "Published date:", - + // "item.preview.dc.description.abstract": "Abstract:", // TODO New key - Add a translation "item.preview.dc.description.abstract": "Abstract:", - + // "item.preview.dc.identifier.other": "Other identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.other": "Other identifier:", - + // "item.preview.dc.language.iso": "Language:", // TODO New key - Add a translation "item.preview.dc.language.iso": "Language:", - + // "item.preview.dc.subject": "Subjects:", // TODO New key - Add a translation "item.preview.dc.subject": "Subjects:", - + // "item.preview.dc.title": "Title:", // TODO New key - Add a translation "item.preview.dc.title": "Title:", - + // "item.preview.person.familyName": "Surname:", // TODO New key - Add a translation "item.preview.person.familyName": "Surname:", - + // "item.preview.person.givenName": "Name:", // TODO New key - Add a translation "item.preview.person.givenName": "Name:", - + // "item.preview.person.identifier.orcid": "ORCID:", // TODO New key - Add a translation "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", // TODO New key - Add a translation "item.select.confirm": "Confirm selected", - + // "item.select.empty": "No items to show", // TODO New key - Add a translation "item.select.empty": "No items to show", - + // "item.select.table.author": "Author", // TODO New key - Add a translation "item.select.table.author": "Author", - + // "item.select.table.collection": "Collection", // TODO New key - Add a translation "item.select.table.collection": "Collection", - + // "item.select.table.title": "Title", // TODO New key - Add a translation "item.select.table.title": "Title", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", // TODO New key - Add a translation "item.version.history.empty": "There are no other versions for this item yet.", - + // "item.version.history.head": "Version History", // TODO New key - Add a translation "item.version.history.head": "Version History", - + // "item.version.history.return": "Return", // TODO New key - Add a translation "item.version.history.return": "Return", - + // "item.version.history.selected": "Selected version", // TODO New key - Add a translation "item.version.history.selected": "Selected version", - + // "item.version.history.table.version": "Version", // TODO New key - Add a translation "item.version.history.table.version": "Version", - + // "item.version.history.table.item": "Item", // TODO New key - Add a translation "item.version.history.table.item": "Item", - + // "item.version.history.table.editor": "Editor", // TODO New key - Add a translation "item.version.history.table.editor": "Editor", - + // "item.version.history.table.date": "Date", // TODO New key - Add a translation "item.version.history.table.date": "Date", - + // "item.version.history.table.summary": "Summary", // TODO New key - Add a translation "item.version.history.table.summary": "Summary", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", // TODO New key - Add a translation "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", - - - + + + // "journal.listelement.badge": "Journal", // TODO New key - Add a translation "journal.listelement.badge": "Journal", - + // "journal.page.description": "Description", // TODO New key - Add a translation "journal.page.description": "Description", - + // "journal.page.edit": "Edit this item", // TODO New key - Add a translation "journal.page.edit": "Edit this item", - + // "journal.page.editor": "Editor-in-Chief", // TODO New key - Add a translation "journal.page.editor": "Editor-in-Chief", - + // "journal.page.issn": "ISSN", // TODO New key - Add a translation "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", // TODO New key - Add a translation "journal.page.publisher": "Publisher", - + // "journal.page.titleprefix": "Journal: ", // TODO New key - Add a translation "journal.page.titleprefix": "Journal: ", - + // "journal.search.results.head": "Journal Search Results", // TODO New key - Add a translation "journal.search.results.head": "Journal Search Results", - + // "journal.search.title": "DSpace Angular :: Journal Search", // TODO New key - Add a translation "journal.search.title": "DSpace Angular :: Journal Search", - - - + + + // "journalissue.listelement.badge": "Journal Issue", // TODO New key - Add a translation "journalissue.listelement.badge": "Journal Issue", - + // "journalissue.page.description": "Description", // TODO New key - Add a translation "journalissue.page.description": "Description", - + // "journalissue.page.edit": "Edit this item", // TODO New key - Add a translation "journalissue.page.edit": "Edit this item", - + // "journalissue.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalissue.page.issuedate": "Issue Date", - + // "journalissue.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "journalissue.page.journal-issn": "Journal ISSN", - + // "journalissue.page.journal-title": "Journal Title", // TODO New key - Add a translation "journalissue.page.journal-title": "Journal Title", - + // "journalissue.page.keyword": "Keywords", // TODO New key - Add a translation "journalissue.page.keyword": "Keywords", - + // "journalissue.page.number": "Number", // TODO New key - Add a translation "journalissue.page.number": "Number", - + // "journalissue.page.titleprefix": "Journal Issue: ", // TODO New key - Add a translation "journalissue.page.titleprefix": "Journal Issue: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", // TODO New key - Add a translation "journalvolume.listelement.badge": "Journal Volume", - + // "journalvolume.page.description": "Description", // TODO New key - Add a translation "journalvolume.page.description": "Description", - + // "journalvolume.page.edit": "Edit this item", // TODO New key - Add a translation "journalvolume.page.edit": "Edit this item", - + // "journalvolume.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalvolume.page.issuedate": "Issue Date", - + // "journalvolume.page.titleprefix": "Journal Volume: ", // TODO New key - Add a translation "journalvolume.page.titleprefix": "Journal Volume: ", - + // "journalvolume.page.volume": "Volume", // TODO New key - Add a translation "journalvolume.page.volume": "Volume", - - - + + + // "loading.bitstream": "Loading bitstream...", // TODO New key - Add a translation "loading.bitstream": "Loading bitstream...", - + // "loading.bitstreams": "Loading bitstreams...", // TODO New key - Add a translation "loading.bitstreams": "Loading bitstreams...", - + // "loading.browse-by": "Loading items...", // TODO New key - Add a translation "loading.browse-by": "Loading items...", - + // "loading.browse-by-page": "Loading page...", // TODO New key - Add a translation "loading.browse-by-page": "Loading page...", - + // "loading.collection": "Loading collection...", // TODO New key - Add a translation "loading.collection": "Loading collection...", - + // "loading.collections": "Loading collections...", // TODO New key - Add a translation "loading.collections": "Loading collections...", - + // "loading.content-source": "Loading content source...", // TODO New key - Add a translation "loading.content-source": "Loading content source...", - + // "loading.community": "Loading community...", // TODO New key - Add a translation "loading.community": "Loading community...", - + // "loading.default": "Loading...", // TODO New key - Add a translation "loading.default": "Loading...", - + // "loading.item": "Loading item...", // TODO New key - Add a translation "loading.item": "Loading item...", - + // "loading.items": "Loading items...", // TODO New key - Add a translation "loading.items": "Loading items...", - + // "loading.mydspace-results": "Loading items...", // TODO New key - Add a translation "loading.mydspace-results": "Loading items...", - + // "loading.objects": "Loading...", // TODO New key - Add a translation "loading.objects": "Loading...", - + // "loading.recent-submissions": "Loading recent submissions...", // TODO New key - Add a translation "loading.recent-submissions": "Loading recent submissions...", - + // "loading.search-results": "Loading search results...", // TODO New key - Add a translation "loading.search-results": "Loading search results...", - + // "loading.sub-collections": "Loading sub-collections...", // TODO New key - Add a translation "loading.sub-collections": "Loading sub-collections...", - + // "loading.sub-communities": "Loading sub-communities...", // TODO New key - Add a translation "loading.sub-communities": "Loading sub-communities...", - + // "loading.top-level-communities": "Loading top-level communities...", // TODO New key - Add a translation "loading.top-level-communities": "Loading top-level communities...", - - - + + + // "login.form.email": "Email address", // TODO New key - Add a translation "login.form.email": "Email address", - + // "login.form.forgot-password": "Have you forgotten your password?", // TODO New key - Add a translation "login.form.forgot-password": "Have you forgotten your password?", - + // "login.form.header": "Please log in to DSpace", // TODO New key - Add a translation "login.form.header": "Please log in to DSpace", - + // "login.form.new-user": "New user? Click here to register.", // TODO New key - Add a translation "login.form.new-user": "New user? Click here to register.", - + // "login.form.or-divider": "or", // TODO New key - Add a translation "login.form.or-divider": "or", - + // "login.form.password": "Password", // TODO New key - Add a translation "login.form.password": "Password", - + // "login.form.shibboleth": "Log in with Shibboleth", // TODO New key - Add a translation "login.form.shibboleth": "Log in with Shibboleth", - + // "login.form.submit": "Log in", // TODO New key - Add a translation "login.form.submit": "Log in", - + // "login.title": "Login", // TODO New key - Add a translation "login.title": "Login", - + // "login.breadcrumbs": "Login", // TODO New key - Add a translation "login.breadcrumbs": "Login", - - - + + + // "logout.form.header": "Log out from DSpace", // TODO New key - Add a translation "logout.form.header": "Log out from DSpace", - + // "logout.form.submit": "Log out", // TODO New key - Add a translation "logout.form.submit": "Log out", - + // "logout.title": "Logout", // TODO New key - Add a translation "logout.title": "Logout", - - - + + + // "menu.header.admin": "Admin", // TODO New key - Add a translation "menu.header.admin": "Admin", - + // "menu.header.image.logo": "Repository logo", // TODO New key - Add a translation "menu.header.image.logo": "Repository logo", - - - + + + // "menu.section.access_control": "Access Control", // TODO New key - Add a translation "menu.section.access_control": "Access Control", - + // "menu.section.access_control_authorizations": "Authorizations", // TODO New key - Add a translation "menu.section.access_control_authorizations": "Authorizations", - + // "menu.section.access_control_groups": "Groups", // TODO New key - Add a translation "menu.section.access_control_groups": "Groups", - + // "menu.section.access_control_people": "People", // TODO New key - Add a translation "menu.section.access_control_people": "People", - - - + + + // "menu.section.admin_search": "Admin Search", // TODO New key - Add a translation "menu.section.admin_search": "Admin Search", - - - + + + // "menu.section.browse_community": "This Community", // TODO New key - Add a translation "menu.section.browse_community": "This Community", - + // "menu.section.browse_community_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_community_by_author": "By Author", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_community_by_issue_date": "By Issue Date", - + // "menu.section.browse_community_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_community_by_title": "By Title", - + // "menu.section.browse_global": "All of DSpace", // TODO New key - Add a translation "menu.section.browse_global": "All of DSpace", - + // "menu.section.browse_global_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_global_by_author": "By Author", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_global_by_dateissued": "By Issue Date", - + // "menu.section.browse_global_by_subject": "By Subject", // TODO New key - Add a translation "menu.section.browse_global_by_subject": "By Subject", - + // "menu.section.browse_global_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_global_by_title": "By Title", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", // TODO New key - Add a translation "menu.section.browse_global_communities_and_collections": "Communities & Collections", - - - + + + // "menu.section.control_panel": "Control Panel", // TODO New key - Add a translation "menu.section.control_panel": "Control Panel", - + // "menu.section.curation_task": "Curation Task", // TODO New key - Add a translation "menu.section.curation_task": "Curation Task", - - - + + + // "menu.section.edit": "Edit", // TODO New key - Add a translation "menu.section.edit": "Edit", - + // "menu.section.edit_collection": "Collection", // TODO New key - Add a translation "menu.section.edit_collection": "Collection", - + // "menu.section.edit_community": "Community", // TODO New key - Add a translation "menu.section.edit_community": "Community", - + // "menu.section.edit_item": "Item", // TODO New key - Add a translation "menu.section.edit_item": "Item", - - - + + + // "menu.section.export": "Export", // TODO New key - Add a translation "menu.section.export": "Export", - + // "menu.section.export_collection": "Collection", // TODO New key - Add a translation "menu.section.export_collection": "Collection", - + // "menu.section.export_community": "Community", // TODO New key - Add a translation "menu.section.export_community": "Community", - + // "menu.section.export_item": "Item", // TODO New key - Add a translation "menu.section.export_item": "Item", - + // "menu.section.export_metadata": "Metadata", // TODO New key - Add a translation "menu.section.export_metadata": "Metadata", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", // TODO New key - Add a translation "menu.section.icon.access_control": "Access Control menu section", - + // "menu.section.icon.admin_search": "Admin search menu section", // TODO New key - Add a translation "menu.section.icon.admin_search": "Admin search menu section", - + // "menu.section.icon.control_panel": "Control Panel menu section", // TODO New key - Add a translation "menu.section.icon.control_panel": "Control Panel menu section", - + // "menu.section.icon.curation_task": "Curation Task menu section", // TODO New key - Add a translation "menu.section.icon.curation_task": "Curation Task menu section", - + // "menu.section.icon.edit": "Edit menu section", // TODO New key - Add a translation "menu.section.icon.edit": "Edit menu section", - + // "menu.section.icon.export": "Export menu section", // TODO New key - Add a translation "menu.section.icon.export": "Export menu section", - + // "menu.section.icon.find": "Find menu section", // TODO New key - Add a translation "menu.section.icon.find": "Find menu section", - + // "menu.section.icon.import": "Import menu section", // TODO New key - Add a translation "menu.section.icon.import": "Import menu section", - + // "menu.section.icon.new": "New menu section", // TODO New key - Add a translation "menu.section.icon.new": "New menu section", - + // "menu.section.icon.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.icon.pin": "Pin sidebar", - + // "menu.section.icon.processes": "Processes menu section", // TODO New key - Add a translation "menu.section.icon.processes": "Processes menu section", - + // "menu.section.icon.registries": "Registries menu section", // TODO New key - Add a translation "menu.section.icon.registries": "Registries menu section", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", // TODO New key - Add a translation "menu.section.icon.statistics_task": "Statistics Task menu section", - + // "menu.section.icon.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.icon.unpin": "Unpin sidebar", - - - + + + // "menu.section.import": "Import", // TODO New key - Add a translation "menu.section.import": "Import", - + // "menu.section.import_batch": "Batch Import (ZIP)", // TODO New key - Add a translation "menu.section.import_batch": "Batch Import (ZIP)", - + // "menu.section.import_metadata": "Metadata", // TODO New key - Add a translation "menu.section.import_metadata": "Metadata", - - - + + + // "menu.section.new": "New", // TODO New key - Add a translation "menu.section.new": "New", - + // "menu.section.new_collection": "Collection", // TODO New key - Add a translation "menu.section.new_collection": "Collection", - + // "menu.section.new_community": "Community", // TODO New key - Add a translation "menu.section.new_community": "Community", - + // "menu.section.new_item": "Item", // TODO New key - Add a translation "menu.section.new_item": "Item", - + // "menu.section.new_item_version": "Item Version", // TODO New key - Add a translation "menu.section.new_item_version": "Item Version", - + // "menu.section.new_process": "Process", // TODO New key - Add a translation "menu.section.new_process": "Process", - - - + + + // "menu.section.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.pin": "Pin sidebar", - + // "menu.section.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.unpin": "Unpin sidebar", - - - + + + // "menu.section.processes": "Processes", // TODO New key - Add a translation "menu.section.processes": "Processes", - - - + + + // "menu.section.registries": "Registries", // TODO New key - Add a translation "menu.section.registries": "Registries", - + // "menu.section.registries_format": "Format", // TODO New key - Add a translation "menu.section.registries_format": "Format", - + // "menu.section.registries_metadata": "Metadata", // TODO New key - Add a translation "menu.section.registries_metadata": "Metadata", - - - + + + // "menu.section.statistics": "Statistics", // TODO New key - Add a translation "menu.section.statistics": "Statistics", - + // "menu.section.statistics_task": "Statistics Task", // TODO New key - Add a translation "menu.section.statistics_task": "Statistics Task", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", // TODO New key - Add a translation "menu.section.toggle.access_control": "Toggle Access Control section", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", // TODO New key - Add a translation "menu.section.toggle.control_panel": "Toggle Control Panel section", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", // TODO New key - Add a translation "menu.section.toggle.curation_task": "Toggle Curation Task section", - + // "menu.section.toggle.edit": "Toggle Edit section", // TODO New key - Add a translation "menu.section.toggle.edit": "Toggle Edit section", - + // "menu.section.toggle.export": "Toggle Export section", // TODO New key - Add a translation "menu.section.toggle.export": "Toggle Export section", - + // "menu.section.toggle.find": "Toggle Find section", // TODO New key - Add a translation "menu.section.toggle.find": "Toggle Find section", - + // "menu.section.toggle.import": "Toggle Import section", // TODO New key - Add a translation "menu.section.toggle.import": "Toggle Import section", - + // "menu.section.toggle.new": "Toggle New section", // TODO New key - Add a translation "menu.section.toggle.new": "Toggle New section", - + // "menu.section.toggle.registries": "Toggle Registries section", // TODO New key - Add a translation "menu.section.toggle.registries": "Toggle Registries section", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", // TODO New key - Add a translation "menu.section.toggle.statistics_task": "Toggle Statistics Task section", - - + + // "menu.section.workflow": "Administer Workflow", // TODO New key - Add a translation "menu.section.workflow": "Administer Workflow", - - + + // "mydspace.description": "", // TODO New key - Add a translation "mydspace.description": "", - + // "mydspace.general.text-here": "here", // TODO New key - Add a translation "mydspace.general.text-here": "here", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", // TODO New key - Add a translation "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", // TODO New key - Add a translation "mydspace.messages.description-placeholder": "Insert your message here...", - + // "mydspace.messages.hide-msg": "Hide message", // TODO New key - Add a translation "mydspace.messages.hide-msg": "Hide message", - + // "mydspace.messages.mark-as-read": "Mark as read", // TODO New key - Add a translation "mydspace.messages.mark-as-read": "Mark as read", - + // "mydspace.messages.mark-as-unread": "Mark as unread", // TODO New key - Add a translation "mydspace.messages.mark-as-unread": "Mark as unread", - + // "mydspace.messages.no-content": "No content.", // TODO New key - Add a translation "mydspace.messages.no-content": "No content.", - + // "mydspace.messages.no-messages": "No messages yet.", // TODO New key - Add a translation "mydspace.messages.no-messages": "No messages yet.", - + // "mydspace.messages.send-btn": "Send", // TODO New key - Add a translation "mydspace.messages.send-btn": "Send", - + // "mydspace.messages.show-msg": "Show message", // TODO New key - Add a translation "mydspace.messages.show-msg": "Show message", - + // "mydspace.messages.subject-placeholder": "Subject...", // TODO New key - Add a translation "mydspace.messages.subject-placeholder": "Subject...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", // TODO New key - Add a translation "mydspace.messages.submitter-help": "Select this option to send a message to controller.", - + // "mydspace.messages.title": "Messages", // TODO New key - Add a translation "mydspace.messages.title": "Messages", - + // "mydspace.messages.to": "To", // TODO New key - Add a translation "mydspace.messages.to": "To", - + // "mydspace.new-submission": "New submission", // TODO New key - Add a translation "mydspace.new-submission": "New submission", - + // "mydspace.new-submission-external": "Import metadata from external source", // TODO New key - Add a translation "mydspace.new-submission-external": "Import metadata from external source", - + // "mydspace.new-submission-external-short": "Import metadata", // TODO New key - Add a translation "mydspace.new-submission-external-short": "Import metadata", - + // "mydspace.results.head": "Your submissions", // TODO New key - Add a translation "mydspace.results.head": "Your submissions", - + // "mydspace.results.no-abstract": "No Abstract", // TODO New key - Add a translation "mydspace.results.no-abstract": "No Abstract", - + // "mydspace.results.no-authors": "No Authors", // TODO New key - Add a translation "mydspace.results.no-authors": "No Authors", - + // "mydspace.results.no-collections": "No Collections", // TODO New key - Add a translation "mydspace.results.no-collections": "No Collections", - + // "mydspace.results.no-date": "No Date", // TODO New key - Add a translation "mydspace.results.no-date": "No Date", - + // "mydspace.results.no-files": "No Files", // TODO New key - Add a translation "mydspace.results.no-files": "No Files", - + // "mydspace.results.no-results": "There were no items to show", // TODO New key - Add a translation "mydspace.results.no-results": "There were no items to show", - + // "mydspace.results.no-title": "No title", // TODO New key - Add a translation "mydspace.results.no-title": "No title", - + // "mydspace.results.no-uri": "No Uri", // TODO New key - Add a translation "mydspace.results.no-uri": "No Uri", - + // "mydspace.show.workflow": "All tasks", // TODO New key - Add a translation "mydspace.show.workflow": "All tasks", - + // "mydspace.show.workspace": "Your Submissions", // TODO New key - Add a translation "mydspace.show.workspace": "Your Submissions", - + // "mydspace.status.archived": "Archived", // TODO New key - Add a translation "mydspace.status.archived": "Archived", - + // "mydspace.status.validation": "Validation", // TODO New key - Add a translation "mydspace.status.validation": "Validation", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", // TODO New key - Add a translation "mydspace.status.waiting-for-controller": "Waiting for controller", - + // "mydspace.status.workflow": "Workflow", // TODO New key - Add a translation "mydspace.status.workflow": "Workflow", - + // "mydspace.status.workspace": "Workspace", // TODO New key - Add a translation "mydspace.status.workspace": "Workspace", - + // "mydspace.title": "MyDSpace", // TODO New key - Add a translation "mydspace.title": "MyDSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", // TODO New key - Add a translation "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", // TODO New key - Add a translation "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", // TODO New key - Add a translation "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", // TODO New key - Add a translation "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", // TODO New key - Add a translation "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", - + // "mydspace.view-btn": "View", // TODO New key - Add a translation "mydspace.view-btn": "View", - - - + + + // "nav.browse.header": "All of DSpace", // TODO New key - Add a translation "nav.browse.header": "All of DSpace", - + // "nav.community-browse.header": "By Community", // TODO New key - Add a translation "nav.community-browse.header": "By Community", - + // "nav.language": "Language switch", // TODO New key - Add a translation "nav.language": "Language switch", - + // "nav.login": "Log In", // TODO New key - Add a translation "nav.login": "Log In", - + // "nav.logout": "Log Out", // TODO New key - Add a translation "nav.logout": "Log Out", - + // "nav.mydspace": "MyDSpace", // TODO New key - Add a translation "nav.mydspace": "MyDSpace", - + // "nav.profile": "Profile", // TODO New key - Add a translation "nav.profile": "Profile", - + // "nav.search": "Search", // TODO New key - Add a translation "nav.search": "Search", - + // "nav.statistics.header": "Statistics", // TODO New key - Add a translation "nav.statistics.header": "Statistics", - + // "nav.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "nav.stop-impersonating": "Stop impersonating EPerson", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", // TODO New key - Add a translation "orgunit.listelement.badge": "Organizational Unit", - + // "orgunit.page.city": "City", // TODO New key - Add a translation "orgunit.page.city": "City", - + // "orgunit.page.country": "Country", // TODO New key - Add a translation "orgunit.page.country": "Country", - + // "orgunit.page.dateestablished": "Date established", // TODO New key - Add a translation "orgunit.page.dateestablished": "Date established", - + // "orgunit.page.description": "Description", // TODO New key - Add a translation "orgunit.page.description": "Description", - + // "orgunit.page.edit": "Edit this item", // TODO New key - Add a translation "orgunit.page.edit": "Edit this item", - + // "orgunit.page.id": "ID", // TODO New key - Add a translation "orgunit.page.id": "ID", - + // "orgunit.page.titleprefix": "Organizational Unit: ", // TODO New key - Add a translation "orgunit.page.titleprefix": "Organizational Unit: ", - - - + + + // "pagination.results-per-page": "Results Per Page", // TODO New key - Add a translation "pagination.results-per-page": "Results Per Page", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", // TODO New key - Add a translation "pagination.showing.detail": "{{ range }} of {{ total }}", - + // "pagination.showing.label": "Now showing ", // TODO New key - Add a translation "pagination.showing.label": "Now showing ", - + // "pagination.sort-direction": "Sort Options", // TODO New key - Add a translation "pagination.sort-direction": "Sort Options", - - - + + + // "person.listelement.badge": "Person", // TODO New key - Add a translation "person.listelement.badge": "Person", - + // "person.listelement.no-title": "No name found", // TODO New key - Add a translation "person.listelement.no-title": "No name found", - + // "person.page.birthdate": "Birth Date", // TODO New key - Add a translation "person.page.birthdate": "Birth Date", - + // "person.page.edit": "Edit this item", // TODO New key - Add a translation "person.page.edit": "Edit this item", - + // "person.page.email": "Email Address", // TODO New key - Add a translation "person.page.email": "Email Address", - + // "person.page.firstname": "First Name", // TODO New key - Add a translation "person.page.firstname": "First Name", - + // "person.page.jobtitle": "Job Title", // TODO New key - Add a translation "person.page.jobtitle": "Job Title", - + // "person.page.lastname": "Last Name", // TODO New key - Add a translation "person.page.lastname": "Last Name", - + // "person.page.link.full": "Show all metadata", // TODO New key - Add a translation "person.page.link.full": "Show all metadata", - + // "person.page.orcid": "ORCID", // TODO New key - Add a translation "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", // TODO New key - Add a translation "person.page.staffid": "Staff ID", - + // "person.page.titleprefix": "Person: ", // TODO New key - Add a translation "person.page.titleprefix": "Person: ", - + // "person.search.results.head": "Person Search Results", // TODO New key - Add a translation "person.search.results.head": "Person Search Results", - + // "person.search.title": "DSpace Angular :: Person Search", // TODO New key - Add a translation "person.search.title": "DSpace Angular :: Person Search", - - - + + + // "process.new.select-parameters": "Parameters", // TODO New key - Add a translation "process.new.select-parameters": "Parameters", - + // "process.new.cancel": "Cancel", // TODO New key - Add a translation "process.new.cancel": "Cancel", - + // "process.new.submit": "Submit", // TODO New key - Add a translation "process.new.submit": "Submit", - + // "process.new.select-script": "Script", // TODO New key - Add a translation "process.new.select-script": "Script", - + // "process.new.select-script.placeholder": "Choose a script...", // TODO New key - Add a translation "process.new.select-script.placeholder": "Choose a script...", - + // "process.new.select-script.required": "Script is required", // TODO New key - Add a translation "process.new.select-script.required": "Script is required", - + // "process.new.parameter.file.upload-button": "Select file...", // TODO New key - Add a translation "process.new.parameter.file.upload-button": "Select file...", - + // "process.new.parameter.file.required": "Please select a file", // TODO New key - Add a translation "process.new.parameter.file.required": "Please select a file", - + // "process.new.parameter.string.required": "Parameter value is required", // TODO New key - Add a translation "process.new.parameter.string.required": "Parameter value is required", - + // "process.new.parameter.type.value": "value", // TODO New key - Add a translation "process.new.parameter.type.value": "value", - + // "process.new.parameter.type.file": "file", // TODO New key - Add a translation "process.new.parameter.type.file": "file", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", // TODO New key - Add a translation "process.new.parameter.required.missing": "The following parameters are required but still missing:", - + // "process.new.notification.success.title": "Success", // TODO New key - Add a translation "process.new.notification.success.title": "Success", - + // "process.new.notification.success.content": "The process was successfully created", // TODO New key - Add a translation "process.new.notification.success.content": "The process was successfully created", - + // "process.new.notification.error.title": "Error", // TODO New key - Add a translation "process.new.notification.error.title": "Error", - + // "process.new.notification.error.content": "An error occurred while creating this process", // TODO New key - Add a translation "process.new.notification.error.content": "An error occurred while creating this process", - + // "process.new.header": "Create a new process", // TODO New key - Add a translation "process.new.header": "Create a new process", - + // "process.new.title": "Create a new process", // TODO New key - Add a translation "process.new.title": "Create a new process", - + // "process.new.breadcrumbs": "Create a new process", // TODO New key - Add a translation "process.new.breadcrumbs": "Create a new process", - - - + + + // "process.detail.arguments" : "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", - + "process.detail.arguments": "Arguments", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", - + "process.detail.arguments.empty": "This process doesn't contain any arguments", + // "process.detail.back" : "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", - + "process.detail.back": "Back", + // "process.detail.output" : "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", - + "process.detail.output": "Process Output", + // "process.detail.logs.button": "Retrieve process output", // TODO New key - Add a translation "process.detail.logs.button": "Retrieve process output", - + // "process.detail.logs.loading": "Retrieving", // TODO New key - Add a translation "process.detail.logs.loading": "Retrieving", - + // "process.detail.logs.none": "This process has no output", // TODO New key - Add a translation "process.detail.logs.none": "This process has no output", - + // "process.detail.output-files" : "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", - + "process.detail.output-files": "Output Files", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", - + "process.detail.output-files.empty": "This process doesn't contain any output files", + // "process.detail.script" : "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", - + "process.detail.script": "Script", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", - + "process.detail.title": "Process: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", - + "process.detail.start-time": "Start time", + // "process.detail.end-time" : "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", - + "process.detail.end-time": "Finish time", + // "process.detail.status" : "Status", // TODO New key - Add a translation - "process.detail.status" : "Status", - + "process.detail.status": "Status", + // "process.detail.create" : "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", - - - + "process.detail.create": "Create similar process", + + + // "process.overview.table.finish" : "Finish time", // TODO New key - Add a translation - "process.overview.table.finish" : "Finish time", - + "process.overview.table.finish": "Finish time", + // "process.overview.table.id" : "Process ID", // TODO New key - Add a translation - "process.overview.table.id" : "Process ID", - + "process.overview.table.id": "Process ID", + // "process.overview.table.name" : "Name", // TODO New key - Add a translation - "process.overview.table.name" : "Name", - + "process.overview.table.name": "Name", + // "process.overview.table.start" : "Start time", // TODO New key - Add a translation - "process.overview.table.start" : "Start time", - + "process.overview.table.start": "Start time", + // "process.overview.table.status" : "Status", // TODO New key - Add a translation - "process.overview.table.status" : "Status", - + "process.overview.table.status": "Status", + // "process.overview.table.user" : "User", // TODO New key - Add a translation - "process.overview.table.user" : "User", - + "process.overview.table.user": "User", + // "process.overview.title": "Processes Overview", // TODO New key - Add a translation "process.overview.title": "Processes Overview", - + // "process.overview.breadcrumbs": "Processes Overview", // TODO New key - Add a translation "process.overview.breadcrumbs": "Processes Overview", - + // "process.overview.new": "New", // TODO New key - Add a translation "process.overview.new": "New", - - + + // "profile.breadcrumbs": "Update Profile", // TODO New key - Add a translation "profile.breadcrumbs": "Update Profile", - + // "profile.card.identify": "Identify", // TODO New key - Add a translation "profile.card.identify": "Identify", - + // "profile.card.security": "Security", // TODO New key - Add a translation "profile.card.security": "Security", - + // "profile.form.submit": "Update Profile", // TODO New key - Add a translation "profile.form.submit": "Update Profile", - + // "profile.groups.head": "Authorization groups you belong to", // TODO New key - Add a translation "profile.groups.head": "Authorization groups you belong to", - + // "profile.head": "Update Profile", // TODO New key - Add a translation "profile.head": "Update Profile", - + // "profile.metadata.form.error.firstname.required": "First Name is required", // TODO New key - Add a translation "profile.metadata.form.error.firstname.required": "First Name is required", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", // TODO New key - Add a translation "profile.metadata.form.error.lastname.required": "Last Name is required", - + // "profile.metadata.form.label.email": "Email Address", // TODO New key - Add a translation "profile.metadata.form.label.email": "Email Address", - + // "profile.metadata.form.label.firstname": "First Name", // TODO New key - Add a translation "profile.metadata.form.label.firstname": "First Name", - + // "profile.metadata.form.label.language": "Language", // TODO New key - Add a translation "profile.metadata.form.label.language": "Language", - + // "profile.metadata.form.label.lastname": "Last Name", // TODO New key - Add a translation "profile.metadata.form.label.lastname": "Last Name", - + // "profile.metadata.form.label.phone": "Contact Telephone", // TODO New key - Add a translation "profile.metadata.form.label.phone": "Contact Telephone", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", // TODO New key - Add a translation "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", // TODO New key - Add a translation "profile.metadata.form.notifications.success.title": "Profile saved", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", // TODO New key - Add a translation "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", - + // "profile.notifications.warning.no-changes.title": "No changes", // TODO New key - Add a translation "profile.notifications.warning.no-changes.title": "No changes", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "profile.security.form.error.matching-passwords": "The passwords do not match.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.error.password-length": "The password should be at least 6 characters long.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "profile.security.form.label.password": "Password", // TODO New key - Add a translation "profile.security.form.label.password": "Password", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "profile.security.form.label.passwordrepeat": "Retype to confirm", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", // TODO New key - Add a translation "profile.security.form.notifications.success.content": "Your changes to the password were saved.", - + // "profile.security.form.notifications.success.title": "Password saved", // TODO New key - Add a translation "profile.security.form.notifications.success.title": "Password saved", - + // "profile.security.form.notifications.error.title": "Error changing passwords", // TODO New key - Add a translation "profile.security.form.notifications.error.title": "Error changing passwords", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", - + // "profile.title": "Update Profile", // TODO New key - Add a translation "profile.title": "Update Profile", - - - + + + // "project.listelement.badge": "Research Project", // TODO New key - Add a translation "project.listelement.badge": "Research Project", - + // "project.page.contributor": "Contributors", // TODO New key - Add a translation "project.page.contributor": "Contributors", - + // "project.page.description": "Description", // TODO New key - Add a translation "project.page.description": "Description", - + // "project.page.edit": "Edit this item", // TODO New key - Add a translation "project.page.edit": "Edit this item", - + // "project.page.expectedcompletion": "Expected Completion", // TODO New key - Add a translation "project.page.expectedcompletion": "Expected Completion", - + // "project.page.funder": "Funders", // TODO New key - Add a translation "project.page.funder": "Funders", - + // "project.page.id": "ID", // TODO New key - Add a translation "project.page.id": "ID", - + // "project.page.keyword": "Keywords", // TODO New key - Add a translation "project.page.keyword": "Keywords", - + // "project.page.status": "Status", // TODO New key - Add a translation "project.page.status": "Status", - + // "project.page.titleprefix": "Research Project: ", // TODO New key - Add a translation "project.page.titleprefix": "Research Project: ", - + // "project.search.results.head": "Project Search Results", // TODO New key - Add a translation "project.search.results.head": "Project Search Results", - - - + + + // "publication.listelement.badge": "Publication", // TODO New key - Add a translation "publication.listelement.badge": "Publication", - + // "publication.page.description": "Description", // TODO New key - Add a translation "publication.page.description": "Description", - + // "publication.page.edit": "Edit this item", // TODO New key - Add a translation "publication.page.edit": "Edit this item", - + // "publication.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "publication.page.journal-issn": "Journal ISSN", - + // "publication.page.journal-title": "Journal Title", // TODO New key - Add a translation "publication.page.journal-title": "Journal Title", - + // "publication.page.publisher": "Publisher", // TODO New key - Add a translation "publication.page.publisher": "Publisher", - + // "publication.page.titleprefix": "Publication: ", // TODO New key - Add a translation "publication.page.titleprefix": "Publication: ", - + // "publication.page.volume-title": "Volume Title", // TODO New key - Add a translation "publication.page.volume-title": "Volume Title", - + // "publication.search.results.head": "Publication Search Results", // TODO New key - Add a translation "publication.search.results.head": "Publication Search Results", - + // "publication.search.title": "DSpace Angular :: Publication Search", // TODO New key - Add a translation "publication.search.title": "DSpace Angular :: Publication Search", - - + + // "register-email.title": "New user registration", // TODO New key - Add a translation "register-email.title": "New user registration", - + // "register-page.create-profile.header": "Create Profile", // TODO New key - Add a translation "register-page.create-profile.header": "Create Profile", - + // "register-page.create-profile.identification.header": "Identify", // TODO New key - Add a translation "register-page.create-profile.identification.header": "Identify", - + // "register-page.create-profile.identification.email": "Email Address", // TODO New key - Add a translation "register-page.create-profile.identification.email": "Email Address", - + // "register-page.create-profile.identification.first-name": "First Name *", // TODO New key - Add a translation "register-page.create-profile.identification.first-name": "First Name *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", // TODO New key - Add a translation "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", - + // "register-page.create-profile.identification.last-name": "Last Name *", // TODO New key - Add a translation "register-page.create-profile.identification.last-name": "Last Name *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", // TODO New key - Add a translation "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - + // "register-page.create-profile.identification.contact": "Contact Telephone", // TODO New key - Add a translation "register-page.create-profile.identification.contact": "Contact Telephone", - + // "register-page.create-profile.identification.language": "Language", // TODO New key - Add a translation "register-page.create-profile.identification.language": "Language", - + // "register-page.create-profile.security.header": "Security", // TODO New key - Add a translation "register-page.create-profile.security.header": "Security", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "register-page.create-profile.security.label.password": "Password *", // TODO New key - Add a translation "register-page.create-profile.security.label.password": "Password *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", // TODO New key - Add a translation "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", - + // "register-page.create-profile.submit": "Complete Registration", // TODO New key - Add a translation "register-page.create-profile.submit": "Complete Registration", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", // TODO New key - Add a translation "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", - + // "register-page.create-profile.submit.error.head": "Registration failed", // TODO New key - Add a translation "register-page.create-profile.submit.error.head": "Registration failed", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", // TODO New key - Add a translation "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - + // "register-page.create-profile.submit.success.head": "Registration completed", // TODO New key - Add a translation "register-page.create-profile.submit.success.head": "Registration completed", - - + + // "register-page.registration.header": "New user registration", // TODO New key - Add a translation "register-page.registration.header": "New user registration", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "register-page.registration.email": "Email Address *", // TODO New key - Add a translation "register-page.registration.email": "Email Address *", - + // "register-page.registration.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "register-page.registration.email.error.required": "Please fill in an email address", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "register-page.registration.email.error.pattern": "Please fill in a valid email address", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "register-page.registration.email.hint": "This address will be verified and used as your login name.", - + // "register-page.registration.submit": "Register", // TODO New key - Add a translation "register-page.registration.submit": "Register", - + // "register-page.registration.success.head": "Verification email sent", // TODO New key - Add a translation "register-page.registration.success.head": "Verification email sent", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "register-page.registration.error.head": "Error when trying to register email", // TODO New key - Add a translation "register-page.registration.error.head": "Error when trying to register email", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", // TODO New key - Add a translation "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - + // "relationships.add.error.server.content": "The server returned an error", // TODO New key - Add a translation "relationships.add.error.server.content": "The server returned an error", - + // "relationships.add.error.title": "Unable to add relationship", // TODO New key - Add a translation "relationships.add.error.title": "Unable to add relationship", - + // "relationships.isAuthorOf": "Authors", // TODO New key - Add a translation "relationships.isAuthorOf": "Authors", - + // "relationships.isAuthorOf.Person": "Authors (persons)", // TODO New key - Add a translation "relationships.isAuthorOf.Person": "Authors (persons)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", // TODO New key - Add a translation "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", - + // "relationships.isIssueOf": "Journal Issues", // TODO New key - Add a translation "relationships.isIssueOf": "Journal Issues", - + // "relationships.isJournalIssueOf": "Journal Issue", // TODO New key - Add a translation "relationships.isJournalIssueOf": "Journal Issue", - + // "relationships.isJournalOf": "Journals", // TODO New key - Add a translation "relationships.isJournalOf": "Journals", - + // "relationships.isOrgUnitOf": "Organizational Units", // TODO New key - Add a translation "relationships.isOrgUnitOf": "Organizational Units", - + // "relationships.isPersonOf": "Authors", // TODO New key - Add a translation "relationships.isPersonOf": "Authors", - + // "relationships.isProjectOf": "Research Projects", // TODO New key - Add a translation "relationships.isProjectOf": "Research Projects", - + // "relationships.isPublicationOf": "Publications", // TODO New key - Add a translation "relationships.isPublicationOf": "Publications", - + // "relationships.isPublicationOfJournalIssue": "Articles", // TODO New key - Add a translation "relationships.isPublicationOfJournalIssue": "Articles", - + // "relationships.isSingleJournalOf": "Journal", // TODO New key - Add a translation "relationships.isSingleJournalOf": "Journal", - + // "relationships.isSingleVolumeOf": "Journal Volume", // TODO New key - Add a translation "relationships.isSingleVolumeOf": "Journal Volume", - + // "relationships.isVolumeOf": "Journal Volumes", // TODO New key - Add a translation "relationships.isVolumeOf": "Journal Volumes", - + // "relationships.isContributorOf": "Contributors", // TODO New key - Add a translation "relationships.isContributorOf": "Contributors", - - - + + + // "resource-policies.add.button": "Add", // TODO New key - Add a translation "resource-policies.add.button": "Add", - + // "resource-policies.add.for.": "Add a new policy", // TODO New key - Add a translation "resource-policies.add.for.": "Add a new policy", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", // TODO New key - Add a translation "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", // TODO New key - Add a translation "resource-policies.add.for.bundle": "Add a new Bundle policy", - + // "resource-policies.add.for.item": "Add a new Item policy", // TODO New key - Add a translation "resource-policies.add.for.item": "Add a new Item policy", - + // "resource-policies.add.for.community": "Add a new Community policy", // TODO New key - Add a translation "resource-policies.add.for.community": "Add a new Community policy", - + // "resource-policies.add.for.collection": "Add a new Collection policy", // TODO New key - Add a translation "resource-policies.add.for.collection": "Add a new Collection policy", - + // "resource-policies.create.page.heading": "Create new resource policy for ", // TODO New key - Add a translation "resource-policies.create.page.heading": "Create new resource policy for ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", // TODO New key - Add a translation "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - + // "resource-policies.create.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.create.page.success.content": "Operation successful", - + // "resource-policies.create.page.title": "Create new resource policy", // TODO New key - Add a translation "resource-policies.create.page.title": "Create new resource policy", - + // "resource-policies.delete.btn": "Delete selected", // TODO New key - Add a translation "resource-policies.delete.btn": "Delete selected", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", // TODO New key - Add a translation "resource-policies.delete.btn.title": "Delete selected resource policies", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", // TODO New key - Add a translation "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", - + // "resource-policies.delete.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.delete.success.content": "Operation successful", - + // "resource-policies.edit.page.heading": "Edit resource policy ", // TODO New key - Add a translation "resource-policies.edit.page.heading": "Edit resource policy ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", // TODO New key - Add a translation "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - + // "resource-policies.edit.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.edit.page.success.content": "Operation successful", - + // "resource-policies.edit.page.title": "Edit resource policy", // TODO New key - Add a translation "resource-policies.edit.page.title": "Edit resource policy", - + // "resource-policies.form.action-type.label": "Select the action type", // TODO New key - Add a translation "resource-policies.form.action-type.label": "Select the action type", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", // TODO New key - Add a translation "resource-policies.form.action-type.required": "You must select the resource policy action.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.select.btn": "Select", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.action": "Action", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.name": "Name", - + // "resource-policies.form.date.end.label": "End Date", // TODO New key - Add a translation "resource-policies.form.date.end.label": "End Date", - + // "resource-policies.form.date.start.label": "Start Date", // TODO New key - Add a translation "resource-policies.form.date.start.label": "Start Date", - + // "resource-policies.form.description.label": "Description", // TODO New key - Add a translation "resource-policies.form.description.label": "Description", - + // "resource-policies.form.name.label": "Name", // TODO New key - Add a translation "resource-policies.form.name.label": "Name", - + // "resource-policies.form.policy-type.label": "Select the policy type", // TODO New key - Add a translation "resource-policies.form.policy-type.label": "Select the policy type", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", // TODO New key - Add a translation "resource-policies.form.policy-type.required": "You must select the resource policy type.", - + // "resource-policies.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.table.headers.action": "Action", - + // "resource-policies.table.headers.date.end": "End Date", // TODO New key - Add a translation "resource-policies.table.headers.date.end": "End Date", - + // "resource-policies.table.headers.date.start": "Start Date", // TODO New key - Add a translation "resource-policies.table.headers.date.start": "Start Date", - + // "resource-policies.table.headers.edit": "Edit", // TODO New key - Add a translation "resource-policies.table.headers.edit": "Edit", - + // "resource-policies.table.headers.edit.group": "Edit group", // TODO New key - Add a translation "resource-policies.table.headers.edit.group": "Edit group", - + // "resource-policies.table.headers.edit.policy": "Edit policy", // TODO New key - Add a translation "resource-policies.table.headers.edit.policy": "Edit policy", - + // "resource-policies.table.headers.eperson": "EPerson", // TODO New key - Add a translation "resource-policies.table.headers.eperson": "EPerson", - + // "resource-policies.table.headers.group": "Group", // TODO New key - Add a translation "resource-policies.table.headers.group": "Group", - + // "resource-policies.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.table.headers.name": "Name", - + // "resource-policies.table.headers.policyType": "type", // TODO New key - Add a translation "resource-policies.table.headers.policyType": "type", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", // TODO New key - Add a translation "resource-policies.table.headers.title.for.item": "Policies for Item", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", // TODO New key - Add a translation "resource-policies.table.headers.title.for.community": "Policies for Community", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", // TODO New key - Add a translation "resource-policies.table.headers.title.for.collection": "Policies for Collection", - - - + + + // "search.description": "", // TODO New key - Add a translation "search.description": "", - + // "search.switch-configuration.title": "Show", // TODO New key - Add a translation "search.switch-configuration.title": "Show", - + // "search.title": "DSpace Angular :: Search", // TODO New key - Add a translation "search.title": "DSpace Angular :: Search", - + // "search.breadcrumbs": "Search", // TODO New key - Add a translation "search.breadcrumbs": "Search", - - + + // "search.filters.applied.f.author": "Author", // TODO New key - Add a translation "search.filters.applied.f.author": "Author", - + // "search.filters.applied.f.dateIssued.max": "End date", // TODO New key - Add a translation "search.filters.applied.f.dateIssued.max": "End date", - + // "search.filters.applied.f.dateIssued.min": "Start date", // TODO New key - Add a translation "search.filters.applied.f.dateIssued.min": "Start date", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", // TODO New key - Add a translation "search.filters.applied.f.dateSubmitted": "Date submitted", - + // "search.filters.applied.f.discoverable": "Private", // TODO New key - Add a translation "search.filters.applied.f.discoverable": "Private", - + // "search.filters.applied.f.entityType": "Item Type", // TODO New key - Add a translation "search.filters.applied.f.entityType": "Item Type", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", // TODO New key - Add a translation "search.filters.applied.f.has_content_in_original_bundle": "Has files", - + // "search.filters.applied.f.itemtype": "Type", // TODO New key - Add a translation "search.filters.applied.f.itemtype": "Type", - + // "search.filters.applied.f.namedresourcetype": "Status", // TODO New key - Add a translation "search.filters.applied.f.namedresourcetype": "Status", - + // "search.filters.applied.f.subject": "Subject", // TODO New key - Add a translation "search.filters.applied.f.subject": "Subject", - + // "search.filters.applied.f.submitter": "Submitter", // TODO New key - Add a translation "search.filters.applied.f.submitter": "Submitter", - + // "search.filters.applied.f.jobTitle": "Job Title", // TODO New key - Add a translation "search.filters.applied.f.jobTitle": "Job Title", - + // "search.filters.applied.f.birthDate.max": "End birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.max": "End birth date", - + // "search.filters.applied.f.birthDate.min": "Start birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.min": "Start birth date", - + // "search.filters.applied.f.withdrawn": "Withdrawn", // TODO New key - Add a translation "search.filters.applied.f.withdrawn": "Withdrawn", - - - + + + // "search.filters.filter.author.head": "Author", // TODO New key - Add a translation "search.filters.filter.author.head": "Author", - + // "search.filters.filter.author.placeholder": "Author name", // TODO New key - Add a translation "search.filters.filter.author.placeholder": "Author name", - + // "search.filters.filter.birthDate.head": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.head": "Birth Date", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.placeholder": "Birth Date", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.head": "Date Published", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.placeholder": "Date Published", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.head": "Editor", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.placeholder": "Editor", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.head": "Subject", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.head": "Publisher", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", - + // "search.filters.filter.dateIssued.head": "Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.head": "Date", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.head": "Date submitted", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.placeholder": "Date submitted", - + // "search.filters.filter.discoverable.head": "Private", // TODO New key - Add a translation "search.filters.filter.discoverable.head": "Private", - + // "search.filters.filter.withdrawn.head": "Withdrawn", // TODO New key - Add a translation "search.filters.filter.withdrawn.head": "Withdrawn", - + // "search.filters.filter.entityType.head": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.head": "Item Type", - + // "search.filters.filter.entityType.placeholder": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.placeholder": "Item Type", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", // TODO New key - Add a translation "search.filters.filter.has_content_in_original_bundle.head": "Has files", - + // "search.filters.filter.itemtype.head": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.head": "Type", - + // "search.filters.filter.itemtype.placeholder": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.placeholder": "Type", - + // "search.filters.filter.jobTitle.head": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.head": "Job Title", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.placeholder": "Job Title", - + // "search.filters.filter.knowsLanguage.head": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.head": "Known language", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.placeholder": "Known language", - + // "search.filters.filter.namedresourcetype.head": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.head": "Status", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.placeholder": "Status", - + // "search.filters.filter.objectpeople.head": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.head": "People", - + // "search.filters.filter.objectpeople.placeholder": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.placeholder": "People", - + // "search.filters.filter.organizationAddressCountry.head": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.head": "Country", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.placeholder": "Country", - + // "search.filters.filter.organizationAddressLocality.head": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.head": "City", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.placeholder": "City", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.head": "Date Founded", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", - + // "search.filters.filter.scope.head": "Scope", // TODO New key - Add a translation "search.filters.filter.scope.head": "Scope", - + // "search.filters.filter.scope.placeholder": "Scope filter", // TODO New key - Add a translation "search.filters.filter.scope.placeholder": "Scope filter", - + // "search.filters.filter.show-less": "Collapse", // TODO New key - Add a translation "search.filters.filter.show-less": "Collapse", - + // "search.filters.filter.show-more": "Show more", // TODO New key - Add a translation "search.filters.filter.show-more": "Show more", - + // "search.filters.filter.subject.head": "Subject", // TODO New key - Add a translation "search.filters.filter.subject.head": "Subject", - + // "search.filters.filter.subject.placeholder": "Subject", // TODO New key - Add a translation "search.filters.filter.subject.placeholder": "Subject", - + // "search.filters.filter.submitter.head": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.head": "Submitter", - + // "search.filters.filter.submitter.placeholder": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.placeholder": "Submitter", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", // TODO New key - Add a translation "search.filters.entityType.JournalIssue": "Journal Issue", - + // "search.filters.entityType.JournalVolume": "Journal Volume", // TODO New key - Add a translation "search.filters.entityType.JournalVolume": "Journal Volume", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", // TODO New key - Add a translation "search.filters.entityType.OrgUnit": "Organizational Unit", - + // "search.filters.has_content_in_original_bundle.true": "Yes", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.true": "Yes", - + // "search.filters.has_content_in_original_bundle.false": "No", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.false": "No", - + // "search.filters.discoverable.true": "No", // TODO New key - Add a translation "search.filters.discoverable.true": "No", - + // "search.filters.discoverable.false": "Yes", // TODO New key - Add a translation "search.filters.discoverable.false": "Yes", - + // "search.filters.withdrawn.true": "Yes", // TODO New key - Add a translation "search.filters.withdrawn.true": "Yes", - + // "search.filters.withdrawn.false": "No", // TODO New key - Add a translation "search.filters.withdrawn.false": "No", - - + + // "search.filters.head": "Filters", // TODO New key - Add a translation "search.filters.head": "Filters", - + // "search.filters.reset": "Reset filters", // TODO New key - Add a translation "search.filters.reset": "Reset filters", - - - + + + // "search.form.search": "Search", // TODO New key - Add a translation "search.form.search": "Search", - + // "search.form.search_dspace": "Search DSpace", // TODO New key - Add a translation "search.form.search_dspace": "Search DSpace", - + // "search.form.search_mydspace": "Search MyDSpace", // TODO New key - Add a translation "search.form.search_mydspace": "Search MyDSpace", - - - + + + // "search.results.head": "Search Results", // TODO New key - Add a translation "search.results.head": "Search Results", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", // TODO New key - Add a translation "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", - + // "search.results.no-results-link": "quotes around it", // TODO New key - Add a translation "search.results.no-results-link": "quotes around it", - + // "search.results.empty": "Your search returned no results.", // TODO New key - Add a translation "search.results.empty": "Your search returned no results.", - - - + + + // "search.sidebar.close": "Back to results", // TODO New key - Add a translation "search.sidebar.close": "Back to results", - + // "search.sidebar.filters.title": "Filters", // TODO New key - Add a translation "search.sidebar.filters.title": "Filters", - + // "search.sidebar.open": "Search Tools", // TODO New key - Add a translation "search.sidebar.open": "Search Tools", - + // "search.sidebar.results": "results", // TODO New key - Add a translation "search.sidebar.results": "results", - + // "search.sidebar.settings.rpp": "Results per page", // TODO New key - Add a translation "search.sidebar.settings.rpp": "Results per page", - + // "search.sidebar.settings.sort-by": "Sort By", // TODO New key - Add a translation "search.sidebar.settings.sort-by": "Sort By", - + // "search.sidebar.settings.title": "Settings", // TODO New key - Add a translation "search.sidebar.settings.title": "Settings", - - - + + + // "search.view-switch.show-detail": "Show detail", // TODO New key - Add a translation "search.view-switch.show-detail": "Show detail", - + // "search.view-switch.show-grid": "Show as grid", // TODO New key - Add a translation "search.view-switch.show-grid": "Show as grid", - + // "search.view-switch.show-list": "Show as list", // TODO New key - Add a translation "search.view-switch.show-list": "Show as list", - - - + + + // "sorting.ASC": "Ascending", // TODO New key - Add a translation "sorting.ASC": "Ascending", - + // "sorting.DESC": "Descending", // TODO New key - Add a translation "sorting.DESC": "Descending", - + // "sorting.dc.title.ASC": "Title Ascending", // TODO New key - Add a translation "sorting.dc.title.ASC": "Title Ascending", - + // "sorting.dc.title.DESC": "Title Descending", // TODO New key - Add a translation "sorting.dc.title.DESC": "Title Descending", - + // "sorting.score.DESC": "Relevance", // TODO New key - Add a translation "sorting.score.DESC": "Relevance", - - - + + + // "statistics.title": "Statistics", // TODO New key - Add a translation "statistics.title": "Statistics", - + // "statistics.header": "Statistics for {{ scope }}", // TODO New key - Add a translation "statistics.header": "Statistics for {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", // TODO New key - Add a translation "statistics.breadcrumbs": "Statistics", - + // "statistics.page.no-data": "No data available", // TODO New key - Add a translation "statistics.page.no-data": "No data available", - + // "statistics.table.no-data": "No data available", // TODO New key - Add a translation "statistics.table.no-data": "No data available", - + // "statistics.table.title.TotalVisits": "Total visits", // TODO New key - Add a translation "statistics.table.title.TotalVisits": "Total visits", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", // TODO New key - Add a translation "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - + // "statistics.table.title.TotalDownloads": "File Visits", // TODO New key - Add a translation "statistics.table.title.TotalDownloads": "File Visits", - + // "statistics.table.title.TopCountries": "Top country views", // TODO New key - Add a translation "statistics.table.title.TopCountries": "Top country views", - + // "statistics.table.title.TopCities": "Top city views", // TODO New key - Add a translation "statistics.table.title.TopCities": "Top city views", - + // "statistics.table.header.views": "Views", // TODO New key - Add a translation "statistics.table.header.views": "Views", - - - + + + // "submission.edit.title": "Edit Submission", // TODO New key - Add a translation "submission.edit.title": "Edit Submission", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", // TODO New key - Add a translation "submission.general.cannot_submit": "You have not the privilege to make a new submission.", - + // "submission.general.deposit": "Deposit", // TODO New key - Add a translation "submission.general.deposit": "Deposit", - + // "submission.general.discard.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.general.discard.confirm.cancel": "Cancel", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.general.discard.confirm.submit": "Yes, I'm sure", - + // "submission.general.discard.confirm.title": "Discard submission", // TODO New key - Add a translation "submission.general.discard.confirm.title": "Discard submission", - + // "submission.general.discard.submit": "Discard", // TODO New key - Add a translation "submission.general.discard.submit": "Discard", - + // "submission.general.save": "Save", // TODO New key - Add a translation "submission.general.save": "Save", - + // "submission.general.save-later": "Save for later", // TODO New key - Add a translation "submission.general.save-later": "Save for later", - - + + // "submission.import-external.page.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.page.title": "Import metadata from an external source", - + // "submission.import-external.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.title": "Import metadata from an external source", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", // TODO New key - Add a translation "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", // TODO New key - Add a translation "submission.import-external.back-to-my-dspace": "Back to MyDSpace", - + // "submission.import-external.search.placeholder": "Search the external source", // TODO New key - Add a translation "submission.import-external.search.placeholder": "Search the external source", - + // "submission.import-external.search.button": "Search", // TODO New key - Add a translation "submission.import-external.search.button": "Search", - + // "submission.import-external.search.button.hint": "Write some words to search", // TODO New key - Add a translation "submission.import-external.search.button.hint": "Write some words to search", - + // "submission.import-external.search.source.hint": "Pick an external source", // TODO New key - Add a translation "submission.import-external.search.source.hint": "Pick an external source", - + // "submission.import-external.source.arxiv": "arXiv", // TODO New key - Add a translation "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", // TODO New key - Add a translation "submission.import-external.source.loading": "Loading ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", // TODO New key - Add a translation "submission.import-external.source.sherpaJournal": "SHERPA Journals", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", // TODO New key - Add a translation "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - + // "submission.import-external.source.orcid": "ORCID", // TODO New key - Add a translation "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", // TODO New key - Add a translation "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", // TODO New key - Add a translation "submission.import-external.source.lcname": "Library of Congress Names", - + // "submission.import-external.preview.title": "Item Preview", // TODO New key - Add a translation "submission.import-external.preview.title": "Item Preview", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", // TODO New key - Add a translation "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", - + // "submission.import-external.preview.button.import": "Start submission", // TODO New key - Add a translation "submission.import-external.preview.button.import": "Start submission", - + // "submission.import-external.preview.error.import.title": "Submission error", // TODO New key - Add a translation "submission.import-external.preview.error.import.title": "Submission error", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", // TODO New key - Add a translation "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", - + // "submission.sections.describe.relationship-lookup.close": "Close", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.close": "Close", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.search": "Go", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Project": "Projects", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Publication": "Publications", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Person": "Authors", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", // TODO New key - Add a translation - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", - + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", - + // "submission.sections.ccLicense.type": "License Type", // TODO New key - Add a translation "submission.sections.ccLicense.type": "License Type", - + // "submission.sections.ccLicense.select": "Select a license type…", // TODO New key - Add a translation "submission.sections.ccLicense.select": "Select a license type…", - + // "submission.sections.ccLicense.change": "Change your license type…", // TODO New key - Add a translation "submission.sections.ccLicense.change": "Change your license type…", - + // "submission.sections.ccLicense.none": "No licenses available", // TODO New key - Add a translation "submission.sections.ccLicense.none": "No licenses available", - + // "submission.sections.ccLicense.option.select": "Select an option…", // TODO New key - Add a translation "submission.sections.ccLicense.option.select": "Select an option…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", // TODO New key - Add a translation "submission.sections.ccLicense.link": "You’ve selected the following license:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", // TODO New key - Add a translation "submission.sections.ccLicense.confirmation": "I grant the license above", - + // "submission.sections.general.add-more": "Add more", // TODO New key - Add a translation "submission.sections.general.add-more": "Add more", - + // "submission.sections.general.collection": "Collection", // TODO New key - Add a translation "submission.sections.general.collection": "Collection", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", // TODO New key - Add a translation "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", // TODO New key - Add a translation "submission.sections.general.discard_success_notice": "Submission discarded successfully.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", - + // "submission.sections.general.no-collection": "No collection found", // TODO New key - Add a translation "submission.sections.general.no-collection": "No collection found", - + // "submission.sections.general.no-sections": "No options available", // TODO New key - Add a translation "submission.sections.general.no-sections": "No options available", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", // TODO New key - Add a translation "submission.sections.general.save_success_notice": "Submission saved successfully.", - + // "submission.sections.general.search-collection": "Search for a collection", // TODO New key - Add a translation "submission.sections.general.search-collection": "Search for a collection", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", // TODO New key - Add a translation "submission.sections.general.sections_not_valid": "There are incomplete sections.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", // TODO New key - Add a translation "submission.sections.submit.progressbar.CClicense": "Creative commons license", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.recycle": "Recycle", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepcustom": "Describe", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepone": "Describe", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.steptwo": "Describe", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", // TODO New key - Add a translation "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", - + // "submission.sections.submit.progressbar.license": "Deposit license", // TODO New key - Add a translation "submission.sections.submit.progressbar.license": "Deposit license", - + // "submission.sections.submit.progressbar.upload": "Upload files", // TODO New key - Add a translation "submission.sections.submit.progressbar.upload": "Upload files", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.cancel": "Cancel", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.title": "Delete bitstream", - + // "submission.sections.upload.delete.submit": "Delete", // TODO New key - Add a translation "submission.sections.upload.delete.submit": "Delete", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", // TODO New key - Add a translation "submission.sections.upload.drop-message": "Drop files to attach them to the item", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", // TODO New key - Add a translation "submission.sections.upload.form.access-condition-label": "Access condition type", - + // "submission.sections.upload.form.date-required": "Date is required.", // TODO New key - Add a translation "submission.sections.upload.form.date-required": "Date is required.", - + // "submission.sections.upload.form.from-label": "Grant access from", // TODO New key - Add a translation "submission.sections.upload.form.from-label": "Grant access from", - + // "submission.sections.upload.form.from-placeholder": "From", // TODO New key - Add a translation "submission.sections.upload.form.from-placeholder": "From", - + // "submission.sections.upload.form.group-label": "Group", // TODO New key - Add a translation "submission.sections.upload.form.group-label": "Group", - + // "submission.sections.upload.form.group-required": "Group is required.", // TODO New key - Add a translation "submission.sections.upload.form.group-required": "Group is required.", - + // "submission.sections.upload.form.until-label": "Grant access until", // TODO New key - Add a translation "submission.sections.upload.form.until-label": "Grant access until", - + // "submission.sections.upload.form.until-placeholder": "Until", // TODO New key - Add a translation "submission.sections.upload.form.until-placeholder": "Until", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", // TODO New key - Add a translation "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", - + // "submission.sections.upload.no-entry": "No", // TODO New key - Add a translation "submission.sections.upload.no-entry": "No", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", // TODO New key - Add a translation "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", - + // "submission.sections.upload.save-metadata": "Save metadata", // TODO New key - Add a translation "submission.sections.upload.save-metadata": "Save metadata", - + // "submission.sections.upload.undo": "Cancel", // TODO New key - Add a translation "submission.sections.upload.undo": "Cancel", - + // "submission.sections.upload.upload-failed": "Upload failed", // TODO New key - Add a translation "submission.sections.upload.upload-failed": "Upload failed", - + // "submission.sections.upload.upload-successful": "Upload successful", // TODO New key - Add a translation "submission.sections.upload.upload-successful": "Upload successful", - - - + + + // "submission.submit.title": "Submission", // TODO New key - Add a translation "submission.submit.title": "Submission", - - - + + + // "submission.workflow.generic.delete": "Delete", // TODO New key - Add a translation "submission.workflow.generic.delete": "Delete", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", // TODO New key - Add a translation "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - + // "submission.workflow.generic.edit": "Edit", // TODO New key - Add a translation "submission.workflow.generic.edit": "Edit", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", - + // "submission.workflow.generic.view": "View", // TODO New key - Add a translation "submission.workflow.generic.view": "View", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve": "Approve", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", - + // "submission.workflow.tasks.claimed.edit": "Edit", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit": "Edit", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.title": "Reason", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.submit": "Reject", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return": "Return to pool", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", // TODO New key - Add a translation "submission.workflow.tasks.generic.error": "Error occurred during operation...", - + // "submission.workflow.tasks.generic.processing": "Processing...", // TODO New key - Add a translation "submission.workflow.tasks.generic.processing": "Processing...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", // TODO New key - Add a translation "submission.workflow.tasks.generic.submitter": "Submitter", - + // "submission.workflow.tasks.generic.success": "Operation successful", // TODO New key - Add a translation "submission.workflow.tasks.generic.success": "Operation successful", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim": "Claim", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.hide-detail": "Hide detail", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.show-detail": "Show detail", - - - + + + // "title": "DSpace", // TODO New key - Add a translation "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", // TODO New key - Add a translation "vocabulary-treeview.header": "Hierarchical tree view", - + // "vocabulary-treeview.load-more": "Load more", // TODO New key - Add a translation "vocabulary-treeview.load-more": "Load more", - + // "vocabulary-treeview.search.form.reset": "Reset", // TODO New key - Add a translation "vocabulary-treeview.search.form.reset": "Reset", - + // "vocabulary-treeview.search.form.search": "Search", // TODO New key - Add a translation "vocabulary-treeview.search.form.search": "Search", - + // "vocabulary-treeview.search.no-result": "There were no items to show", // TODO New key - Add a translation "vocabulary-treeview.search.no-result": "There were no items to show", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", // TODO New key - Add a translation "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", // TODO New key - Add a translation "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", - - - + + + // "uploader.browse": "browse", // TODO New key - Add a translation "uploader.browse": "browse", - + // "uploader.drag-message": "Drag & Drop your files here", // TODO New key - Add a translation "uploader.drag-message": "Drag & Drop your files here", - + // "uploader.or": ", or ", // TODO New key - Add a translation "uploader.or": ", or ", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO New key - Add a translation "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", - + // "uploader.queue-length": "Queue length", // TODO New key - Add a translation "uploader.queue-length": "Queue length", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", // TODO New key - Add a translation "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", // TODO New key - Add a translation "workflowAdmin.search.results.head": "Administer Workflow", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.title": "Deleted", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", - + // "workflow-item.delete.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.delete.notification.error.title": "Something went wrong", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", // TODO New key - Add a translation "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", - + // "workflow-item.delete.title": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.title": "Delete workflow item", - + // "workflow-item.delete.header": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.header": "Delete workflow item", - + // "workflow-item.delete.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.delete.button.cancel": "Cancel", - + // "workflow-item.delete.button.confirm": "Delete", // TODO New key - Add a translation "workflow-item.delete.button.confirm": "Delete", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.title": "Sent back to submitter", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.send-back.notification.error.title": "Something went wrong", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.title": "Send workflow item back to submitter", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.header": "Send workflow item back to submitter", - + // "workflow-item.send-back.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.send-back.button.cancel": "Cancel", - + // "workflow-item.send-back.button.confirm": "Send back" // TODO New key - Add a translation - "workflow-item.send-back.button.confirm": "Send back" - + "workflow-item.send-back.button.confirm": "Send back", + } diff --git a/src/assets/i18n/bn.json5 b/src/assets/i18n/bn.json5 index 8b903c4a65..d39c8e8985 100644 --- a/src/assets/i18n/bn.json5 +++ b/src/assets/i18n/bn.json5 @@ -1,1420 +1,1420 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", "401.help": "আপনি এই পৃষ্ঠাটি অ্যাক্সেস করার জন্য অনুমোদিত নন। আপনি হোম পেজে ফিরে যেতে নীচের বোতামটি ব্যবহার করতে পারেন।", - + // "401.link.home-page": "Take me to the home page", "401.link.home-page": "আমাকে হোম পেজে নিয়ে যাও", - + // "401.unauthorized": "unauthorized", "401.unauthorized": "অননুমোদিত", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", "403.help": "আপনার এই পৃষ্ঠাটি অ্যাক্সেস করার অনুমতি নেই। আপনি হোম পেজে ফিরে যেতে নীচের বোতামটি ব্যবহার করতে পারেন।", - + // "403.link.home-page": "Take me to the home page", "403.link.home-page": "আমাকে হোম পেজে নিয়ে যাও", - + // "403.forbidden": "forbidden", "403.forbidden": "নিষিদ্ধ", - + // "500.page-internal-server-error": "Service Unavailable", "500.page-internal-server-error": "সেবা প্রদান করা যাচ্ছে না", - + // "500.help": "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.", "500.help": "সার্ভারটি অস্থায়ীভাবে রক্ষণাবেক্ষণ ডাউনটাইম বা ক্ষমতা সমস্যার কারণে আপনার অনুরোধ পরিসেবা করতে অক্ষম। পরে আবার চেষ্টা করুন.", - + // "500.link.home-page": "Take me to the home page", "500.link.home-page": "আমাকে হোম পেজে নিয়ে যাও", - - + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", "404.help": "আপনি যে পৃষ্ঠাটি খুঁজছেন তা আমরা খুঁজে পাচ্ছি না। পৃষ্ঠাটি সরানো বা মুছে ফেলা হতে পারে। আপনি হোম পেজে ফিরে যেতে নীচের বোতামটি ব্যবহার করতে পারেন।", - + // "404.link.home-page": "Take me to the home page", "404.link.home-page": "আমাকে হোম পেজে নিয়ে যাও", - + // "404.page-not-found": "page not found", "404.page-not-found": "পৃষ্ঠা খুঁজে পাওয়া যায়নি", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", "admin.curation-tasks.breadcrumbs": "সিস্টেম নিরাময়ের কাজ", - + // "admin.curation-tasks.title": "System curation tasks", "admin.curation-tasks.title": "সিস্টেম নিরাময়ের কাজ", - + // "admin.curation-tasks.header": "System curation tasks", "admin.curation-tasks.header": "সিস্টেম নিরাময়ের কাজ", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", "admin.registries.bitstream-formats.breadcrumbs": "বিন্যাস রেজিস্ট্রি", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.create.breadcrumbs": "বিটস্ট্রিম বিন্যাস", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", "admin.registries.bitstream-formats.create.failure.content": "নতুন বিটস্ট্রিম বিন্যাস তৈরি করার সময় একটি ত্রুটি ঘটেছে।", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", "admin.registries.bitstream-formats.create.failure.head": "ব্যর্থতা", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", "admin.registries.bitstream-formats.create.head": "বিটস্ট্রিম বিন্যাস তৈরি করুন", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", "admin.registries.bitstream-formats.create.new": "একটি নতুন বিটস্ট্রিম বিন্যাস যোগ করুন", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", "admin.registries.bitstream-formats.create.success.content": "নতুন বিটস্ট্রিম বিন্যাস সফলভাবে তৈরি করা হয়েছিল।", - + // "admin.registries.bitstream-formats.create.success.head": "Success", "admin.registries.bitstream-formats.create.success.head": "সাফল্য", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.failure.amount": "{{ amount }} বিন্যাস (গুলি) অপসারণ করতে ব্যর্থ", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", "admin.registries.bitstream-formats.delete.failure.head": "ব্যর্থতা", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.success.amount": "সফলভাবে সরানো {{ amount }} বিন্যাস (গুলি)", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", "admin.registries.bitstream-formats.delete.success.head": "সাফল্য", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "বিটস্ট্রিম ফরম্যাটের এই তালিকা পরিচিত ফরম্যাট এবং তাদের সমর্থন স্তর সম্পর্কে তথ্য সরবরাহ করে।", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.edit.breadcrumbs": "বিটস্ট্রিম বিন্যাস", - + // "admin.registries.bitstream-formats.edit.description.hint": "", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", "admin.registries.bitstream-formats.edit.description.label": "বর্ণনা", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", "admin.registries.bitstream-formats.edit.extensions.hint": "এক্সটেনশানগুলি হল ফাইল এক্সটেনশান যা স্বয়ংক্রিয়ভাবে আপলোড করা ফাইলগুলির বিন্যাস সনাক্ত করতে ব্যবহৃত হয়। আপনি প্রতিটি বিন্যাসের জন্য বিভিন্ন এক্সটেনশন লিখতে পারেন।", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", "admin.registries.bitstream-formats.edit.extensions.label": "ফাইল এক্সটেনশান", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", "admin.registries.bitstream-formats.edit.extensions.placeholder": "ডট ছাড়া একটি ফাইল এক্সটেনশান লিখুন", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", "admin.registries.bitstream-formats.edit.failure.content": "বিটস্ট্রিম বিন্যাস সম্পাদনা করার সময় একটি ত্রুটি ঘটেছে।", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", "admin.registries.bitstream-formats.edit.failure.head": "ব্যর্থতা", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", "admin.registries.bitstream-formats.edit.head": "বিটস্ট্রিম বিন্যাস: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", "admin.registries.bitstream-formats.edit.internal.hint": "অভ্যন্তরীণ হিসাবে চিহ্নিত ফর্ম্যাট ব্যবহারকারী থেকে লুকানো এবং প্রশাসনিক উদ্দেশ্যে ব্যবহার করা হয়।", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", "admin.registries.bitstream-formats.edit.internal.label": "অভ্যন্তরীণ", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", "admin.registries.bitstream-formats.edit.mimetype.hint": "এই বিন্যাসের সাথে যুক্ত মিম টাইপ ইউনিক হতে হবে না।", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", "admin.registries.bitstream-formats.edit.mimetype.label": "মিম টাইপ", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", "admin.registries.bitstream-formats.edit.shortDescription.hint": "এই বিন্যাসের জন্য একটি ইউনিক নাম (উদাহরণ সরূপঃ মাইক্রোসফ্ট ওয়ার্ড এক্সপি বা মাইক্রোসফ্ট ওয়ার্ড 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", "admin.registries.bitstream-formats.edit.shortDescription.label": "নাম", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", "admin.registries.bitstream-formats.edit.success.content": "বিটস্ট্রিম বিন্যাস সফলভাবে সম্পাদিত হয়।", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", "admin.registries.bitstream-formats.edit.success.head": "সাফল্য", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", "admin.registries.bitstream-formats.edit.supportLevel.hint": "এই বিন্যাসের জন্য আপনার প্রতিষ্ঠানের প্রতিশ্রুতি সমর্থনের স্তর", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", "admin.registries.bitstream-formats.edit.supportLevel.label": "সমর্থন স্তর", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", "admin.registries.bitstream-formats.head": "বিটস্ট্রিম ফরম্যাট রেজিস্ট্রি", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", "admin.registries.bitstream-formats.no-items": "প্রদর্শন করার মত কোন বিটস্ট্রিম ফর্ম্যাট নেই।", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", "admin.registries.bitstream-formats.table.delete": "নির্বাচিতটা মুছুন", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", "admin.registries.bitstream-formats.table.deselect-all": "সব গুলো অনির্বাচিত কর", - + // "admin.registries.bitstream-formats.table.internal": "internal", "admin.registries.bitstream-formats.table.internal": "অভ্যন্তরীণ", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", "admin.registries.bitstream-formats.table.mimetype": "মিম টাইপ", - + // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "নাম", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "পেছনে", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "পরিচিত", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "সমর্থিত", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "অজানা", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", "admin.registries.bitstream-formats.table.supportLevel.head": "সমর্থন স্তর", - + // "admin.registries.bitstream-formats.title": "Bitstream Format Registry", "admin.registries.bitstream-formats.title": "বিটস্ট্রিম রেজিস্ট্রি ফরম্যাট", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", "admin.registries.metadata.breadcrumbs": "মেটাডেটা রেজিস্ট্রি", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", "admin.registries.metadata.description": "মেটাডেটা রেজিস্ট্রি রিপোজিটরিতে উপলব্ধ সমস্ত মেটাডেটা ক্ষেত্রের একটি তালিকা বজায় রাখে। এই ক্ষেত্রগুলি একাধিক স্কিমাসের মধ্যে বিভক্ত করা যেতে পারে। তবে ডিস্পেস যোগ্য ডাবলিন কোর স্কিমা প্রয়োজন।", - + // "admin.registries.metadata.form.create": "Create metadata schema", "admin.registries.metadata.form.create": "মেটাডাটা স্কিমা তৈরি করুন", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", "admin.registries.metadata.form.edit": "মেটাডাটা স্কিমা সম্পাদনা করুন", - + // "admin.registries.metadata.form.name": "Name", "admin.registries.metadata.form.name": "নাম", - + // "admin.registries.metadata.form.namespace": "Namespace", "admin.registries.metadata.form.namespace": "নামস্থান", - + // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "মেটাডেটা রেজিস্ট্রি", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", "admin.registries.metadata.schemas.no-items": "প্রদর্শন করার মত কোন মেটাডেটা স্কিমা নেই", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", "admin.registries.metadata.schemas.table.delete": "নির্বাচিতটা মুছুন", - + // "admin.registries.metadata.schemas.table.id": "ID", "admin.registries.metadata.schemas.table.id": "আইডি", - + // "admin.registries.metadata.schemas.table.name": "Name", "admin.registries.metadata.schemas.table.name": "নাম", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", "admin.registries.metadata.schemas.table.namespace": "নামস্থান", - + // "admin.registries.metadata.title": "Metadata Registry", "admin.registries.metadata.title": "মেটাডেটা রেজিস্ট্রি", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", "admin.registries.schema.breadcrumbs": "মেটাডাটা স্কিমা", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "এটি \"{{ namespace }}\" এর জন্য মেটাডেটা স্কিমা।", - + // "admin.registries.schema.fields.head": "Schema metadata fields", "admin.registries.schema.fields.head": "স্কিমা মেটাডেটা ক্ষেত্র", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "প্রদর্শন করার মত কোন মেটাডেটা ক্ষেত্র নেই", - + // "admin.registries.schema.fields.table.delete": "Delete selected", "admin.registries.schema.fields.table.delete": "নির্বাচিতটা মুছুন", - + // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "ক্ষেত্র", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "স্কোপ নোট", - + // "admin.registries.schema.form.create": "Create metadata field", "admin.registries.schema.form.create": "মেটাডেটা ক্ষেত্র তৈরি করুন", - + // "admin.registries.schema.form.edit": "Edit metadata field", "admin.registries.schema.form.edit": "মেটাডেটা ফিল্ড সম্পাদনা করুন", - + // "admin.registries.schema.form.element": "Element", "admin.registries.schema.form.element": "উপাদান", - + // "admin.registries.schema.form.qualifier": "Qualifier", "admin.registries.schema.form.qualifier": "কোয়ালিফায়ার", - + // "admin.registries.schema.form.scopenote": "Scope Note", "admin.registries.schema.form.scopenote": "স্কোপ নোট", - + // "admin.registries.schema.head": "Metadata Schema", "admin.registries.schema.head": "মেটাডাটা স্কিমা", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.created": "সফলভাবে তৈরি মেটাডেটা স্কিমা \"{{prefix}}\"।", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.failure": "মেটাডেটা স্কিমা গুলো মুছে ফেলতে ব্যর্থ হয়েছে {{ amount }} মেটাডাটা স্কিমাস", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.success": "সফলভাবে মুছে ফেলা {{ amount }} মেটাডাটা স্কিমাস", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.edited": "সফলভাবে সম্পাদিত মেটাডেটা স্কিমা \"{{prefix}}\"।", - + // "admin.registries.schema.notification.failure": "Error", "admin.registries.schema.notification.failure": "ত্রুটি", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", "admin.registries.schema.notification.field.created": "সফলভাবে মেটাডেটা ক্ষেত্র তৈরি করা \"{{ field }}\"", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.failure": "{{ amount }} মেটাডেটা ক্ষেত্র মুছে ফেলতে ব্যর্থ হয়েছে", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.success": "সফলভাবে মুছে ফেলা {{ amount }} মেটাডেটা ক্ষেত্র", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "সফলভাবে সম্পাদিত মেটাডেটা ক্ষেত্র \"{{ field }}\"।", - + // "admin.registries.schema.notification.success": "Success", "admin.registries.schema.notification.success": "সাফল্য", - + // "admin.registries.schema.return": "Back", "admin.registries.schema.return": "পেছনে", - + // "admin.registries.schema.title": "Metadata Schema Registry", "admin.registries.schema.title": "মেটাডাটা স্কিমা রেজিস্ট্রি", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", "admin.access-control.epeople.actions.delete": "ই-পারসন মুছে দিন", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", "admin.access-control.epeople.actions.impersonate": "ছদ্মবেশী ই-পারসন", - + // "admin.access-control.epeople.actions.reset": "Reset password", "admin.access-control.epeople.actions.reset": "পাসওয়ার্ড রিসেট করুন", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", "admin.access-control.epeople.actions.stop-impersonating": "ছদ্মবেশী ই-পারসন বন্ধ করুন", - + // "admin.access-control.epeople.breadcrumbs": "EPeople", "admin.access-control.epeople.breadcrumbs": "ই-পারসন", - + // "admin.access-control.epeople.title": "EPeople", "admin.access-control.epeople.title": "ই-পারসন", - + // "admin.access-control.epeople.head": "EPeople", "admin.access-control.epeople.head": "ই-পারসন", - + // "admin.access-control.epeople.search.head": "Search", "admin.access-control.epeople.search.head": "অনুসন্ধান করুন", - + // "admin.access-control.epeople.button.see-all": "Browse All", "admin.access-control.epeople.button.see-all": "সব ব্রাউজ করুন", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", "admin.access-control.epeople.search.scope.metadata": "মেটাডেটা", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", "admin.access-control.epeople.search.scope.email": "ই-মেইল (সঠিক)", - + // "admin.access-control.epeople.search.button": "Search", "admin.access-control.epeople.search.button": "অনুসন্ধান করুন", - + // "admin.access-control.epeople.search.placeholder": "Search people...", "admin.access-control.epeople.search.placeholder": "ব্যাক্তি অনুসন্ধান করুন ...", - + // "admin.access-control.epeople.button.add": "Add EPerson", "admin.access-control.epeople.button.add": "ই-পারসন যোগ করুন", - + // "admin.access-control.epeople.table.id": "ID", "admin.access-control.epeople.table.id": "আইডি", - + // "admin.access-control.epeople.table.name": "Name", "admin.access-control.epeople.table.name": "নাম", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", "admin.access-control.epeople.table.email": "ই-মেইল (সঠিক)", - + // "admin.access-control.epeople.table.edit": "Edit", "admin.access-control.epeople.table.edit": "সম্পাদনা করুন", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.edit": "\"{{ name }}\" সম্পাদনা কর", - + // "admin.access-control.epeople.table.edit.buttons.edit-disabled": "You are not authorized to edit this group", "admin.access-control.epeople.table.edit.buttons.edit-disabled": "আপনি এই গ্রুপ সম্পাদনা করার জন্য অনুমোদিত নয়", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.remove": "\"{{ name }}\" মুছে ফেলুন", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", "admin.access-control.epeople.no-items": "কোন ই-পারসিওন প্রদর্শন করার জন্যে নেই।", - + // "admin.access-control.epeople.form.create": "Create EPerson", "admin.access-control.epeople.form.create": "ই-পারসন তৈরি করুন", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", "admin.access-control.epeople.form.edit": "ই-পারসন সম্পাদনা করুন", - + // "admin.access-control.epeople.form.firstName": "First name", "admin.access-control.epeople.form.firstName": "নামের প্রথম অংশ", - + // "admin.access-control.epeople.form.lastName": "Last name", "admin.access-control.epeople.form.lastName": "নামের শেষাংশ", - + // "admin.access-control.epeople.form.email": "E-mail", "admin.access-control.epeople.form.email": "ই-মেইল", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", "admin.access-control.epeople.form.emailHint": "বৈধ ইমেইল ঠিকানা হতে হবে", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", "admin.access-control.epeople.form.canLogIn": "লগ ইন করতে পারেন", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", "admin.access-control.epeople.form.requireCertificate": "সার্টিফিকেট প্রয়োজন", - + // "admin.access-control.epeople.form.return": "Back", "admin.access-control.epeople.form.return": "পেছনে", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.success": "সফলভাবে তৈরি ই-পারসন \"{{ name }}\"।", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.failure": "ই-পারসন তৈরি করতে ব্যর্থ \"{{ name }}\"।" , - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.created.failure.emailInUse": "ই-পারসন \"{{ name }}\" তৈরি করতে ব্যর্থ। ইমেল \"{{ email }}\" ইতিমধ্যে ব্যবহার করা হয়েছে।", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "ই-পারসন \"{{ name }}\" সম্পাদনা করতে ব্যর্থ। ইমেল \"{{ email }}\" ইতিমধ্যে ব্যবহার করা হয়েছে।", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.success": "সফলভাবে সম্পাদিত ই-পারসন \"{{ name }}\"।", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.failure": "ই-পারসন সম্পাদনা করতে ব্যর্থ \"{{ name }}\"।", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.success": "সফলভাবে মুছে ফেলা ই-পারসন \"{{ name }}\"।", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.failure": "ই-পারসন মুছে ফেলতে ব্যর্থ হয়েছে \"{{ name }}\"।", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "এই দলের সদস্য:", - + // "admin.access-control.epeople.form.table.id": "ID", "admin.access-control.epeople.form.table.id": "আইডি", - + // "admin.access-control.epeople.form.table.name": "Name", "admin.access-control.epeople.form.table.name": "নাম", - + // "admin.access-control.epeople.form.table.collectionOrCommunity": "Collection/Community", "admin.access-control.epeople.form.table.collectionOrCommunity": "সংগ্রহ / সম্প্রদায়", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", "admin.access-control.epeople.form.memberOfNoGroups": "এই ই-পারসন কোন দলের সদস্য নয়", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", "admin.access-control.epeople.form.goToGroups": "গ্রুপে যোগ করুন", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.failure": "ই-পারসন মুছে ফেলতে ব্যর্থ হয়েছে: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.success": "সফলভাবে ই-পারসন মুছে ফেলা হয়েছে: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "Groups", "admin.access-control.groups.title": "গ্রুপ", - + // "admin.access-control.groups.breadcrumbs": "Groups", "admin.access-control.groups.breadcrumbs": "গ্রুপ", - + // "admin.access-control.groups.singleGroup.breadcrumbs": "Edit Group", "admin.access-control.groups.singleGroup.breadcrumbs": "গ্রুপ সম্পাদনা করুন", - + // "admin.access-control.groups.title.singleGroup": "Edit Group", "admin.access-control.groups.title.singleGroup": "গ্রুপ সম্পাদনা করুন", - + // "admin.access-control.groups.title.addGroup": "New Group", "admin.access-control.groups.title.addGroup": "নতুন দল", - + // "admin.access-control.groups.addGroup.breadcrumbs": "New Group", "admin.access-control.groups.addGroup.breadcrumbs": "নতুন দল", - + // "admin.access-control.groups.head": "Groups", "admin.access-control.groups.head": "গ্রুপ", - + // "admin.access-control.groups.button.add": "Add group", "admin.access-control.groups.button.add": "গ্রুপ যোগ করুন", - + // "admin.access-control.groups.search.head": "Search groups", "admin.access-control.groups.search.head": "অনুসন্ধান গ্রুপ", - + // "admin.access-control.groups.button.see-all": "Browse all", "admin.access-control.groups.button.see-all": "সব ব্রাউজ করুন", - + // "admin.access-control.groups.search.button": "Search", "admin.access-control.groups.search.button": "অনুসন্ধান করুন", - + // "admin.access-control.groups.search.placeholder": "Search groups...", "admin.access-control.groups.search.placeholder": "গ্রুপ অনুসন্ধান করুন...", - + // "admin.access-control.groups.table.id": "ID", "admin.access-control.groups.table.id": "আইডি", - + // "admin.access-control.groups.table.name": "Name", "admin.access-control.groups.table.name": "নাম", - + // "admin.access-control.groups.table.collectionOrCommunity": "Collection/Community", "admin.access-control.groups.table.collectionOrCommunity": "সংগ্রহ / সম্প্রদায়", - + // "admin.access-control.groups.table.members": "Members", "admin.access-control.groups.table.members": "সদস্যগণ", - + // "admin.access-control.groups.table.edit": "Edit", "admin.access-control.groups.table.edit": "সম্পাদনা করুন", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.edit": "\"{{ name }}\" সম্পাদনা করুন।", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.remove": "\"{{ name }}\" মুছে ফেলুন ।", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.no-items": "তাদের নাম বা এই UUID হিসাবে কোন গ্রুপ পাওয়া যায় নি", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", "admin.access-control.groups.notification.deleted.success": "সফলভাবে মুছে ফেলা গ্রুপ \"{{ name }}\"।", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", "admin.access-control.groups.notification.deleted.failure.title": "গ্রুপ \"{{ name }}\" মুছে ফেলতে ব্যর্থ হয়েছে", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", "admin.access-control.groups.notification.deleted.failure.content": "কারণ: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.permanent": "এই গ্রুপটি স্থায়ী হয় তাই এটি সম্পাদনা বা মুছে ফেলা যাবে না। আপনি এখনও এই পৃষ্ঠাটি ব্যবহার করে গ্রুপ সদস্যদের যোগ এবং অপসারণ করতে পারেন।", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.workflowGroup": "এই গোষ্ঠীটি সংশোধন করা বা মুছে ফেলা যাবে না কারণ এটি \"{{ name }}\" \"{{ comcol }}\" -এ জমা এবং ওয়ার্কফ্লো প্রক্রিয়াতে ভূমিকা অনুসারে। আপনি এটি মুছে ফেলতে পারেন from the \"assign roles\" tab on the edit {{comcol}} page। আপনি এখনও এই পৃষ্ঠাটি ব্যবহার করে গ্রুপ সদস্যদের যোগ এবং অপসারণ করতে পারেন।", - + // "admin.access-control.groups.form.head.create": "Create group", "admin.access-control.groups.form.head.create": "দল গঠন", - + // "admin.access-control.groups.form.head.edit": "Edit group", "admin.access-control.groups.form.head.edit": "গ্রুপ সম্পাদনা করুন", - + // "admin.access-control.groups.form.groupName": "Group name", "admin.access-control.groups.form.groupName": "দলের নাম", - + // "admin.access-control.groups.form.groupCommunity": "Community or Collection", "admin.access-control.groups.form.groupCommunity": "সম্প্রদায় বা সংগ্রহ", - + // "admin.access-control.groups.form.groupDescription": "Description", "admin.access-control.groups.form.groupDescription": "বর্ণনা", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.success": "সফলভাবে তৈরিকৃত গ্রুপ \"{{ name }}\"।", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.failure": "গ্রুপ তৈরি করতে ব্যর্থ \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "নামের সাথে গ্রুপ তৈরি করতে ব্যর্থ হয়েছে: \"{{name}}\", নিশ্চিত করুন যে নামটি ইতিমধ্যে ব্যবহার করা হচ্ছে না।", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.failure": "গ্রুপ সম্পাদনা করতে ব্যর্থ \"{{ name }}\"।", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "নাম \"{{ name }}\" ইতিমধ্যে ব্যবহার হয়েছে!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.success": "সফলভাবে সম্পাদনা করা গ্রুপ \"{{ name }}\"।", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", "admin.access-control.groups.form.actions.delete": "গ্রুপ মুছুন", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.header": "গ্রুপ মুছে ফেলুন \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.info": "আপনি কি গ্রুপ \"{{ dsoName }}\" মুছে ফেলতে চান তা নিশ্চিত করুন।", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", "admin.access-control.groups.form.delete-group.modal.cancel": "বাতিল করুন", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", "admin.access-control.groups.form.delete-group.modal.confirm": "মুছে ফেলা", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.success": "সফলভাবে মুছে ফেলা গ্রুপ \"{{ name }}\"।", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.failure.title": "গ্রুপ \"{{ name }}\" মুছে ফেলতে ব্যর্থ হয়েছে", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", "admin.access-control.groups.form.notification.deleted.failure.content": "কারণঃ \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", "admin.access-control.groups.form.members-list.head": "ই-পারসন", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", "admin.access-control.groups.form.members-list.search.head": "ই-পারসন যোগ করুন", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", "admin.access-control.groups.form.members-list.button.see-all": "সব ব্রাউজ করুন", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", "admin.access-control.groups.form.members-list.headMembers": "বর্তমান সদস্যগণ", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", "admin.access-control.groups.form.members-list.search.scope.metadata": "মেটাডেটা", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", "admin.access-control.groups.form.members-list.search.scope.email": "ই-মেইল (সঠিক)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", "admin.access-control.groups.form.members-list.search.button": "অনুসন্ধান করুন", - + // "admin.access-control.groups.form.members-list.table.id": "ID", "admin.access-control.groups.form.members-list.table.id": "আইডি", - + // "admin.access-control.groups.form.members-list.table.name": "Name", "admin.access-control.groups.form.members-list.table.name": "নামকরণ", - + // "admin.access-control.groups.form.members-list.table.identity": "Identity", "admin.access-control.groups.form.members-list.table.identity": "পরিচয়", - + // "admin.access-control.groups.form.members-list.table.email": "Email", "admin.access-control.groups.form.members-list.table.email": "ইমেইল.", - + // "admin.access-control.groups.form.members-list.table.netid": "NetID", "admin.access-control.groups.form.members-list.table.netid": "নেটআইডি", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", "admin.access-control.groups.form.members-list.table.edit": "অপসারণ / যোগ করুন", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "নাম দিয়ে সদস্য অপসারণ করুন \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.addMember": "সফলভাবে সদস্য যোগ করা হয়েছে: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.addMember": "সদস্য যোগ করতে ব্যর্থ: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.deleteMember": "সদস্য সফলভাবে মুছে ফেলা হয়েছে: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "সদস্য মুছে ফেলতে ব্যর্থ: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.add": "নাম দিয়ে সদস্য যোগ করুন \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "কোন সক্রিয় গ্রুপ নেই, প্রথমে একটি নাম জমা দিন।", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", "admin.access-control.groups.form.members-list.no-members-yet": "গ্রুপ এখনো কোন সদস্য নেই, যোগ করতে অনুসন্ধান করুন।", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", "admin.access-control.groups.form.members-list.no-items": "ওই অনুসন্ধান কোন ই-পারসন পাওয়া যায় নি", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure": "কিছু ভুল হয়েছে: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", "admin.access-control.groups.form.subgroups-list.head": "গ্রুপ", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", "admin.access-control.groups.form.subgroups-list.search.head": "সাবগ্রুপ যোগ করুন", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", "admin.access-control.groups.form.subgroups-list.button.see-all": "সব ব্রাউজ করুন", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", "admin.access-control.groups.form.subgroups-list.headSubgroups": "বর্তমান সাবগ্রুপ", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", "admin.access-control.groups.form.subgroups-list.search.button": "অনুসন্ধান করুন", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", "admin.access-control.groups.form.subgroups-list.table.id": "আইডি", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", "admin.access-control.groups.form.subgroups-list.table.name": "নাম", - + // "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Collection/Community", "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "সংগ্রহ / সম্প্রদায়", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", "admin.access-control.groups.form.subgroups-list.table.edit": "অপসারণ / যোগ করুন", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "নাম দিয়ে উপগোষ্ঠী সরান \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "নাম দিয়ে উপগোষ্ঠী যোগ করুন \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "বর্তমান গ্রুপ", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "সফলভাবে সাবগ্রুপ যোগ করা হয়েছে: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "সাবগ্রুপ যোগ করতে ব্যর্থ হয়েছে: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "সাবগ্রুপ সফলভাবে মোছা হয়েছে: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "সাবগ্রুপ মুছে ফেলতে ব্যর্থ হয়েছে: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "কোন সক্রিয় গ্রুপ নেই, প্রথমে একটি নাম জমা দিন।", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "এই বর্তমান গ্রুপ যোগ করা যাবে না।", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.form.subgroups-list.no-items": "তাদের নাম বা এই UUID হিসাবে কোন গ্রুপ পাওয়া যায় নি", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "গ্রুপে এখন কোন সাবগ্রুপ নেই", - + // "admin.access-control.groups.form.return": "Back", "admin.access-control.groups.form.return": "পেছনে", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", "admin.search.breadcrumbs": "প্রশাসনিক অনুসন্ধান", - + // "admin.search.collection.edit": "Edit", "admin.search.collection.edit": "সম্পাদনা করুন", - + // "admin.search.community.edit": "Edit", "admin.search.community.edit": "সম্পাদনা করুন", - + // "admin.search.item.delete": "Delete", "admin.search.item.delete": "মুছে ফেলা", - + // "admin.search.item.edit": "Edit", "admin.search.item.edit": "সম্পাদনা করুন", - + // "admin.search.item.make-private": "Make Private", "admin.search.item.make-private": "প্রাইভেট করুন", - + // "admin.search.item.make-public": "Make Public", "admin.search.item.make-public": "জনসাধারণের জন্য উন্মুক্ত করুন", - + // "admin.search.item.move": "Move", "admin.search.item.move": "সরানো", - + // "admin.search.item.reinstate": "Reinstate", "admin.search.item.reinstate": "পুনঃস্থাপন", - + // "admin.search.item.withdraw": "Withdraw", "admin.search.item.withdraw": "প্রত্যাহার করুন", - + // "admin.search.title": "Administrative Search", "admin.search.title": "প্রশাসনিক অনুসন্ধান", - + // "administrativeView.search.results.head": "Administrative Search", "administrativeView.search.results.head": "প্রশাসনিক অনুসন্ধান", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", "admin.workflow.breadcrumbs": "প্রশাসনিক কর্মধারা", - + // "admin.workflow.title": "Administer Workflow", "admin.workflow.title": "প্রশাসনিক কর্মধারা", - + // "admin.workflow.item.workflow": "Workflow", "admin.workflow.item.workflow": "কর্মধারা", - + // "admin.workflow.item.delete": "Delete", "admin.workflow.item.delete": "মুছে ফেলা", - + // "admin.workflow.item.send-back": "Send back", "admin.workflow.item.send-back": "ফেরত পাঠাও", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", "admin.metadata-import.breadcrumbs": "মেটাডেটা আমদানি করুন", - + // "admin.metadata-import.title": "Import Metadata", "admin.metadata-import.title": "মেটাডেটা আমদানি করুন", - + // "admin.metadata-import.page.header": "Import Metadata", "admin.metadata-import.page.header": "মেটাডেটা আমদানি করুন", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", "admin.metadata-import.page.help": "আপনি এখানে ফাইলগুলিতে ব্যাচ মেটাডেটা অপারেশন ধারণ করে এমন সিএসভি ফাইলগুলি ড্রপ বা ব্রাউজ করতে পারেন৷", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", "admin.metadata-import.page.dropMsg": "আমদানি করতে একটি মেটাডেটা সিএসভি ড্রপ করুন", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", "admin.metadata-import.page.dropMsgReplace": "মেটাডেটা সিএসভি আমদানি করতে ড্রপ করুন", - + // "admin.metadata-import.page.button.return": "Back", "admin.metadata-import.page.button.return": "পেছনে", - + // "admin.metadata-import.page.button.proceed": "Proceed", "admin.metadata-import.page.button.proceed": "এগিয়ে যান", - + // "admin.metadata-import.page.error.addFile": "Select file first!", "admin.metadata-import.page.error.addFile": "প্রথম ফাইল নির্বাচন করুন!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", "auth.errors.invalid-user": "অবৈধ ইমেইল ঠিকানা বা পাসওয়ার্ড.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", "auth.messages.expired": "আপনার অধিবেশন মেয়াদ শেষ হয়ে গেছে। অনুগ্রহ পূর্বক আবার প্রবেশ করুন.", - + // "auth.messages.token-refresh-failed": "Refreshing your session token failed. Please log in again.", "auth.messages.token-refresh-failed": "আপনার সেশন টোকেন রিফ্রেশ ব্যর্থ হয়েছে। অনুগ্রহ পূর্বক আবার প্রবেশ করুন.", - - - + + + // "bitstream.download.page": "Now downloading {{bitstream}}..." , "bitstream.download.page": "এখন ডাউনলোড হচ্ছে {{bitstream}}...", - + // "bitstream.download.page.back": "Back" , "bitstream.download.page.back": "ফিরে যান" , - - + + // "bitstream.edit.authorizations.link": "Edit bitstream's Policies", "bitstream.edit.authorizations.link": "বিটস্ট্রিম এর নীতি সম্পাদনা করুন", - + // "bitstream.edit.authorizations.title": "Edit bitstream's Policies", "bitstream.edit.authorizations.title": "বিটস্ট্রিম এর নীতি সম্পাদনা করুন", - + // "bitstream.edit.return": "Back", "bitstream.edit.return": "পেছনে", - + // "bitstream.edit.bitstream": "Bitstream: ", "bitstream.edit.bitstream": "বিটস্ট্রিম: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", "bitstream.edit.form.description.hint": "বিকল্পভাবে ফাইলটির সংক্ষিপ্ত বিবরণ প্রদান করুন উদাহরণস্বরূপ \" মূল নিবন্ধ \" অথবা \" পরীক্ষা ডেটা রিডিং \"।", - + // "bitstream.edit.form.description.label": "Description", "bitstream.edit.form.description.label": "বর্ণনা", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", "bitstream.edit.form.embargo.hint": "প্রথম দিন থেকে অ্যাক্সেস অনুমতি দেওয়া হয়। এই তারিখটি এই ফর্মটি সংশোধন করা যাবে না। বিটস্ট্রিমের জন্য একটি নিষেধাজ্ঞা নির্ধারণ করতে আইটেমের স্থিতি ট্যাবটিতে যান অনুমোদন ..., তৈরি করুন বা বিটস্ট্রিমের পড়ুন নীতিটি, এবং সম্পাদনা করুন শুরু তারিখ সেট করুন।", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", "bitstream.edit.form.embargo.label": "নির্দিষ্ট তারিখ পর্যন্ত নিষেধাজ্ঞা", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", "bitstream.edit.form.fileName.hint": "বিটস্ট্রিমের জন্য ফাইলের নাম পরিবর্তন করুন। মনে রাখবেন যে এটি প্রদর্শন বিটস্ট্রিম URL টি পরিবর্তন করবে তবে পুরোনো লিঙ্কগুলি এখনও ক্রমটি সমাধান করবে না যতক্ষণ না ক্রম আইডিটি পরিবর্তন হয় না।", - + // "bitstream.edit.form.fileName.label": "Filename", "bitstream.edit.form.fileName.label": "ফাইলের নাম", - + // "bitstream.edit.form.newFormat.label": "Describe new format", "bitstream.edit.form.newFormat.label": "নতুন বিন্যাস বর্ণনা করুন", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", "bitstream.edit.form.newFormat.hint": "আপনি যে ফাইলটি ফাইল এবং সংস্করণ নম্বর তৈরি করতে ব্যবহৃত হয়েছিল তা হল (উদাহরণস্বরূপ, \"ACMESoft SuperApp version 1.5\")।", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", "bitstream.edit.form.primaryBitstream.label": "প্রাথমিক বিটস্ট্রিম", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", "bitstream.edit.form.selectedFormat.hint": "যদি ফর্ম্যাটটি উপরের তালিকাতে না থাকে তবে তালিকাটি \"ফর্ম্যাটটি নির্বাচন করুন \" এবং এটির অধীনে এটি বর্ণনা করুন \"নতুন বিন্যাস বর্ণনা করুন\"।", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", "bitstream.edit.form.selectedFormat.label": "নির্বাচিত বিন্যাস", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", "bitstream.edit.form.selectedFormat.unknown": "তালিকার ভিতরে ফরম্যাট নেই", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", "bitstream.edit.notifications.error.format.title": "বিটস্ট্রিম এর বিন্যাস সংরক্ষণ করার সময় একটি ত্রুটি হয়েছে", - + // "bitstream.edit.form.iiifLabel.label": "IIIF Label", "bitstream.edit.form.iiifLabel.label": "IIIF লেবেল", - + // "bitstream.edit.form.iiifLabel.hint": "Canvas label for this image. If not provided default label will be used.", "bitstream.edit.form.iiifLabel.hint": "এই ছবির জন্য ক্যানভাস লেবেল। যদি প্রদান না হয় ডিফল্ট লেবেল ব্যবহার করা হবে।", - + // "bitstream.edit.form.iiifToc.label": "IIIF Table of Contents", "bitstream.edit.form.iiifToc.label": "IIIF বিষয়বস্তু টেবিল", - + // "bitstream.edit.form.iiifToc.hint": "Adding text here makes this the start of a new table of contents range.", "bitstream.edit.form.iiifToc.hint": "এখানে টেক্সট যোগ করা এটিকে বিষয়বস্তুর পরিসরের একটি নতুন টেবিলের সূচনা করে", - + // "bitstream.edit.form.iiifWidth.label": "IIIF Canvas Width", "bitstream.edit.form.iiifWidth.label": "IIIF ক্যানভাস প্রস্থ", - + // "bitstream.edit.form.iiifWidth.hint": "The canvas width should usually match the image width.", "bitstream.edit.form.iiifWidth.hint": "ক্যানভাস প্রস্থ সাধারণত ইমেজ প্রস্থের সাথে মেলা উচিত।", - + // "bitstream.edit.form.iiifHeight.label": "IIIF Canvas Height", "bitstream.edit.form.iiifHeight.label": "IIIF ক্যানভাস উচ্চতা", - + // "bitstream.edit.form.iiifHeight.hint": "The canvas height should usually match the image height.", "bitstream.edit.form.iiifHeight.hint": "ক্যানভাস উচ্চতা সাধারণত ইমেজের উচ্চতার সাথে মেলে উচিত।", - - + + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", "bitstream.edit.notifications.saved.content": "এই বিটস্ট্রিমে আপনার পরিবর্তন সংরক্ষিত করা হয়েছে।", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", "bitstream.edit.notifications.saved.title": "বিটস্ট্রিম সংরক্ষিত", - + // "bitstream.edit.title": "Edit bitstream", "bitstream.edit.title": "বিটস্ট্রিম সম্পাদনা করুন", - + // "bitstream-request-a-copy.alert.canDownload1": "You already have access to this file. If you want to download the file, click ", "bitstream-request-a-copy.alert.canDownload1": "ইতিমধ্যে এই ফাইল আপনার অ্যাক্সেস আছে। আপনি যদি ফাইলটি ডাউনলোড করতে চান তবে ক্লিক করুন", - + // "bitstream-request-a-copy.alert.canDownload2": "here", "bitstream-request-a-copy.alert.canDownload2": "এখানে", - + // "bitstream-request-a-copy.header": "Request a copy of the file", "bitstream-request-a-copy.header": "ফাইলের একটি কপি অনুরোধ করুন", - + // "bitstream-request-a-copy.intro": "Enter the following information to request a copy for the following item: ", "bitstream-request-a-copy.intro": "নিম্নলিখিত আইটেমটির জন্য একটি অনুলিপি অনুরোধ করতে নিম্নলিখিত তথ্য লিখুন: ", - + // "bitstream-request-a-copy.intro.bitstream.one": "Requesting the following file: ", "bitstream-request-a-copy.intro.bitstream.one": "নিম্নলিখিত ফাইল অনুরোধ করা হচ্ছে: ", // "bitstream-request-a-copy.intro.bitstream.all": "Requesting all files. ", "bitstream-request-a-copy.intro.bitstream.all": "সব ফাইল অনুরোধ করা হচ্ছে।", - + // "bitstream-request-a-copy.name.label": "Name *", "bitstream-request-a-copy.name.label": "নাম *", - + // "bitstream-request-a-copy.name.error": "The name is required", "bitstream-request-a-copy.name.error": "নাম প্রয়োজন", - + // "bitstream-request-a-copy.email.label": "Your e-mail address *", "bitstream-request-a-copy.email.label": "আপনার ইমেইল ঠিকানা *", - + // "bitstream-request-a-copy.email.hint": "This email address is used for sending the file.", "bitstream-request-a-copy.email.hint": "এই ইমেল ঠিকানা ফাইল পাঠানোর জন্য ব্যবহার করা হয়।", - + // "bitstream-request-a-copy.email.error": "Please enter a valid email address.", "bitstream-request-a-copy.email.error": "একটি বৈধ ইমেইল ঠিকানা লিখুন।", - + // "bitstream-request-a-copy.allfiles.label": "Files", "bitstream-request-a-copy.allfiles.label": "নথি পত্র", - + // "bitstream-request-a-copy.files-all-false.label": "Only the requested file", "bitstream-request-a-copy.files-all-false.label": "শুধুমাত্র অনুরোধকৃত ফাইল", - + // "bitstream-request-a-copy.files-all-true.label": "All files (of this item) in restricted access", "bitstream-request-a-copy.files-all-true.label": "সমস্ত ফাইল (এই আইটেমটির) সীমাবদ্ধ অ্যাক্সেসে", - + // "bitstream-request-a-copy.message.label": "Message", "bitstream-request-a-copy.message.label": "বার্তা", - + // "bitstream-request-a-copy.return": "Back", "bitstream-request-a-copy.return": "পেছনে", - + // "bitstream-request-a-copy.submit": "Request copy", "bitstream-request-a-copy.submit": "অনুরোধ কপি", - + // "bitstream-request-a-copy.submit.success": "The item request was submitted successfully.", "bitstream-request-a-copy.submit.success": "আইটেমের অনুরোধ সফলভাবে পাঠানো দেওয়া হয়েছে।", - + // "bitstream-request-a-copy.submit.error": "Something went wrong with submitting the item request.", "bitstream-request-a-copy.submit.error": "আইটেমের অনুরোধ পাঠাতে দিয়ে গিয়ে কিছু ভুল হয়েছে।", - - - + + + // "browse.comcol.by.author": "By Author", "browse.comcol.by.author": "লেখক দ্বারা", - + // "browse.comcol.by.dateissued": "By Issue Date", "browse.comcol.by.dateissued": "ইস্যু তারিখ দ্বারা", - + // "browse.comcol.by.subject": "By Subject", "browse.comcol.by.subject": "বিষয় দ্বারা", - + // "browse.comcol.by.title": "By Title", "browse.comcol.by.title": "শিরোনাম দ্বারা", - + // "browse.comcol.head": "Browse", "browse.comcol.head": "ব্রাউজ করুন", - + // "browse.empty": "No items to show.", "browse.empty": "দেখানোর মত কোন আইটেম নেই।", - + // "browse.metadata.author": "Author", "browse.metadata.author": "লেখক", - + // "browse.metadata.dateissued": "Issue Date", "browse.metadata.dateissued": "প্রদানের তারিখ", - + // "browse.metadata.subject": "Subject", "browse.metadata.subject": "বিষয়", - + // "browse.metadata.title": "Title", "browse.metadata.title": "শিরোনাম", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", "browse.metadata.author.breadcrumbs": "লেখক দ্বারা ব্রাউজ করুন", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", "browse.metadata.dateissued.breadcrumbs": "তারিখ দ্বারা ব্রাউজ করুন", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", "browse.metadata.subject.breadcrumbs": "বিষয় দ্বারা ব্রাউজ করুন", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", "browse.metadata.title.breadcrumbs": "শিরোনাম দ্বারা ব্রাউজ করুন", - + // "browse.next.button": "Next", "browse.next.button": "পরবর্তী", - + // "browse.previous.button": "Previous", "browse.previous.button": "পূর্ববর্তী", - + // "browse.startsWith.choose_start": "(Choose start)", "browse.startsWith.choose_start": "(শুরু নির্বাচন করুন)", - + // "browse.startsWith.choose_year": "(Choose year)", "browse.startsWith.choose_year": "(বছর নির্বাচন করুন)", - + // "browse.startsWith.choose_year.label": "Choose the issue year", "browse.startsWith.choose_year.label": "ইস্যুর বছর নির্বাচন করুন", - + // "browse.startsWith.jump": "Jump to a point in the index:", "browse.startsWith.jump": "সূচকের একটি পয়েন্টে যান:", - + // "browse.startsWith.months.april": "April", "browse.startsWith.months.april": "এপ্রিল", - + // "browse.startsWith.months.august": "August", "browse.startsWith.months.august": "আগস্ট", - + // "browse.startsWith.months.december": "December", "browse.startsWith.months.december": "ডিসেম্বর", - + // "browse.startsWith.months.february": "February", "browse.startsWith.months.february": "ফেব্রুয়ারি.", - + // "browse.startsWith.months.january": "January", "browse.startsWith.months.january": "জানুয়ারি", - + // "browse.startsWith.months.july": "July", "browse.startsWith.months.july": "জুলাই", - + // "browse.startsWith.months.june": "June", "browse.startsWith.months.june": "জুন", - + // "browse.startsWith.months.march": "March", "browse.startsWith.months.march": "মার্চ", - + // "browse.startsWith.months.may": "May", "browse.startsWith.months.may": "মে", - + // "browse.startsWith.months.none": "(Choose month)", "browse.startsWith.months.none": "(মাস নির্বাচন করুন)", - + // "browse.startsWith.months.none.label": "Choose the issue month", "browse.startsWith.months.none.label": "ইস্যু মাস নির্বাচন করুন", - + // "browse.startsWith.months.november": "November", "browse.startsWith.months.november": "নভেম্বর", - + // "browse.startsWith.months.october": "October", "browse.startsWith.months.october": "অক্টোবর", - + // "browse.startsWith.months.september": "September", "browse.startsWith.months.september": "সেপ্টেম্বর", - + // "browse.startsWith.submit": "Browse", "browse.startsWith.submit": "ব্রাউজ", - + // "browse.startsWith.type_date": "Or type in a date (year-month) and click 'Browse'", "browse.startsWith.type_date": "অথবা একটি তারিখ (বছরের-মাস) টাইপ করুন এবং 'ব্রাউজ' ক্লিক করুন", - + // "browse.startsWith.type_date.label": "Or type in a date (year-month) and click on the Browse button", "browse.startsWith.type_date.label": "অথবা একটি তারিখ (বছরের-মাস) টাইপ করুন এবং ব্রাউজ বোতামে ক্লিক করুন", - + // "browse.startsWith.type_text": "Type the first few letters and click on the Browse button", "browse.startsWith.type_text": "প্রথম কয়েকটি অক্ষর টাইপ করুন এবং ব্রাউজ বোতামে ক্লিক করুন", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", "browse.title": "ব্রাউজিং {{collection}} এর {{field}} {{value}}", - - + + // "chips.remove": "Remove chip", "chips.remove": "চিপ সরান", - - - + + + // "collection.create.head": "Create a Collection", "collection.create.head": "একটি সংগ্রহ তৈরি করুন", - + // "collection.create.notifications.success": "Successfully created the Collection", "collection.create.notifications.success": "সফলভাবে সংগ্রহ তৈরি", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", "collection.create.sub-head": "সম্প্রদায়ের জন্য একটি সংগ্রহ তৈরি করুন {{praent}}", - + // "collection.curate.header": "Curate Collection: {{collection}}", "collection.curate.header": "কিউরেট সংগ্রহ: {{collection}}", - + // "collection.delete.cancel": "Cancel", "collection.delete.cancel": "বাতিল করুন", - + // "collection.delete.confirm": "Confirm", "collection.delete.confirm": "নিশ্চিত করুন", - + // "collection.delete.processing": "Deleting", "collection.delete.processing": "মুছে ফেলা হচ্ছে", - + // "collection.delete.head": "Delete Collection", "collection.delete.head": "সংগ্রহ মুছে ফেলুন", - + // "collection.delete.notification.fail": "Collection could not be deleted", "collection.delete.notification.fail": "সংগ্রহ মুছে ফেলা যাবে না", - + // "collection.delete.notification.success": "Successfully deleted collection", "collection.delete.notification.success": "সফলভাবে মুছে ফেলা সংগ্রহ", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", "collection.delete.text": "আপনি কি আপনি সংগ্রহের মুছতে চান \"{{dos}}\"", - - - + + + // "collection.edit.delete": "Delete this collection", "collection.edit.delete": "এই সংগ্রহ মুছে দিন", - + // "collection.edit.head": "Edit Collection", "collection.edit.head": "সংগ্রহ সম্পাদনা", - + // "collection.edit.breadcrumbs": "Edit Collection", "collection.edit.breadcrumbs": "সংগ্রহ সম্পাদনা", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", "collection.edit.tabs.mapper.head": "আইটেম ম্যাপার", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", "collection.edit.tabs.item-mapper.title": "সংগ্রহ সম্পাদনা - আইটেম ম্যাপার", - + // "collection.edit.item-mapper.cancel": "Cancel", "collection.edit.item-mapper.cancel": "বাতিল করুন", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", "collection.edit.item-mapper.collection": "সংগ্রহ: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", "collection.edit.item-mapper.confirm": "নির্বাচিত আইটেম সমন্বয় করুন", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", "collection.edit.item-mapper.description": "এটি আইটেম ম্যাপার টুল যা সংগ্রহের অ্যাডমিনিস্ট্রেটররা এই সংগ্রহে অন্যান্য সংগ্রহ থেকে আইটেমগুলি মানচিত্রের অনুমতি দেয়। আপনি অন্যান্য সংগ্রহ থেকে আইটেমগুলি অনুসন্ধান করতে এবং তাদের মানচিত্র বা বর্তমানে ম্যাপযুক্ত আইটেমগুলির তালিকা ব্রাউজ করতে পারেন।", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", "collection.edit.item-mapper.head": "আইটেম ম্যাপার - অন্যান্য সংগ্রহ থেকে সমন্নয়কৃত আইটেম", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", "collection.edit.item-mapper.no-search": "দয়া করে অনুসন্ধানের জন্য একটি কুয়েরি লিখুন ", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", "collection.edit.item-mapper.notifications.map.error.content": "{{amount}} আইটেমগুলির সমন্নয়য়ের জন্য ত্রুটি ঘটেছে।", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", "collection.edit.item-mapper.notifications.map.error.head": "সমন্নয় ত্রুটি", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", "collection.edit.item-mapper.notifications.map.success.content": "সফলভাবে {{amount}} আইটেমগুলি ম্যাপ করা হয়েছে।", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", "collection.edit.item-mapper.notifications.map.success.head": "সমন্নয় সম্পন্ন", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.error.content": "ত্রুটি {{amount}} আইটেমগুলির mappings অপসারণের জন্য ঘটেছে।", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", "collection.edit.item-mapper.notifications.unmap.error.head": "সমন্নয় ত্রুটি মুছে ফেলুন", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.success.content": "সফলভাবে {{amount}} আইটেমগুলির সমন্বয় সরানো হয়েছে।", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", "collection.edit.item-mapper.notifications.unmap.success.head": "সমন্বয় সরানো সম্পন্ন হয়েছে", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", "collection.edit.item-mapper.remove": "নির্বাচিত আইটেমের সমন্নয় মুছে ফেলুন", - + // "collection.edit.item-mapper.search-form.placeholder": "Search items...", "collection.edit.item-mapper.search-form.placeholder": "অনুসন্ধান আইটেম ...", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", "collection.edit.item-mapper.tabs.browse": "সমন্বিত আইটেম ব্রাউজ করুন", - + // "collection.edit.item-mapper.tabs.map": "Map new items", "collection.edit.item-mapper.tabs.map": "নতুন আইটেম সমন্বয় করুন", - - + + // "collection.edit.logo.delete.title": "Delete logo", "collection.edit.logo.delete.title": "লোগো মুছে দিন", - + // "collection.edit.logo.delete-undo.title": "Undo delete", "collection.edit.logo.delete-undo.title": "মুছে ফেলা মুছে ফেলুন", - + // "collection.edit.logo.label": "Collection logo", "collection.edit.logo.label": "সংগ্রহ লোগো", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", "collection.edit.logo.notifications.add.error": "সংগ্রহ লোগো আপলোডিং ব্যর্থ হয়েছে। পুনরায় চেষ্টা করার আগে কন্টেন্ট যাচাই করুন।", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", "collection.edit.logo.notifications.add.success": "সংগ্রহের লোগো আপলোড সফল হয়েছে", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", "collection.edit.logo.notifications.delete.success.title": "লোগো মুছে ফেলা হয়েছে", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", "collection.edit.logo.notifications.delete.success.content": "সফলভাবে সংগ্রহের লোগো মুছে ফেলা হয়েছে", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", "collection.edit.logo.notifications.delete.error.title": "লোগো মুছেতে ত্রুটি হয়েছে", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", "collection.edit.logo.upload": "আপলোড করার জন্য একটি সংগ্রহ লোগো ড্রপ করুন", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", "collection.edit.notifications.success": "সফলভাবে সংগ্রহ সম্পাদনা", - + // "collection.edit.return": "Back", "collection.edit.return": "পেছনে", - - - + + + // "collection.edit.tabs.curate.head": "Curate", "collection.edit.tabs.curate.head": "কিউরেট", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", "collection.edit.tabs.curate.title": "সংগ্রহ সম্পাদনা - কিউরেট", - + // "collection.edit.tabs.authorizations.head": "Authorizations", "collection.edit.tabs.authorizations.head": "অনুমোদনগুলো", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", "collection.edit.tabs.authorizations.title": "সংগ্রহ সম্পাদনা - অনুমোদনগুলো", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", "collection.edit.tabs.metadata.head": "মেটাডেটা সম্পাদনা করুন", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", "collection.edit.tabs.metadata.title": "সংগ্রহ সম্পাদনা - মেটাডাটা", - + // "collection.edit.tabs.roles.head": "Assign Roles", "collection.edit.tabs.roles.head": "ভূমিকা (রোল) বরাদ্দ করুন", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", "collection.edit.tabs.roles.title": "সংগ্রহ সম্পাদনা - ভূমিকা", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", "collection.edit.tabs.source.external": "এই সংগ্রহটি একটি বহিরাগত উৎস থেকে তার কন্টেন্ট সংগ্রহ করে", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", "collection.edit.tabs.source.form.errors.oaiSource.required": "আপনার লক্ষ্যবস্তু সংগ্রহের একটি সেট আইডি প্রদান করতে হবে।", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", "collection.edit.tabs.source.form.harvestType": "বিষয়বস্তু সংগ্রহীত হয়েছে", - + // "collection.edit.tabs.source.form.head": "Configure an external source", "collection.edit.tabs.source.form.head": "একটি বহিরাগত উৎস কনফিগার করুন", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", "collection.edit.tabs.source.form.metadataConfigId": "মেটাডেটা বিন্যাস", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", "collection.edit.tabs.source.form.oaiSetId": "OAI নির্দিষ্ট সেট আইডি", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", "collection.edit.tabs.source.form.oaiSource": "OAI প্রদানকারী", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "সংগ্রহীত মেটাডাটা এবং বিটস্ট্রিমস (ORE সমর্থন প্রয়োজন)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "মেটাডাটা সংগ্রহ এবং বিটস্ট্রিমের রেফারেন্স (ORE সমর্থন প্রয়োজন)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "শুধুমাত্র মেটাডেটা সংগ্রহ করুন", - + // "collection.edit.tabs.source.head": "Content Source", "collection.edit.tabs.source.head": "বিষয়বস্তু উৎস", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "collection.edit.tabs.source.notifications.discarded.content": "আপনার পরিবর্তন বাতিল করা হয়েছে। আপনার পরিবর্তনগুলি পুনঃস্থাপন করতে 'পূর্বাবস্থায় ফিরুন' বাটনে ক্লিক করুন", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", "collection.edit.tabs.source.notifications.discarded.title": "বাতিলকৃত পরিবর্তন", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "collection.edit.tabs.source.notifications.invalid.content": "আপনার পরিবর্তন সংরক্ষিত ছিল না। আপনি সংরক্ষণ করার আগে সমস্ত ক্ষেত্রের বৈধতা নিশ্চিত করুন দয়া করে।", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", "collection.edit.tabs.source.notifications.invalid.title": "মেটাডেটা অবৈধ", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", "collection.edit.tabs.source.notifications.saved.content": "সংগ্রহগুলোর কন্টেন্টের উৎসে আপনার পরিবর্তনগুলো সংরক্ষিত ছিল।", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", "collection.edit.tabs.source.notifications.saved.title": "বিষয়বস্তু উৎস সংরক্ষিত হয়েছে", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", "collection.edit.tabs.source.title": "সংগ্রহ সম্পাদনা - কন্টেন্ট উৎস", - - - + + + // "collection.edit.template.add-button": "Add", "collection.edit.template.add-button": "যোগ করুন", - + // "collection.edit.template.breadcrumbs": "Item template", "collection.edit.template.breadcrumbs": "আইটেম টেমপ্লেট", - + // "collection.edit.template.cancel": "Cancel", "collection.edit.template.cancel": "বাতিল করুন", - + // "collection.edit.template.delete-button": "Delete", "collection.edit.template.delete-button": "মুছে ফেলা", - + // "collection.edit.template.edit-button": "Edit", "collection.edit.template.edit-button": "সম্পাদনা করুন", - + // "collection.edit.template.error": "An error occurred retrieving the template item", "collection.edit.template.error": "টেমপ্লেট আইটেম পুনরুদ্ধার করার সময় একটি ত্রুটি ঘটেছে৷", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", "collection.edit.template.head": "সংগ্রহের জন্য টেমপ্লেট আইটেমটি সম্পাদনা করুন \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", "collection.edit.template.label": "টেমপ্লেট আইটেম", - + // "collection.edit.template.loading": "Loading template item...", "collection.edit.template.loading": "টেমপ্লেট আইটেম লোড হচ্ছে ...", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", "collection.edit.template.notifications.delete.error": "আইটেম টেমপ্লেট মুছে ফেলতে ব্যর্থ হয়েছে", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", "collection.edit.template.notifications.delete.success": "সফলভাবে আইটেম টেমপ্লেট মুছে ফেলা হয়েছে", - + // "collection.edit.template.title": "Edit Template Item", "collection.edit.template.title": "টেমপ্লেট আইটেম সম্পাদনা করুন", - - - + + + // "collection.form.abstract": "Short Description", "collection.form.abstract": "ছোট বিবরণ", - + // "collection.form.description": "Introductory text (HTML)", "collection.form.description": "প্রারম্ভিক টেক্সট (এইচটিএমএল)", - + // "collection.form.errors.title.required": "Please enter a collection name", "collection.form.errors.title.required": "দয়া করে একটি সংগ্রহ নাম লিখুন", - + // "collection.form.license": "License", "collection.form.license": "লাইসেন্স", - + // "collection.form.provenance": "Provenance", "collection.form.provenance": "উদ্ভব", - + // "collection.form.rights": "Copyright text (HTML)", "collection.form.rights": "কপিরাইট টেক্সট (এইচটিএমএল)", - + // "collection.form.tableofcontents": "News (HTML)", "collection.form.tableofcontents": "সংবাদ (এইচটিএমএল)", - + // "collection.form.title": "Name", "collection.form.title": "নাম", - + // "collection.form.entityType": "Entity Type", "collection.form.entityType": "এনটিটির (সত্তা) ধরন", - - - + + + // "collection.listelement.badge": "Collection", "collection.listelement.badge": "সংগ্রহ", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.head": "সাম্প্রতিক জমা", - + // "collection.page.browse.recent.empty": "No items to show", "collection.page.browse.recent.empty": "দেখানোর মত কোন আইটেম নেই", - + // "collection.page.edit": "Edit this collection", "collection.page.edit": "এই সংগ্রহটি সম্পাদনা করুন", - + // "collection.page.handle": "Permanent URI for this collection", "collection.page.handle": "এই সংগ্রহের জন্য স্থায়ী URI", - + // "collection.page.license": "License", "collection.page.license": "লাইসেন্স", - + // "collection.page.news": "News", "collection.page.news": "সংবাদ", - - - + + + // "collection.select.confirm": "Confirm selected", "collection.select.confirm": "সিলেকশন নিশ্চিত করুন", - + // "collection.select.empty": "No collections to show", "collection.select.empty": "দেখানোর মত কোন সংগ্রহ নেই", - + // "collection.select.table.title": "Title", "collection.select.table.title": "শিরোনাম", - - + + // "collection.source.controls.head": "Harvest Controls", "collection.source.controls.head": "সংগ্রহের নিয়ন্ত্রণ", // "collection.source.controls.test.submit.error": "Something went wrong with initiating the testing of the settings", @@ -1461,4674 +1461,4674 @@ "collection.source.controls.harvest.message": "সংগ্রহের তথ্য:", // "collection.source.controls.harvest.no-information": "N/A", "collection.source.controls.harvest.no-information": "এন/এ", - - + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", "collection.source.update.notifications.error.content": "প্রদত্ত সেটিংস পরীক্ষা করা হয়েছে এবং কাজ করে না।", - + // "collection.source.update.notifications.error.title": "Server Error", "collection.source.update.notifications.error.title": "সার্ভার সমস্যা", - - - + + + // "communityList.breadcrumbs": "Community List", "communityList.breadcrumbs": "কমিউনিটির তালিকা", - + // "communityList.tabTitle": "Community List", "communityList.tabTitle": "কমিউনিটির তালিকা", - + // "communityList.title": "List of Communities", "communityList.title": "সম্প্রদায়ের তালিকা", - + // "communityList.showMore": "Show More", "communityList.showMore": "আরো দেখুন", - - - + + + // "community.create.head": "Create a Community", "community.create.head": "একটি সম্প্রদায় তৈরি করুন", - + // "community.create.notifications.success": "Successfully created the Community", "community.create.notifications.success": "সফলভাবে সম্প্রদায় তৈরি হয়েছে", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", "community.create.sub-head": "সম্প্রদায়ের জন্য একটি উপ-সম্প্রদায় তৈরি করুন {{praent}}", - + // "community.curate.header": "Curate Community: {{community}}", "community.curate.header": "কিউরেট সম্প্রদায়: {{community}}", - + // "community.delete.cancel": "Cancel", "community.delete.cancel": "বাতিল করুন", - + // "community.delete.confirm": "Confirm", "community.delete.confirm": "নিশ্চিত করুন", - + // "community.delete.processing": "Deleting...", "community.delete.processing": "মুছে ফেলা হচ্ছে ...", - + // "community.delete.head": "Delete Community", "community.delete.head": "কমিউনিটি মুছুন", - + // "community.delete.notification.fail": "Community could not be deleted", "community.delete.notification.fail": "সম্প্রদায় মুছে ফেলা যাবে না", - + // "community.delete.notification.success": "Successfully deleted community", "community.delete.notification.success": "সফলভাবে মুছে ফেলা সম্প্রদায়", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", "community.delete.text": "আপনি কি নিশ্চিত যে আপনি কমিউনিটি মুছে ফেলতে চান \"{{dso}}}\"", - + // "community.edit.delete": "Delete this community", "community.edit.delete": "এই সম্প্রদায় মুছে ফেলুন", - + // "community.edit.head": "Edit Community", "community.edit.head": "সম্প্রদায় সম্পাদনা করুন", - + // "community.edit.breadcrumbs": "Edit Community", "community.edit.breadcrumbs": "সম্প্রদায় সম্পাদনা করুন", - - + + // "community.edit.logo.delete.title": "Delete logo", "community.edit.logo.delete.title": "লোগো মুছে ফেলুন", - + // "community.edit.logo.delete-undo.title": "Undo delete", "community.edit.logo.delete-undo.title": "মুছে ফেলা বাতিল করুন", - + // "community.edit.logo.label": "Community logo", "community.edit.logo.label": "কমিউনিটি লোগো", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", "community.edit.logo.notifications.add.error": "কমিউনিটি লোগো আপলোড ব্যর্থ হয়েছে। পুনরায় চেষ্টা করার আগে কন্টেন্ট যাচাই করুন।", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", "community.edit.logo.notifications.add.success": "কমিউনিটি লোগো সফল আপলোড করুন।", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", "community.edit.logo.notifications.delete.success.title": "লোগো মুছে ফেলা হয়েছে", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", "community.edit.logo.notifications.delete.success.content": "সফলভাবে সম্প্রদায়ের লোগো মুছে ফেলা হয়েছে", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", "community.edit.logo.notifications.delete.error.title": "লোগো মুছে ফেলতে ত্রুটি হয়েছে", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", "community.edit.logo.upload": "আপলোড করার জন্য একটি কমিউনিটি লোগো ড্রপ করুন", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", "community.edit.notifications.success": "সফলভাবে সম্প্রদায় সম্পাদনা", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", "community.edit.notifications.unauthorized": "এই পরিবর্তন করতে আপনার বিশেষাধিকার নেই", - + // "community.edit.notifications.error": "An error occured while editing the Community", "community.edit.notifications.error": "সম্প্রদায় সম্পাদনা করার সময় একটি ত্রুটি ঘটেছে", - + // "community.edit.return": "Back", "community.edit.return": "পেছনে", - - - + + + // "community.edit.tabs.curate.head": "Curate", "community.edit.tabs.curate.head": "কিউরেট", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", "community.edit.tabs.curate.title": "কমিউনিটি সম্পাদনা - কিউরেট", - + // "community.edit.tabs.metadata.head": "Edit Metadata", "community.edit.tabs.metadata.head": "মেটাডেটা সম্পাদনা করুন", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", "community.edit.tabs.metadata.title": "কমিউনিটি সম্পাদনা - মেটাডাটা", - + // "community.edit.tabs.roles.head": "Assign Roles", "community.edit.tabs.roles.head": "ভূমিকা (রোল) বরাদ্দ করুন", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", "community.edit.tabs.roles.title": "কমিউনিটি সম্পাদনা - ভূমিকা (রোল)", - + // "community.edit.tabs.authorizations.head": "Authorizations", "community.edit.tabs.authorizations.head": "অনুমোদনসমূহ", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", "community.edit.tabs.authorizations.title": "কমিউনিটি সম্পাদনা - অনুমোদনসমূহ", - - - + + + // "community.listelement.badge": "Community", "community.listelement.badge": "সম্প্রদায়", - - - + + + // "comcol-role.edit.no-group": "None", "comcol-role.edit.no-group": "কেউ না", - + // "comcol-role.edit.create": "Create", "comcol-role.edit.create": "সৃষ্টি", - + // "comcol-role.edit.restrict": "Restrict", "comcol-role.edit.restrict": "সীমাবদ্ধতা", - + // "comcol-role.edit.delete": "Delete", "comcol-role.edit.delete": "মুছে ফেলা", - - + + // "comcol-role.edit.community-admin.name": "Administrators", "comcol-role.edit.community-admin.name": "প্রশাসক", - + // "comcol-role.edit.collection-admin.name": "Administrators", "comcol-role.edit.collection-admin.name": "প্রশাসক", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.community-admin.description": "কমিউনিটি অ্যাডমিনিস্ট্রেটররা উপ-সম্প্রদায়গুলি বা সংগ্রহগুলি তৈরি করতে পারে এবং সেই উপ-সম্প্রদায়গুলির বা সংগ্রহগুলির জন্য পরিচালনা বা পরিচালনা করতে পারে। উপরন্তু তারা যে কোনও উপ-সংগ্রহগুলিতে আইটেম জমা দিতে পারে তা মেটাডেটা (জমা দেওয়ার পরে) এবং অন্যান্য সংগ্রহগুলির (মানচিত্র) বিদ্যমান আইটেমগুলি (অনুমোদন সাপেক্ষে) যোগ করতে পারে তা নির্ধারণ করে।", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", "comcol-role.edit.collection-admin.description": "সংগ্রহ অ্যাডমিনিস্ট্রেটররা সিদ্ধান্ত নেয় কে আইটেমটি মেটাডেটা (জমা দেওয়ার পরে) সম্পাদনা করতে এবং এই সংগ্রহে অন্যান্য সংগ্রহ থেকে বিদ্যমান আইটেমগুলি যোগ করুন (মানচিত্র) বিদ্যমান আইটেমগুলি হতে অন্নে সংগ্রহওগুলো (অনুমোদন সাপেক্ষে)।", - - + + // "comcol-role.edit.submitters.name": "Submitters", "comcol-role.edit.submitters.name": "জমাকারীরা", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", "comcol-role.edit.submitters.description": "এই সংগ্রহে নতুন আইটেম জমা দেওয়ার অনুমতি আছে এমন ই-ব্যাক্তি এবং গোষ্ঠী।", - - + + // "comcol-role.edit.item_read.name": "Default item read access", "comcol-role.edit.item_read.name": "ডিফল্ট আইটেম পড়ার অ্যাক্সেস", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", "comcol-role.edit.item_read.description": "ই-ব্যাক্তি এবং গোষ্ঠী যা এই সংগ্রহে জমা দেওয়া নতুন আইটেমগুলি পড়তে পারে। এই ভূমিকা পরিবর্তন retroactive হয় না। সিস্টেমের বিদ্যমান আইটেমগুলি এখনও তাদের সংযোজনের সময় অ্যাক্সেস পড়তে যারা দ্বারা দর্শনীয় হবে।", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", "comcol-role.edit.item_read.anonymous-group": "ইনকামিং আইটেম জন্য ডিফল্ট পড়ুন বর্তমানে বেনামী সেট করা হয়।", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", "comcol-role.edit.bitstream_read.name": "ডিফল্ট বিটস্ট্রিম পড়ার অ্যাক্সেস", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.bitstream_read.description": "কমিউনিটি অ্যাডমিনিস্ট্রেটররা উপ-সম্প্রদায়গুলি বা সংগ্রহগুলি তৈরি করতে পারে এবং সেই উপ-সম্প্রদায়গুলির বা সংগ্রহগুলির জন্য পরিচালনা বা পরিচালনা করতে পারে। উপরন্তু তারা যে কোনও উপ-সংগ্রহগুলিতে আইটেম জমা দিতে পারে তা মেটাডেটা (জমা দেওয়ার পরে) এবং অন্যান্য সংগ্রহগুলির (মানচিত্র) বিদ্যমান আইটেমগুলি (অনুমোদন সাপেক্ষে) যোগ করতে পারে তা নির্ধারণ করে।", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", "comcol-role.edit.bitstream_read.anonymous-group": "ইনকামিং বিটস্ট্রিমের জন্য ডিফল্ট রিড বর্তমানে বেনামীতে সেট করা আছে", - - + + // "comcol-role.edit.editor.name": "Editors", "comcol-role.edit.editor.name": "সম্পাদক", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", "comcol-role.edit.editor.description": "সম্পাদকগণ ইনকামিং জমা মেটাডেটা সম্পাদনা করতে সক্ষম এবং তারপর তাদের গ্রহণ বা প্রত্যাখ্যান করতে পারবেন।", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", "comcol-role.edit.finaleditor.name": "চূড়ান্ত সম্পাদক", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", "comcol-role.edit.finaleditor.description": "চূড়ান্ত সম্পাদকরা ইনকামিং জমা মেটাডেটা সম্পাদনা করতে সক্ষম কিন্তু তাদের প্রত্যাখ্যান করতে সক্ষম হবে না।", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", "comcol-role.edit.reviewer.name": "সমালোচকগন", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", "comcol-role.edit.reviewer.description": "সমালোচকরা ইনকামিং জমা গ্রহণ বা প্রত্যাখ্যান করতে পারবেন। তবে তারা জমা দেওয়া মেটাডেটা সম্পাদনা করতে পারবেন না।", - - - + + + // "community.form.abstract": "Short Description", "community.form.abstract": "ছোট বিবরণ", - + // "community.form.description": "Introductory text (HTML)", "community.form.description": "প্রারম্ভিক টেক্সট (এইচটিএমএল)", - + // "community.form.errors.title.required": "Please enter a community name", "community.form.errors.title.required": "একটি সম্প্রদায়ের নাম লিখুন দয়া করে", - + // "community.form.rights": "Copyright text (HTML)", "community.form.rights": "কপিরাইট টেক্সট (এইচটিএমএল)", - + // "community.form.tableofcontents": "News (HTML)", "community.form.tableofcontents": "সংবাদ (এইচটিএমএল)", - + // "community.form.title": "Name", "community.form.title": "নাম", - + // "community.page.edit": "Edit this community", "community.page.edit": "এই সম্প্রদায়টি সম্পাদনা করুন", - + // "community.page.handle": "Permanent URI for this community", "community.page.handle": "এই সম্প্রদায়ের জন্য স্থায়ী URI", - + // "community.page.license": "License", "community.page.license": "লাইসেন্স", - + // "community.page.news": "News", "community.page.news": "সংবাদ", - + // "community.all-lists.head": "Subcommunities and Collections", "community.all-lists.head": "উপ-সম্প্রদায় এবং সংগ্রহ", - + // "community.sub-collection-list.head": "Collections of this Community", "community.sub-collection-list.head": "এই সম্প্রদায়ের সংগ্রহ", - + // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "এই সম্প্রদায়ের সম্প্রদায়", - - - + + + // "cookies.consent.accept-all": "Accept all", "cookies.consent.accept-all": "সব গ্রহণ করুন", - + // "cookies.consent.accept-selected": "Accept selected", "cookies.consent.accept-selected": "নির্বাচিতটা গ্রহণ করুন", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", "cookies.consent.app.opt-out.description": "এই অ্যাপ্লিকেশনটি ডিফল্টরূপে লোড করা হয় (তবে আপনি অপ্ট আউট করতে পারেন)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", "cookies.consent.app.opt-out.title": "(অপ্ট আউট)", - + // "cookies.consent.app.purpose": "purpose", "cookies.consent.app.purpose": "উদ্দেশ্য", - + // "cookies.consent.app.required.description": "This application is always required", "cookies.consent.app.required.description": "এই অ্যাপ্লিকেশন সবসময় প্রয়োজন হয়", - + // "cookies.consent.app.required.title": "(always required)", "cookies.consent.app.required.title": "(সর্বদা প্রয়োজন)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", "cookies.consent.update": "আপনার শেষ পরিদর্শন থেকে পরিবর্তন হয়েছে দয়া করে আপনার সম্মতি আপডেট করুন।", - + // "cookies.consent.close": "Close", "cookies.consent.close": "বন্ধ", - + // "cookies.consent.decline": "Decline", "cookies.consent.decline": "পতন", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", "cookies.consent.content-notice.description": "আমরা নিম্নলিখিত উদ্দেশ্যে আপনার ব্যক্তিগত তথ্য সংগ্রহ এবং প্রক্রিয়া করি: প্রমাণিকরণ, পছন্দ, স্বীকৃতি এবং পরিসংখ্যান
আরও জানতে, অনুগ্রহ করে আমাদের {privacyPolicy} পড়ুন.", - + // "cookies.consent.content-notice.learnMore": "Customize", "cookies.consent.content-notice.learnMore": "কাস্টমাইজ করুন", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", "cookies.consent.content-modal.description": "এখানে আপনি আপনার সম্পর্কে সংগৃহীত তথ্যটি দেখতে এবং কাস্টমাইজ করতে পারেন।", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", "cookies.consent.content-modal.privacy-policy.name": "গোপনীয়তা নীতি", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", "cookies.consent.content-modal.privacy-policy.text": "আরো জানতে, আমাদের {privacyPolicy} পড়ুন.", - + // "cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "আমরা যে তথ্য সংগ্রহ করি", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "প্রমাণীকরণ", - + // "cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "আপনার সাইন ইন করার জন্য প্রয়োজন", - - + + // "cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "পছন্দসমূহ", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", "cookies.consent.app.description.preferences": "আপনার পছন্দ সংরক্ষণের জন্য প্রয়োজন", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", "cookies.consent.app.title.acknowledgement": "স্বীকৃতি", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", "cookies.consent.app.description.acknowledgement": "আপনার স্বীকৃতি এবং সম্মতি সংরক্ষণের জন্য প্রয়োজন", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", "cookies.consent.app.title.google-analytics": "গুগল বিশ্লেষক", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", "cookies.consent.app.description.google-analytics": "আমাদের পরিসংখ্যানগত ডেটা ট্র্যাক করার অনুমতি দিন", - - - + + + // "cookies.consent.purpose.functional": "Functional", "cookies.consent.purpose.functional": "কার্যকরী", - + // "cookies.consent.purpose.statistical": "Statistical", "cookies.consent.purpose.statistical": "পরিসংখ্যানগত", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", "curation-task.task.checklinks.label": "মেটাডেটা লিঙ্ক চেক করুন", - + // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "না", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", "curation-task.task.profileformats.label": "প্রোফাইলের বিটস্ট্রিম ফরম্যাট", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", "curation-task.task.requiredmetadata.label": "প্রয়োজনীয় মেটাডেটা জন্য চেক করুন", - + // "curation-task.task.translate.label": "Microsoft Translator", "curation-task.task.translate.label": "মাইক্রোসফ্ট অনুবাদক", - + // "curation-task.task.vscan.label": "Virus Scan", "curation-task.task.vscan.label": "ভাইরাস স্ক্যান", - - - + + + // "curation.form.task-select.label": "Task:", "curation.form.task-select.label": "টাস্ক:", - + // "curation.form.submit": "Start", "curation.form.submit": "শুরু করুন", - + // "curation.form.submit.success.head": "The curation task has been started successfully", "curation.form.submit.success.head": "কিউরেসনের কাজ সফলভাবে শুরু করা হয়েছে", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", "curation.form.submit.success.content": "আপনি সংশ্লিষ্ট প্রক্রিয়া পৃষ্ঠায় পুনঃনির্দেশিত করা হবে।", - + // "curation.form.submit.error.head": "Running the curation task failed", "curation.form.submit.error.head": "চলমান কিউরেসনের কাজ ব্যর্থ হয়েছে", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", "curation.form.submit.error.content": "কিউরেসনের কাজ শুরু করার চেষ্টা করার সময় একটি ত্রুটি ঘটেছে।", - + // "curation.form.handle.label": "Handle:", "curation.form.handle.label": "হ্যান্ডেল:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", "curation.form.handle.hint": "ইঙ্গিত: সমগ্র সাইট জুড়ে একটি টাস্ক চালানোর জন্য [your-handle-prefix]/0 লিখুন (সব কাজ এই ক্ষমতা সমর্থন করতে পারে না)", - - - + + + // "deny-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I regret to inform you that it's not possible to send you a copy of the file(s) you have requested, concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>", "deny-request-copy.email.message": "প্রিয় {{ recipientName }},\nআপনার অনুরোধের জবাবে আমি আপনাকে জানাতে দুঃখিত যে নথির বিষয়ে আপনার অনুরোধ করা ফাইল(গুলি) এর একটি অনুলিপি পাঠানো সম্ভব নয়: \"{{itemUrl }}\" ({{ itemName }}), যার আমি একজন লেখক।\n\nশুভেচ্ছা,\n{{ authorName }} <{{ authorEmail }}>", - + // "deny-request-copy.email.subject": "Request copy of document", "deny-request-copy.email.subject": "নথির কপি অনুরোধ", - + // "deny-request-copy.error": "An error occurred", "deny-request-copy.error": "একটি ত্রুটি ঘটেছে", - + // "deny-request-copy.header": "Deny document copy request", "deny-request-copy.header": "নথি অনুলিপি অনুরোধ অস্বীকার করুন", - + // "deny-request-copy.intro": "This message will be sent to the applicant of the request", "deny-request-copy.intro": "এই বার্তাটি অনুরোধের আবেদনকারীর কাছে পাঠানো হবে", - + // "deny-request-copy.success": "Successfully denied item request", "deny-request-copy.success": "সফলভাবে আইটেম অনুরোধ অস্বীকার", - - - + + + // "dso.name.untitled": "Untitled", "dso.name.untitled": "শিরোনামহীন", - - - + + + // "dso-selector.create.collection.head": "New collection", "dso-selector.create.collection.head": "নতুন সংগ্রহ", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", "dso-selector.create.collection.sub-level": "একটি নতুন সংগ্রহ তৈরি করুন", - + // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "নতুন সম্প্রদায়", - + // "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.sub-level": "একটি নতুন সম্প্রদায় তৈরি করুন", - + // "dso-selector.create.community.top-level": "Create a new top-level community", "dso-selector.create.community.top-level": "একটি নতুন শীর্ষ স্তরের সম্প্রদায় তৈরি করুন", - + // "dso-selector.create.item.head": "New item", "dso-selector.create.item.head": "নতুন আইটেম", - + // "dso-selector.create.item.sub-level": "Create a new item in", "dso-selector.create.item.sub-level": "একটি নতুন আইটেম তৈরি করুন", - + // "dso-selector.create.submission.head": "New submission", "dso-selector.create.submission.head": "নতুন জমা", - + // "dso-selector.edit.collection.head": "Edit collection", "dso-selector.edit.collection.head": "সংগ্রহ সম্পাদনা", - + // "dso-selector.edit.community.head": "Edit community", "dso-selector.edit.community.head": "সম্প্রদায় সম্পাদনা করুন", - + // "dso-selector.edit.item.head": "Edit item", "dso-selector.edit.item.head": "আইটেম সম্পাদনা করুন", - + // "dso-selector.error.title": "An error occurred searching for a {{ type }}", "dso-selector.error.title": "একটি {{type}} অনুসন্ধানের জন্য একটি ত্রুটি হয়েছে", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", "dso-selector.export-metadata.dspaceobject.head": "রপ্তানি মেটাডেটা থেকে", - + // "dso-selector.no-results": "No {{ type }} found", "dso-selector.no-results": "কোন {{type}} পাওয়া যায় নি", - + // "dso-selector.placeholder": "Search for a {{ type }}", "dso-selector.placeholder": "একটি {{type}} এর জন্য অনুসন্ধান করুন", - + // "dso-selector.select.collection.head": "Select a collection", "dso-selector.select.collection.head": "একটি সংগ্রহ নির্বাচন করুন", - + // "dso-selector.set-scope.community.head": "Select a search scope", "dso-selector.set-scope.community.head": "একটি অনুসন্ধান লক্ষ্যবিণ্ডু নির্বাচন করুন", - + // "dso-selector.set-scope.community.button": "Search all of DSpace", "dso-selector.set-scope.community.button": "ডিস্পেস সব অনুসন্ধান করুন", - + // "dso-selector.set-scope.community.input-header": "Search for a community or collection", "dso-selector.set-scope.community.input-header": "একটি সম্প্রদায় বা সংগ্রহের জন্য অনুসন্ধান করুন", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "{{ dsoName }} এর জন্য মেটাডেটা রপ্তানি করুন", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.info": "আপনি কি নিশ্চিত যে আপনি {{ dsoName }} এর জন্য মেটাডাটা রপ্তানি করতে চান", - + // "confirmation-modal.export-metadata.cancel": "Cancel", "confirmation-modal.export-metadata.cancel": "বাতিল করুন", - + // "confirmation-modal.export-metadata.confirm": "Export", "confirmation-modal.export-metadata.confirm": "এক্সপোর্ট", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.header": "ই-পারসন \"{{ dsoName }}\" মুছুন", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.info": "আপনি কি নিশ্চিত যে আপনি ই-পারসন \"{{ dsoName }}\" মুছে ফেলতে চান", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", "confirmation-modal.delete-eperson.cancel": "বাতিল করুন", - + // "confirmation-modal.delete-eperson.confirm": "Delete", "confirmation-modal.delete-eperson.confirm": "মুছে ফেলা", - - + + // "error.bitstream": "Error fetching bitstream", "error.bitstream": "বিটস্ট্রিম নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.browse-by": "Error fetching items", "error.browse-by": "আইটেম নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.collection": "Error fetching collection", "error.collection": "সংগ্রহগুলো নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.collections": "Error fetching collections", "error.collections": "সংগ্রহ নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.community": "Error fetching community", "error.community": "সম্প্রদায় নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.identifier": "No item found for the identifier", "error.identifier": "কোন আইটেম সনাক্তকারী জন্য পাওয়া যায় নি", - + // "error.default": "Error", "error.default": "ত্রুটি", - + // "error.item": "Error fetching item", "error.item": "আইটেম নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.items": "Error fetching items", "error.items": "আইটেমগুলো নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.objects": "Error fetching objects", "error.objects": "অবজেক্ট নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.recent-submissions": "Error fetching recent submissions", "error.recent-submissions": "সাম্প্রতিক জমাগুলো আনতে ত্রুটি হচ্ছে", - + // "error.search-results": "Error fetching search results", "error.search-results": "অনুসন্ধান ফলাফল ডাউনলোড ত্রুটি", - + // "error.invalid-search-query": "Search query is not valid. Please check Solr query syntax best practices for further information about this error.", "error.invalid-search-query": "অনুসন্ধান ক্যোয়ারী বৈধ নয়. আরও জানতে অনুগ্রহ করে সোলার কোয়েরি সিনট্যাক্স সর্বোত্তম অনুশীলন দেখুন এই ত্রুটি সম্পর্কে তথ্য।", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "উপ-সংগ্রহগুলো নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.sub-communities": "Error fetching sub-communities", "error.sub-communities": "উপ-সম্প্রদায়গুলো নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", "error.submission.sections.init-form-error": "বিভাগ শুরু করার সময় একটি ত্রুটি ঘটেছে, অনুগ্রহ করে আপনার ইনপুট-ফর্ম কনফিগারেশন পরীক্ষা করুন। বিস্তারিত নিচে দেওয়া হল:

", - + // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "শীর্ষ-স্তরের সম্প্রদায়গুলো নিয়ে আসতে ত্রুটি হচ্ছে", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", "error.validation.license.notgranted": "আপনি আপনার জমা সম্পূর্ণ করার জন্য এই লাইসেন্স প্রদান করতে হবে। আপনি যদি এই লাইসেন্সটি অনুগ্রহ করতে অক্ষম হন তবে আপনি আপনার কাজটি সংরক্ষণ করতে এবং পরে ফিরে বা জমাটি সরাতে পারেন।", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", "error.validation.pattern": "এই ইনপুট বর্তমান প্যাটার্ন দ্বারা সীমাবদ্ধ: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", "error.validation.filerequired": "ফাইল আপলোড বাধ্যতামূলক", - + // "error.validation.required": "This field is required", "error.validation.required": "ঘরটি অবশ্যই পূরণ করতে হবে", - + // "error.validation.NotValidEmail": "This E-mail is not a valid email", "error.validation.NotValidEmail": "এই ইমেইল একটি বৈধ ইমেইল নয়", - + // "error.validation.emailTaken": "This E-mail is already taken", "error.validation.emailTaken": "এই ইমেইলটি ইতিমধ্যে নেওয়া হয়েছে", - + // "error.validation.groupExists": "This group already exists", "error.validation.groupExists": "এই গ্রুপ ইতিমধ্যে বিদ্যমান", - - + + // "file-section.error.header": "Error obtaining files for this item", "file-section.error.header": "এই আইটেমটি জন্য ফাইল প্রাপ্ত করার সময় ত্রুটি", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "কপিরাইট © 2002 - {{year}}", - + // "footer.link.dspace": "DSpace software", "footer.link.dspace": "ডিস্পেস সফটওয়্যার", - + // "footer.link.lyrasis": "LYRASIS", "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", "footer.link.cookies": "কুকি সেটিংস", - + // "footer.link.privacy-policy": "Privacy policy", "footer.link.privacy-policy": "গোপনীয়তা নীতি", - + // "footer.link.end-user-agreement":"End User Agreement", "footer.link.end-user-agreement": "ব্যবহারকারী সাথে চুক্তি", - + // "footer.link.feedback":"Send Feedback", "footer.link.feedback": "মতামত পাঠানো", - - - + + + // "forgot-email.form.header": "Forgot Password", "forgot-email.form.header": "পাসওয়ার্ড ভুলে গেছেন", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "forgot-email.form.info": "ইমেল আপডেটের জন্য সংগ্রহে সাবস্ক্রাইব করার জন্য একটি অ্যাকাউন্ট নিবন্ধন করুন এবং ডিস্পেস এ নতুন আইটেম জমা দিন।", - + // "forgot-email.form.email": "Email Address *", "forgot-email.form.email": "ইমেইল ঠিকানা *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", "forgot-email.form.email.error.required": "একটি ইমেইল ঠিকানা পূরণ করুন", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", "forgot-email.form.email.error.pattern": "একটি বৈধ ইমেইল ঠিকানা পূরণ করুন", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", "forgot-email.form.email.hint": "এই ঠিকানাটি যাচাই করা হবে এবং আপনার লগইন নাম হিসাবে ব্যবহার করা হবে।", - + // "forgot-email.form.submit": "Save", "forgot-email.form.submit": "সংরক্ষণ", - + // "forgot-email.form.success.head": "Verification email sent", "forgot-email.form.success.head": "যাচাই ইমেইল পাঠানো হয়েছে", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "forgot-email.form.success.content": "একটি বিশেষ ইউআরএল এবং আরও নির্দেশাবলী ধারণকারী {{email}} এ একটি ইমেল পাঠানো হয়েছে।", - + // "forgot-email.form.error.head": "Error when trying to register email", "forgot-email.form.error.head": "ইমেল নিবন্ধন করার চেষ্টা করার সময় ত্রুটি", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", "forgot-email.form.error.content": "নিম্নলিখিত ইমেল ঠিকানা নিবন্ধন করার সময় একটি ত্রুটি ঘটেছে:{{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", "forgot-password.title": "পাসওয়ার্ড ভুলে গেছেন", - + // "forgot-password.form.head": "Forgot Password", "forgot-password.form.head": "পাসওয়ার্ড ভুলে গেছেন", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "forgot-password.form.info": "নীচের বাক্সে একটি নতুন পাসওয়ার্ড লিখুন এবং এটি আবার দ্বিতীয় বাক্সে টাইপ করে এটি নিশ্চিত করুন। এটি অন্তত ছয় অক্ষর দীর্ঘ হতে হবে।", - + // "forgot-password.form.card.security": "Security", "forgot-password.form.card.security": "নিরাপত্তা", - + // "forgot-password.form.identification.header": "Identify", "forgot-password.form.identification.header": "চিহ্নিত করুন", - + // "forgot-password.form.identification.email": "Email address: ", "forgot-password.form.identification.email": "ইমেইলের ঠিকানা: ", - + // "forgot-password.form.label.password": "Password", "forgot-password.form.label.password": "পাসওয়ার্ড", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", "forgot-password.form.label.passwordrepeat": "নিশ্চিত করতে পুনরাই লিখুন", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", "forgot-password.form.error.empty-password": "নীচের বাক্সে একটি পাসওয়ার্ড লিখুন দয়া করে।", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", "forgot-password.form.error.matching-passwords": "পাসওয়ার্ড মেলে না.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", "forgot-password.form.error.password-length": "পাসওয়ার্ড অন্তত ৬ অক্ষর দীর্ঘ হওয়া উচিত।", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", "forgot-password.form.notification.error.title": "নতুন পাসওয়ার্ড জমা দেওয়ার চেষ্টা করার সময় ত্রুটি হচ্ছে", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", "forgot-password.form.notification.success.content": "পাসওয়ার্ড রিসেট সফল ছিল। আপনি তৈরি ব্যবহারকারী হিসাবে লগ ইন করা হয়েছে।", - + // "forgot-password.form.notification.success.title": "Password reset completed", "forgot-password.form.notification.success.title": "পাসওয়ার্ড রিসেট সম্পন্ন", - + // "forgot-password.form.submit": "Submit password", "forgot-password.form.submit": "পাসওয়ার্ড জমা দিন", - - - + + + // "form.add": "Add more", "form.add": "আরো যোগ করো", - + // "form.add-help": "Click here to add the current entry and to add another one", "form.add-help": "বর্তমান এন্ট্রি যোগ করতে এবং অন্য একটি যোগ করার জন্য এখানে ক্লিক করুন", - + // "form.cancel": "Cancel", "form.cancel": "বাতিল করুন", - + // "form.clear": "Clear", "form.clear": "স্পষ্ট", - + // "form.clear-help": "Click here to remove the selected value", "form.clear-help": "নির্বাচিত মান মুছে ফেলার জন্য এখানে ক্লিক করুন", - + // "form.discard": "Discard", "form.discard": "বাতিল করা", - + // "form.drag": "Drag", "form.drag": "টেনে আনুন", - + // "form.edit": "Edit", "form.edit": "সম্পাদনা করুন", - + // "form.edit-help": "Click here to edit the selected value", "form.edit-help": "নির্বাচিত মান সম্পাদনা করতে এখানে ক্লিক করুন", - + // "form.first-name": "First name", "form.first-name": "নামের প্রথম অংশ", - + // "form.group-collapse": "Collapse", "form.group-collapse": "ধৈর্য", - + // "form.group-collapse-help": "Click here to collapse", "form.group-collapse-help": "ধসে পড়তে এখানে ক্লিক করুন", - + // "form.group-expand": "Expand", "form.group-expand": "বিস্তৃত করা", - + // "form.group-expand-help": "Click here to expand and add more elements", "form.group-expand-help": "প্রসারিত এবং আরো উপাদান যোগ করতে এখানে ক্লিক করুন", - + // "form.last-name": "Last name", "form.last-name": "নামের শেষাংশ", - + // "form.loading": "Loading...", "form.loading": "লোড হচ্ছে ...", - + // "form.lookup": "Lookup", "form.lookup": "খুঁজে দেখো", - + // "form.lookup-help": "Click here to look up an existing relation", "form.lookup-help": "একটি বিদ্যমান সম্পর্ক তাকান এখানে ক্লিক করুন", - + // "form.no-results": "No results found", "form.no-results": "কোন ফলাফল পাওয়া যায়নি", - + // "form.no-value": "No value entered", "form.no-value": "কোন মান প্রবেশ", - + // "form.other-information": {}, "form.other-information": {}, - + // "form.remove": "Remove", "form.remove": "অপসারণ", - + // "form.save": "Save", "form.save": "সংরক্ষণ", - + // "form.save-help": "Save changes", "form.save-help": "পরিবর্তনগুলোর সংরক্ষন", - + // "form.search": "Search", "form.search": "অনুসন্ধান করুন", - + // "form.search-help": "Click here to look for an existing correspondence", "form.search-help": "একটি বিদ্যমান চিঠিপত্রের জন্য এখানে ক্লিক করুন", - + // "form.submit": "Save", "form.submit": "সংরক্ষণ", - + // "form.repeatable.sort.tip": "Drop the item in the new position", "form.repeatable.sort.tip": "নতুন অবস্থানে আইটেম ড্রপ", - - - + + + // "grant-deny-request-copy.deny": "Don't send copy", "grant-deny-request-copy.deny": "কপি পাঠান না", - + // "grant-deny-request-copy.email.back": "Back", "grant-deny-request-copy.email.back": "পেছনে", - + // "grant-deny-request-copy.email.message": "Message", "grant-deny-request-copy.email.message": "বার্তা", - + // "grant-deny-request-copy.email.message.empty": "Please enter a message", "grant-deny-request-copy.email.message.empty": "একটি বার্তা লিখুন দয়া করে", - + // "grant-deny-request-copy.email.permissions.info": "You may use this occasion to reconsider the access restrictions on the document, to avoid having to respond to these requests. If you’d like to ask the repository administrators to remove these restrictions, please check the box below.", "grant-deny-request-copy.email.permissions.info": "আপনি এই অনুরোধগুলি এই অনুরোধগুলি সাড়া দেওয়ার জন্য নথিতে অ্যাক্সেস সীমাবদ্ধতাগুলি পুনর্বিবেচনার জন্য ব্যবহার করতে পারেন। আপনি যদি এই সীমাবদ্ধতাগুলি সরানোর জন্য রিপোজিটরি প্রশাসকদের জিজ্ঞাসা করতে চান তবে নীচের বাক্সটি চেক করুন।", - + // "grant-deny-request-copy.email.permissions.label": "Change to open access", "grant-deny-request-copy.email.permissions.label": "এক্সেস খুলতে পরিবর্তন করুন", - + // "grant-deny-request-copy.email.send": "Send", "grant-deny-request-copy.email.send": "পাঠান", - + // "grant-deny-request-copy.email.subject": "Subject", "grant-deny-request-copy.email.subject": "বিষয়", - + // "grant-deny-request-copy.email.subject.empty": "Please enter a subject", "grant-deny-request-copy.email.subject.empty": "একটি বিষয় লিখুন দয়া করে", - + // "grant-deny-request-copy.grant": "Send copy", "grant-deny-request-copy.grant": "কপি পাঠান", - + // "grant-deny-request-copy.header": "Document copy request", "grant-deny-request-copy.header": "নথি কপি অনুরোধ", - + // "grant-deny-request-copy.home-page": "Take me to the home page", "grant-deny-request-copy.home-page": "আমাকে হোম পেজে নিয়ে যাও", - + // "grant-deny-request-copy.intro1": "If you are one of the authors of the document {{ name }}, then please use one of the options below to respond to the user's request.", "grant-deny-request-copy.intro1": "আপনি যদি নথির লেখক {{ name }} এর পরে ব্যবহারকারীর অনুরোধের প্রতি সাড়া দেওয়ার জন্য নীচের বিকল্পগুলির একটি ব্যবহার করুন।", - + // "grant-deny-request-copy.intro2": "After choosing an option, you will be presented with a suggested email reply which you may edit.", "grant-deny-request-copy.intro2": "একটি বিকল্প নির্বাচন করার পরে আপনি একটি প্রস্তাবিত ইমেল উত্তর দিয়ে উপস্থাপন করা হবে যা আপনি সম্পাদনা করতে পারেন।", - + // "grant-deny-request-copy.processed": "This request has already been processed. You can use the button below to get back to the home page.", "grant-deny-request-copy.processed": "এই অনুরোধ ইতিমধ্যে প্রক্রিয়া করা হয়েছে। আপনি হোম পেজে ফিরে পেতে নীচের বোতামটি ব্যবহার করতে পারেন।", - - - + + + // "grant-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I have the pleasure to send you in attachment a copy of the file(s) concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>", "grant-request-copy.email.message": "প্রিয় {{ recipientName }},\nআপনার অনুরোধের জবাবে আমি আপনাকে নথি সংক্রান্ত ফাইল(গুলি) এর একটি অনুলিপি সংযুক্তিতে পাঠাতে পেরে আনন্দিত: \"{{ itemUrl }}\" ({{ itemName }}) , যার মধ্যে আমি একজন লেখক।\n\nশুভেচ্ছা,\n{{ authorName }} <{{ authorEmail }}>", - + // "grant-request-copy.email.subject": "Request copy of document", "grant-request-copy.email.subject": "নথির কপি অনুরোধ", - + // "grant-request-copy.error": "An error occurred", "grant-request-copy.error": "একটি ত্রুটি ঘটেছে", - + // "grant-request-copy.header": "Grant document copy request", "grant-request-copy.header": "গ্রান্ট নথি কপি অনুরোধ", - + // "grant-request-copy.intro": "This message will be sent to the applicant of the request. The requested document(s) will be attached.", "grant-request-copy.intro": "এই বার্তাটি অনুরোধের আবেদনকারীর কাছে পাঠানো হবে। অনুরোধকৃত নথি (গুলি) সংযুক্ত করা হবে।", - + // "grant-request-copy.success": "Successfully granted item request", "grant-request-copy.success": "সফলভাবে আইটেম অনুরোধ দেওয়া", - - - + + + // "home.description": "", "home.description": "অপসারণ করা আবশ্যক", - + // "home.breadcrumbs": "Home", "home.breadcrumbs": "হোম", - + // "home.search-form.placeholder": "Search the repository ...", "home.search-form.placeholder": "সংগ্রহস্থল অনুসন্ধান করুন ...", - + // "home.title": "Home", "home.title": "হোম", - + // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "ডিস্পেস এর সম্প্রদায়", - + // "home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "তার সংগ্রহ ব্রাউজ করতে একটি সম্প্রদায় নির্বাচন করুন।", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", "info.end-user-agreement.accept": "আমি পড়েছি এবং আমি শেষ ব্যবহারকারী চুক্তির সাথে একমত", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", "info.end-user-agreement.accept.error": "একটি ত্রুটি শেষ ব্যবহারকারী চুক্তি গ্রহণ ঘটেছে", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", "info.end-user-agreement.accept.success": "সফলভাবে শেষ ব্যবহারকারী চুক্তি আপডেট", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", "info.end-user-agreement.breadcrumbs": "শেষ ব্যবহারকারী চুক্তি", - + // "info.end-user-agreement.buttons.cancel": "Cancel", "info.end-user-agreement.buttons.cancel": "বাতিল করুন", - + // "info.end-user-agreement.buttons.save": "Save", "info.end-user-agreement.buttons.save": "সংরক্ষণ", - + // "info.end-user-agreement.head": "End User Agreement", "info.end-user-agreement.head": "শেষ ব্যবহারকারী চুক্তি", - + // "info.end-user-agreement.title": "End User Agreement", "info.end-user-agreement.title": "শেষ ব্যবহারকারী চুক্তি", - + // "info.privacy.breadcrumbs": "Privacy Statement", "info.privacy.breadcrumbs": "গোপনীয়তা বিবৃতি", - + // "info.privacy.head": "Privacy Statement", "info.privacy.head": "গোপনীয়তা বিবৃতি", - + // "info.privacy.title": "Privacy Statement", "info.privacy.title": "গোপনীয়তা বিবৃতি", - + // "info.feedback.breadcrumbs": "Feedback", "info.feedback.breadcrumbs": "প্রতিক্রিয়া", - + // "info.feedback.head": "Feedback", "info.feedback.head": "প্রতিক্রিয়া", - + // "info.feedback.title": "Feedback", "info.feedback.title": "প্রতিক্রিয়া", - + // "info.feedback.info": "Thanks for sharing your feedback about the DSpace system. Your comments are appreciated!", "info.feedback.info": "ডিস্পেস সিস্টেম সম্পর্কে আপনার প্রতিক্রিয়া ভাগ করার জন্য ধন্যবাদ। আপনার মন্তব্য প্রশংসা করা হয়!", - + // "info.feedback.email_help": "This address will be used to follow up on your feedback.", "info.feedback.email_help": "এই ঠিকানাটি আপনার প্রতিক্রিয়া অনুসরণ করতে ব্যবহার করা হবে।", - + // "info.feedback.send": "Send Feedback", "info.feedback.send": "মতামত পাঠানো", - + // "info.feedback.comments": "Comments", "info.feedback.comments": "মন্তব্য", - + // "info.feedback.email-label": "Your Email", "info.feedback.email-label": "তোমার ইমেইল", - + // "info.feedback.create.success" : "Feedback Sent Successfully!", - "info.feedback.create.success" : "প্রতিক্রিয়া সফলভাবে পাঠানো হয়েছে!", - + "info.feedback.create.success": "প্রতিক্রিয়া সফলভাবে পাঠানো হয়েছে!", + // "info.feedback.error.email.required" : "A valid email address is required", - "info.feedback.error.email.required" : "একটি বৈধ ইমেইল ঠিকানা প্রয়োজন বোধ করা হয়", - + "info.feedback.error.email.required": "একটি বৈধ ইমেইল ঠিকানা প্রয়োজন বোধ করা হয়", + // "info.feedback.error.message.required" : "A comment is required", - "info.feedback.error.message.required" : "একটি মন্তব্য প্রয়োজন", - + "info.feedback.error.message.required": "একটি মন্তব্য প্রয়োজন", + // "info.feedback.page-label" : "Page", - "info.feedback.page-label" : "পৃষ্ঠা", - + "info.feedback.page-label": "পৃষ্ঠা", + // "info.feedback.page_help" : "Tha page related to your feedback", - "info.feedback.page_help" : "আপনার মতামত সম্পর্কিত পৃষ্ঠা", - - - + "info.feedback.page_help": "আপনার মতামত সম্পর্কিত পৃষ্ঠা", + + + // "item.alerts.private": "This item is private", "item.alerts.private": "এই আইটেমটি ব্যক্তিগত", - + // "item.alerts.withdrawn": "This item has been withdrawn", "item.alerts.withdrawn": "এই আইটেমটি প্রত্যাহার করা হয়েছে", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", "item.edit.authorizations.heading": "এই সম্পাদকের সাহায্যে আপনি একটি আইটেমের নীতিগুলি দেখতে এবং পরিবর্তন করতে পারেন, এছাড়াও পৃথক আইটেমের উপাদানগুলির নীতিগুলি পরিবর্তন করতে পারেন: বান্ডেল এবং বিটস্ট্রিম৷ সংক্ষেপে, একটি আইটেম বান্ডিলের একটি ধারক, এবং বান্ডিলগুলি বিটস্ট্রিমের ধারক। কন্টেইনারগুলিতে সাধারণত ADD/REMOVE/READ/WRITE নীতি থাকে, যখন বিটস্ট্রিমগুলিতে শুধুমাত্র READ/WRITE নীতি থাকে৷", - + // "item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "আইটেম এর নীতি সম্পাদনা করুন", - - - + + + // "item.badge.private": "Private", "item.badge.private": "ব্যক্তিগত", - + // "item.badge.withdrawn": "Withdrawn", "item.badge.withdrawn": "প্রত্যাহার", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", "item.bitstreams.upload.bundle": "পাঁজা", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", "item.bitstreams.upload.bundle.placeholder": "একটি বান্ডিল নির্বাচন করুন", - + // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "বান্ডিল তৈরি করুন", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "এই আইটেমটি একটি বিটস্ট্রিম আপলোড করার জন্য কোন bundles থাকে না।", - + // "item.bitstreams.upload.cancel": "Cancel", "item.bitstreams.upload.cancel": "বাতিল করুন", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", "item.bitstreams.upload.drop-message": "আপলোড করার জন্য একটি ফাইল ড্রপ", - + // "item.bitstreams.upload.item": "Item: ", "item.bitstreams.upload.item": "আইটেম: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", "item.bitstreams.upload.notifications.bundle.created.content": "সফলভাবে নতুন বান্ডিল তৈরি।", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", "item.bitstreams.upload.notifications.bundle.created.title": "তৈরি বান্ডিল", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", "item.bitstreams.upload.notifications.upload.failed": "আপলোড ব্যর্থ হয়েছে. পুনরায় চেষ্টা করার আগে কন্টেন্ট যাচাই করুন।", - + // "item.bitstreams.upload.title": "Upload bitstream", "item.bitstreams.upload.title": "বিটস্ট্রিম আপলোড করুন", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", "item.edit.bitstreams.bundle.edit.buttons.upload": "আপলোড করুন", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", "item.edit.bitstreams.bundle.displaying": "বর্তমানে {{ amount }} এবং {{ total }} এর বিটস্ট্রিমগুলি প্রদর্শন করে।", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", "item.edit.bitstreams.bundle.load.all": "সব লোড করুন ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", "item.edit.bitstreams.bundle.load.more": "আর ঢুকাও", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", "item.edit.bitstreams.discard-button": "বাতিল করা", - + // "item.edit.bitstreams.edit.buttons.download": "Download", "item.edit.bitstreams.edit.buttons.download": "ডাউনলোড করুন", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", "item.edit.bitstreams.edit.buttons.drag": "Drag", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", "item.edit.bitstreams.edit.buttons.edit": "সম্পাদনা করুন", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", "item.edit.bitstreams.edit.buttons.remove": "অপসারণ", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", "item.edit.bitstreams.edit.buttons.undo": "পূর্বাবস্থায় ফিরিয়ে আনুন", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", "item.edit.bitstreams.empty": "এই আইটেমটি কোন বিটস্ট্রিম ধারণ করে না। একটি তৈরি করতে আপলোড বাটনে ক্লিক করুন।", - + // "item.edit.bitstreams.headers.actions": "Actions", "item.edit.bitstreams.headers.actions": "Actions", - + // "item.edit.bitstreams.headers.bundle": "Bundle", "item.edit.bitstreams.headers.bundle": "Bundle", - + // "item.edit.bitstreams.headers.description": "Description", "item.edit.bitstreams.headers.description": "বর্ণনা", - + // "item.edit.bitstreams.headers.format": "Format", "item.edit.bitstreams.headers.format": "বিন্যাস", - + // "item.edit.bitstreams.headers.name": "Name", "item.edit.bitstreams.headers.name": "নামকরণ", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.bitstreams.notifications.discarded.content": "আপনার পরিবর্তন বাতিল করা হয়েছে। আপনার পরিবর্তনগুলি পুনঃস্থাপন করতে 'পূর্বাবস্থায় ফিরুন' বাটনে ক্লিক করুন", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", "item.edit.bitstreams.notifications.discarded.title": "পরিবর্তন বাতিল করা হয়েছে", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", "item.edit.bitstreams.notifications.move.failed.title": "বিটস্ট্রিম চলন্ত ত্রুটি", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", "item.edit.bitstreams.notifications.move.saved.content": "আপনার পদক্ষেপ এই আইটেমটি এর বিটস্ট্রিম এবং bundles পরিবর্তন করা হয়েছে।", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", "item.edit.bitstreams.notifications.move.saved.title": "অপসারণ পরিবর্তন করুন", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.bitstreams.notifications.outdated.content": "আপনি বর্তমানে কাজ করছেন এমন আইটেমটি অন্য ব্যবহারকারী দ্বারা পরিবর্তিত হয়েছে। আপনার বর্তমান পরিবর্তন দ্বন্দ্ব প্রতিরোধ করতে বাতিল করা হয়", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", "item.edit.bitstreams.notifications.outdated.title": "পরিবর্তনগুলি পুরানো", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", "item.edit.bitstreams.notifications.remove.failed.title": "বিটস্ট্রিম মুছে ফেলার সময় ত্রুটি", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", "item.edit.bitstreams.notifications.remove.saved.content": "এই আইটেমটির বিটস্ট্রিমগুলিতে আপনার অপসারণ পরিবর্তনগুলি সংরক্ষণ করা হয়েছে।", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", "item.edit.bitstreams.notifications.remove.saved.title": "অপসারণ পরিবর্তন সংরক্ষিত", - + // "item.edit.bitstreams.reinstate-button": "Undo", "item.edit.bitstreams.reinstate-button": "পূর্বাবস্থায় ফেরানো", - + // "item.edit.bitstreams.save-button": "Save", "item.edit.bitstreams.save-button": "সংরক্ষণ", - + // "item.edit.bitstreams.upload-button": "Upload", "item.edit.bitstreams.upload-button": "আপলোড করুন", - - - + + + // "item.edit.delete.cancel": "Cancel", "item.edit.delete.cancel": "বাতিল করুন", - + // "item.edit.delete.confirm": "Delete", "item.edit.delete.confirm": "মুছে ফেলা", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", "item.edit.delete.description": "আপনি কি নিশ্চিত যে এই আইটেমটি সম্পূর্ণরূপে মুছে ফেলা উচিত? সতর্কতা: বর্তমানে, কোন সমাধি পাথর অবশিষ্ট থাকবে না।", - + // "item.edit.delete.error": "An error occurred while deleting the item", "item.edit.delete.error": "আইটেমটি মুছে ফেলার সময় একটি ত্রুটি ঘটেছে", - + // "item.edit.delete.header": "Delete item: {{ id }}", "item.edit.delete.header": "আইটেম মুছুন: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", "item.edit.delete.success": "আইটেম মুছে ফেলা হয়েছে", - + // "item.edit.head": "Edit Item", "item.edit.head": "আইটেম সম্পাদনা করুন", - + // "item.edit.breadcrumbs": "Edit Item", "item.edit.breadcrumbs": "আইটেম সম্পাদনা করুন", - + // "item.edit.tabs.disabled.tooltip": "You're not authorized to access this tab", "item.edit.tabs.disabled.tooltip": "আপনি এই ট্যাবটি অ্যাক্সেস করার জন্য অনুমোদিত নন", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", "item.edit.tabs.mapper.head": "সংগ্রহ ম্যাপার", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", "item.edit.tabs.item-mapper.title": "আইটেম সম্পাদনা - সংগ্রহ ম্যাপার", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "নির্বাচিত সংগ্রহে মানচিত্র আইটেম", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", "item.edit.item-mapper.buttons.remove": "নির্বাচিত সংগ্রহের জন্য আইটেম এর সমন্নয় সরান", - + // "item.edit.item-mapper.cancel": "Cancel", "item.edit.item-mapper.cancel": "বাতিল করুন", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", "item.edit.item-mapper.description": "এটি আইটেম ম্যাপার টুল যা প্রশাসকদের এই আইটেমটিকে অন্যান্য সংগ্রহগুলিতে মানচিত্র করতে দেয়। আপনি সংগ্রহগুলি এবং তাদের মানচিত্রের জন্য অনুসন্ধান করতে পারেন বা সংগ্রহের তালিকাটি বর্তমানে ম্যাপ করা হয়েছে।", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", "item.edit.item-mapper.head": "আইটেম ম্যাপার - সংগ্রহের মানচিত্র আইটেম", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "আইটেম: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", "item.edit.item-mapper.no-search": "অনুসন্ধান একটি প্রশ্নের লিখুন দয়া করে", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.error.content": "{{amount}} গুলি সংগ্রহের আইটেমটি সমন্নয়য়ের জন্য ত্রুটি ঘটেছে।", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", "item.edit.item-mapper.notifications.add.error.head": "সমন্নয় ত্রুটি", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.success.content": "সফলভাবে {{amount}} সংগ্রহের আইটেমটি সমন্নয় করা হয়েছে।", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", "item.edit.item-mapper.notifications.add.success.head": "সমন্নয় সম্পন্ন", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "{{amount}} গুলি সংগ্রহের আইটেমটি সমন্নয়য়ের জন্য ত্রুটি ঘটেছে।", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", "item.edit.item-mapper.notifications.remove.error.head": "সমন্নয় ত্রুটি অপসারণ", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.success.content": "সফলভাবে {{amount}} সংগ্রহের আইটেম সমন্নয় সরানো হয়েছে।", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", "item.edit.item-mapper.notifications.remove.success.head": "সমন্নয় অপসারণ সম্পন্ন হয়েছে", - + // "item.edit.item-mapper.search-form.placeholder": "Search collections...", "item.edit.item-mapper.search-form.placeholder": "সংগ্রহ অনুসন্ধান করুন ...", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", "item.edit.item-mapper.tabs.browse": "সমন্বিত সংগ্রহ ব্রাউজ করুন", - + // "item.edit.item-mapper.tabs.map": "Map new collections", "item.edit.item-mapper.tabs.map": "মানচিত্র নতুন সংগ্রহ", - - - + + + // "item.edit.metadata.add-button": "Add", "item.edit.metadata.add-button": "যোগ করুন", - + // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "বাতিল করা", - + // "item.edit.metadata.edit.buttons.edit": "Edit", "item.edit.metadata.edit.buttons.edit": "সম্পাদনা করুন", - + // "item.edit.metadata.edit.buttons.remove": "Remove", "item.edit.metadata.edit.buttons.remove": "অপসারণ", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", "item.edit.metadata.edit.buttons.undo": "পূর্বাবস্থায় ফিরিয়ে আনুন", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "সম্পাদনা বন্ধ করুন", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", "item.edit.metadata.empty": "আইটেমটি বর্তমানে কোন মেটাডেটা নেই। একটি মেটাডেটা মান যোগ করতে শুরু করতে যোগ করুন ক্লিক করুন।", - + // "item.edit.metadata.headers.edit": "Edit", "item.edit.metadata.headers.edit": "সম্পাদনা করুন", - + // "item.edit.metadata.headers.field": "Field", "item.edit.metadata.headers.field": "মাঠ", - + // "item.edit.metadata.headers.language": "Lang", "item.edit.metadata.headers.language": "ল্যাং।", - + // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "মূল্য", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", "item.edit.metadata.metadatafield.invalid": "একটি বৈধ মেটাডেটা ক্ষেত্র নির্বাচন করুন", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.metadata.notifications.discarded.content": "আপনার পরিবর্তন বাতিল করা হয়েছে। আপনার পরিবর্তনগুলি পুনঃস্থাপন করতে 'পূর্বাবস্থায় ফিরুন' বাটনে ক্লিক করুন", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", "item.edit.metadata.notifications.discarded.title": "পরিবর্তিত পরিবর্তন", - + // "item.edit.metadata.notifications.error.title": "An error occurred", "item.edit.metadata.notifications.error.title": "একটি ত্রুটি ঘটেছে", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "item.edit.metadata.notifications.invalid.content": "আপনার পরিবর্তন সংরক্ষিত ছিল না। আপনি সংরক্ষণ করার আগে সমস্ত ক্ষেত্র বৈধ নিশ্চিত করুন দয়া করে।", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", "item.edit.metadata.notifications.invalid.title": "মেটাডেটা অবৈধ", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.metadata.notifications.outdated.content": "আপনি বর্তমানে কাজ করছেন এমন আইটেমটি অন্য ব্যবহারকারী দ্বারা পরিবর্তিত হয়েছে। আপনার বর্তমান পরিবর্তন দ্বন্দ্ব প্রতিরোধ করতে বাতিল করা হয়", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", "item.edit.metadata.notifications.outdated.title": "পরিবর্তিত হয়েছে", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", "item.edit.metadata.notifications.saved.content": "এই আইটেমটি এর মেটাডেটা আপনার পরিবর্তন সংরক্ষিত ছিল।", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", "item.edit.metadata.notifications.saved.title": "মেটাডেটা সংরক্ষিত", - + // "item.edit.metadata.reinstate-button": "Undo", "item.edit.metadata.reinstate-button": "পূর্বাবস্থায় ফেরানো", - + // "item.edit.metadata.save-button": "Save", "item.edit.metadata.save-button": "সংরক্ষণ", - - - + + + // "item.edit.modify.overview.field": "Field", "item.edit.modify.overview.field": "মাঠ", - + // "item.edit.modify.overview.language": "Language", "item.edit.modify.overview.language": "ভাষা", - + // "item.edit.modify.overview.value": "Value", "item.edit.modify.overview.value": "মূল্য", - - - + + + // "item.edit.move.cancel": "Back", "item.edit.move.cancel": "পেছনে", - + // "item.edit.move.save-button": "Save", "item.edit.move.save-button": "সংরক্ষণ", - + // "item.edit.move.discard-button": "Discard", "item.edit.move.discard-button": "বাতিল করা", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", "item.edit.move.description": "আপনি এই আইটেমটি সরানো করতে চান সংগ্রহ করুন নির্বাচন করুন। প্রদর্শিত সংগ্রহগুলির তালিকাটি সংকীর্ণ করার জন্য আপনি বাক্সে একটি অনুসন্ধান অনুসন্ধান করতে পারেন।", - + // "item.edit.move.error": "An error occurred when attempting to move the item", "item.edit.move.error": "আইটেমটি সরানোর চেষ্টা করার সময় একটি ত্রুটি ঘটেছে", - + // "item.edit.move.head": "Move item: {{id}}", "item.edit.move.head": "আইটেম সরান: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", "item.edit.move.inheritpolicies.checkbox": "নীতি উত্তরাধিকারী", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", "item.edit.move.inheritpolicies.description": "গন্তব্য সংগ্রহের ডিফল্ট নীতিগুলি উত্তরাধিকারী", - + // "item.edit.move.move": "Move", "item.edit.move.move": "সরানো", - + // "item.edit.move.processing": "Moving...", "item.edit.move.processing": "চলন্ত ...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", "item.edit.move.search.placeholder": "সংগ্রহের জন্য সন্ধান করার জন্য একটি অনুসন্ধান অনুসন্ধান লিখুন", - + // "item.edit.move.success": "The item has been moved successfully", "item.edit.move.success": "আইটেম সফলভাবে সরানো হয়েছে", - + // "item.edit.move.title": "Move item", "item.edit.move.title": "আইটেমটি সরান", - - - + + + // "item.edit.private.cancel": "Cancel", "item.edit.private.cancel": "বাতিল করুন", - + // "item.edit.private.confirm": "Make it Private", "item.edit.private.confirm": "এটা ব্যক্তিগত করা", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", "item.edit.private.description": "আপনি এই আইটেমটি সংরক্ষণাগার মধ্যে ব্যক্তিগত করা উচিত কি নিশ্চিত?", - + // "item.edit.private.error": "An error occurred while making the item private", "item.edit.private.error": "আইটেম ব্যক্তিগত করার সময় একটি ত্রুটি ঘটেছে", - + // "item.edit.private.header": "Make item private: {{ id }}", "item.edit.private.header": "আইটেম ব্যক্তিগত করুন: {{ id }}", - + // "item.edit.private.success": "The item is now private", "item.edit.private.success": "আইটেম এখন ব্যক্তিগত", - - - + + + // "item.edit.public.cancel": "Cancel", "item.edit.public.cancel": "বাতিল করুন", - + // "item.edit.public.confirm": "Make it Public", "item.edit.public.confirm": "এটা পাবলিক করা", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", "item.edit.public.description": "আপনি কি নিশ্চিত এই আইটেমটি সংরক্ষণাগার মধ্যে পাবলিক করা উচিত?", - + // "item.edit.public.error": "An error occurred while making the item public", "item.edit.public.error": "আইটেমটি জনসাধারণের কাছে একটি ত্রুটি ঘটেছে", - + // "item.edit.public.header": "Make item public: {{ id }}", "item.edit.public.header": "আইটেম সর্বজনীন করুন: {{ id }}", - + // "item.edit.public.success": "The item is now public", "item.edit.public.success": "আইটেম এখন পাবলিক", - - - + + + // "item.edit.reinstate.cancel": "Cancel", "item.edit.reinstate.cancel": "বাতিল করুন", - + // "item.edit.reinstate.confirm": "Reinstate", "item.edit.reinstate.confirm": "পুনঃস্থাপন", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", "item.edit.reinstate.description": "আপনি কি নিশ্চিত যে এই আইটেমটি সংরক্ষণাগারটি পুনঃস্থাপন করা উচিত?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", "item.edit.reinstate.error": "আইটেমটি পুনঃস্থাপন করার সময় একটি ত্রুটি ঘটেছে", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", "item.edit.reinstate.header": "আইটেম পুনঃস্থাপন: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", "item.edit.reinstate.success": "আইটেম সফলভাবে পুনর্বহাল করা হয়", - - - + + + // "item.edit.relationships.discard-button": "Discard", "item.edit.relationships.discard-button": "বাতিল করা", - + // "item.edit.relationships.edit.buttons.add": "Add", "item.edit.relationships.edit.buttons.add": "যোগ করুন", - + // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "অপসারণ", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", "item.edit.relationships.edit.buttons.undo": "পূর্বাবস্থায় ফিরিয়ে আনুন", - + // "item.edit.relationships.no-relationships": "No relationships", "item.edit.relationships.no-relationships": "কোন সম্পর্ক নেই", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.relationships.notifications.discarded.content": "আপনার পরিবর্তন বাতিল করা হয়েছে। আপনার পরিবর্তনগুলি পুনঃস্থাপন করতে 'পূর্বাবস্থায় ফিরুন' বাটনে ক্লিক করুন", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", "item.edit.relationships.notifications.discarded.title": "পরিবর্তন বাতিল করা হয়েছে", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", "item.edit.relationships.notifications.failed.title": "সম্পর্ক সম্পাদনা ত্রুটি", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.relationships.notifications.outdated.content": "আপনি বর্তমানে কাজ করছেন এমন আইটেমটি অন্য ব্যবহারকারী দ্বারা পরিবর্তিত হয়েছে। আপনার বর্তমান পরিবর্তন দ্বন্দ্ব প্রতিরোধ করতে বাতিল করা হয়", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", "item.edit.relationships.notifications.outdated.title": "পরিবর্তিত পরিবর্তন", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", "item.edit.relationships.notifications.saved.content": "এই আইটেমটির সম্পর্কগুলিতে আপনার পরিবর্তনগুলি সংরক্ষণ করা হয়েছে।", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", "item.edit.relationships.notifications.saved.title": "সম্পর্ক সংরক্ষিত", - + // "item.edit.relationships.reinstate-button": "Undo", "item.edit.relationships.reinstate-button": "পূর্বাবস্থায় ফেরানো", - + // "item.edit.relationships.save-button": "Save", "item.edit.relationships.save-button": "সংরক্ষণ", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", "item.edit.relationships.no-entity-type": "এই আইটেমটির জন্য সম্পর্ক সক্ষম করতে 'dspace.entity.type' মেটাডেটা যোগ করুন", - - + + // "item.edit.return": "Back", "item.edit.return": "পেছনে", - - + + // "item.edit.tabs.bitstreams.head": "Bitstreams", "item.edit.tabs.bitstreams.head": "বিটস্ট্রিমস", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", "item.edit.tabs.bitstreams.title": "আইটেম সম্পাদনা - বিটস্ট্রিমস", - + // "item.edit.tabs.curate.head": "Curate", "item.edit.tabs.curate.head": "কিউরেট.", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "আইটেম সম্পাদনা - কিউরেট", - + // "item.edit.tabs.metadata.head": "Metadata", "item.edit.tabs.metadata.head": "মেটাডেটা", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", "item.edit.tabs.metadata.title": "আইটেম সম্পাদনা - মেটাডাটা", - + // "item.edit.tabs.relationships.head": "Relationships", "item.edit.tabs.relationships.head": "সম্পর্ক", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", "item.edit.tabs.relationships.title": "আইটেম সম্পাদনা - সম্পর্ক", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", "item.edit.tabs.status.buttons.authorizations.button": "অনুমোদন ...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", "item.edit.tabs.status.buttons.authorizations.label": "আইটেম এর অনুমোদন নীতি সম্পাদনা করুন", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", "item.edit.tabs.status.buttons.delete.button": "স্থায়ীভাবে মুছে দিন", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", "item.edit.tabs.status.buttons.delete.label": "সম্পূর্ণরূপে আইটেম এক্সপোজ করুন", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", "item.edit.tabs.status.buttons.mappedCollections.button": "ম্যাপ সংগ্রহ", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "ম্যাপড সংগ্রহ পরিচালনা করুন", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", "item.edit.tabs.status.buttons.move.button": "সরানো ...", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", "item.edit.tabs.status.buttons.move.label": "অন্য সংগ্রহে আইটেমটি সরান", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", "item.edit.tabs.status.buttons.private.button": "এটা ব্যক্তিগত করা ...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", "item.edit.tabs.status.buttons.private.label": "আইটেম ব্যক্তিগত করা", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", "item.edit.tabs.status.buttons.public.button": "এটা পাবলিক করা ...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", "item.edit.tabs.status.buttons.public.label": "আইটেম পাবলিক করুন", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", "item.edit.tabs.status.buttons.reinstate.button": "পুনঃস্থাপন ...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", "item.edit.tabs.status.buttons.reinstate.label": "রিপোজিটরি মধ্যে আইটেম পুনর্বহাল", - + // "item.edit.tabs.status.buttons.unauthorized": "You're not authorized to perform this action", "item.edit.tabs.status.buttons.unauthorized": "আপনি এই অ্যাকশন সঞ্চালন করার জন্য অনুমোদিত না", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", "item.edit.tabs.status.buttons.withdraw.button": "এই আইটেম প্রত্যাহার করুন", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", "item.edit.tabs.status.buttons.withdraw.label": "সংগ্রহস্থল থেকে আইটেম প্রত্যাহার", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", "item.edit.tabs.status.description": "আইটেম ম্যানেজমেন্ট পেজে স্বাগতম। এখানে থেকে আপনি আইটেমটি সরানো বা আইটেমটি মুছে ফেলতে পারেন। আপনি অন্যান্য ট্যাবে নতুন মেটাডেটা / বিটস্ট্রিমগুলি আপডেট বা যোগ করতে পারেন।", - + // "item.edit.tabs.status.head": "Status", "item.edit.tabs.status.head": "অবস্থা", - + // "item.edit.tabs.status.labels.handle": "Handle", "item.edit.tabs.status.labels.handle": "হাতল", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", "item.edit.tabs.status.labels.id": "আইটেম অভ্যন্তরীণ আইডি", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", "item.edit.tabs.status.labels.itemPage": "আইটেম পৃষ্ঠা", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", "item.edit.tabs.status.labels.lastModified": "সর্বশেষ পরিবর্তিত", - + // "item.edit.tabs.status.title": "Item Edit - Status", "item.edit.tabs.status.title": "আইটেম সম্পাদনা - স্থিতি", - + // "item.edit.tabs.versionhistory.head": "Version History", "item.edit.tabs.versionhistory.head": "সংস্করণ ইতিহাস", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", "item.edit.tabs.versionhistory.title": "আইটেম সম্পাদনা - সংস্করণ ইতিহাস", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", "item.edit.tabs.versionhistory.under-construction": "সম্পাদনা বা নতুন সংস্করণ যোগ করা এই ব্যবহারকারী ইন্টারফেসে এখনো সম্ভব নয়।", - + // "item.edit.tabs.view.head": "View Item", "item.edit.tabs.view.head": "দেখুন আইটেম", - + // "item.edit.tabs.view.title": "Item Edit - View", "item.edit.tabs.view.title": "আইটেম সম্পাদনা - দেখুন", - - - + + + // "item.edit.withdraw.cancel": "Cancel", "item.edit.withdraw.cancel": "বাতিল করুন", - + // "item.edit.withdraw.confirm": "Withdraw", "item.edit.withdraw.confirm": "প্রত্যাহার করুন", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", "item.edit.withdraw.description": "আপনি কি নিশ্চিত যে এই আইটেমটি সংরক্ষণাগার থেকে প্রত্যাহার করা উচিত?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", "item.edit.withdraw.error": "আইটেমটি প্রত্যাহারের সময় একটি ত্রুটি ঘটেছে", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", "item.edit.withdraw.header": "প্রত্যাহার আইটেম: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", "item.edit.withdraw.success": "আইটেম সফলভাবে প্রত্যাহার করা হয়", - - - + + + // "item.listelement.badge": "Item", "item.listelement.badge": "আইটেম", - + // "item.page.description": "Description", "item.page.description": "বর্ণনা", - + // "item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "জার্নাল ইশান", - + // "item.page.journal-title": "Journal Title", "item.page.journal-title": "জার্নাল শিরোনাম", - + // "item.page.publisher": "Publisher", "item.page.publisher": "প্রকাশক", - + // "item.page.titleprefix": "Item: ", "item.page.titleprefix": "আইটেম: ", - + // "item.page.volume-title": "Volume Title", "item.page.volume-title": "ভলিউম শিরোনাম", - + // "item.search.results.head": "Item Search Results", "item.search.results.head": "আইটেম অনুসন্ধান ফলাফল", - + // "item.search.title": "Item Search", "item.search.title": "আইটেম অনুসন্ধান", - - - + + + // "item.page.abstract": "Abstract", "item.page.abstract": "বিমূর্ত", - + // "item.page.author": "Authors", "item.page.author": "লেখক", - + // "item.page.citation": "Citation", "item.page.citation": "উদ্ধৃতি", - + // "item.page.collections": "Collections", "item.page.collections": "সংগ্রহগুলি", - + // "item.page.collections.loading": "Loading...", "item.page.collections.loading": "লোড হচ্ছে ...", - + // "item.page.collections.load-more": "Load more", "item.page.collections.load-more": "আর ঢুকাও", - + // "item.page.date": "Date", "item.page.date": "তারিখ.", - + // "item.page.edit": "Edit this item", "item.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "item.page.files": "Files", "item.page.files": "নথি পত্র", - + // "item.page.filesection.description": "Description:", "item.page.filesection.description": "বর্ণনা:", - + // "item.page.filesection.download": "Download", "item.page.filesection.download": "ডাউনলোড করুন", - + // "item.page.filesection.format": "Format:", "item.page.filesection.format": "বিন্যাস:", - + // "item.page.filesection.name": "Name:", "item.page.filesection.name": "নাম:", - + // "item.page.filesection.size": "Size:", "item.page.filesection.size": "আকার:", - + // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "এই জার্নাল নিবন্ধ", - + // "item.page.link.full": "Full item page", "item.page.link.full": "সম্পূর্ণ আইটেম পৃষ্ঠা", - + // "item.page.link.simple": "Simple item page", "item.page.link.simple": "সহজ আইটেম পৃষ্ঠা", - + // "item.page.person.search.title": "Articles by this author", "item.page.person.search.title": "এই লেখক দ্বারা প্রবন্ধ", - + // "item.page.related-items.view-more": "Show {{ amount }} more", "item.page.related-items.view-more": "আরো দেখান {{amount}} আরো", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", "item.page.related-items.view-less": "শেষ {{amount}} লুকান", - + // "item.page.relationships.isAuthorOfPublication": "Publications", "item.page.relationships.isAuthorOfPublication": "প্রকাশনা", - + // "item.page.relationships.isJournalOfPublication": "Publications", "item.page.relationships.isJournalOfPublication": "প্রকাশনা", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", "item.page.relationships.isOrgUnitOfPerson": "লেখক", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", "item.page.relationships.isOrgUnitOfProject": "গবেষণা প্রকল্প", - + // "item.page.subject": "Keywords", "item.page.subject": "কীওয়ার্ড", - + // "item.page.uri": "URI", "item.page.uri": "ঘৃণা", - + // "item.page.bitstreams.view-more": "Show more", "item.page.bitstreams.view-more": "আরো দেখুন", - + // "item.page.bitstreams.collapse": "Collapse", "item.page.bitstreams.collapse": "ধৈর্য", - + // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "আসল বান্ডিল", - + "item.page.filesection.original.bundle": "আসল বান্ডিল", + // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "লাইসেন্স বান্ডিল", - + "item.page.filesection.license.bundle": "লাইসেন্স বান্ডিল", + // "item.page.return": "Back", "item.page.return": "পেছনে", - + // "item.page.version.create": "Create new version", "item.page.version.create": "নতুন সংস্করণ তৈরি করুন", - + // "item.page.version.hasDraft": "A new version cannot be created because there is an inprogress submission in the version history", "item.page.version.hasDraft": "একটি নতুন সংস্করণ তৈরি করা যাচ্ছে না কারণ ভার্সন হিস্ট্রিতে একটি জমা ইনপ্রগ্রেসস অবস্থাই রয়েছে", - + // "item.preview.dc.identifier.uri": "Identifier:", "item.preview.dc.identifier.uri": "শনাক্তকারী:", - + // "item.preview.dc.contributor.author": "Authors:", "item.preview.dc.contributor.author": "লেখক:", - + // "item.preview.dc.date.issued": "Published date:", "item.preview.dc.date.issued": "প্রকাশের তারিখ:", - + // "item.preview.dc.description.abstract": "Abstract:", "item.preview.dc.description.abstract": "সংক্ষিপ্তসার:", - + // "item.preview.dc.identifier.other": "Other identifier:", "item.preview.dc.identifier.other": "অন্য শনাক্তকারী:", - + // "item.preview.dc.language.iso": "Language:", "item.preview.dc.language.iso": "ভাষা:", - + // "item.preview.dc.subject": "Subjects:", "item.preview.dc.subject": "বিষয়:", - + // "item.preview.dc.title": "Title:", "item.preview.dc.title": "শিরোনাম:", - + // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "পদবি:", - + // "item.preview.person.givenName": "Name:", "item.preview.person.givenName": "নাম:", - + // "item.preview.person.identifier.orcid": "ORCID:", "item.preview.person.identifier.orcid": "ওআরসিআইডি:", - + // "item.preview.project.funder.name": "Funder:", "item.preview.project.funder.name": "ফান্ডার:", - + // "item.preview.project.funder.identifier": "Funder Identifier:", "item.preview.project.funder.identifier": "ফান্ডার শনাক্তকারী:", - + // "item.preview.oaire.awardNumber": "Funding ID:", "item.preview.oaire.awardNumber": "ফান্ডিং আইডি:", - + // "item.preview.dc.title.alternative": "Acronym:", "item.preview.dc.title.alternative": "সংক্ষিপ্ত রূপ:", - + // "item.preview.dc.coverage.spatial": "Jurisdiction:", "item.preview.dc.coverage.spatial": "এখতিয়ার:", - + // "item.preview.oaire.fundingStream": "Funding Stream:", "item.preview.oaire.fundingStream": "ফান্ডিং স্ট্রীম:", - - - + + + // "item.select.confirm": "Confirm selected", "item.select.confirm": "নির্বাচিত নিশ্চিত করুন", - + // "item.select.empty": "No items to show", "item.select.empty": "কোন আইটেম দেখাতে", - + // "item.select.table.author": "Author", "item.select.table.author": "লেখক", - + // "item.select.table.collection": "Collection", "item.select.table.collection": "সংগ্রহ", - + // "item.select.table.title": "Title", "item.select.table.title": "শিরোনাম", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", "item.version.history.empty": "এখনো এই আইটেমটি জন্য অন্য কোন সংস্করণ নেই।", - + // "item.version.history.head": "Version History", "item.version.history.head": "সংস্করণ ইতিহাস", - + // "item.version.history.return": "Back", "item.version.history.return": "পেছনে", - + // "item.version.history.selected": "Selected version", "item.version.history.selected": "নির্বাচিত সংস্করণ", - + // "item.version.history.selected.alert": "You are currently viewing version {{version}} of the item.", "item.version.history.selected.alert": "আপনি বর্তমানে {{version}} এর সংস্করণটি দেখছেন।", - + // "item.version.history.table.version": "Version", "item.version.history.table.version": "সংস্করণ.", - + // "item.version.history.table.item": "Item", "item.version.history.table.item": "আইটেম", - + // "item.version.history.table.editor": "Editor", "item.version.history.table.editor": "সম্পাদক", - + // "item.version.history.table.date": "Date", "item.version.history.table.date": "তারিখ.", - + // "item.version.history.table.summary": "Summary", "item.version.history.table.summary": "সারসংক্ষেপ", - + // "item.version.history.table.workspaceItem": "Workspace item", "item.version.history.table.workspaceItem": "ওয়ার্কস্পেস আইটেম", - + // "item.version.history.table.workflowItem": "Workflow item", "item.version.history.table.workflowItem": "ওয়ার্কফ্লো আইটেম", - + // "item.version.history.table.actions": "Action", "item.version.history.table.actions": "অ্যাকশন", - + // "item.version.history.table.action.editWorkspaceItem": "Edit workspace item", "item.version.history.table.action.editWorkspaceItem": "ওয়ার্কস্পেস আইটেম সম্পাদনা করুন", - + // "item.version.history.table.action.editSummary": "Edit summary", "item.version.history.table.action.editSummary": "Sumary সম্পাদনা করুন", - + // "item.version.history.table.action.saveSummary": "Save summary edits", "item.version.history.table.action.saveSummary": "সারাংশ সম্পাদনা সংরক্ষণ করুন", - + // "item.version.history.table.action.discardSummary": "Discard summary edits", "item.version.history.table.action.discardSummary": "সংক্ষিপ্ত তালিকা বাতিল করুন", - + // "item.version.history.table.action.newVersion": "Create new version from this one", "item.version.history.table.action.newVersion": "এই এক থেকে নতুন সংস্করণ তৈরি করুন", - + // "item.version.history.table.action.deleteVersion": "Delete version", "item.version.history.table.action.deleteVersion": "মুছে ফেলুন সংস্করণ", - + // "item.version.history.table.action.hasDraft": "A new version cannot be created because there is an inprogress submission in the version history", "item.version.history.table.action.hasDraft": "একটি নতুন সংস্করণ তৈরি করা যাচ্ছে না কারণ ভার্সন হিস্ট্রিতে একটি জমা ইনপ্রগ্রেসস অবস্থাই রয়েছে", - - + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", "item.version.notice": "এটি এই আইটেমটির সর্বশেষ সংস্করণ নয়। সর্বশেষ সংস্করণটি পাওয়া যাবে ।", - - + + // "item.version.create.modal.header": "New version", "item.version.create.modal.header": "নতুন সংস্করণ", - + // "item.version.create.modal.text": "Create a new version for this item", "item.version.create.modal.text": "এই আইটেমটি জন্য একটি নতুন সংস্করণ তৈরি করুন", - + // "item.version.create.modal.text.startingFrom": "starting from version {{version}}", "item.version.create.modal.text.startingFrom": "সংস্করণ থেকে শুরু হচ্ছে {{version}}", - + // "item.version.create.modal.button.confirm": "Create", "item.version.create.modal.button.confirm": "সৃষ্টি", - + // "item.version.create.modal.button.confirm.tooltip": "Create new version", "item.version.create.modal.button.confirm.tooltip": "নতুন সংস্করণ তৈরি করুন", - + // "item.version.create.modal.button.cancel": "Cancel", "item.version.create.modal.button.cancel": "বাতিল করুন", - + // "item.version.create.modal.button.cancel.tooltip": "Do not create new version", "item.version.create.modal.button.cancel.tooltip": "নতুন সংস্করণ তৈরি করবেন না", - + // "item.version.create.modal.form.summary.label": "Summary", "item.version.create.modal.form.summary.label": "সারসংক্ষেপ", - + // "item.version.create.modal.form.summary.placeholder": "Insert the summary for the new version", "item.version.create.modal.form.summary.placeholder": "নতুন সংস্করণের জন্য সারাংশ সন্নিবেশ করান", - + // "item.version.create.notification.success" : "New version has been created with version number {{version}}", - "item.version.create.notification.success" : "সংস্করণ নম্বর {{version}} দিয়ে নতুন সংস্করণ তৈরি করা হয়েছে", - + "item.version.create.notification.success": "সংস্করণ নম্বর {{version}} দিয়ে নতুন সংস্করণ তৈরি করা হয়েছে", + // "item.version.create.notification.failure" : "New version has not been created", - "item.version.create.notification.failure" : "নতুন সংস্করণ তৈরি করা হয়নি", - + "item.version.create.notification.failure": "নতুন সংস্করণ তৈরি করা হয়নি", + // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.create.notification.inProgress" : "একটি নতুন সংস্করণ তৈরি করা যাবে না কারণ ভার্সন হিস্ট্রিতে একটি জমা ইনপ্রগ্রেসস অবস্থাই রয়েছে", - - + "item.version.create.notification.inProgress": "একটি নতুন সংস্করণ তৈরি করা যাবে না কারণ ভার্সন হিস্ট্রিতে একটি জমা ইনপ্রগ্রেসস অবস্থাই রয়েছে", + + // "item.version.delete.modal.header": "Delete version", "item.version.delete.modal.header": "সংস্করণ মুছে ফেলুন", - + // "item.version.delete.modal.text": "Do you want to delete version {{version}}?", "item.version.delete.modal.text": "আপনি সংস্করণ মুছে ফেলতে চান {{version}}?", - + // "item.version.delete.modal.button.confirm": "Delete", "item.version.delete.modal.button.confirm": "মুছে ফেলা", - + // "item.version.delete.modal.button.confirm.tooltip": "Delete this version", "item.version.delete.modal.button.confirm.tooltip": "এই সংস্করণ মুছে দিন", - + // "item.version.delete.modal.button.cancel": "Cancel", "item.version.delete.modal.button.cancel": "বাতিল করুন", - + // "item.version.delete.modal.button.cancel.tooltip": "Do not delete this version", "item.version.delete.modal.button.cancel.tooltip": "এই সংস্করণ মুছে ফেলবেন না", - + // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", - "item.version.delete.notification.success" : "সংস্করণ নম্বর {{version}} মুছে ফেলা হয়েছে", - + "item.version.delete.notification.success": "সংস্করণ নম্বর {{version}} মুছে ফেলা হয়েছে", + // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", - "item.version.delete.notification.failure" : "সংস্করণ নম্বর {{version}} মুছে ফেলা হয়নি", - - + "item.version.delete.notification.failure": "সংস্করণ নম্বর {{version}} মুছে ফেলা হয়নি", + + // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", - "item.version.edit.notification.success" : "সংস্করণ নম্বর {{version}}-এর সারাংশ পরিবর্তন করা হয়েছে", - + "item.version.edit.notification.success": "সংস্করণ নম্বর {{version}}-এর সারাংশ পরিবর্তন করা হয়েছে", + // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", - "item.version.edit.notification.failure" : "সংস্করণ নম্বর {{version}}-এর সারাংশ পরিবর্তন করা হয়নি", - - - + "item.version.edit.notification.failure": "সংস্করণ নম্বর {{version}}-এর সারাংশ পরিবর্তন করা হয়নি", + + + // "journal.listelement.badge": "Journal", "journal.listelement.badge": "জার্নাল", - + // "journal.page.description": "Description", "journal.page.description": "বর্ণনা", - + // "journal.page.edit": "Edit this item", "journal.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "journal.page.editor": "Editor-in-Chief", "journal.page.editor": "প্রধান সম্পাদক", - + // "journal.page.issn": "ISSN", "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", "journal.page.publisher": "প্রকাশক", - + // "journal.page.titleprefix": "Journal: ", "journal.page.titleprefix": "জার্নাল: ", - + // "journal.search.results.head": "Journal Search Results", "journal.search.results.head": "জার্নাল অনুসন্ধান ফলাফল", - + // "journal.search.title": "Journal Search", "journal.search.title": "জার্নাল অনুসন্ধান", - - - + + + // "journalissue.listelement.badge": "Journal Issue", "journalissue.listelement.badge": "জার্নাল ইস্যু", - + // "journalissue.page.description": "Description", "journalissue.page.description": "বর্ণনা", - + // "journalissue.page.edit": "Edit this item", "journalissue.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "journalissue.page.issuedate": "Issue Date", "journalissue.page.issuedate": "প্রদানের তারিখ", - + // "journalissue.page.journal-issn": "Journal ISSN", "journalissue.page.journal-issn": "জার্নাল ইশান", - + // "journalissue.page.journal-title": "Journal Title", "journalissue.page.journal-title": "জার্নাল শিরোনাম", - + // "journalissue.page.keyword": "Keywords", "journalissue.page.keyword": "কীওয়ার্ড", - + // "journalissue.page.number": "Number", "journalissue.page.number": "সংখ্যা", - + // "journalissue.page.titleprefix": "Journal Issue: ", "journalissue.page.titleprefix": "জার্নাল ইস্যু: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", "journalvolume.listelement.badge": "জার্নাল ভলিউম", - + // "journalvolume.page.description": "Description", "journalvolume.page.description": "বর্ণনা", - + // "journalvolume.page.edit": "Edit this item", "journalvolume.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "journalvolume.page.issuedate": "Issue Date", "journalvolume.page.issuedate": "প্রদানের তারিখ", - + // "journalvolume.page.titleprefix": "Journal Volume: ", "journalvolume.page.titleprefix": "জার্নাল ভলিউম: ", - + // "journalvolume.page.volume": "Volume", "journalvolume.page.volume": "ভলিউম", - - + + // "iiifsearchable.listelement.badge": "Document Media", "iiifsearchable.listelement.badge": "ডকুমেন্ট মিডিয়া", - + // "iiifsearchable.page.titleprefix": "Document: ", "iiifsearchable.page.titleprefix": "দলিল: ", - + // "iiifsearchable.page.doi": "Permanent Link: ", "iiifsearchable.page.doi": "স্থায়ী লিঙ্ক: ", - + // "iiifsearchable.page.issue": "Issue: ", "iiifsearchable.page.issue": "সমস্যা: ", - + // "iiifsearchable.page.description": "Description: ", "iiifsearchable.page.description": "বর্ণনা: ", - + // "iiifviewer.fullscreen.notice": "Use full screen for better viewing.", "iiifviewer.fullscreen.notice": "ভাল দেখার জন্য পূর্ণ পর্দা ব্যবহার করুন।", - + // "iiif.listelement.badge": "Image Media", "iiif.listelement.badge": "ছবি মিডিয়া", - + // "iiif.page.titleprefix": "Image: ", "iiif.page.titleprefix": "ছবি: ", - + // "iiif.page.doi": "Permanent Link: ", "iiif.page.doi": "স্থায়ী লিঙ্ক: ", - + // "iiif.page.issue": "Issue: ", "iiif.page.issue": "সমস্যা: ", - + // "iiif.page.description": "Description: ", "iiif.page.description": "বর্ণনা: ", - - + + // "loading.bitstream": "Loading bitstream...", "loading.bitstream": "বিটস্ট্রিম লোড হচ্ছে ...", - + // "loading.bitstreams": "Loading bitstreams...", "loading.bitstreams": "বিটস্ট্রিম লোড হচ্ছে ...", - + // "loading.browse-by": "Loading items...", "loading.browse-by": "লোড হচ্ছে আইটেম ...", - + // "loading.browse-by-page": "Loading page...", "loading.browse-by-page": "লোড হচ্ছে পাতা ...", - + // "loading.collection": "Loading collection...", "loading.collection": "লোড হচ্ছে সংগ্রহ ...", - + // "loading.collections": "Loading collections...", "loading.collections": "লোড হচ্ছে সংগ্রহ ...", - + // "loading.content-source": "Loading content source...", "loading.content-source": "কন্টেন্ট উৎস লোড হচ্ছে ...", - + // "loading.community": "Loading community...", "loading.community": "কমিউনিটি লোড হচ্ছে ...", - + // "loading.default": "Loading...", "loading.default": "লোড হচ্ছে ...", - + // "loading.item": "Loading item...", "loading.item": "লোড হচ্ছে আইটেম ...", - + // "loading.items": "Loading items...", "loading.items": "লোড হচ্ছে আইটেম ...", - + // "loading.mydspace-results": "Loading items...", "loading.mydspace-results": "লোড হচ্ছে আইটেম ...", - + // "loading.objects": "Loading...", "loading.objects": "লোড হচ্ছে ...", - + // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "সাম্প্রতিক জমাগুলো লোড হচ্ছে ...", - + // "loading.search-results": "Loading search results...", "loading.search-results": "অনুসন্ধানের ফলাফল লোড হচ্ছে ...", - + // "loading.sub-collections": "Loading sub-collections...", "loading.sub-collections": "উপ-সংগ্রহগুলো লোড হচ্ছে ...", - + // "loading.sub-communities": "Loading sub-communities...", "loading.sub-communities": "উপ-সম্প্রদায়গুলো লোড হচ্ছে ...", - + // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "শীর্ষ-স্তরের সম্প্রদায়গুলো লোড হচ্ছে ...", - - - + + + // "login.form.email": "Email address", "login.form.email": "ইমেইল ঠিকানা", - + // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "আপনি আপনার পাসওয়ার্ড ভুলে গেছেন?", - + // "login.form.header": "Please log in to DSpace", "login.form.header": "ডিস্পেস লগ ইন করুন", - + // "login.form.new-user": "New user? Click here to register.", "login.form.new-user": "নতুন ব্যবহারকারী? নিবন্ধন করতে এখানে ক্লিক করুন।", - + // "login.form.or-divider": "or", "login.form.or-divider": "অথবা", - + // "login.form.oidc": "Log in with OIDC", "login.form.oidc": "OIDC সঙ্গে লগ ইন করুন", - + // "login.form.password": "Password", "login.form.password": "পাসওয়ার্ড", - + // "login.form.shibboleth": "Log in with Shibboleth", "login.form.shibboleth": "Shibboleth এর সঙ্গে লগ ইন করুন", - + // "login.form.submit": "Log in", "login.form.submit": "প্রবেশ করুন", - + // "login.title": "Login", "login.title": "প্রবেশ করুন", - + // "login.breadcrumbs": "Login", "login.breadcrumbs": "প্রবেশ করুন", - - - + + + // "logout.form.header": "Log out from DSpace", "logout.form.header": "ডিস্পেস থেকে লগ আউট করুন", - + // "logout.form.submit": "Log out", "logout.form.submit": "প্রস্থান", - + // "logout.title": "Logout", "logout.title": "প্রস্থান", - - - + + + // "menu.header.admin": "Management", "menu.header.admin": "ব্যবস্থাপনা", - + // "menu.header.image.logo": "Repository logo", "menu.header.image.logo": "রিপোজিটরি লোগো", - + // "menu.header.admin.description": "Management menu", "menu.header.admin.description": "ম্যানেজমেন্ট মেনু", - - - + + + // "menu.section.access_control": "Access Control", "menu.section.access_control": "প্রবেশাধিকার নিয়ন্ত্রণ", - + // "menu.section.access_control_authorizations": "Authorizations", "menu.section.access_control_authorizations": "অনুমোদনকরণ", - + // "menu.section.access_control_groups": "Groups", "menu.section.access_control_groups": "গ্রুপ", - + // "menu.section.access_control_people": "People", "menu.section.access_control_people": "ব্যাক্তি", - - - + + + // "menu.section.admin_search": "Admin Search", "menu.section.admin_search": "অ্যাডমিন অনুসন্ধান", - - - + + + // "menu.section.browse_community": "This Community", "menu.section.browse_community": "এই সম্প্রদায়", - + // "menu.section.browse_community_by_author": "By Author", "menu.section.browse_community_by_author": "লেখক দ্বারা", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", "menu.section.browse_community_by_issue_date": "ইস্যু তারিখ দ্বারা", - + // "menu.section.browse_community_by_title": "By Title", "menu.section.browse_community_by_title": "শিরোনাম দ্বারা", - + // "menu.section.browse_global": "All of DSpace", "menu.section.browse_global": "ডিস্পেস এর সবকিছু", - + // "menu.section.browse_global_by_author": "By Author", "menu.section.browse_global_by_author": "লেখক দ্বারা", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", "menu.section.browse_global_by_dateissued": "ইস্যু তারিখ দ্বারা", - + // "menu.section.browse_global_by_subject": "By Subject", "menu.section.browse_global_by_subject": "বিষয় দ্বারা", - + // "menu.section.browse_global_by_title": "By Title", "menu.section.browse_global_by_title": "শিরোনাম দ্বারা", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", "menu.section.browse_global_communities_and_collections": "সম্প্রদায় ও সংগ্রহ", - - - + + + // "menu.section.control_panel": "Control Panel", "menu.section.control_panel": "কন্ট্রোল প্যানেল", - + // "menu.section.curation_task": "Curation Task", "menu.section.curation_task": "নিরাময় টাস্ক", - - - + + + // "menu.section.edit": "Edit", "menu.section.edit": "সম্পাদনা করুন", - + // "menu.section.edit_collection": "Collection", "menu.section.edit_collection": "সংগ্রহ", - + // "menu.section.edit_community": "Community", "menu.section.edit_community": "সম্প্রদায়", - + // "menu.section.edit_item": "Item", "menu.section.edit_item": "আইটেম", - - - + + + // "menu.section.export": "Export", "menu.section.export": "এক্সপোর্ট", - + // "menu.section.export_collection": "Collection", "menu.section.export_collection": "সংগ্রহ", - + // "menu.section.export_community": "Community", "menu.section.export_community": "সম্প্রদায়", - + // "menu.section.export_item": "Item", "menu.section.export_item": "আইটেম", - + // "menu.section.export_metadata": "Metadata", "menu.section.export_metadata": "মেটাডেটা", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", "menu.section.icon.access_control": "অ্যাক্সেস কন্ট্রোল মেনু বিভাগ", - + // "menu.section.icon.admin_search": "Admin search menu section", "menu.section.icon.admin_search": "অ্যাডমিন অনুসন্ধান মেনু বিভাগ", - + // "menu.section.icon.control_panel": "Control Panel menu section", "menu.section.icon.control_panel": "কন্ট্রোল প্যানেল মেনু বিভাগ", - + // "menu.section.icon.curation_tasks": "Curation Task menu section", "menu.section.icon.curation_tasks": "নিরাময় টাস্ক মেনু বিভাগ", - + // "menu.section.icon.edit": "Edit menu section", "menu.section.icon.edit": "মেনু বিভাগ সম্পাদনা করুন", - + // "menu.section.icon.export": "Export menu section", "menu.section.icon.export": "রপ্তানি মেনু অধ্যায়", - + // "menu.section.icon.find": "Find menu section", "menu.section.icon.find": "মেনু বিভাগ খুঁজুন", - + // "menu.section.icon.import": "Import menu section", "menu.section.icon.import": "আমদানি মেনু বিভাগ", - + // "menu.section.icon.new": "New menu section", "menu.section.icon.new": "নতুন মেনু বিভাগ", - + // "menu.section.icon.pin": "Pin sidebar", "menu.section.icon.pin": "পিন সাইডবার", - + // "menu.section.icon.processes": "Processes menu section", "menu.section.icon.processes": "প্রসেস মেনু বিভাগ", - + // "menu.section.icon.registries": "Registries menu section", "menu.section.icon.registries": "নিবন্ধন মেনু বিভাগ", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", "menu.section.icon.statistics_task": "পরিসংখ্যান টাস্ক মেনু বিভাগ", - + // "menu.section.icon.workflow": "Administer workflow menu section", "menu.section.icon.workflow": "প্রশাসনিক কর্মধারা মেনু সেকশন", - + // "menu.section.icon.unpin": "Unpin sidebar", "menu.section.icon.unpin": "আনপিন সাইডবার", - - - + + + // "menu.section.import": "Import", "menu.section.import": "আমদানি", - + // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "ব্যাচ আমদানি (ZIP)", - + // "menu.section.import_metadata": "Metadata", "menu.section.import_metadata": "মেটাডেটা", - - - + + + // "menu.section.new": "New", "menu.section.new": "নতুন", - + // "menu.section.new_collection": "Collection", "menu.section.new_collection": "সংগ্রহ", - + // "menu.section.new_community": "Community", "menu.section.new_community": "সম্প্রদায়", - + // "menu.section.new_item": "Item", "menu.section.new_item": "আইটেম", - + // "menu.section.new_item_version": "Item Version", "menu.section.new_item_version": "আইটেম সংস্করণ", - + // "menu.section.new_process": "Process", "menu.section.new_process": "প্রক্রিয়া", - - - + + + // "menu.section.pin": "Pin sidebar", "menu.section.pin": "পিন সাইডবার", - + // "menu.section.unpin": "Unpin sidebar", "menu.section.unpin": "আনপিন সাইডবার", - - - + + + // "menu.section.processes": "Processes", "menu.section.processes": "প্রসেস.", - - - + + + // "menu.section.registries": "Registries", "menu.section.registries": "নিবন্ধন", - + // "menu.section.registries_format": "Format", "menu.section.registries_format": "বিন্যাস", - + // "menu.section.registries_metadata": "Metadata", "menu.section.registries_metadata": "মেটাডেটা", - - - + + + // "menu.section.statistics": "Statistics", "menu.section.statistics": "পরিসংখ্যান", - + // "menu.section.statistics_task": "Statistics Task", "menu.section.statistics_task": "পরিসংখ্যান টাস্ক", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", "menu.section.toggle.access_control": "অ্যাক্সেস কন্ট্রোল বিভাগ টগল করুন", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", "menu.section.toggle.control_panel": "টগল কন্ট্রোল প্যানেল অধ্যায়", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", "menu.section.toggle.curation_task": "কুপন টাস্ক বিভাগ টগল করুন", - + // "menu.section.toggle.edit": "Toggle Edit section", "menu.section.toggle.edit": "সম্পাদনা বিভাগ টগল করুন", - + // "menu.section.toggle.export": "Toggle Export section", "menu.section.toggle.export": "টগল এক্সপোর্ট বিভাগ", - + // "menu.section.toggle.find": "Toggle Find section", "menu.section.toggle.find": "টগল করুন বিভাগে", - + // "menu.section.toggle.import": "Toggle Import section", "menu.section.toggle.import": "আমদানি বিভাগ টগল করুন", - + // "menu.section.toggle.new": "Toggle New section", "menu.section.toggle.new": "নতুন অধ্যায় টগল করুন", - + // "menu.section.toggle.registries": "Toggle Registries section", "menu.section.toggle.registries": "নিবন্ধন বিভাগ টগল করুন", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", "menu.section.toggle.statistics_task": "পরিসংখ্যান টাস্ক বিভাগ টগল করুন", - - + + // "menu.section.workflow": "Administer Workflow", "menu.section.workflow": "প্রশাসনিক কর্মধারা", - - + + // "mydspace.breadcrumbs": "MyDSpace", "mydspace.breadcrumbs": "আমার ডিস্পেস", - + // "mydspace.description": "", "mydspace.description": "অপসারণ করা আবশ্যক", - + // "mydspace.general.text-here": "here", "mydspace.general.text-here": "এখানে", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", "mydspace.messages.controller-help": "আইটেমের জমাদানকারীর কাছে একটি বার্তা পাঠাতে এই বিকল্পগুলোর মদ্ধে একটি নির্বাচন করুন।", - + // "mydspace.messages.description-placeholder": "Insert your message here...", "mydspace.messages.description-placeholder": "এখানে আপনার বার্তা দিন...", - + // "mydspace.messages.hide-msg": "Hide message", "mydspace.messages.hide-msg": "বার্তা লুকান", - + // "mydspace.messages.mark-as-read": "Mark as read", "mydspace.messages.mark-as-read": "পঠিত হিসেবে চিহ্নিত করুন", - + // "mydspace.messages.mark-as-unread": "Mark as unread", "mydspace.messages.mark-as-unread": "অপঠিত হিসাবে চিহ্নিত", - + // "mydspace.messages.no-content": "No content.", "mydspace.messages.no-content": "কোন উপাদান নেই.", - + // "mydspace.messages.no-messages": "No messages yet.", "mydspace.messages.no-messages": "এখনো কোন বার্তা নেই।", - + // "mydspace.messages.send-btn": "Send", "mydspace.messages.send-btn": "পাঠান", - + // "mydspace.messages.show-msg": "Show message", "mydspace.messages.show-msg": "বার্তা দেখান", - + // "mydspace.messages.subject-placeholder": "Subject...", "mydspace.messages.subject-placeholder": "বিষয়...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", "mydspace.messages.submitter-help": "কন্ট্রোলারের কাছে একটি বার্তা পাঠাতে এই বিকল্পটি নির্বাচন করুন।", - + // "mydspace.messages.title": "Messages", "mydspace.messages.title": "বার্তা", - + // "mydspace.messages.to": "To", "mydspace.messages.to": "প্রতি", - + // "mydspace.new-submission": "New submission", "mydspace.new-submission": "নতুন জমা", - + // "mydspace.new-submission-external": "Import metadata from external source", "mydspace.new-submission-external": "বহিরাগত উৎস থেকে মেটাডাটা আমদানি করুন", - + // "mydspace.new-submission-external-short": "Import metadata", "mydspace.new-submission-external-short": "মেটাডেটা আমদানি করুন", - + // "mydspace.results.head": "Your submissions", "mydspace.results.head": "আপনার জমাগুলো", - + // "mydspace.results.no-abstract": "No Abstract", "mydspace.results.no-abstract": "কোন বিমূর্ত", - + // "mydspace.results.no-authors": "No Authors", "mydspace.results.no-authors": "কোন লেখক", - + // "mydspace.results.no-collections": "No Collections", "mydspace.results.no-collections": "কোন সংগ্রহ", - + // "mydspace.results.no-date": "No Date", "mydspace.results.no-date": "তারিখ নেই", - + // "mydspace.results.no-files": "No Files", "mydspace.results.no-files": "কোন ফাইল নেই", - + // "mydspace.results.no-results": "There were no items to show", "mydspace.results.no-results": "দেখানোর জন্য কোন আইটেম ছিল না", - + // "mydspace.results.no-title": "No title", "mydspace.results.no-title": "কোনো শিরোনাম নেই", - + // "mydspace.results.no-uri": "No Uri", "mydspace.results.no-uri": "কোন ইউ আর আই (uri) নেই", - + // "mydspace.search-form.placeholder": "Search in mydspace...", "mydspace.search-form.placeholder": "আমার ডিস্পেস এর মধ্যে অনুসন্ধান করুন ...", - + // "mydspace.show.workflow": "Workflow tasks", "mydspace.show.workflow": "ওয়ার্কফ্লো কাজগুলো", - + // "mydspace.show.workspace": "Your Submissions", "mydspace.show.workspace": "আপনার জমাগুলো", - + // "mydspace.status.archived": "Archived", "mydspace.status.archived": "সংরক্ষণাগারভুক্ত", - + // "mydspace.status.validation": "Validation", "mydspace.status.validation": "বৈধতা", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", "mydspace.status.waiting-for-controller": "নিয়ামক জন্য অপেক্ষা করছে", - + // "mydspace.status.workflow": "Workflow", "mydspace.status.workflow": "ওয়ার্কফ্লো", - + // "mydspace.status.workspace": "Workspace", "mydspace.status.workspace": "কর্মক্ষেত্র", - + // "mydspace.title": "MyDSpace", "mydspace.title": "আমার ডিস্পেস", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", "mydspace.upload.upload-failed": "নতুন ওয়ার্কস্পেস তৈরি করার সময় ত্রুটি। পুনরায় চেষ্টা করার আগে আপলোড করা সামগ্রী যাচাই করুন।", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", "mydspace.upload.upload-failed-manyentries": "অরক্ষিত ফাইল। অনেক এন্ট্রি সনাক্ত কিন্তু শুধুমাত্র ফাইলের জন্য শুধুমাত্র একটি অনুমোদিত।", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", "mydspace.upload.upload-failed-moreonefile": "অরক্ষিত অনুরোধ। শুধুমাত্র একটি ফাইল অনুমতি দেওয়া আছে।", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", "mydspace.upload.upload-multiple-successful": "{{qty}} টি নতুন ওয়ার্কস্পেস আইটেম তৈরি করা হয়েছে।", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", "mydspace.upload.upload-successful": "নতুন ওয়ার্কস্পেস আইটেম তৈরি হয়েছে। এটি সম্পাদনা করার জন্য এখানে {{here}} ক্লিক করুন।", - + // "mydspace.view-btn": "View", "mydspace.view-btn": "দেখুন", - - - + + + // "nav.browse.header": "All of DSpace", "nav.browse.header": "ডিস্পেসের সবকিছু", - + // "nav.community-browse.header": "By Community", "nav.community-browse.header": "সম্প্রদায় দ্বারা", - + // "nav.language": "Language switch", "nav.language": "ভাষা পরিবর্তন", - + // "nav.login": "Log In", "nav.login": "প্রবেশ করুন", - + // "nav.logout": "User profile menu and Log Out", "nav.logout": "ব্যবহারকারী প্রোফাইল মেনু এবং লগ আউট", - + // "nav.main.description": "Main navigation bar", "nav.main.description": "প্রধান ন্যাভিগেশন বার", - + // "nav.mydspace": "MyDSpace", "nav.mydspace": "আমার ডিস্পেস", - + // "nav.profile": "Profile", "nav.profile": "প্রোফাইল", - + // "nav.search": "Search", "nav.search": "অনুসন্ধান করুন", - + // "nav.statistics.header": "Statistics", "nav.statistics.header": "পরিসংখ্যান", - + // "nav.stop-impersonating": "Stop impersonating EPerson", "nav.stop-impersonating": "ই-পারসন ছদ্মবেশী থামান", - + // "nav.toggle" : "Toggle navigation", - "nav.toggle" : "নেভিগেশন টগল করুন", - + "nav.toggle": "নেভিগেশন টগল করুন", + // "nav.user.description" : "User profile bar", - "nav.user.description" : "ব্যবহারকারীর প্রোফাইল বার", - + "nav.user.description": "ব্যবহারকারীর প্রোফাইল বার", + // "none.listelement.badge": "Item", "none.listelement.badge": "আইটেম", - - + + // "orgunit.listelement.badge": "Organizational Unit", "orgunit.listelement.badge": "প্রাতিষ্ঠানিক একক অংশ", - + // "orgunit.page.city": "City", "orgunit.page.city": "শহর", - + // "orgunit.page.country": "Country", "orgunit.page.country": "দেশ", - + // "orgunit.page.dateestablished": "Date established", "orgunit.page.dateestablished": "স্থাপিত তারিখ", - + // "orgunit.page.description": "Description", "orgunit.page.description": "বর্ণনা", - + // "orgunit.page.edit": "Edit this item", "orgunit.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "orgunit.page.id": "ID", "orgunit.page.id": "আইডি", - + // "orgunit.page.titleprefix": "Organizational Unit: ", "orgunit.page.titleprefix": "প্রাতিষ্ঠানিক একক অংশ: ", - - - + + + // "pagination.options.description": "Pagination options", "pagination.options.description": "পেজিনেশনের বিকল্পগুলো", - + // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "প্রতি পৃষ্ঠায় ফলাফল", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", "pagination.showing.detail": "{{range}} এর {{total}}", - + // "pagination.showing.label": "Now showing ", "pagination.showing.label": "এখন দেখানো হচ্ছে ", - + // "pagination.sort-direction": "Sort Options", "pagination.sort-direction": "সাজানোর বিকল্পগুলো", - - - + + + // "person.listelement.badge": "Person", "person.listelement.badge": "ব্যক্তি", - + // "person.listelement.no-title": "No name found", "person.listelement.no-title": "কোন নাম পাওয়া যায় নি", - + // "person.page.birthdate": "Birth Date", "person.page.birthdate": "জন্ম তারিখ", - + // "person.page.edit": "Edit this item", "person.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "person.page.email": "Email Address", "person.page.email": "ইমেইল ঠিকানা", - + // "person.page.firstname": "First Name", "person.page.firstname": "নামের প্রথম অংশ", - + // "person.page.jobtitle": "Job Title", "person.page.jobtitle": "কাজের শিরোনাম", - + // "person.page.lastname": "Last Name", "person.page.lastname": "নামের শেষাংশ", - + // "person.page.link.full": "Show all metadata", "person.page.link.full": "সব মেটাডেটা দেখান", - + // "person.page.orcid": "ORCID", "person.page.orcid": "Orcid.", - + // "person.page.staffid": "Staff ID", "person.page.staffid": "স্টাফ আইডি", - + // "person.page.titleprefix": "Person: ", "person.page.titleprefix": "ব্যক্তি: ", - + // "person.search.results.head": "Person Search Results", "person.search.results.head": "ব্যক্তি অনুসন্ধান ফলাফল", - + // "person.search.title": "Person Search", "person.search.title": "ব্যক্তি অনুসন্ধান", - - - + + + // "process.new.select-parameters": "Parameters", "process.new.select-parameters": "পরামিতি", - + // "process.new.cancel": "Cancel", "process.new.cancel": "বাতিল করুন", - + // "process.new.submit": "Save", "process.new.submit": "সংরক্ষণ", - + // "process.new.select-script": "Script", "process.new.select-script": "লিপি", - + // "process.new.select-script.placeholder": "Choose a script...", "process.new.select-script.placeholder": "একটি স্ক্রিপ্ট নির্বাচন করুন ...", - + // "process.new.select-script.required": "Script is required", "process.new.select-script.required": "স্ক্রিপ্ট প্রয়োজন", - + // "process.new.parameter.file.upload-button": "Select file...", "process.new.parameter.file.upload-button": "ফাইল নির্বাচন...", - + // "process.new.parameter.file.required": "Please select a file", "process.new.parameter.file.required": "দয়াকরে একটি ফাইল নির্বাচন করুন", - + // "process.new.parameter.string.required": "Parameter value is required", "process.new.parameter.string.required": "পরামিতির মান প্রয়োজন", - + // "process.new.parameter.type.value": "value", "process.new.parameter.type.value": "মূল্য", - + // "process.new.parameter.type.file": "file", "process.new.parameter.type.file": "ফাইল", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", "process.new.parameter.required.missing": "নিম্নলিখিত পরামিতি প্রয়োজন কিন্তু এখনও অনুপস্থিত:", - + // "process.new.notification.success.title": "Success", "process.new.notification.success.title": "সাফল্য", - + // "process.new.notification.success.content": "The process was successfully created", "process.new.notification.success.content": "প্রক্রিয়া সফলভাবে তৈরি করা হয়েছে", - + // "process.new.notification.error.title": "Error", "process.new.notification.error.title": "ত্রুটি", - + // "process.new.notification.error.content": "An error occurred while creating this process", "process.new.notification.error.content": "এই প্রক্রিয়াটি তৈরি করার সময় একটি ত্রুটি ঘটেছে", - + // "process.new.header": "Create a new process", "process.new.header": "একটি নতুন প্রক্রিয়া তৈরি করুন", - + // "process.new.title": "Create a new process", "process.new.title": "একটি নতুন প্রক্রিয়া তৈরি করুন", - + // "process.new.breadcrumbs": "Create a new process", "process.new.breadcrumbs": "একটি নতুন প্রক্রিয়া তৈরি করুন", - - - + + + // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "যুক্তি", - + "process.detail.arguments": "যুক্তি", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "এই প্রক্রিয়া কোনো যুক্তি ধারণ করে না", - + "process.detail.arguments.empty": "এই প্রক্রিয়া কোনো যুক্তি ধারণ করে না", + // "process.detail.back" : "Back", - "process.detail.back" : "ফিরে যান", - + "process.detail.back": "ফিরে যান", + // "process.detail.output" : "Process Output", - "process.detail.output" : "প্রসেস আউটপুট", - + "process.detail.output": "প্রসেস আউটপুট", + // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "প্রক্রিয়া আউটপুট পুনরুদ্ধার", - + // "process.detail.logs.loading": "Retrieving", "process.detail.logs.loading": "উদ্ধার", - + // "process.detail.logs.none": "This process has no output", "process.detail.logs.none": "এই প্রক্রিয়া কোন আউটপুট আছে", - + // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "আউটপুট ফাইল", - + "process.detail.output-files": "আউটপুট ফাইল", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "এই প্রক্রিয়ায় কোনো আউটপুট ফাইল নেই", - + "process.detail.output-files.empty": "এই প্রক্রিয়ায় কোনো আউটপুট ফাইল নেই", + // "process.detail.script" : "Script", - "process.detail.script" : "লিপি", - + "process.detail.script": "লিপি", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "প্রক্রিয়া: {{ id }} - {{ name }}", - + "process.detail.title": "প্রক্রিয়া: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "শুরুর সময়", - + "process.detail.start-time": "শুরুর সময়", + // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "শেষ সময়", - + "process.detail.end-time": "শেষ সময়", + // "process.detail.status" : "Status", - "process.detail.status" : "স্ট্যাটাস", - + "process.detail.status": "স্ট্যাটাস", + // "process.detail.create" : "Create similar process", - "process.detail.create" : "অনুরূপ প্রক্রিয়া তৈরি করুন", - - - + "process.detail.create": "অনুরূপ প্রক্রিয়া তৈরি করুন", + + + // "process.overview.table.finish" : "Finish time (UTC)", - "process.overview.table.finish" : "শেষ সময় (UTC)", - + "process.overview.table.finish": "শেষ সময় (UTC)", + // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "প্রসেস আইডি", - + "process.overview.table.id": "প্রসেস আইডি", + // "process.overview.table.name" : "Name", - "process.overview.table.name" : "নাম", - + "process.overview.table.name": "নাম", + // "process.overview.table.start" : "Start time (UTC)", - "process.overview.table.start" : "শুরুর সময় (UTC)", - + "process.overview.table.start": "শুরুর সময় (UTC)", + // "process.overview.table.status" : "Status", - "process.overview.table.status" : "স্ট্যাটাস", - + "process.overview.table.status": "স্ট্যাটাস", + // "process.overview.table.user" : "User", - "process.overview.table.user" : "বাবহারকারি", - + "process.overview.table.user": "বাবহারকারি", + // "process.overview.title": "Processes Overview", "process.overview.title": "প্রসেসের সংক্ষিপ্ত বিবরণ", - + // "process.overview.breadcrumbs": "Processes Overview", "process.overview.breadcrumbs": "প্রসেসের সংক্ষিপ্ত বিবরণ", - + // "process.overview.new": "New", "process.overview.new": "নতুন", - - + + // "profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "আপডেট প্রফাইল", - + // "profile.card.identify": "Identify", "profile.card.identify": "চিহ্নিত করুন", - + // "profile.card.security": "Security", "profile.card.security": "নিরাপত্তা", - + // "profile.form.submit": "Save", "profile.form.submit": "সংরক্ষণ", - + // "profile.groups.head": "Authorization groups you belong to", "profile.groups.head": "অনুমোদিত গ্রুপগুলোতে আপনি অন্তর্গত", - + // "profile.head": "Update Profile", "profile.head": "আপডেট প্রফাইল", - + // "profile.metadata.form.error.firstname.required": "First Name is required", "profile.metadata.form.error.firstname.required": "প্রথম নাম প্রয়োজন", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", "profile.metadata.form.error.lastname.required": "শেষ নাম প্রয়োজন", - + // "profile.metadata.form.label.email": "Email Address", "profile.metadata.form.label.email": "ইমেইল ঠিকানা", - + // "profile.metadata.form.label.firstname": "First Name", "profile.metadata.form.label.firstname": "নামের প্রথম অংশ", - + // "profile.metadata.form.label.language": "Language", "profile.metadata.form.label.language": "ভাষা", - + // "profile.metadata.form.label.lastname": "Last Name", "profile.metadata.form.label.lastname": "নামের শেষাংশ", - + // "profile.metadata.form.label.phone": "Contact Telephone", "profile.metadata.form.label.phone": "যোগাযোগ টেলিফোন", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", "profile.metadata.form.notifications.success.content": "প্রোফাইল আপনার পরিবর্তন সংরক্ষিত ছিল।", - + // "profile.metadata.form.notifications.success.title": "Profile saved", "profile.metadata.form.notifications.success.title": "প্রোফাইল সংরক্ষিত হয়েছে", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", "profile.notifications.warning.no-changes.content": "প্রোফাইলে কোন পরিবর্তন করা হয়নি।", - + // "profile.notifications.warning.no-changes.title": "No changes", "profile.notifications.warning.no-changes.title": "পরিবর্তন নেই", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", "profile.security.form.error.matching-passwords": "পাসওয়ার্ড মেলে না", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", "profile.security.form.error.password-length": "পাসওয়ার্ড অন্তত ৬ অক্ষর দীর্ঘ হওয়া উচিত।", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "profile.security.form.info": "বিকল্পভাবে, আপনি নীচের বাক্সে একটি নতুন পাসওয়ার্ড লিখতে পারেন এবং এটি আবার দ্বিতীয় বাক্সে টাইপ করে এটি নিশ্চিত করতে পারেন। এটি অন্তত ছয় অক্ষর দীর্ঘ হতে হবে।", - + // "profile.security.form.label.password": "Password", "profile.security.form.label.password": "পাসওয়ার্ড", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", "profile.security.form.label.passwordrepeat": "নিশ্চিত করতে পুনরাই লিখুন", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", "profile.security.form.notifications.success.content": "আপনার পাসওয়ার্ড পরিবর্তন সংরক্ষিত হয়েছে।", - + // "profile.security.form.notifications.success.title": "Password saved", "profile.security.form.notifications.success.title": "পাসওয়ার্ড সংরক্ষিত", - + // "profile.security.form.notifications.error.title": "Error changing passwords", "profile.security.form.notifications.error.title": "পাসওয়ার্ড পরিবর্তন করার সময় ত্রুটি হয়েছে", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", "profile.security.form.notifications.error.not-long-enough": "পাসওয়ার্ড অন্তত ৬ অক্ষর দীর্ঘ হতে হবে।", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", "profile.security.form.notifications.error.not-same": "প্রদত্ত পাসওয়ার্ড একই নয়।", - + // "profile.title": "Update Profile", "profile.title": "আপডেট প্রফাইল", - - - + + + // "project.listelement.badge": "Research Project", "project.listelement.badge": "গবেষণা প্রকল্প", - + // "project.page.contributor": "Contributors", "project.page.contributor": "অবদানকারী", - + // "project.page.description": "Description", "project.page.description": "বর্ণনা", - + // "project.page.edit": "Edit this item", "project.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "project.page.expectedcompletion": "Expected Completion", "project.page.expectedcompletion": "প্রত্যাশিত সমাপ্তি", - + // "project.page.funder": "Funders", "project.page.funder": "যারা আর্থিক সাহায্য করে", - + // "project.page.id": "ID", "project.page.id": "আইডি", - + // "project.page.keyword": "Keywords", "project.page.keyword": "কীওয়ার্ড", - + // "project.page.status": "Status", "project.page.status": "অবস্থা", - + // "project.page.titleprefix": "Research Project: ", "project.page.titleprefix": "গবেষণা প্রকল্প: ", - + // "project.search.results.head": "Project Search Results", "project.search.results.head": "প্রকল্প অনুসন্ধান ফলাফল", - - - + + + // "publication.listelement.badge": "Publication", "publication.listelement.badge": "প্রকাশনার", - + // "publication.page.description": "Description", "publication.page.description": "বর্ণনা", - + // "publication.page.edit": "Edit this item", "publication.page.edit": "এই আইটেমটি সম্পাদনা করুন", - + // "publication.page.journal-issn": "Journal ISSN", "publication.page.journal-issn": "জার্নাল ISSN", - + // "publication.page.journal-title": "Journal Title", "publication.page.journal-title": "জার্নাল শিরোনাম", - + // "publication.page.publisher": "Publisher", "publication.page.publisher": "প্রকাশক", - + // "publication.page.titleprefix": "Publication: ", "publication.page.titleprefix": "প্রকাশনা: ", - + // "publication.page.volume-title": "Volume Title", "publication.page.volume-title": "ভলিউম শিরোনাম", - + // "publication.search.results.head": "Publication Search Results", "publication.search.results.head": "প্রকাশনার অনুসন্ধান ফলাফল", - + // "publication.search.title": "Publication Search", "publication.search.title": "প্রকাশনার অনুসন্ধান", - - + + // "media-viewer.next": "Next", "media-viewer.next": "পরবর্তী", - + // "media-viewer.previous": "Previous", "media-viewer.previous": "পূর্ববর্তী", - + // "media-viewer.playlist": "Playlist", "media-viewer.playlist": "প্লেলিস্ট", - - + + // "register-email.title": "New user registration", "register-email.title": "নতুন ব্যবহারকারীর জন্য নিবন্ধন", - + // "register-page.create-profile.header": "Create Profile", "register-page.create-profile.header": "প্রোফাইল তৈরি করুন", - + // "register-page.create-profile.identification.header": "Identify", "register-page.create-profile.identification.header": "চিহ্নিত করুন", - + // "register-page.create-profile.identification.email": "Email Address", "register-page.create-profile.identification.email": "ইমেইল ঠিকানা", - + // "register-page.create-profile.identification.first-name": "First Name *", "register-page.create-profile.identification.first-name": "নামের প্রথম অংশ *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", "register-page.create-profile.identification.first-name.error": "একটি প্রথম নাম পূরণ করুন", - + // "register-page.create-profile.identification.last-name": "Last Name *", "register-page.create-profile.identification.last-name": "নামের শেষাংশ *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", "register-page.create-profile.identification.last-name.error": "একটি শেষ নাম পূরণ করুন", - + // "register-page.create-profile.identification.contact": "Contact Telephone", "register-page.create-profile.identification.contact": "যোগাযোগ টেলিফোন", - + // "register-page.create-profile.identification.language": "Language", "register-page.create-profile.identification.language": "ভাষা", - + // "register-page.create-profile.security.header": "Security", "register-page.create-profile.security.header": "নিরাপত্তা", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "register-page.create-profile.security.info": "নীচের বাক্সে একটি পাসওয়ার্ড লিখুন এবং দ্বিতীয় বাক্সে আবার টাইপ করে এটি নিশ্চিত করুন। এটি অন্তত ছয় অক্ষর দীর্ঘ হতে হবে।", - + // "register-page.create-profile.security.label.password": "Password *", "register-page.create-profile.security.label.password": "পাসওয়ার্ড *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", "register-page.create-profile.security.label.passwordrepeat": "নিশ্চিত করতে পুনরাই লিখুন *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", "register-page.create-profile.security.error.empty-password": "নীচের বাক্সে একটি পাসওয়ার্ড লিখুন দয়া করে।", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", "register-page.create-profile.security.error.matching-passwords": "পাসওয়ার্ড মেলে না.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", "register-page.create-profile.security.error.password-length": "পাসওয়ার্ড অন্তত ৬ অক্ষর দীর্ঘ হওয়া উচিত।", - + // "register-page.create-profile.submit": "Complete Registration", "register-page.create-profile.submit": "সম্পূর্ণ নিবন্ধন", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", "register-page.create-profile.submit.error.content": "একটি নতুন ব্যবহারকারী নিবন্ধন করার সময় কিছু ভুল হয়েছে।", - + // "register-page.create-profile.submit.error.head": "Registration failed", "register-page.create-profile.submit.error.head": "রেজিস্ট্রেশন ব্যর্থ হয়েছে", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", "register-page.create-profile.submit.success.content": "নিবন্ধন সফল হয়েছে। আপনি তৈরি ব্যবহারকারী হিসাবে লগ ইন করেছেন।", - + // "register-page.create-profile.submit.success.head": "Registration completed", "register-page.create-profile.submit.success.head": "নিবন্ধন সম্পন্ন", - - + + // "register-page.registration.header": "New user registration", "register-page.registration.header": "নতুন ব্যবহারকারীর জন্য নিবন্ধন", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "register-page.registration.info": "ইমেল আপডেটের জন্য সংগ্রহে সদস্যতা নিতে একটি অ্যাকাউন্ট নিবন্ধন করুন এবং ডিস্পেস এ নতুন আইটেম জমা দিন।", - + // "register-page.registration.email": "Email Address *", "register-page.registration.email": "ইমেইল ঠিকানা *", - + // "register-page.registration.email.error.required": "Please fill in an email address", "register-page.registration.email.error.required": "একটি ইমেইল ঠিকানা পূরণ করুন", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", "register-page.registration.email.error.pattern": "একটি বৈধ ইমেইল ঠিকানা পূরণ করুন", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", "register-page.registration.email.hint": "এই ঠিকানাটি যাচাই করা হবে এবং আপনার লগইন নাম হিসাবে ব্যবহার করা হবে।", - + // "register-page.registration.submit": "Register", "register-page.registration.submit": "নিবন্ধন", - + // "register-page.registration.success.head": "Verification email sent", "register-page.registration.success.head": "যাচাই ইমেইল পাঠানো হয়েছে", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "register-page.registration.success.content": "একটি বিশেষ ইউআরএল এবং আরও নির্দেশাবলী ধারণকারী {{email}} এ একটি ইমেল পাঠানো হয়েছে।", - + // "register-page.registration.error.head": "Error when trying to register email", "register-page.registration.error.head": "ইমেল নিবন্ধনের চেষ্টা করার সময় ত্রুটি", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", "register-page.registration.error.content": "নিম্নলিখিত ইমেল ঠিকানা নিবন্ধন করার সময় একটি ত্রুটি ঘটেছে: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", "relationships.add.error.relationship-type.content": "দুটি আইটেমের মধ্যে সম্পর্কের প্রকার {{ type }} এর জন্য কোনো উপযুক্ত মিল খুঁজে পাওয়া যায়নি", - + // "relationships.add.error.server.content": "The server returned an error", "relationships.add.error.server.content": "সার্ভারে একটি ত্রুটি হয়েছে", - + // "relationships.add.error.title": "Unable to add relationship", "relationships.add.error.title": "সম্পর্ক যোগ করতে অক্ষম", - + // "relationships.isAuthorOf": "Authors", "relationships.isAuthorOf": "লেখক", - + // "relationships.isAuthorOf.Person": "Authors (persons)", "relationships.isAuthorOf.Person": "লেখক (ব্যক্তি)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", "relationships.isAuthorOf.OrgUnit": "লেখক (সাংগঠনিক ইউনিট)", - + // "relationships.isIssueOf": "Journal Issues", "relationships.isIssueOf": "জার্নাল সমস্যা", - + // "relationships.isJournalIssueOf": "Journal Issue", "relationships.isJournalIssueOf": "জার্নাল ইস্যু", - + // "relationships.isJournalOf": "Journals", "relationships.isJournalOf": "জার্নালগুলো", - + // "relationships.isOrgUnitOf": "Organizational Units", "relationships.isOrgUnitOf": "সাংগঠনিক ইউনিট", - + // "relationships.isPersonOf": "Authors", "relationships.isPersonOf": "লেখক", - + // "relationships.isProjectOf": "Research Projects", "relationships.isProjectOf": "গবেষণা প্রকল্পগুলো", - + // "relationships.isPublicationOf": "Publications", "relationships.isPublicationOf": "প্রকাশনা", - + // "relationships.isPublicationOfJournalIssue": "Articles", "relationships.isPublicationOfJournalIssue": "নিবন্ধসমূহ", - + // "relationships.isSingleJournalOf": "Journal", "relationships.isSingleJournalOf": "জার্নাল", - + // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "জার্নাল ভলিউম", - + // "relationships.isVolumeOf": "Journal Volumes", "relationships.isVolumeOf": "জার্নাল ভলিউম", - + // "relationships.isContributorOf": "Contributors", "relationships.isContributorOf": "অবদানকারী", - + // "relationships.isContributorOf.OrgUnit": "Contributor (Organizational Unit)", "relationships.isContributorOf.OrgUnit": "অবদানকারী (সাংগঠনিক ইউনিট)", - + // "relationships.isContributorOf.Person": "Contributor", "relationships.isContributorOf.Person": "অবদানকারী", - + // "relationships.isFundingAgencyOf.OrgUnit": "Funder", "relationships.isFundingAgencyOf.OrgUnit": "তহবিল.", - - + + // "repository.image.logo": "Repository logo", "repository.image.logo": "রিপোজিটরি লোগো", - + // "repository.title.prefix": "DSpace Angular :: ", "repository.title.prefix": "ডিস্পেস অ্যাংগুলার :: ", - + // "repository.title.prefixDSpace": "DSpace Angular ::", "repository.title.prefixDSpace": "ডিস্পেস অ্যাংগুলার ::", - - + + // "resource-policies.add.button": "Add", "resource-policies.add.button": "যোগ করুন", - + // "resource-policies.add.for.": "Add a new policy", "resource-policies.add.for.": "একটি নতুন নীতি যোগ করুন", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", "resource-policies.add.for.bitstream": "একটি নতুন বিটস্ট্রিম নীতি যোগ করুন", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", "resource-policies.add.for.bundle": "একটি নতুন বান্ডিল নীতি যোগ করুন", - + // "resource-policies.add.for.item": "Add a new Item policy", "resource-policies.add.for.item": "একটি নতুন আইটেম নীতি যোগ করুন", - + // "resource-policies.add.for.community": "Add a new Community policy", "resource-policies.add.for.community": "একটি নতুন সম্প্রদায় নীতি যোগ করুন", - + // "resource-policies.add.for.collection": "Add a new Collection policy", "resource-policies.add.for.collection": "একটি নতুন সংগ্রহ নীতি যোগ করুন", - + // "resource-policies.create.page.heading": "Create new resource policy for ", "resource-policies.create.page.heading": "জন্য নতুন রিসোর্স নীতি তৈরি করুন", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", "resource-policies.create.page.failure.content": "সম্পদ নীতি তৈরি করার সময় একটি ত্রুটি ঘটেছে।", - + // "resource-policies.create.page.success.content": "Operation successful", "resource-policies.create.page.success.content": "কাজটি সফল হয়েছে", - + // "resource-policies.create.page.title": "Create new resource policy", "resource-policies.create.page.title": "নতুন সম্পদ নীতি তৈরি করুন", - + // "resource-policies.delete.btn": "Delete selected", "resource-policies.delete.btn": "নির্বাচিতটি মুছুন", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", "resource-policies.delete.btn.title": "নির্বাচিত রিসোর্স নীতি মুছে দিন", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", "resource-policies.delete.failure.content": "নির্বাচিত সম্পদ নীতি মুছে ফেলার সময় একটি ত্রুটি ঘটেছে।", - + // "resource-policies.delete.success.content": "Operation successful", "resource-policies.delete.success.content": "কাজটি সফল হয়েছে", - + // "resource-policies.edit.page.heading": "Edit resource policy ", "resource-policies.edit.page.heading": "রিসোর্স নীতি সম্পাদনা করুন", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", "resource-policies.edit.page.failure.content": "সম্পদ নীতি সম্পাদনা করার সময় একটি ত্রুটি ঘটেছে।", - + // "resource-policies.edit.page.success.content": "Operation successful", "resource-policies.edit.page.success.content": "কাজটি সফল হয়েছে", - + // "resource-policies.edit.page.title": "Edit resource policy", "resource-policies.edit.page.title": "রিসোর্স নীতি সম্পাদনা করুন", - + // "resource-policies.form.action-type.label": "Select the action type", "resource-policies.form.action-type.label": "অ্যাকশন টাইপ নির্বাচন করুন", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", "resource-policies.form.action-type.required": "আপনাকে অবশই একটি সম্পদ নীতি নির্বাচন করতে হবে।", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", "resource-policies.form.eperson-group-list.label": "ই-পারসন বা গ্রুপ যে অনুমতি প্রদান করবে", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", "resource-policies.form.eperson-group-list.select.btn": "নির্বাচন করুন", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", "resource-policies.form.eperson-group-list.tab.eperson": "একটি ই-পারসনের জন্য অনুসন্ধান করুন", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", "resource-policies.form.eperson-group-list.tab.group": "একটি গ্রুপ জন্য অনুসন্ধান করুন", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", "resource-policies.form.eperson-group-list.table.headers.action": "অ্যাকশন", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", "resource-policies.form.eperson-group-list.table.headers.id": "আইডি", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", "resource-policies.form.eperson-group-list.table.headers.name": "নাম", - + // "resource-policies.form.date.end.label": "End Date", "resource-policies.form.date.end.label": "শেষ তারিখ", - + // "resource-policies.form.date.start.label": "Start Date", "resource-policies.form.date.start.label": "শুরুর তারিখ", - + // "resource-policies.form.description.label": "Description", "resource-policies.form.description.label": "বর্ণনা", - + // "resource-policies.form.name.label": "Name", "resource-policies.form.name.label": "নাম", - + // "resource-policies.form.policy-type.label": "Select the policy type", "resource-policies.form.policy-type.label": "নীতির টাইপ নির্বাচন করুন", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", "resource-policies.form.policy-type.required": "আপনার অবশই রিসোর্স নীতি নির্বাচন করতে হবে।", - + // "resource-policies.table.headers.action": "Action", "resource-policies.table.headers.action": "অ্যাকশন", - + // "resource-policies.table.headers.date.end": "End Date", "resource-policies.table.headers.date.end": "শেষ তারিখ", - + // "resource-policies.table.headers.date.start": "Start Date", "resource-policies.table.headers.date.start": "শুরুর তারিখ", - + // "resource-policies.table.headers.edit": "Edit", "resource-policies.table.headers.edit": "সম্পাদনা করুন", - + // "resource-policies.table.headers.edit.group": "Edit group", "resource-policies.table.headers.edit.group": "গ্রুপ সম্পাদনা করুন", - + // "resource-policies.table.headers.edit.policy": "Edit policy", "resource-policies.table.headers.edit.policy": "নীতি সম্পাদনা করুন", - + // "resource-policies.table.headers.eperson": "EPerson", "resource-policies.table.headers.eperson": "ই-পারসন", - + // "resource-policies.table.headers.group": "Group", "resource-policies.table.headers.group": "গ্রুপ", - + // "resource-policies.table.headers.id": "ID", "resource-policies.table.headers.id": "আইডি", - + // "resource-policies.table.headers.name": "Name", "resource-policies.table.headers.name": "নাম", - + // "resource-policies.table.headers.policyType": "type", "resource-policies.table.headers.policyType": "টাইপ.", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", "resource-policies.table.headers.title.for.bitstream": "বিটস্ট্রিমের জন্য নীতি", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", "resource-policies.table.headers.title.for.bundle": "বান্ডিলের জন্য নীতি", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", "resource-policies.table.headers.title.for.item": "আইটেমের জন্য নীতি", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", "resource-policies.table.headers.title.for.community": "সম্প্রদায়ের জন্য নীতি", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", "resource-policies.table.headers.title.for.collection": "সংগ্রহের জন্য নীতি", - - - + + + // "search.description": "", "search.description": "", - + // "search.switch-configuration.title": "Show", "search.switch-configuration.title": "দেখাও", - + // "search.title": "Search", "search.title": "অনুসন্ধান করুন", - + // "search.breadcrumbs": "Search", "search.breadcrumbs": "অনুসন্ধান করুন", - + // "search.search-form.placeholder": "Search the repository ...", "search.search-form.placeholder": "সংগ্রহস্থল অনুসন্ধান করুন ...", - - + + // "search.filters.applied.f.author": "Author", "search.filters.applied.f.author": "লেখক", - + // "search.filters.applied.f.dateIssued.max": "End date", "search.filters.applied.f.dateIssued.max": "শেষ তারিখ", - + // "search.filters.applied.f.dateIssued.min": "Start date", "search.filters.applied.f.dateIssued.min": "শুরুর তারিখ", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", "search.filters.applied.f.dateSubmitted": "জন্ম জমা", - + // "search.filters.applied.f.discoverable": "Private", "search.filters.applied.f.discoverable": "ব্যক্তিগত", - + // "search.filters.applied.f.entityType": "Item Type", "search.filters.applied.f.entityType": "বস্তুর ধরন", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", "search.filters.applied.f.has_content_in_original_bundle": "ফাইল আছে", - + // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "ধরন", - + // "search.filters.applied.f.namedresourcetype": "Status", "search.filters.applied.f.namedresourcetype": "অবস্থা", - + // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "বিষয়", - + // "search.filters.applied.f.submitter": "Submitter", "search.filters.applied.f.submitter": "জমাকারী", - + // "search.filters.applied.f.jobTitle": "Job Title", "search.filters.applied.f.jobTitle": "কাজের শিরোনাম", - + // "search.filters.applied.f.birthDate.max": "End birth date", "search.filters.applied.f.birthDate.max": "শেষ জন্ম তারিখ", - + // "search.filters.applied.f.birthDate.min": "Start birth date", "search.filters.applied.f.birthDate.min": "জন্ম তারিখ শুরু করুন", - + // "search.filters.applied.f.withdrawn": "Withdrawn", "search.filters.applied.f.withdrawn": "প্রত্যাহার", - - - + + + // "search.filters.filter.author.head": "Author", "search.filters.filter.author.head": "লেখক", - + // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "লেখকের নাম", - + // "search.filters.filter.author.label": "Search author name", "search.filters.filter.author.label": "অনুসন্ধান লেখক নাম", - + // "search.filters.filter.birthDate.head": "Birth Date", "search.filters.filter.birthDate.head": "জন্ম তারিখ", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", "search.filters.filter.birthDate.placeholder": "জন্ম তারিখ", - + // "search.filters.filter.birthDate.label": "Search birth date", "search.filters.filter.birthDate.label": "জন্ম তারিখ অনুসন্ধান করুন", - + // "search.filters.filter.collapse": "Collapse filter", "search.filters.filter.collapse": "ফিল্টার সঙ্কুচিত করুন", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", "search.filters.filter.creativeDatePublished.head": "তারিখ প্রকাশিত", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", "search.filters.filter.creativeDatePublished.placeholder": "তারিখ প্রকাশিত", - + // "search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "অনুসন্ধান তারিখ প্রকাশিত", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "সম্পাদক", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", "search.filters.filter.creativeWorkEditor.placeholder": "সম্পাদক", - + // "search.filters.filter.creativeWorkEditor.label": "Search editor", "search.filters.filter.creativeWorkEditor.label": "অনুসন্ধান সম্পাদক", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", "search.filters.filter.creativeWorkKeywords.head": "বিষয়", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", "search.filters.filter.creativeWorkKeywords.placeholder": "বিষয়", - + // "search.filters.filter.creativeWorkKeywords.label": "Search subject", "search.filters.filter.creativeWorkKeywords.label": "অনুসন্ধান বিষয়", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", "search.filters.filter.creativeWorkPublisher.head": "প্রকাশক", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", "search.filters.filter.creativeWorkPublisher.placeholder": "প্রকাশক", - + // "search.filters.filter.creativeWorkPublisher.label": "Search publisher", "search.filters.filter.creativeWorkPublisher.label": "অনুসন্ধান প্রকাশক", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "তারিখ", - + // "search.filters.filter.dateIssued.max.placeholder": "Maximum Date", "search.filters.filter.dateIssued.max.placeholder": "সর্বোচ্চ তারিখ", - + // "search.filters.filter.dateIssued.max.label": "End", "search.filters.filter.dateIssued.max.label": "শেষ", - + // "search.filters.filter.dateIssued.min.placeholder": "Minimum Date", "search.filters.filter.dateIssued.min.placeholder": "নূন্যতম তারিখ", - + // "search.filters.filter.dateIssued.min.label": "Start", "search.filters.filter.dateIssued.min.label": "শুরু করুন", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", "search.filters.filter.dateSubmitted.head": "জমাদানের তারিখ", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", "search.filters.filter.dateSubmitted.placeholder": "জমাদানের তারিখ", - + // "search.filters.filter.dateSubmitted.label": "Search date submitted", "search.filters.filter.dateSubmitted.label": "অনুসন্ধান তারিখ জমা হয়েছে", - + // "search.filters.filter.discoverable.head": "Private", "search.filters.filter.discoverable.head": "ব্যক্তিগত", - + // "search.filters.filter.withdrawn.head": "Withdrawn", "search.filters.filter.withdrawn.head": "প্রত্যাহার", - + // "search.filters.filter.entityType.head": "Item Type", "search.filters.filter.entityType.head": "বস্তুর ধরন", - + // "search.filters.filter.entityType.placeholder": "Item Type", "search.filters.filter.entityType.placeholder": "বস্তুর ধরন", - + // "search.filters.filter.entityType.label": "Search item type", "search.filters.filter.entityType.label": "আইটেম টাইপ অনুসন্ধান করুন", - + // "search.filters.filter.expand": "Expand filter", "search.filters.filter.expand": "ফিল্টার প্রসারিত করুন", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", "search.filters.filter.has_content_in_original_bundle.head": "ফাইল আছে", - + // "search.filters.filter.itemtype.head": "Type", "search.filters.filter.itemtype.head": "ধরন", - + // "search.filters.filter.itemtype.placeholder": "Type", "search.filters.filter.itemtype.placeholder": "ধরন", - + // "search.filters.filter.itemtype.label": "Search type", "search.filters.filter.itemtype.label": "ধরন অনুসন্ধান করুন", - + // "search.filters.filter.jobTitle.head": "Job Title", "search.filters.filter.jobTitle.head": "কাজের শিরোনাম", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", "search.filters.filter.jobTitle.placeholder": "কাজের শিরোনাম", - + // "search.filters.filter.jobTitle.label": "Search job title", "search.filters.filter.jobTitle.label": "কাজের শিরোনাম অনুসন্ধান করুন", - + // "search.filters.filter.knowsLanguage.head": "Known language", "search.filters.filter.knowsLanguage.head": "পরিচিত ভাষা", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", "search.filters.filter.knowsLanguage.placeholder": "পরিচিত ভাষা", - + // "search.filters.filter.knowsLanguage.label": "Search known language", "search.filters.filter.knowsLanguage.label": "পরিচিত ভাষা অনুসন্ধান করুন", - + // "search.filters.filter.namedresourcetype.head": "Status", "search.filters.filter.namedresourcetype.head": "অবস্থা", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", "search.filters.filter.namedresourcetype.placeholder": "অবস্থা", - + // "search.filters.filter.namedresourcetype.label": "Search status", "search.filters.filter.namedresourcetype.label": "অবস্থা অনুসন্ধান করুন", - + // "search.filters.filter.objectpeople.head": "People", "search.filters.filter.objectpeople.head": "ব্যাক্তি", - + // "search.filters.filter.objectpeople.placeholder": "People", "search.filters.filter.objectpeople.placeholder": "ব্যাক্তি", - + // "search.filters.filter.objectpeople.label": "Search people", "search.filters.filter.objectpeople.label": "ব্যাক্তি অনুসন্ধান করুন", - + // "search.filters.filter.organizationAddressCountry.head": "Country", "search.filters.filter.organizationAddressCountry.head": "দেশ", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", "search.filters.filter.organizationAddressCountry.placeholder": "দেশ", - + // "search.filters.filter.organizationAddressCountry.label": "Search country", "search.filters.filter.organizationAddressCountry.label": "দেশ অনুসন্ধান করুন", - + // "search.filters.filter.organizationAddressLocality.head": "City", "search.filters.filter.organizationAddressLocality.head": "শহর", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", "search.filters.filter.organizationAddressLocality.placeholder": "শহর", - + // "search.filters.filter.organizationAddressLocality.label": "Search city", "search.filters.filter.organizationAddressLocality.label": "অনুসন্ধান শহর", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", "search.filters.filter.organizationFoundingDate.head": "প্রতিষ্ঠার তারিখ", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", "search.filters.filter.organizationFoundingDate.placeholder": "প্রতিষ্ঠার তারিখ", - + // "search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "প্রতিষ্ঠার তারিখ অনুসন্ধান করুন", - + // "search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "সুযোগ", - + // "search.filters.filter.scope.placeholder": "Scope filter", "search.filters.filter.scope.placeholder": "স্কোপ ফিল্টার", - + // "search.filters.filter.scope.label": "Search scope filter", "search.filters.filter.scope.label": "স্কোপ ফিল্টার অনুসন্ধান করুন", - + // "search.filters.filter.show-less": "Collapse", "search.filters.filter.show-less": "সঙ্কুচিত করুন", - + // "search.filters.filter.show-more": "Show more", "search.filters.filter.show-more": "আরো দেখুন", - + // "search.filters.filter.subject.head": "Subject", "search.filters.filter.subject.head": "বিষয়", - + // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "বিষয়", - + // "search.filters.filter.subject.label": "Search subject", "search.filters.filter.subject.label": "বিষয় অনুসন্ধান করুন", - + // "search.filters.filter.submitter.head": "Submitter", "search.filters.filter.submitter.head": "জমাকারী", - + // "search.filters.filter.submitter.placeholder": "Submitter", "search.filters.filter.submitter.placeholder": "জমাকারী", - + // "search.filters.filter.submitter.label": "Search submitter", "search.filters.filter.submitter.label": "জমাকারী অনুসন্ধান করুন", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", "search.filters.entityType.JournalIssue": "জার্নাল ইস্যু", - + // "search.filters.entityType.JournalVolume": "Journal Volume", "search.filters.entityType.JournalVolume": "জার্নাল ভলিউম", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", "search.filters.entityType.OrgUnit": "প্রাতিষ্ঠানিক একক অংশ", - + // "search.filters.has_content_in_original_bundle.true": "Yes", "search.filters.has_content_in_original_bundle.true": "হ্যাঁ", - + // "search.filters.has_content_in_original_bundle.false": "No", "search.filters.has_content_in_original_bundle.false": "না", - + // "search.filters.discoverable.true": "No", "search.filters.discoverable.true": "না", - + // "search.filters.discoverable.false": "Yes", "search.filters.discoverable.false": "হ্যাঁ", - + // "search.filters.withdrawn.true": "Yes", "search.filters.withdrawn.true": "হ্যাঁ", - + // "search.filters.withdrawn.false": "No", "search.filters.withdrawn.false": "না", - - + + // "search.filters.head": "Filters", "search.filters.head": "ফিল্টার", - + // "search.filters.reset": "Reset filters", "search.filters.reset": "ফিল্টার রিসেট করুন", - + // "search.filters.search.submit": "Submit", "search.filters.search.submit": "জমা দিন", - - - + + + // "search.form.search": "Search", "search.form.search": "অনুসন্ধান করুন", - + // "search.form.search_dspace": "All repository", "search.form.search_dspace": "সব সংগ্রহস্থল", - + // "search.form.scope.all": "All of DSpace", "search.form.scope.all": "ডিস্পেসের সবকিছু", - - - + + + // "search.results.head": "Search Results", "search.results.head": "অনুসন্ধানের ফলাফল", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "আপনার অনুসন্ধানের কোন ফলাফল পাওয়া যাই নি। আপনি যেটা খুঁজছেন তা পেতে কি সমস্যা হচ্ছে? নির্বাণ চেষ্টা করুন", - + // "search.results.no-results-link": "quotes around it", "search.results.no-results-link": "এর চারপাশে উদ্ধৃতি", - + // "search.results.empty": "Your search returned no results.", "search.results.empty": "আপনার অনুসন্ধানের কোন ফলাফল পাওয়া যাই নি", - - + + // "default.search.results.head": "Search Results", "default.search.results.head": "অনুসন্ধানের ফলাফল", - - + + // "search.sidebar.close": "Back to results", "search.sidebar.close": "ফলাফলে ফিরে যান", - + // "search.sidebar.filters.title": "Filters", "search.sidebar.filters.title": "ফিল্টারগুলো", - + // "search.sidebar.open": "Search Tools", "search.sidebar.open": "খোঁজার যন্ত্র", - + // "search.sidebar.results": "results", "search.sidebar.results": "ফলাফল", - + // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "প্রতি পৃষ্ঠায় ফলাফল", - + // "search.sidebar.settings.sort-by": "Sort By", "search.sidebar.settings.sort-by": "ক্রমানুসার", - + // "search.sidebar.settings.title": "Settings", "search.sidebar.settings.title": "সেটিংস", - - - + + + // "search.view-switch.show-detail": "Show detail", "search.view-switch.show-detail": "বিস্তারিত দেখাও", - + // "search.view-switch.show-grid": "Show as grid", "search.view-switch.show-grid": "গ্রিড হিসাবে দেখান", - + // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "তালিকা হিসাবে দেখান", - - - + + + // "sorting.ASC": "Ascending", "sorting.ASC": "উর্দ্ধক্রমানুসারে", - + // "sorting.DESC": "Descending", "sorting.DESC": "নিম্নক্রমানুসারে", - + // "sorting.dc.title.ASC": "Title Ascending", "sorting.dc.title.ASC": "শিরোনাম উর্দ্ধক্রমানুসারে", - + // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "শিরোনাম নিম্নক্রমানুসারে", - + // "sorting.score.ASC": "Least Relevant", "sorting.score.ASC": "ন্যুনতম প্রাসঙ্গিক", - + // "sorting.score.DESC": "Most Relevant", "sorting.score.DESC": "সবচেয়ে প্রাসঙ্গিক", - + // "sorting.dc.date.issued.ASC": "Date Issued Ascending", "sorting.dc.date.issued.ASC": "ইস্যু করার তারিখ উর্দ্ধক্রমানুসারে", - + // "sorting.dc.date.issued.DESC": "Date Issued Descending", "sorting.dc.date.issued.DESC": "ইস্যু করার তারিখ নিম্নক্রমানুসারে", - + // "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending", "sorting.dc.date.accessioned.ASC": "যোগদানের তারিখ উর্দ্ধক্রমানুসারে", - + // "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending", "sorting.dc.date.accessioned.DESC": "যোগদানের তারিখ নিম্নক্রমানুসারে", - + // "sorting.lastModified.ASC": "Last modified Ascending", "sorting.lastModified.ASC": "সর্বশেষ সংশোধিত উর্দ্ধক্রমানুসারে", - + // "sorting.lastModified.DESC": "Last modified Descending", "sorting.lastModified.DESC": "সর্বশেষ সংশোধিত নিম্নক্রমানুসারে.", - - + + // "statistics.title": "Statistics", "statistics.title": "পরিসংখ্যান", - + // "statistics.header": "Statistics for {{ scope }}", "statistics.header": "{{scope}} এর জন্য পরিসংখ্যান", - + // "statistics.breadcrumbs": "Statistics", "statistics.breadcrumbs": "পরিসংখ্যান", - + // "statistics.page.no-data": "No data available", "statistics.page.no-data": "কোন তথ্য নেই", - + // "statistics.table.no-data": "No data available", "statistics.table.no-data": "কোন তথ্য নেই", - + // "statistics.table.title.TotalVisits": "Total visits", "statistics.table.title.TotalVisits": "মোট পরিদর্শন", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", "statistics.table.title.TotalVisitsPerMonth": "প্রতি মাসে মোট পরিদর্শন", - + // "statistics.table.title.TotalDownloads": "File Visits", "statistics.table.title.TotalDownloads": "ফাইল পরিদর্শন", - + // "statistics.table.title.TopCountries": "Top country views", "statistics.table.title.TopCountries": "শীর্ষ দেশ পরিদর্শন", - + // "statistics.table.title.TopCities": "Top city views", "statistics.table.title.TopCities": "শীর্ষ শহর পরিদর্শন", - + // "statistics.table.header.views": "Views", "statistics.table.header.views": "পরিদর্শন", - - - + + + // "submission.edit.breadcrumbs": "Edit Submission", "submission.edit.breadcrumbs": "সম্পাদনা সম্পাদনা করুন", - + // "submission.edit.title": "Edit Submission", "submission.edit.title": "জমা সম্পাদনা করুন", - + // "submission.general.cancel": "Cancel", "submission.general.cancel": "বাতিল করুন", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", "submission.general.cannot_submit": "আপনার নতুন জমা দেওয়ার বিশেষাধিকার নেই।", - + // "submission.general.deposit": "Deposit", "submission.general.deposit": "আমানত.", - + // "submission.general.discard.confirm.cancel": "Cancel", "submission.general.discard.confirm.cancel": "বাতিল করুন", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", "submission.general.discard.confirm.info": "এই অপারেশন পূর্বাবস্থায় ফেরানো যাবে না। তুমি কি নিশ্চিত?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "হ্যা, আমি নিশ্চিত", - + // "submission.general.discard.confirm.title": "Discard submission", "submission.general.discard.confirm.title": "জমা বাতিল করুন", - + // "submission.general.discard.submit": "Discard", "submission.general.discard.submit": "বাতিল করা", - + // "submission.general.info.saved": "Saved", "submission.general.info.saved": "সংরক্ষিত", - + // "submission.general.info.pending-changes": "Unsaved changes", "submission.general.info.pending-changes": "অসংরক্ষিত পরিবর্তন", - + // "submission.general.save": "Save", "submission.general.save": "সংরক্ষণ করুন", - + // "submission.general.save-later": "Save for later", "submission.general.save-later": "পরে জন্য সংরক্ষণ করুন", - - + + // "submission.import-external.page.title": "Import metadata from an external source", "submission.import-external.page.title": "একটি বহিরাগত উৎস থেকে মেটাডাটা আমদানি করুন", - + // "submission.import-external.title": "Import metadata from an external source", "submission.import-external.title": "একটি বহিরাগত উৎস থেকে মেটাডাটা আমদানি করুন", - + // "submission.import-external.title.Journal": "Import a journal from an external source", "submission.import-external.title.Journal": "একটি বহিরাগত উৎস থেকে একটি জার্নাল আমদানি করুন", - + // "submission.import-external.title.JournalIssue": "Import a journal issue from an external source", "submission.import-external.title.JournalIssue": "একটি বহিরাগত উৎস থেকে একটি জার্নাল ইস্যু আমদানি করুন", - + // "submission.import-external.title.JournalVolume": "Import a journal volume from an external source", "submission.import-external.title.JournalVolume": "একটি বহিরাগত উৎস থেকে একটি জার্নাল ভলিউম আমদানি করুন", - + // "submission.import-external.title.OrgUnit": "Import a publisher from an external source", "submission.import-external.title.OrgUnit": "একটি বহিরাগত উৎস থেকে একটি প্রকাশক আমদানি করুন", - + // "submission.import-external.title.Person": "Import a person from an external source", "submission.import-external.title.Person": "একটি বহিরাগত উৎস থেকে একটি ব্যক্তি আমদানি করুন", - + // "submission.import-external.title.Project": "Import a project from an external source", "submission.import-external.title.Project": "একটি বহিরাগত উৎস থেকে একটি প্রকল্প আমদানি করুন", - + // "submission.import-external.title.Publication": "Import a publication from an external source", "submission.import-external.title.Publication": "একটি বহিরাগত উৎস থেকে একটি প্রকাশনা আমদানি করুন", - + // "submission.import-external.title.none": "Import metadata from an external source", "submission.import-external.title.none": "একটি বহিরাগত উৎস থেকে মেটাডাটা আমদানি করুন", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", "submission.import-external.page.hint": "ডিস্পেস এ আমদানি করার জন্য ওয়েব থেকে আইটেমগুলি খুঁজে পেতে উপরের একটি প্রশ্নের উপরে প্রবেশ করুন।", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", "submission.import-external.back-to-my-dspace": "আমার ডিস্পেস এ ফিরে যান", - + // "submission.import-external.search.placeholder": "Search the external source", "submission.import-external.search.placeholder": "বাহ্যিক উৎস অনুসন্ধান করুন", - + // "submission.import-external.search.button": "Search", "submission.import-external.search.button": "অনুসন্ধান করুন", - + // "submission.import-external.search.button.hint": "Write some words to search", "submission.import-external.search.button.hint": "অনুসন্ধান করার জন্য কিছু শব্দ লিখুন", - + // "submission.import-external.search.source.hint": "Pick an external source", "submission.import-external.search.source.hint": "একটি বহিরাগত উৎস বাছাই করুন", - + // "submission.import-external.source.arxiv": "arXiv", "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", "submission.import-external.source.loading": "লোড হচ্ছে ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", "submission.import-external.source.sherpaJournal": "SHERPA জার্নাল", - + // "submission.import-external.source.sherpaJournalIssn": "SHERPA Journals by ISSN", "submission.import-external.source.sherpaJournalIssn": "SHERPA জার্নাল দ্বারা ISSN", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", "submission.import-external.source.sherpaPublisher": "SHERPA পাবলিশার্স", - + // "submission.import-external.source.openAIREFunding": "Funding OpenAIRE API", "submission.import-external.source.openAIREFunding": "OpenAIRE এ পি আই (API) কে আর্থিক ভাবে সাহায্য", - + // "submission.import-external.source.orcid": "ORCID", "submission.import-external.source.orcid": "Orcid.", - + // "submission.import-external.source.pubmed": "Pubmed", "submission.import-external.source.pubmed": "PubMed.", - + // "submission.import-external.source.lcname": "Library of Congress Names", "submission.import-external.source.lcname": "লাইব্রেরি অব কংগ্রেসের নামগুলো", - + // "submission.import-external.preview.title": "Item Preview", "submission.import-external.preview.title": "আইটেম পূর্বরূপ", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", "submission.import-external.preview.subtitle": "নীচের মেটাডেটা একটি বহিরাগত উৎস থেকে আমদানি করা হয়েছিল। আপনি জমা শুরু যখন এটি প্রাক ভরাট করা হবে।", - + // "submission.import-external.preview.button.import": "Start submission", "submission.import-external.preview.button.import": "জমাদেয়া শুরু করুন", - + // "submission.import-external.preview.error.import.title": "Submission error", "submission.import-external.preview.error.import.title": "জমাদানে ত্রুটি হয়েছে", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", "submission.import-external.preview.error.import.body": "বহিরাগত উৎস থেকে এন্ট্রি আমদানি প্রক্রিয়ার সময় একটি ত্রুটি ঘটেছে।", - + // "submission.sections.describe.relationship-lookup.close": "Close", "submission.sections.describe.relationship-lookup.close": "বন্ধ করুন", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", "submission.sections.describe.relationship-lookup.external-source.added": "সফলভাবে নির্বাচন স্থানীয় এন্ট্রি যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "দূরবর্তী লেখক আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "দূরবর্তী জার্নাল আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "দূরবর্তী জার্নাল ইস্যু আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "দূরবর্তী জার্নাল ভলিউম আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Project", "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "প্রকল্প", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "New Entity Added!", "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "নতুন এন্ট্রি যোগ করা হয়েছে!", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Project", "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "প্রকল্প", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Funding OpenAIRE API", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "OpenAIRE এ পি আই (API) কে আর্থিক ভাবে সাহায্য করা", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "দূরবর্তী লেখক আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "নির্বাচনে স্থানীয় লেখককে সফলভাবে যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "সফলভাবে আমদানি করা হয়েছে এবং নির্বাচনে বহিরাগত লেখক যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "কর্তৃপক্ষ", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "একটি নতুন স্থানীয় কর্তৃপক্ষ এন্ট্রি হিসাবে আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "বাতিল করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "নতুন এন্ট্রি আমদানি করতে একটি সংগ্রহ নির্বাচন করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities(সত্তা)", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "একটি নতুন স্থানীয় সত্তা হিসাবে আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "এলসি নাম থেকে আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "ORCID থেকে আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "শেরপা জার্নাল থেকে আমদানি করা হচ্ছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "শেরপা প্রকাশক থেকে আমদানি করা হচ্ছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "PubMed থেকে আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "arXiv থেকে আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "দূরবর্তী জার্নাল আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "সফলভাবে নির্বাচন স্থানীয় জার্নাল যোগ করা", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "সফলভাবে আমদানি করা হয়েছে এবং নির্বাচনে বহিরাগত জার্নাল যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "দূরবর্তী জার্নাল ইস্যু আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "নির্বাচনে স্থানীয় জার্নাল সমস্যা সফলভাবে যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "সফলভাবে আমদানি করা হয়েছে এবং নির্বাচনে বহিরাগত জার্নাল যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "দূরবর্তী জার্নাল ভলিউম আমদানি করুন", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "নির্বাচনে স্থানীয় জার্নাল সমস্যা সফলভাবে যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "সফলভাবে আমদানি করা হয়েছে এবং নির্বাচনে বহিরাগত জার্নাল যোগ করা হয়েছে", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "একটি স্থানীয় মিল নির্বাচন করুন:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "সব গুলো অনির্বাচিত করুন", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "পাতা অনির্বাচিত করুন", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", "submission.sections.describe.relationship-lookup.search-tab.loading": "লোড হচ্ছে ...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", "submission.sections.describe.relationship-lookup.search-tab.placeholder": "অনুসন্ধান কুয়েরি", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", "submission.sections.describe.relationship-lookup.search-tab.search": "যান", - + // "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "অনুসন্ধান ...", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", "submission.sections.describe.relationship-lookup.search-tab.select-all": "সব নির্বাচন করুন", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", "submission.sections.describe.relationship-lookup.search-tab.select-page": "পৃষ্ঠা নির্বাচন করুন", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", "submission.sections.describe.relationship-lookup.selected": "নির্বাচিত {{size}} আইটেমগুলো", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "স্থানীয় লেখক ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "স্থানীয় জার্নাল ({{count}})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "স্থানীয় প্রকল্প ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "স্থানীয় প্রকাশনা ({count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "স্থানীয় লেখক ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "স্থানীয় সাংগঠনিক ইউনিট ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "স্থানীয় তথ্য প্যাকেজ ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "স্থানীয় তথ্য ফাইল ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "স্থানীয় জার্নাল ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "স্থানীয় জার্নাল সমস্যা ({count}})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "স্থানীয় জার্নাল সমস্যা ({count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "স্থানীয় জার্নাল ভলিউম ({{count}})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "স্থানীয় জার্নাল ভলিউম ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "শেরপা জার্নাল ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "শেরপা পাবলিশার্স ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "এলসি নাম ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{count}})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "তহবিল সংস্থাগুলোর জন্য অনুসন্ধান করুন", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "তহবিলের জন্য অনুসন্ধান করুন", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "সাংগঠনিক ইউনিট জন্য অনুসন্ধান করুন", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Funding OpenAIRE API", "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "OpenAIRE এ পি আই (API) কে আর্থিক ভাবে সাহায্য করা", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projects", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "প্রকল্প", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "প্রকল্পের ফান্ডার", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API", "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "OpenAIRE এ পি আই (API) কে আর্থিক ভাবে সাহায্য করা", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Project", "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "প্রকল্প", - + // "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projects", "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "প্রকল্প", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "প্রকল্পেের জন্য আর্থিক ভাবে সাহায্যকারী", - - - - + + + + // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "অনুসন্ধান ...", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "বর্তমান নির্বাচন ({{count}})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "জার্নাল সমস্যা", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "জার্নাল সমস্যা", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "জার্নাল ভলিউম", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "জার্নাল ভলিউম", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "জার্নাল", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "লেখক", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "তহবিল সংস্থা", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", "submission.sections.describe.relationship-lookup.title.Project": "প্রকল্প", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", "submission.sections.describe.relationship-lookup.title.Publication": "প্রকাশনা", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", "submission.sections.describe.relationship-lookup.title.Person": "লেখক", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", "submission.sections.describe.relationship-lookup.title.OrgUnit": "সাংগঠনিক ইউনিট", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", "submission.sections.describe.relationship-lookup.title.DataPackage": "তথ্য প্যাকেজ", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", "submission.sections.describe.relationship-lookup.title.DataFile": "ডাটা ফাইল", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", "submission.sections.describe.relationship-lookup.title.Funding Agency": "তহবিল সংস্থা", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "তহবিল", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "অভিভাবক সাংগঠনিক ইউনিট", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "ড্রপডাউন টগল করুন", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", "submission.sections.describe.relationship-lookup.selection-tab.settings": "সেটিংস", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "আপনার নির্বাচন বর্তমানে খালি।", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "নির্বাচিত লেখক", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "নির্বাচিত জার্নাল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "নির্বাচিত জার্নাল ভলিউম", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "নির্বাচিত প্রকল্প", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "নির্বাচিত প্রকাশনা", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "নির্বাচিত লেখক", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "নির্বাচিত সাংগঠনিক ইউনিট", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "নির্বাচিত তথ্য প্যাকেজ", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "নির্বাচিত তথ্য ফাইল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "নির্বাচিত জার্নাল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "নির্বাচিত সমস্যা", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "নির্বাচিত জার্নাল ভলিউম", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "নির্বাচিত তহবিল সংস্থা", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "নির্বাচিত তহবিল", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "নির্বাচিত সমস্যা", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "নির্বাচিত সাংগঠনিক ইউনিট", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "অনুসন্ধানের ফলাফল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "অনুসন্ধানের ফলাফল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "অনুসন্ধানের ফলাফল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "অনুসন্ধানের ফলাফল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "অনুসন্ধানের ফলাফল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "অনুসন্ধানের ফলাফল", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "অনুসন্ধানের ফলাফল", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "আপনি এই ব্যক্তির জন্য একটি নাম বৈকল্পিক \"{{ value }}\" হিসাবে সংরক্ষণ করতে চান তাই আপনি এবং অন্যদের ভবিষ্যতের জমা দেওয়ার জন্য এটি পুনঃব্যবহার করতে পারেন? আপনি যদি আপনি এই জমা দেওয়ার জন্য এখনও এটি ব্যবহার করতে পারেন না।", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "একটি নতুন নাম বৈকল্পিক সংরক্ষণ করুন", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "এই জমা জন্য শুধুমাত্র ব্যবহার করুন", - + // "submission.sections.ccLicense.type": "License Type", "submission.sections.ccLicense.type": "লাইসেন্সের ধরন", - + // "submission.sections.ccLicense.select": "Select a license type…", "submission.sections.ccLicense.select": "একটি লাইসেন্সের ধরন নির্বাচন করুন ...", - + // "submission.sections.ccLicense.change": "Change your license type…", "submission.sections.ccLicense.change": "আপনার লাইসেন্সের ধরন পরিবর্তন করুন ...", - + // "submission.sections.ccLicense.none": "No licenses available", "submission.sections.ccLicense.none": "কোন লাইসেন্স পাওয়া যাই নি", - + // "submission.sections.ccLicense.option.select": "Select an option…", "submission.sections.ccLicense.option.select": "যেকোনো একটি নির্বাচন করুন…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", "submission.sections.ccLicense.link": "আপনি নিম্নলিখিত লাইসেন্স নির্বাচন করেছেন:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", "submission.sections.ccLicense.confirmation": "আমি উপরের লাইসেন্স অনুমোদন করেছি", - + // "submission.sections.general.add-more": "Add more", "submission.sections.general.add-more": "আরো যোগ করো", - + // "submission.sections.general.collection": "Collection", "submission.sections.general.collection": "সংগ্রহ", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", "submission.sections.general.deposit_error_notice": "আইটেমটি জমা দেওয়ার সময় একটি সমস্যা ছিল, দয়া করে পরে আবার চেষ্টা করুন।", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", "submission.sections.general.deposit_success_notice": "নথি সফলভাবে জমা দেয়ে হয়েছে।", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", "submission.sections.general.discard_error_notice": "আইটেমটি বাতিল করার সময় একটি সমস্যা ছিল দয়া করে পরে আবার চেষ্টা করুন।", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", "submission.sections.general.discard_success_notice": "নথি সফলভাবে বাতিল করা হয়েছে।", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", "submission.sections.general.metadata-extracted": "নতুন মেটাডাটা নিষ্কাশন করা হয়েছে এবং {{sectionId}} বিভাগে যোগ করা হয়েছে।", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", "submission.sections.general.metadata-extracted-new-section": "নতুন {{sectionId}} বিভাগটি জমা দেওয়ার জন্য যুক্ত করা হয়েছে।", - + // "submission.sections.general.no-collection": "No collection found", "submission.sections.general.no-collection": "কোন সংগ্রহ পাওয়া যায় নি", - + // "submission.sections.general.no-sections": "No options available", "submission.sections.general.no-sections": "কোন বিকল্প নেই", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", "submission.sections.general.save_error_notice": "আইটেমটি সংরক্ষণ করার সময় একটি সমস্যা ছিল, দয়া করে পরে আবার চেষ্টা করুন।", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", "submission.sections.general.save_success_notice": "নথি সফলভাবে সংরক্ষিত।", - + // "submission.sections.general.search-collection": "Search for a collection", "submission.sections.general.search-collection": "একটি সংগ্রহের জন্য অনুসন্ধান করুন", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", "submission.sections.general.sections_not_valid": "অসম্পূর্ণ বিভাগ আছে।", - - - + + + // "submission.sections.submit.progressbar.accessCondition": "Item access conditions", "submission.sections.submit.progressbar.accessCondition": "আইটেম অ্যাক্সেসের শর্তাবলী", - + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", "submission.sections.submit.progressbar.CClicense": "ক্রিয়েটিভ কমন্স লাইসেন্স", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", "submission.sections.submit.progressbar.describe.recycle": "পুনরাই ব্যবহারযোগ্য করুন", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", "submission.sections.submit.progressbar.describe.stepcustom": "বর্ণনা করুন", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", "submission.sections.submit.progressbar.describe.stepone": "বর্ণনা করুন", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", "submission.sections.submit.progressbar.describe.steptwo": "বর্ণনা করুন", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", "submission.sections.submit.progressbar.detect-duplicate": "সম্ভাব্য ডুপ্লিকেট", - + // "submission.sections.submit.progressbar.license": "Deposit license", "submission.sections.submit.progressbar.license": "আমানত লাইসেন্স", - + // "submission.sections.submit.progressbar.upload": "Upload files", "submission.sections.submit.progressbar.upload": "ফাইল আপলোড", - - - + + + // "submission.sections.status.errors.title": "Errors", "submission.sections.status.errors.title": "ত্রুটি", - + // "submission.sections.status.valid.title": "Valid", "submission.sections.status.valid.title": "বৈধ", - + // "submission.sections.status.warnings.title": "Warnings", "submission.sections.status.warnings.title": "সতর্কতা", - + // "submission.sections.status.errors.aria": "has errors", "submission.sections.status.errors.aria": "ত্রুটি আছে", - + // "submission.sections.status.valid.aria": "is valid", "submission.sections.status.valid.aria": "বৈধ", - + // "submission.sections.status.warnings.aria": "has warnings", "submission.sections.status.warnings.aria": "সতর্কতা আছে", - + // "submission.sections.toggle.open": "Open section", "submission.sections.toggle.open": "বিভাগ খুলুন", - + // "submission.sections.toggle.close": "Close section", "submission.sections.toggle.close": "বিভাগ বন্ধ করুন", - + // "submission.sections.toggle.aria.open": "Expand {{sectionHeader}} section", "submission.sections.toggle.aria.open": "বিস্তৃত করুন {{sectionHeader}} বিভাগ", - + // "submission.sections.toggle.aria.close": "Collapse {{sectionHeader}} section", "submission.sections.toggle.aria.close": "বন্ধ করুন {{ sectionHeader }} বিভাগ", - + // "submission.sections.upload.delete.confirm.cancel": "Cancel", "submission.sections.upload.delete.confirm.cancel": "বাতিল করুন", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", "submission.sections.upload.delete.confirm.info": "এই অপারেশন পূর্বাবস্থায় ফেরানো যাবে না। তুমি কি নিশ্চিত?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", "submission.sections.upload.delete.confirm.submit": "হ্যা, আমি নিশ্চিত", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", "submission.sections.upload.delete.confirm.title": "বিটস্ট্রিম মুছুন", - + // "submission.sections.upload.delete.submit": "Delete", "submission.sections.upload.delete.submit": "মুছে ফেলা", - + // "submission.sections.upload.download.title": "Download bitstream", "submission.sections.upload.download.title": "বিটস্ট্রিম ডাউনলোড করুন", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", "submission.sections.upload.drop-message": "ফাইলগুলিকে আইটেমের সাথে সংযুক্ত করতে ড্রপ করুন৷", - + // "submission.sections.upload.edit.title": "Edit bitstream", "submission.sections.upload.edit.title": "বিটস্ট্রিম সম্পাদনা করুন", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", "submission.sections.upload.form.access-condition-label": "অ্যাক্সেস শর্ত টাইপ", - + // "submission.sections.upload.form.access-condition-hint": "Select an access condition to apply on the bitstream once the item is deposited", "submission.sections.upload.form.access-condition-hint": "আইটেমটি জমা দেওয়ার পরে বিটস্ট্রিমে আবেদন করার জন্য একটি অ্যাক্সেস শর্ত নির্বাচন করুন", - + // "submission.sections.upload.form.date-required": "Date is required.", "submission.sections.upload.form.date-required": "তারিখ প্রয়োজন।", - + // "submission.sections.upload.form.date-required-from": "Grant access from date is required.", "submission.sections.upload.form.date-required-from": "যে তারিখ থেকে প্রবেশাধিকার প্রয়োজন", - + // "submission.sections.upload.form.date-required-until": "Grant access until date is required.", "submission.sections.upload.form.date-required-until": "যে তারিখ পর্যন্ত অ্যাক্সেস মঞ্জুর প্রয়োজন", - + // "submission.sections.upload.form.from-label": "Grant access from", "submission.sections.upload.form.from-label": "যখন থেকে অ্যাক্সেস মঞ্জুর করবেন", - + // "submission.sections.upload.form.from-hint": "Select the date from which the related access condition is applied", "submission.sections.upload.form.from-hint": "যে তারিখ থেকে সম্পর্কিত অ্যাক্সেস শর্ত প্রয়োগ করা হয়েছে তা নির্বাচন করুন", - + // "submission.sections.upload.form.from-placeholder": "From", "submission.sections.upload.form.from-placeholder": "থেকে", - + // "submission.sections.upload.form.group-label": "Group", "submission.sections.upload.form.group-label": "গ্রুপ", - + // "submission.sections.upload.form.group-required": "Group is required.", "submission.sections.upload.form.group-required": "গ্রুপ প্রয়োজন।", - + // "submission.sections.upload.form.until-label": "Grant access until", "submission.sections.upload.form.until-label": "অ্যাক্সেস অনুমোদন করুন যতক্ষণ পর্যন্ত না", - + // "submission.sections.upload.form.until-hint": "Select the date until which the related access condition is applied", "submission.sections.upload.form.until-hint": "যে তারিখ থেকে সম্পর্কিত অ্যাক্সেস শর্ত প্রয়োগ করা হয়েছে তা নির্বাচন করুন", - + // "submission.sections.upload.form.until-placeholder": "Until", "submission.sections.upload.form.until-placeholder": "যতক্ষণ পর্যন্ত", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", "submission.sections.upload.header.policy.default.nolist": "{{collectionName}} সংগ্রহে আপলোড করা ফাইলগুলি নিম্নলিখিত গ্রুপ(গুলি) অনুসারে অ্যাক্সেসযোগ্য হবে:", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", "submission.sections.upload.header.policy.default.withlist": "অনুগ্রহ করে মনে রাখবেন যে {{collectionName}} সংগ্রহে আপলোড করা ফাইলগুলি অ্যাক্সেসযোগ্য হবে, একক ফাইলের জন্য স্পষ্টভাবে যা নির্ধারণ করা হয়েছে তা ছাড়াও, নিম্নলিখিত গ্রুপ(গুলি) সহ:", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", "submission.sections.upload.info": "এখানে আপনি বর্তমানে আইটেমটিতে সমস্ত ফাইল পাবেন। আপনি ফাইল মেটাডেটা এবং অ্যাক্সেস শর্তাদি আপডেট করতে পারেন অথবা অতিরিক্ত ফাইল আপলোড করুন - পৃষ্ঠাটিতে সর্বত্র ড্র্যাগ করুন এবং ড্রপ করুন ", - + // "submission.sections.upload.no-entry": "No", "submission.sections.upload.no-entry": "না", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", "submission.sections.upload.no-file-uploaded": "কোন ফাইল এখনো আপলোড হয়নি।", - + // "submission.sections.upload.save-metadata": "Save metadata", "submission.sections.upload.save-metadata": "মেটাডেটা সংরক্ষণ করুন", - + // "submission.sections.upload.undo": "Cancel", "submission.sections.upload.undo": "বাতিল করুন", - + // "submission.sections.upload.upload-failed": "Upload failed", "submission.sections.upload.upload-failed": "আপলোড ব্যর্থ হয়েছে", - + // "submission.sections.upload.upload-successful": "Upload successful", "submission.sections.upload.upload-successful": "সফল আপলোড করুন", - + // "submission.sections.accesses.form.discoverable-description": "When checked, this item will be discoverable in search/browse. When unchecked, the item will only be available via a direct link and will never appear in search/browse.", "submission.sections.accesses.form.discoverable-description": "চেক যখন এই আইটেমটি অনুসন্ধান / ব্রাউজ আবিষ্কারযোগ্য হবে। আইটেমটি unchecked যখন শুধুমাত্র সরাসরি লিঙ্কের মাধ্যমে উপলব্ধ হবে এবং অনুসন্ধান / ব্রাউজ প্রদর্শিত হবে না।", - + // "submission.sections.accesses.form.discoverable-label": "Discoverable", "submission.sections.accesses.form.discoverable-label": "আবিষ্কারযোগ্য", - + // "submission.sections.accesses.form.access-condition-label": "Access condition type", "submission.sections.accesses.form.access-condition-label": "অ্যাক্সেস শর্তের ধরন", - + // "submission.sections.accesses.form.access-condition-hint": "Select an access condition to apply on the item once it is deposited", "submission.sections.accesses.form.access-condition-hint": "আইটেমটি জমা হওয়ার পরে আবেদন করার জন্য একটি অ্যাক্সেস শর্ত নির্বাচন করুন", - + // "submission.sections.accesses.form.date-required": "Date is required.", "submission.sections.accesses.form.date-required": "তারিখ প্রয়োজন।", - + // "submission.sections.accesses.form.date-required-from": "Grant access from date is required.", "submission.sections.accesses.form.date-required-from": "যে তারিখ থেকে প্রবেশাধিকার প্রয়োজন", - + // "submission.sections.accesses.form.date-required-until": "Grant access until date is required.", "submission.sections.accesses.form.date-required-until": "যে তারিখ পর্যন্ত অ্যাক্সেস অনুমোদন প্রয়োজন।", - + // "submission.sections.accesses.form.from-label": "Grant access from", "submission.sections.accesses.form.from-label": "যখন থেকে অ্যাক্সেস মঞ্জুর করবেন", - + // "submission.sections.accesses.form.from-hint": "Select the date from which the related access condition is applied", "submission.sections.accesses.form.from-hint": "যে তারিখ থেকে সম্পর্কিত অ্যাক্সেস শর্ত প্রয়োগ করা হয়েছে তা নির্বাচন করুন", - + // "submission.sections.accesses.form.from-placeholder": "From", "submission.sections.accesses.form.from-placeholder": "থেকে", - + // "submission.sections.accesses.form.group-label": "Group", "submission.sections.accesses.form.group-label": "গ্রুপ", - + // "submission.sections.accesses.form.group-required": "Group is required.", "submission.sections.accesses.form.group-required": "গ্রুপ প্রয়োজন।", - + // "submission.sections.accesses.form.until-label": "Grant access until", "submission.sections.accesses.form.until-label": "অ্যাক্সেস অনুমোদন করুন যতক্ষণ পর্যন্ত না", - + // "submission.sections.accesses.form.until-hint": "Select the date until which the related access condition is applied", "submission.sections.accesses.form.until-hint": "সংশ্লিষ্ট অ্যাক্সেস শর্ত প্রযোজ্য হওয়া পর্যন্ত তারিখটি নির্বাচন করুন", - + // "submission.sections.accesses.form.until-placeholder": "Until", "submission.sections.accesses.form.until-placeholder": "পর্যন্ত", - - + + // "submission.submit.breadcrumbs": "New submission", "submission.submit.breadcrumbs": "নতুন নথি/জমা", - + // "submission.submit.title": "New submission", "submission.submit.title": "নতুন নথি/জমা", - - - + + + // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "মুছে ফেলা", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", "submission.workflow.generic.delete-help": "আপনি এই আইটেমটি বাতিল করতে চান \"মুছে ফেলুন\"। তারপর আপনি এটি নিশ্চিত করতে বলা হবে।", - + // "submission.workflow.generic.edit": "Edit", "submission.workflow.generic.edit": "সম্পাদনা করুন", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", "submission.workflow.generic.edit-help": "আইটেমটির মেটাডেটা পরিবর্তন করার জন্য এই বিকল্পটি নির্বাচন করুন।", - + // "submission.workflow.generic.view": "View", "submission.workflow.generic.view": "দেখুন", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", "submission.workflow.generic.view-help": "আইটেমটির মেটাডাটা দেখতে এই বিকল্পটি নির্বাচন করুন।", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", "submission.workflow.tasks.claimed.approve": "অনুমোদন", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", "submission.workflow.tasks.claimed.approve_help": "আপনি যদি আইটেমটি পর্যালোচনা করেছেন এবং এটি সংগ্রহের অন্তর্ভুক্তির জন্য উপযুক্ত। \"অনুমোদন\" নির্বাচন করুন।", - + // "submission.workflow.tasks.claimed.edit": "Edit", "submission.workflow.tasks.claimed.edit": "সম্পাদনা করুন", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "আইটেমটির মেটাডেটা পরিবর্তন করার জন্য এই বিকল্পটি নির্বাচন করুন।", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", "submission.workflow.tasks.claimed.reject.reason.info": "অনুগ্রহ করে নীচের বাক্সে জমা দেওয়ার প্রত্যাখ্যান করার জন্য আপনার কারণটি প্রবেশ করান কিনা তা নির্দেশ করে যে জমাটি একটি সমস্যা সমাধান করতে পারে এবং পুনরায় জমা দিতে পারে কিনা তা নির্দেশ করে।", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", "submission.workflow.tasks.claimed.reject.reason.placeholder": "প্রত্যাখ্যানের কারণ বর্ণনা করুন", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", "submission.workflow.tasks.claimed.reject.reason.submit": "আইটেম প্রত্যাখ্যান করুন", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", "submission.workflow.tasks.claimed.reject.reason.title": "কারণ", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", "submission.workflow.tasks.claimed.reject.submit": "প্রত্যাখ্যান", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", "submission.workflow.tasks.claimed.reject_help": "যদি আপনি আইটেমটি পর্যালোচনা করেছেন এবং এটি খুঁজে পেয়েছেন এটি না সংগ্রহের অন্তর্ভুক্তির জন্য উপযুক্ত \"প্রত্যাখ্যান\"। তারপর আপনাকে একটি বার্তা প্রবেশ করতে বলা হবে যে আইটেমটি অনুপযুক্ত কেন এবং জমা দেওয়ার কিছু পরিবর্তন এবং পুনরায় জমা দিতে হবে কিনা।", - + // "submission.workflow.tasks.claimed.return": "Return to pool", "submission.workflow.tasks.claimed.return": "পুলে ফিরে যান", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", "submission.workflow.tasks.claimed.return_help": "পুলে টাস্কটি ফেরত দিন যাতে অন্য ব্যবহারকারীটি কাজটি সম্পাদন করতে পারে।", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", "submission.workflow.tasks.generic.error": "অপারেশন চলাকালীন ত্রুটি ঘটেছে ...", - + // "submission.workflow.tasks.generic.processing": "Processing...", "submission.workflow.tasks.generic.processing": "প্রক্রিয়াকরণ ...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", "submission.workflow.tasks.generic.submitter": "জমাদানকারী", - + // "submission.workflow.tasks.generic.success": "Operation successful", "submission.workflow.tasks.generic.success": "কাজটি সফল হয়েছে", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", "submission.workflow.tasks.pool.claim": "দাবি", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", "submission.workflow.tasks.pool.claim_help": "নিজেকে এই টাস্ক বরাদ্দ করুন।", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", "submission.workflow.tasks.pool.hide-detail": "বিস্তারিত লুকান", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "বিস্তারিত দেখাও", - - - + + + // "thumbnail.default.alt": "Thumbnail Image", "thumbnail.default.alt": "থাম্বনেইল ইমেজ", - + // "thumbnail.default.placeholder": "No Thumbnail Available", "thumbnail.default.placeholder": "কোন থাম্বনেইল পাওয়া যাই নি", - + // "thumbnail.project.alt": "Project Logo", "thumbnail.project.alt": "প্রকল্পের লোগো", - + // "thumbnail.project.placeholder": "Project Placeholder Image", "thumbnail.project.placeholder": "প্রকল্প স্থানধারক ছবি", - + // "thumbnail.orgunit.alt": "OrgUnit Logo", "thumbnail.orgunit.alt": "অরগ ইউনিট লোগো", - + // "thumbnail.orgunit.placeholder": "OrgUnit Placeholder Image", "thumbnail.orgunit.placeholder": "অরগ ইউনিট স্থানধারক ছবি", - + // "thumbnail.person.alt": "Profile Picture", "thumbnail.person.alt": "প্রোফাইল ছবি", - + // "thumbnail.person.placeholder": "No Profile Picture Available", "thumbnail.person.placeholder": "কোন প্রোফাইল ছবি পাওয়া যাই নি", - - - + + + // "title": "DSpace", "title": "ডিস্পেস", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", "vocabulary-treeview.header": "শ্রেণীবিন্যাস ট্রি ভিউ", - + // "vocabulary-treeview.load-more": "Load more", "vocabulary-treeview.load-more": "আর লোড করুন", - + // "vocabulary-treeview.search.form.reset": "Reset", "vocabulary-treeview.search.form.reset": "রিসেট", - + // "vocabulary-treeview.search.form.search": "Search", "vocabulary-treeview.search.form.search": "অনুসন্ধান করুন", - + // "vocabulary-treeview.search.no-result": "There were no items to show", "vocabulary-treeview.search.no-result": "দেখানোর জন্য কোন আইটেম ছিল না", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", "vocabulary-treeview.tree.description.nsi": "নরওয়েজিয়ান বিজ্ঞান সূচক", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", "vocabulary-treeview.tree.description.srsc": "গবেষণা বিষয় বিভাগ", - - - + + + // "uploader.browse": "browse", "uploader.browse": "ব্রাউজ করুন", - + // "uploader.drag-message": "Drag & Drop your files here", "uploader.drag-message": "এখানে আপনার ফাইল ড্র্যাগ এবং ড্রপ করুন", - + // "uploader.delete.btn-title": "Delete", "uploader.delete.btn-title": "মুছুন", - + // "uploader.or": ", or ", "uploader.or": "অথবা", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation "uploader.processing": "প্রক্রিয়াকরণ", - + // "uploader.queue-length": "Queue length", "uploader.queue-length": "সারির দৈর্ঘ্য", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-item.info": "আপনি প্রকৃত মেটাডাটা হিসাবে ভার্চুয়াল মেটাডাটা সংরক্ষণ করতে চান এমন ধরনের নির্বাচন করুন", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", "virtual-metadata.delete-item.modal-head": "এই সম্পর্কের ভার্চুয়াল মেটাডাটা", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-relationship.modal-head": "রিয়েল মেটাডেটা হিসাবে আপনি ভার্চুয়াল মেটাডেটা সংরক্ষণ করতে চান এমন আইটেমগুলি নির্বাচন করুন", - - - + + + // "workspace.search.results.head": "Your submissions", "workspace.search.results.head": "আপনার জমা দেয়া নথি", - + // "workflowAdmin.search.results.head": "Administer Workflow", "workflowAdmin.search.results.head": "প্রশাসনিক কর্মধারা", - + // "workflow.search.results.head": "Workflow tasks", "workflow.search.results.head": "ওয়ার্কফ্লো কাজ", - - - + + + // "workflow-item.edit.breadcrumbs": "Edit workflowitem", "workflow-item.edit.breadcrumbs": "ওয়ার্কফ্লিউটেম সম্পাদনা করুন", - + // "workflow-item.edit.title": "Edit workflowitem", "workflow-item.edit.title": "ওয়ার্কফ্লিউটেম সম্পাদনা করুন", - + // "workflow-item.delete.notification.success.title": "Deleted", "workflow-item.delete.notification.success.title": "মুছে ফেলা হয়েছে", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", "workflow-item.delete.notification.success.content": "এই ওয়ার্কফ্লো আইটেম সফলভাবে মুছে ফেলা হয়েছে", - + // "workflow-item.delete.notification.error.title": "Something went wrong", "workflow-item.delete.notification.error.title": "কিছু ভুল হয়েছে", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", "workflow-item.delete.notification.error.content": "ওয়ার্কফ্লো আইটেম মুছে ফেলা যাবে না", - + // "workflow-item.delete.title": "Delete workflow item", "workflow-item.delete.title": "ওয়ার্কফ্লো আইটেম মুছে দিন", - + // "workflow-item.delete.header": "Delete workflow item", "workflow-item.delete.header": "ওয়ার্কফ্লো আইটেম মুছে দিন", - + // "workflow-item.delete.button.cancel": "Cancel", "workflow-item.delete.button.cancel": "বাতিল করুন", - + // "workflow-item.delete.button.confirm": "Delete", "workflow-item.delete.button.confirm": "মুছে ফেলা", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", "workflow-item.send-back.notification.success.title": "জমাদানকারির কাছে ফিরত পাঠান", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", "workflow-item.send-back.notification.success.content": "এই ওয়ার্কফ্লো আইটেম সফলভাবে জমাকারী ফিরে পাঠানো হয়েছে", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", "workflow-item.send-back.notification.error.title": "কিছু ভুল হয়েছে", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", "workflow-item.send-back.notification.error.content": "ওয়ার্কফ্লো আইটেম জমাদানকারির কাছে ফেরত পাঠানো যাই নি", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", "workflow-item.send-back.title": "ওয়ার্কফ্লো আইটেম জমাদানকারির কাছে ফেরত পাঠান", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", "workflow-item.send-back.header": "ওয়ার্কফ্লো আইটেম জমাদানকারির কাছে ফেরত পাঠান", - + // "workflow-item.send-back.button.cancel": "Cancel", "workflow-item.send-back.button.cancel": "বাতিল করুন", - + // "workflow-item.send-back.button.confirm": "Send back", "workflow-item.send-back.button.confirm": "ফেরত পাঠাও", - + // "workflow-item.view.breadcrumbs": "Workflow View", "workflow-item.view.breadcrumbs": "ওয়ার্কফ্লো ভিউ", - - + + // "idle-modal.header": "Session will expire soon", "idle-modal.header": "অধিবেশন শীঘ্রই মেয়াদ শেষ হবে", - + // "idle-modal.info": "For security reasons, user sessions expire after {{ timeToExpire }} minutes of inactivity. Your session will expire soon. Would you like to extend it or log out?", "idle-modal.info": "নিরাপত্তার কারণে ব্যবহারকারী সেশন {{timeToExpire}}}} কয়েক মিনিটের পরে মেয়াদ শেষ হয়। আপনার অধিবেশন শীঘ্রই মেয়াদ শেষ হবে। আপনি এটি প্রসারিত বা লগ আউট করতে চান?", - + // "idle-modal.log-out": "Log out", "idle-modal.log-out": "প্রস্থান", - + // "idle-modal.extend-session": "Extend session" - "idle-modal.extend-session": "সেশন প্রসারিত করুন" - + "idle-modal.extend-session": "সেশন প্রসারিত করুন", + } diff --git a/src/assets/i18n/ca.json5 b/src/assets/i18n/ca.json5 index 246a92061c..af5820ea3d 100644 --- a/src/assets/i18n/ca.json5 +++ b/src/assets/i18n/ca.json5 @@ -1,1833 +1,1833 @@ { // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", - "401.help": "No està autoritzat a accedir a aquesta pàgina. Podeu utilitzar el botó de sota per tornar a la pàgina inicial.", + "401.help": "No està autoritzat a accedir a aquesta pàgina. Podeu utilitzar el botó de sota per tornar a la pàgina inicial.", // "401.link.home-page": "Take me to the home page", - "401.link.home-page": "Porta'm a la pàgina d'inici", + "401.link.home-page": "Porta'm a la pàgina d'inici", // "401.unauthorized": "unauthorized", - "401.unauthorized": "no autoritzat", + "401.unauthorized": "no autoritzat", // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", - "403.help": "No teniu permisos per accedir a aquesta pàgina. Podeu utilitzar el botó de sota per tornar a la pàgina inicial.", + "403.help": "No teniu permisos per accedir a aquesta pàgina. Podeu utilitzar el botó de sota per tornar a la pàgina inicial.", // "403.link.home-page": "Take me to the home page", - "403.link.home-page": "Porta'm a la pàgina d'inici", + "403.link.home-page": "Porta'm a la pàgina d'inici", // "403.forbidden": "forbidden", - "403.forbidden": "prohibit", + "403.forbidden": "prohibit", // "500.page-internal-server-error": "Service Unavailable", - "500.page-internal-server-error": "Servei no disponible", + "500.page-internal-server-error": "Servei no disponible", // "500.help": "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.", - "500.help": "No es pot atendre la vostra petició a causa de problemes de capacitat o manteniments programats del servidor. Intenteu-ho més endavant, si us plau.", + "500.help": "No es pot atendre la vostra petició a causa de problemes de capacitat o manteniments programats del servidor. Intenteu-ho més endavant, si us plau.", // "500.link.home-page": "Take me to the home page", - "500.link.home-page": "Porta'm a la pàgina d'inici", + "500.link.home-page": "Porta'm a la pàgina d'inici", // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", - "404.help": "No podem trobar la pàgina que busqueu. La pàgina pot haver estat moguda o eliminada. Podeu utilitzar el botó de sota per tornar a la pàgina d'inici. ", + "404.help": "No podem trobar la pàgina que busqueu. La pàgina pot haver estat moguda o eliminada. Podeu utilitzar el botó de sota per tornar a la pàgina d'inici. ", // "404.link.home-page": "Take me to the home page", - "404.link.home-page": "Porta'm a la pàgina d'inici", + "404.link.home-page": "Porta'm a la pàgina d'inici", // "404.page-not-found": "page not found", - "404.page-not-found": "pàgina no trobada", + "404.page-not-found": "pàgina no trobada", // "error-page.description.401": "unauthorized", - "error-page.description.401": "no autoritzat", + "error-page.description.401": "no autoritzat", // "error-page.description.403": "forbidden", - "error-page.description.403": "prohibit", + "error-page.description.403": "prohibit", // "error-page.description.500": "Service Unavailable", - "error-page.description.500": "Servei no disponible", + "error-page.description.500": "Servei no disponible", // "error-page.description.404": "page not found", - "error-page.description.404": "pàgina no trobada", + "error-page.description.404": "pàgina no trobada", // "error-page.orcid.generic-error": "An error occurred during login via ORCID. Make sure you have shared your ORCID account email address with DSpace. If the error persists, contact the administrator", - "error-page.orcid.generic-error": "S'ha produït un error al login via ORCID. Assegureu-vos que heu compartit el correu electrònic del vostre compte ORCID amb Dspace. Si l'error continua, contacteu amb l'administrador", + "error-page.orcid.generic-error": "S'ha produït un error al login via ORCID. Assegureu-vos que heu compartit el correu electrònic del vostre compte ORCID amb Dspace. Si l'error continua, contacteu amb l'administrador", // "access-status.embargo.listelement.badge": "Embargo", - "access-status.embargo.listelement.badge": "Embargament", + "access-status.embargo.listelement.badge": "Embargament", // "access-status.metadata.only.listelement.badge": "Metadata only", - "access-status.metadata.only.listelement.badge": "Només Metadades", + "access-status.metadata.only.listelement.badge": "Només Metadades", // "access-status.open.access.listelement.badge": "Open Access", - "access-status.open.access.listelement.badge": "Accés Obert", + "access-status.open.access.listelement.badge": "Accés Obert", // "access-status.restricted.listelement.badge": "Restricted", - "access-status.restricted.listelement.badge": "Restringit", + "access-status.restricted.listelement.badge": "Restringit", // "access-status.unknown.listelement.badge": "Unknown", - "access-status.unknown.listelement.badge": "Desconegut", + "access-status.unknown.listelement.badge": "Desconegut", // "admin.curation-tasks.breadcrumbs": "System curation tasks", - "admin.curation-tasks.breadcrumbs": "Tasques de curació del sistema", + "admin.curation-tasks.breadcrumbs": "Tasques de curació del sistema", // "admin.curation-tasks.title": "System curation tasks", - "admin.curation-tasks.title": "Tasques de curació del sistema", + "admin.curation-tasks.title": "Tasques de curació del sistema", // "admin.curation-tasks.header": "System curation tasks", - "admin.curation-tasks.header": "Tasques de curació del sistema", + "admin.curation-tasks.header": "Tasques de curació del sistema", // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - "admin.registries.bitstream-formats.breadcrumbs": "Registre de formats", + "admin.registries.bitstream-formats.breadcrumbs": "Registre de formats", // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - "admin.registries.bitstream-formats.create.breadcrumbs": "Format del fitxer", + "admin.registries.bitstream-formats.create.breadcrumbs": "Format del fitxer", // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", - "admin.registries.bitstream-formats.create.failure.content": "S'ha produït un error en crear el nou format de fitxer.", + "admin.registries.bitstream-formats.create.failure.content": "S'ha produït un error en crear el nou format de fitxer.", // "admin.registries.bitstream-formats.create.failure.head": "Failure", - "admin.registries.bitstream-formats.create.failure.head": "Fallada", + "admin.registries.bitstream-formats.create.failure.head": "Fallada", // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", - "admin.registries.bitstream-formats.create.head": "Crear format de fitxer", + "admin.registries.bitstream-formats.create.head": "Crear format de fitxer", // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", - "admin.registries.bitstream-formats.create.new": "Afegir un nou format de fitxer", + "admin.registries.bitstream-formats.create.new": "Afegir un nou format de fitxer", // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", - "admin.registries.bitstream-formats.create.success.content": "El format de fitxer nou s'ha crear correctament.", + "admin.registries.bitstream-formats.create.success.content": "El format de fitxer nou s'ha crear correctament.", // "admin.registries.bitstream-formats.create.success.head": "Success", - "admin.registries.bitstream-formats.create.success.head": "Èxit", + "admin.registries.bitstream-formats.create.success.head": "Èxit", // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", - "admin.registries.bitstream-formats.delete.failure.amount": "Error en eliminar {{ amount }} format(s)", + "admin.registries.bitstream-formats.delete.failure.amount": "Error en eliminar {{ amount }} format(s)", // "admin.registries.bitstream-formats.delete.failure.head": "Failure", - "admin.registries.bitstream-formats.delete.failure.head": "Fallada", + "admin.registries.bitstream-formats.delete.failure.head": "Fallada", // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", - "admin.registries.bitstream-formats.delete.success.amount": "S'han eliminat correctament {{ amount }} format(s)", + "admin.registries.bitstream-formats.delete.success.amount": "S'han eliminat correctament {{ amount }} format(s)", // "admin.registries.bitstream-formats.delete.success.head": "Success", - "admin.registries.bitstream-formats.delete.success.head": "Èxit", + "admin.registries.bitstream-formats.delete.success.head": "Èxit", // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", - "admin.registries.bitstream-formats.description": "Aquesta llista de formats de fitxer proporciona informació sobre formats coneguts i el nivell de suport.", + "admin.registries.bitstream-formats.description": "Aquesta llista de formats de fitxer proporciona informació sobre formats coneguts i el nivell de suport.", // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - "admin.registries.bitstream-formats.edit.breadcrumbs": "Format del fitxer", + "admin.registries.bitstream-formats.edit.breadcrumbs": "Format del fitxer", // "admin.registries.bitstream-formats.edit.description.hint": "", - "admin.registries.bitstream-formats.edit.description.hint": "", + "admin.registries.bitstream-formats.edit.description.hint": "", // "admin.registries.bitstream-formats.edit.description.label": "Description", - "admin.registries.bitstream-formats.edit.description.label": "Descripció", + "admin.registries.bitstream-formats.edit.description.label": "Descripció", // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", - "admin.registries.bitstream-formats.edit.extensions.hint": "Les extensions fan referència a les extensions de fitxers que s'utilitzen per identificar automàticament el format dels fitxers carregats. Podeu introduir vàries extensions per a cada format.", + "admin.registries.bitstream-formats.edit.extensions.hint": "Les extensions fan referència a les extensions de fitxers que s'utilitzen per identificar automàticament el format dels fitxers carregats. Podeu introduir vàries extensions per a cada format.", // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", - "admin.registries.bitstream-formats.edit.extensions.label": "Extensions de fitxer", + "admin.registries.bitstream-formats.edit.extensions.label": "Extensions de fitxer", // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", - "admin.registries.bitstream-formats.edit.extensions.placeholder": "Introduïu una extensió de fitxer (sense el punt)", + "admin.registries.bitstream-formats.edit.extensions.placeholder": "Introduïu una extensió de fitxer (sense el punt)", // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", - "admin.registries.bitstream-formats.edit.failure.content": "S'ha produït un error en editar el format del fitxer.", + "admin.registries.bitstream-formats.edit.failure.content": "S'ha produït un error en editar el format del fitxer.", // "admin.registries.bitstream-formats.edit.failure.head": "Failure", - "admin.registries.bitstream-formats.edit.failure.head": "Fallada", + "admin.registries.bitstream-formats.edit.failure.head": "Fallada", // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", - "admin.registries.bitstream-formats.edit.head": "Format del fitxer: {{ format }}", + "admin.registries.bitstream-formats.edit.head": "Format del fitxer: {{ format }}", // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", - "admin.registries.bitstream-formats.edit.internal.hint": "Els formats marcats com a interns estan ocults a l'usuari i s'utilitzen amb finalitats administratives.", + "admin.registries.bitstream-formats.edit.internal.hint": "Els formats marcats com a interns estan ocults a l'usuari i s'utilitzen amb finalitats administratives.", // "admin.registries.bitstream-formats.edit.internal.label": "Internal", - "admin.registries.bitstream-formats.edit.internal.label": "Intern", + "admin.registries.bitstream-formats.edit.internal.label": "Intern", // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", - "admin.registries.bitstream-formats.edit.mimetype.hint": "El tipus MIME associat amb aquest format no ha de ser únic.", + "admin.registries.bitstream-formats.edit.mimetype.hint": "El tipus MIME associat amb aquest format no ha de ser únic.", // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - "admin.registries.bitstream-formats.edit.mimetype.label": "Tipus MIME", + "admin.registries.bitstream-formats.edit.mimetype.label": "Tipus MIME", // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", - "admin.registries.bitstream-formats.edit.shortDescription.hint": "Un nom únic per a aquest format, (per exemple, Microsoft Word XP o Microsoft Word 2000)", + "admin.registries.bitstream-formats.edit.shortDescription.hint": "Un nom únic per a aquest format, (per exemple, Microsoft Word XP o Microsoft Word 2000)", // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", - "admin.registries.bitstream-formats.edit.shortDescription.label": "Nom", + "admin.registries.bitstream-formats.edit.shortDescription.label": "Nom", // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", - "admin.registries.bitstream-formats.edit.success.content": "El format del fitxer s'ha editat correctament.", + "admin.registries.bitstream-formats.edit.success.content": "El format del fitxer s'ha editat correctament.", // "admin.registries.bitstream-formats.edit.success.head": "Success", - "admin.registries.bitstream-formats.edit.success.head": "Èxit", + "admin.registries.bitstream-formats.edit.success.head": "Èxit", // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", - "admin.registries.bitstream-formats.edit.supportLevel.hint": "El nivell de suport que la seva institució promet per a aquest format.", + "admin.registries.bitstream-formats.edit.supportLevel.hint": "El nivell de suport que la seva institució promet per a aquest format.", // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", - "admin.registries.bitstream-formats.edit.supportLevel.label": "Nivell de suport", + "admin.registries.bitstream-formats.edit.supportLevel.label": "Nivell de suport", // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", - "admin.registries.bitstream-formats.head": "Registre de formats de fitxer", + "admin.registries.bitstream-formats.head": "Registre de formats de fitxer", // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", - "admin.registries.bitstream-formats.no-items": "No hi ha formats de fitxer a mostrar.", + "admin.registries.bitstream-formats.no-items": "No hi ha formats de fitxer a mostrar.", // "admin.registries.bitstream-formats.table.delete": "Delete selected", - "admin.registries.bitstream-formats.table.delete": "Eliminar seleccionat", + "admin.registries.bitstream-formats.table.delete": "Eliminar seleccionat", // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", - "admin.registries.bitstream-formats.table.deselect-all": "Deseleccionar tot", + "admin.registries.bitstream-formats.table.deselect-all": "Deseleccionar tot", // "admin.registries.bitstream-formats.table.internal": "internal", - "admin.registries.bitstream-formats.table.internal": "intern", + "admin.registries.bitstream-formats.table.internal": "intern", // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", - "admin.registries.bitstream-formats.table.mimetype": "Tipus MIME", + "admin.registries.bitstream-formats.table.mimetype": "Tipus MIME", // "admin.registries.bitstream-formats.table.name": "Name", - "admin.registries.bitstream-formats.table.name": "Nom", + "admin.registries.bitstream-formats.table.name": "Nom", // "admin.registries.bitstream-formats.table.id" : "ID", - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", - "admin.registries.bitstream-formats.table.return": "Enrere", + "admin.registries.bitstream-formats.table.return": "Enrere", // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", - "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Conegut", + "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Conegut", // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", - "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Suportat", + "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Suportat", // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", - "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Desconegut", + "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Desconegut", // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", - "admin.registries.bitstream-formats.table.supportLevel.head": "Nivell de suport", + "admin.registries.bitstream-formats.table.supportLevel.head": "Nivell de suport", // "admin.registries.bitstream-formats.title": "Bitstream Format Registry", - "admin.registries.bitstream-formats.title": "Registre de format Fitxer", + "admin.registries.bitstream-formats.title": "Registre de format Fitxer", // "admin.registries.metadata.breadcrumbs": "Metadata registry", - "admin.registries.metadata.breadcrumbs": "Registre de metadades", + "admin.registries.metadata.breadcrumbs": "Registre de metadades", // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", - "admin.registries.metadata.description": "El registre de metadades manté una llista de tots els camps de metadades disponibles al dipòsit. Aquests camps poden estar dividits entre múltiples esquemes. No obstant això, DSpace requereix l'esquema qualificat de Dublin Core.", + "admin.registries.metadata.description": "El registre de metadades manté una llista de tots els camps de metadades disponibles al dipòsit. Aquests camps poden estar dividits entre múltiples esquemes. No obstant això, DSpace requereix l'esquema qualificat de Dublin Core.", // "admin.registries.metadata.form.create": "Create metadata schema", - "admin.registries.metadata.form.create": "Crear esquema de metadades", + "admin.registries.metadata.form.create": "Crear esquema de metadades", // "admin.registries.metadata.form.edit": "Edit metadata schema", - "admin.registries.metadata.form.edit": "Editar esquema de metadades", + "admin.registries.metadata.form.edit": "Editar esquema de metadades", // "admin.registries.metadata.form.name": "Name", - "admin.registries.metadata.form.name": "Nom", + "admin.registries.metadata.form.name": "Nom", // "admin.registries.metadata.form.namespace": "Namespace", - "admin.registries.metadata.form.namespace": "Espai de noms", + "admin.registries.metadata.form.namespace": "Espai de noms", // "admin.registries.metadata.head": "Metadata Registry", - "admin.registries.metadata.head": "Registre de metadades", + "admin.registries.metadata.head": "Registre de metadades", // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", - "admin.registries.metadata.schemas.no-items": "No hi ha esquemes de metadades per mostrar.", + "admin.registries.metadata.schemas.no-items": "No hi ha esquemes de metadades per mostrar.", // "admin.registries.metadata.schemas.table.delete": "Delete selected", - "admin.registries.metadata.schemas.table.delete": "Eliminar seleccionat", + "admin.registries.metadata.schemas.table.delete": "Eliminar seleccionat", // "admin.registries.metadata.schemas.table.id": "ID", - "admin.registries.metadata.schemas.table.id": "ID", + "admin.registries.metadata.schemas.table.id": "ID", // "admin.registries.metadata.schemas.table.name": "Name", - "admin.registries.metadata.schemas.table.name": "Nom", + "admin.registries.metadata.schemas.table.name": "Nom", // "admin.registries.metadata.schemas.table.namespace": "Namespace", - "admin.registries.metadata.schemas.table.namespace": "Espai de noms", + "admin.registries.metadata.schemas.table.namespace": "Espai de noms", // "admin.registries.metadata.title": "Metadata Registry", - "admin.registries.metadata.title": "Registre de metadades", + "admin.registries.metadata.title": "Registre de metadades", // "admin.registries.schema.breadcrumbs": "Metadata schema", - "admin.registries.schema.breadcrumbs": "Esquema de metadades", + "admin.registries.schema.breadcrumbs": "Esquema de metadades", // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", - "admin.registries.schema.description": "Aquest és l'esquema de metadades per a \"{{ namespace }}\".", + "admin.registries.schema.description": "Aquest és l'esquema de metadades per a \"{{ namespace }}\".", // "admin.registries.schema.fields.head": "Schema metadata fields", - "admin.registries.schema.fields.head": "Camps de metadades de l'esquema", + "admin.registries.schema.fields.head": "Camps de metadades de l'esquema", // "admin.registries.schema.fields.no-items": "No metadata fields to show.", - "admin.registries.schema.fields.no-items": "No hi ha camps de metadades per mostrar.", + "admin.registries.schema.fields.no-items": "No hi ha camps de metadades per mostrar.", // "admin.registries.schema.fields.table.delete": "Delete selected", - "admin.registries.schema.fields.table.delete": "Elimina seleccionat", + "admin.registries.schema.fields.table.delete": "Elimina seleccionat", // "admin.registries.schema.fields.table.field": "Field", - "admin.registries.schema.fields.table.field": "Camp", + "admin.registries.schema.fields.table.field": "Camp", // "admin.registries.schema.fields.table.id" : "ID", - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", - "admin.registries.schema.fields.table.scopenote": "Nota d'abast", + "admin.registries.schema.fields.table.scopenote": "Nota d'abast", // "admin.registries.schema.form.create": "Create metadata field", - "admin.registries.schema.form.create": "Crear camp de metadades", + "admin.registries.schema.form.create": "Crear camp de metadades", // "admin.registries.schema.form.edit": "Edit metadata field", - "admin.registries.schema.form.edit": "Editar camp de metadades", + "admin.registries.schema.form.edit": "Editar camp de metadades", // "admin.registries.schema.form.element": "Element", - "admin.registries.schema.form.element": "Element", + "admin.registries.schema.form.element": "Element", // "admin.registries.schema.form.qualifier": "Qualifier", - "admin.registries.schema.form.qualifier": "Qualificador", + "admin.registries.schema.form.qualifier": "Qualificador", // "admin.registries.schema.form.scopenote": "Scope Note", - "admin.registries.schema.form.scopenote": "Nota d'abast", + "admin.registries.schema.form.scopenote": "Nota d'abast", // "admin.registries.schema.head": "Metadata Schema", - "admin.registries.schema.head": "Esquema de metadades", + "admin.registries.schema.head": "Esquema de metadades", // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", - "admin.registries.schema.notification.created": "Esquema de metadades creat correctament \"{{ prefix }}\"", + "admin.registries.schema.notification.created": "Esquema de metadades creat correctament \"{{ prefix }}\"", // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", - "admin.registries.schema.notification.deleted.failure": "Error en eliminar {{ amount }} esquemes de metadades", + "admin.registries.schema.notification.deleted.failure": "Error en eliminar {{ amount }} esquemes de metadades", // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", - "admin.registries.schema.notification.deleted.success": "{{ amount }} esquemes de metadades eliminats correctament", + "admin.registries.schema.notification.deleted.success": "{{ amount }} esquemes de metadades eliminats correctament", // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", - "admin.registries.schema.notification.edited": "Esquema de metadades editat correctament \"{{ prefix }}\"", + "admin.registries.schema.notification.edited": "Esquema de metadades editat correctament \"{{ prefix }}\"", // "admin.registries.schema.notification.failure": "Error", - "admin.registries.schema.notification.failure": "Error", + "admin.registries.schema.notification.failure": "Error", // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", - "admin.registries.schema.notification.field.created": "Camp de metadades creat correctament \"{{ field }}\"", + "admin.registries.schema.notification.field.created": "Camp de metadades creat correctament \"{{ field }}\"", // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", - "admin.registries.schema.notification.field.deleted.failure": "No s'han pogut esborrar {{ amount }} camps de metadades", + "admin.registries.schema.notification.field.deleted.failure": "No s'han pogut esborrar {{ amount }} camps de metadades", // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", - "admin.registries.schema.notification.field.deleted.success": "{{ amount }} camps de metadades eliminats correctament", + "admin.registries.schema.notification.field.deleted.success": "{{ amount }} camps de metadades eliminats correctament", // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", - "admin.registries.schema.notification.field.edited": "Camp de metadades editat correctament \"{{ field }}\"", + "admin.registries.schema.notification.field.edited": "Camp de metadades editat correctament \"{{ field }}\"", // "admin.registries.schema.notification.success": "Success", - "admin.registries.schema.notification.success": "Èxit", + "admin.registries.schema.notification.success": "Èxit", // "admin.registries.schema.return": "Back", - "admin.registries.schema.return": "Enrere", + "admin.registries.schema.return": "Enrere", // "admin.registries.schema.title": "Metadata Schema Registry", - "admin.registries.schema.title": "Registre d'esquemes de metadades", + "admin.registries.schema.title": "Registre d'esquemes de metadades", // "admin.access-control.epeople.actions.delete": "Delete EPerson", - "admin.access-control.epeople.actions.delete": "Eliminar usuari", + "admin.access-control.epeople.actions.delete": "Eliminar usuari", // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - "admin.access-control.epeople.actions.impersonate": "Fer-se passar per usuari", + "admin.access-control.epeople.actions.impersonate": "Fer-se passar per usuari", // "admin.access-control.epeople.actions.reset": "Reset password", - "admin.access-control.epeople.actions.reset": "Restablir la contrasenya", + "admin.access-control.epeople.actions.reset": "Restablir la contrasenya", // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", - "admin.access-control.epeople.actions.stop-impersonating": "Deixa de fer-se passar per usuari", + "admin.access-control.epeople.actions.stop-impersonating": "Deixa de fer-se passar per usuari", // "admin.access-control.epeople.breadcrumbs": "EPeople", - "admin.access-control.epeople.breadcrumbs": "Usuaris", + "admin.access-control.epeople.breadcrumbs": "Usuaris", // "admin.access-control.epeople.title": "EPeople", - "admin.access-control.epeople.title": "Usuaris", + "admin.access-control.epeople.title": "Usuaris", // "admin.access-control.epeople.head": "EPeople", - "admin.access-control.epeople.head": "Usuaris", + "admin.access-control.epeople.head": "Usuaris", // "admin.access-control.epeople.search.head": "Search", - "admin.access-control.epeople.search.head": "Cerca", + "admin.access-control.epeople.search.head": "Cerca", // "admin.access-control.epeople.button.see-all": "Browse All", - "admin.access-control.epeople.button.see-all": "Examinar tot", + "admin.access-control.epeople.button.see-all": "Examinar tot", // "admin.access-control.epeople.search.scope.metadata": "Metadata", - "admin.access-control.epeople.search.scope.metadata": "Metadades", + "admin.access-control.epeople.search.scope.metadata": "Metadades", // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", - "admin.access-control.epeople.search.scope.email": "Correu electrònic (exacte)", + "admin.access-control.epeople.search.scope.email": "Correu electrònic (exacte)", // "admin.access-control.epeople.search.button": "Search", - "admin.access-control.epeople.search.button": "Cerca", + "admin.access-control.epeople.search.button": "Cerca", // "admin.access-control.epeople.search.placeholder": "Search people...", - "admin.access-control.epeople.search.placeholder": "Cerca usuaris...", + "admin.access-control.epeople.search.placeholder": "Cerca usuaris...", // "admin.access-control.epeople.button.add": "Add EPerson", - "admin.access-control.epeople.button.add": "Afegir un usuari", + "admin.access-control.epeople.button.add": "Afegir un usuari", // "admin.access-control.epeople.table.id": "ID", - "admin.access-control.epeople.table.id": "ID", + "admin.access-control.epeople.table.id": "ID", // "admin.access-control.epeople.table.name": "Name", - "admin.access-control.epeople.table.name": "Nom", + "admin.access-control.epeople.table.name": "Nom", // "admin.access-control.epeople.table.email": "E-mail (exact)", - "admin.access-control.epeople.table.email": "Correu electrònic (exacte)", + "admin.access-control.epeople.table.email": "Correu electrònic (exacte)", // "admin.access-control.epeople.table.edit": "Edit", - "admin.access-control.epeople.table.edit": "Editar", + "admin.access-control.epeople.table.edit": "Editar", // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", - "admin.access-control.epeople.table.edit.buttons.edit": "Editar \"{{ name }}\"", + "admin.access-control.epeople.table.edit.buttons.edit": "Editar \"{{ name }}\"", // "admin.access-control.epeople.table.edit.buttons.edit-disabled": "You are not authorized to edit this group", - "admin.access-control.epeople.table.edit.buttons.edit-disabled": "No teniu autorització per editar aquest grup.", + "admin.access-control.epeople.table.edit.buttons.edit-disabled": "No teniu autorització per editar aquest grup.", // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", - "admin.access-control.epeople.table.edit.buttons.remove": "Eliminar \"{{ name }}\"", + "admin.access-control.epeople.table.edit.buttons.remove": "Eliminar \"{{ name }}\"", // "admin.access-control.epeople.no-items": "No EPeople to show.", - "admin.access-control.epeople.no-items": "No hi ha usuaris per mostrar.", + "admin.access-control.epeople.no-items": "No hi ha usuaris per mostrar.", // "admin.access-control.epeople.form.create": "Create EPerson", - "admin.access-control.epeople.form.create": "Crear un usuari", + "admin.access-control.epeople.form.create": "Crear un usuari", // "admin.access-control.epeople.form.edit": "Edit EPerson", - "admin.access-control.epeople.form.edit": "Editar usuari", + "admin.access-control.epeople.form.edit": "Editar usuari", // "admin.access-control.epeople.form.firstName": "First name", - "admin.access-control.epeople.form.firstName": "Nom", + "admin.access-control.epeople.form.firstName": "Nom", // "admin.access-control.epeople.form.lastName": "Last name", - "admin.access-control.epeople.form.lastName": "Cognoms", + "admin.access-control.epeople.form.lastName": "Cognoms", // "admin.access-control.epeople.form.email": "E-mail", - "admin.access-control.epeople.form.email": "Correu electrònic", + "admin.access-control.epeople.form.email": "Correu electrònic", // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", - "admin.access-control.epeople.form.emailHint": "Ha de ser una adreça de correu electrònic vàlida", + "admin.access-control.epeople.form.emailHint": "Ha de ser una adreça de correu electrònic vàlida", // "admin.access-control.epeople.form.canLogIn": "Can log in", - "admin.access-control.epeople.form.canLogIn": "Pot iniciar sessió", + "admin.access-control.epeople.form.canLogIn": "Pot iniciar sessió", // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", - "admin.access-control.epeople.form.requireCertificate": "Requereix certificat", + "admin.access-control.epeople.form.requireCertificate": "Requereix certificat", // "admin.access-control.epeople.form.return": "Back", - "admin.access-control.epeople.form.return": "Enrere", + "admin.access-control.epeople.form.return": "Enrere", // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.created.success": "Usuari \"{{ name }}\" creat correctament", + "admin.access-control.epeople.form.notification.created.success": "Usuari \"{{ name }}\" creat correctament", // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.created.failure": "Error en crear usuari \"{{ name }}\"", + "admin.access-control.epeople.form.notification.created.failure": "Error en crear usuari \"{{ name }}\"", // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", - "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Error creant usuari \"{{ name }}\", el correu electrònic \"{{ email }}\" ja està en ús.", + "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Error creant usuari \"{{ name }}\", el correu electrònic \"{{ email }}\" ja està en ús.", // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", - "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Error editant usuari \"{{ name }}\", el correu electrònic \"{{ email }}\" ja està en ús.", + "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Error editant usuari \"{{ name }}\", el correu electrònic \"{{ email }}\" ja està en ús.", // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.success": "Usuari \"{{ name }}\" editat correctament", + "admin.access-control.epeople.form.notification.edited.success": "Usuari \"{{ name }}\" editat correctament", // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.failure": "Error editant usuari \"{{ name }}\"", + "admin.access-control.epeople.form.notification.edited.failure": "Error editant usuari \"{{ name }}\"", // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.deleted.success": "Usuari \"{{ name }}\" eliminat correctament", + "admin.access-control.epeople.form.notification.deleted.success": "Usuari \"{{ name }}\" eliminat correctament", // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.deleted.failure": "No s'ha pogut esborrar l'usuari \"{{ name }}\"", + "admin.access-control.epeople.form.notification.deleted.failure": "No s'ha pogut esborrar l'usuari \"{{ name }}\"", // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", - "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Membre d'aquests grups:", + "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Membre d'aquests grups:", // "admin.access-control.epeople.form.table.id": "ID", - "admin.access-control.epeople.form.table.id": "ID", + "admin.access-control.epeople.form.table.id": "ID", // "admin.access-control.epeople.form.table.name": "Name", - "admin.access-control.epeople.form.table.name": "Nom", + "admin.access-control.epeople.form.table.name": "Nom", // "admin.access-control.epeople.form.table.collectionOrCommunity": "Collection/Community", - "admin.access-control.epeople.form.table.collectionOrCommunity": "Col·lecció/Comunitat", + "admin.access-control.epeople.form.table.collectionOrCommunity": "Col·lecció/Comunitat", // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", - "admin.access-control.epeople.form.memberOfNoGroups": "Aquest usuari no és membre de cap grup", + "admin.access-control.epeople.form.memberOfNoGroups": "Aquest usuari no és membre de cap grup", // "admin.access-control.epeople.form.goToGroups": "Add to groups", - "admin.access-control.epeople.form.goToGroups": "Afegir a grups", + "admin.access-control.epeople.form.goToGroups": "Afegir a grups", // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", - "admin.access-control.epeople.notification.deleted.failure": "No s'ha pogut esborrar l'usuari: \"{{ name }}\"", + "admin.access-control.epeople.notification.deleted.failure": "No s'ha pogut esborrar l'usuari: \"{{ name }}\"", // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", - "admin.access-control.epeople.notification.deleted.success": "Usuari eliminat correctament: \"{{ name }}\"", + "admin.access-control.epeople.notification.deleted.success": "Usuari eliminat correctament: \"{{ name }}\"", // "admin.access-control.groups.title": "Groups", - "admin.access-control.groups.title": "Grups", + "admin.access-control.groups.title": "Grups", // "admin.access-control.groups.breadcrumbs": "Groups", - "admin.access-control.groups.breadcrumbs": "Grups", + "admin.access-control.groups.breadcrumbs": "Grups", // "admin.access-control.groups.singleGroup.breadcrumbs": "Edit Group", - "admin.access-control.groups.singleGroup.breadcrumbs": "Editar grup", + "admin.access-control.groups.singleGroup.breadcrumbs": "Editar grup", // "admin.access-control.groups.title.singleGroup": "Edit Group", - "admin.access-control.groups.title.singleGroup": "Editar grup", + "admin.access-control.groups.title.singleGroup": "Editar grup", // "admin.access-control.groups.title.addGroup": "New Group", - "admin.access-control.groups.title.addGroup": "Nou grup", + "admin.access-control.groups.title.addGroup": "Nou grup", // "admin.access-control.groups.addGroup.breadcrumbs": "New Group", - "admin.access-control.groups.addGroup.breadcrumbs": "Nou grup", + "admin.access-control.groups.addGroup.breadcrumbs": "Nou grup", // "admin.access-control.groups.head": "Groups", - "admin.access-control.groups.head": "Grups", + "admin.access-control.groups.head": "Grups", // "admin.access-control.groups.button.add": "Add group", - "admin.access-control.groups.button.add": "Afegir grup", + "admin.access-control.groups.button.add": "Afegir grup", // "admin.access-control.groups.search.head": "Search groups", - "admin.access-control.groups.search.head": "Cerca grups", + "admin.access-control.groups.search.head": "Cerca grups", // "admin.access-control.groups.button.see-all": "Browse all", - "admin.access-control.groups.button.see-all": "Examinar-ho tot", + "admin.access-control.groups.button.see-all": "Examinar-ho tot", // "admin.access-control.groups.search.button": "Search", - "admin.access-control.groups.search.button": "Cerca", + "admin.access-control.groups.search.button": "Cerca", // "admin.access-control.groups.search.placeholder": "Search groups...", - "admin.access-control.groups.search.placeholder": "Cerca grups...", + "admin.access-control.groups.search.placeholder": "Cerca grups...", // "admin.access-control.groups.table.id": "ID", - "admin.access-control.groups.table.id": "ID", + "admin.access-control.groups.table.id": "ID", // "admin.access-control.groups.table.name": "Name", - "admin.access-control.groups.table.name": "Nom", + "admin.access-control.groups.table.name": "Nom", // "admin.access-control.groups.table.collectionOrCommunity": "Collection/Community", - "admin.access-control.groups.table.collectionOrCommunity": "Col·lecció/Comunitat", + "admin.access-control.groups.table.collectionOrCommunity": "Col·lecció/Comunitat", // "admin.access-control.groups.table.members": "Members", - "admin.access-control.groups.table.members": "Membres", + "admin.access-control.groups.table.members": "Membres", // "admin.access-control.groups.table.edit": "Edit", - "admin.access-control.groups.table.edit": "Editar", + "admin.access-control.groups.table.edit": "Editar", // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", - "admin.access-control.groups.table.edit.buttons.edit": "Editar \"{{ name }}\"", + "admin.access-control.groups.table.edit.buttons.edit": "Editar \"{{ name }}\"", // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", - "admin.access-control.groups.table.edit.buttons.remove": "Eliminar \"{{ name }}\"", + "admin.access-control.groups.table.edit.buttons.remove": "Eliminar \"{{ name }}\"", // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", - "admin.access-control.groups.no-items": "No s'han trobat grups cercant al camp nom o al camp UUID", + "admin.access-control.groups.no-items": "No s'han trobat grups cercant al camp nom o al camp UUID", // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", - "admin.access-control.groups.notification.deleted.success": "El grup \"{{ name }}\" s'ha eliminat correctament", + "admin.access-control.groups.notification.deleted.success": "El grup \"{{ name }}\" s'ha eliminat correctament", // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - "admin.access-control.groups.notification.deleted.failure.title": "No s'ha pogut esborrar el grup \"{{ name }}\"", + "admin.access-control.groups.notification.deleted.failure.title": "No s'ha pogut esborrar el grup \"{{ name }}\"", // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", - "admin.access-control.groups.notification.deleted.failure.content": "Causa: \"{{ cause }}\"", + "admin.access-control.groups.notification.deleted.failure.content": "Causa: \"{{ cause }}\"", // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", - "admin.access-control.groups.form.alert.permanent": "Aquest grup és permanent, per la qual cosa no es pot editar ni eliminar. Però podeu afegir i eliminar membres del grup utilitzant aquesta pàgina.", + "admin.access-control.groups.form.alert.permanent": "Aquest grup és permanent, per la qual cosa no es pot editar ni eliminar. Però podeu afegir i eliminar membres del grup utilitzant aquesta pàgina.", // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", - "admin.access-control.groups.form.alert.workflowGroup": "Aquest grup no pot ser modificat o eliminat perquè correspon a un rol en el procés d'entrada i revisió d'enviaments a {{ comcol }} \"{{ name }}\". Podeu eliminar-lo des de la pestanya \" assignar rols\" de la pàgina d'edició de la {{ comcol }}. Sí que podeu afegir i eliminar membres del grup utilitzant aquesta pàgina.", + "admin.access-control.groups.form.alert.workflowGroup": "Aquest grup no pot ser modificat o eliminat perquè correspon a un rol en el procés d'entrada i revisió d'enviaments a {{ comcol }} \"{{ name }}\". Podeu eliminar-lo des de la pestanya \" assignar rols\" de la pàgina d'edició de la {{ comcol }}. Sí que podeu afegir i eliminar membres del grup utilitzant aquesta pàgina.", // "admin.access-control.groups.form.head.create": "Create group", - "admin.access-control.groups.form.head.create": "Crear un grup", + "admin.access-control.groups.form.head.create": "Crear un grup", // "admin.access-control.groups.form.head.edit": "Edit group", - "admin.access-control.groups.form.head.edit": "Editar grup", + "admin.access-control.groups.form.head.edit": "Editar grup", // "admin.access-control.groups.form.groupName": "Group name", - "admin.access-control.groups.form.groupName": "Nom del grup", + "admin.access-control.groups.form.groupName": "Nom del grup", // "admin.access-control.groups.form.groupCommunity": "Community or Collection", - "admin.access-control.groups.form.groupCommunity": "Comunitat o Col·lecció", + "admin.access-control.groups.form.groupCommunity": "Comunitat o Col·lecció", // "admin.access-control.groups.form.groupDescription": "Description", - "admin.access-control.groups.form.groupDescription": "Descripció", + "admin.access-control.groups.form.groupDescription": "Descripció", // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", - "admin.access-control.groups.form.notification.created.success": "Grup creat amb èxit \"{{ name }}\"", + "admin.access-control.groups.form.notification.created.success": "Grup creat amb èxit \"{{ name }}\"", // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", - "admin.access-control.groups.form.notification.created.failure": "No s'ha pogut crear el grup \"{{ name }}\"", + "admin.access-control.groups.form.notification.created.failure": "No s'ha pogut crear el grup \"{{ name }}\"", // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", - "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "No s'ha pogut crear el grup amb el nom: \"{{ name }}\", assegureu-vos que el nom no estigui en ús.", + "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "No s'ha pogut crear el grup amb el nom: \"{{ name }}\", assegureu-vos que el nom no estigui en ús.", // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - "admin.access-control.groups.form.notification.edited.failure": "No s'ha pogut editar el grup \"{{ name }}\"", + "admin.access-control.groups.form.notification.edited.failure": "No s'ha pogut editar el grup \"{{ name }}\"", // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", - "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "El nom \"{{ name }}\" ja està en ús!", + "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "El nom \"{{ name }}\" ja està en ús!", // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", - "admin.access-control.groups.form.notification.edited.success": "Grup \"{{ name }}\" editat correctament", + "admin.access-control.groups.form.notification.edited.success": "Grup \"{{ name }}\" editat correctament", // "admin.access-control.groups.form.actions.delete": "Delete Group", - "admin.access-control.groups.form.actions.delete": "Eliminar grup", + "admin.access-control.groups.form.actions.delete": "Eliminar grup", // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", - "admin.access-control.groups.form.delete-group.modal.header": "Eliminar grup \"{{ dsoName }}\"", + "admin.access-control.groups.form.delete-group.modal.header": "Eliminar grup \"{{ dsoName }}\"", // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - "admin.access-control.groups.form.delete-group.modal.info": "Esteu segur que voleu suprimir el grup \"{{ dsoName }}\"?", + "admin.access-control.groups.form.delete-group.modal.info": "Esteu segur que voleu suprimir el grup \"{{ dsoName }}\"?", // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", - "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel·lar", + "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel·lar", // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", - "admin.access-control.groups.form.delete-group.modal.confirm": "Esborrar", + "admin.access-control.groups.form.delete-group.modal.confirm": "Esborrar", // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", - "admin.access-control.groups.form.notification.deleted.success": "El grup \"{{ name }}\" s'ha eliminat correctament", + "admin.access-control.groups.form.notification.deleted.success": "El grup \"{{ name }}\" s'ha eliminat correctament", // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - "admin.access-control.groups.form.notification.deleted.failure.title": "No s'ha pogut esborrar el grup \"{{ name }}\"", + "admin.access-control.groups.form.notification.deleted.failure.title": "No s'ha pogut esborrar el grup \"{{ name }}\"", // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", - "admin.access-control.groups.form.notification.deleted.failure.content": "Causa: \"{{ cause }}\"", + "admin.access-control.groups.form.notification.deleted.failure.content": "Causa: \"{{ cause }}\"", // "admin.access-control.groups.form.members-list.head": "EPeople", - "admin.access-control.groups.form.members-list.head": "Usuaris", + "admin.access-control.groups.form.members-list.head": "Usuaris", // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", - "admin.access-control.groups.form.members-list.search.head": "Afegir usuaris", + "admin.access-control.groups.form.members-list.search.head": "Afegir usuaris", // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", - "admin.access-control.groups.form.members-list.button.see-all": "Examinar tot", + "admin.access-control.groups.form.members-list.button.see-all": "Examinar tot", // "admin.access-control.groups.form.members-list.headMembers": "Current Members", - "admin.access-control.groups.form.members-list.headMembers": "Membres actuals", + "admin.access-control.groups.form.members-list.headMembers": "Membres actuals", // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadades", + "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadades", // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", - "admin.access-control.groups.form.members-list.search.scope.email": "Correu electrònic (exacte)", + "admin.access-control.groups.form.members-list.search.scope.email": "Correu electrònic (exacte)", // "admin.access-control.groups.form.members-list.search.button": "Search", - "admin.access-control.groups.form.members-list.search.button": "Cerca", + "admin.access-control.groups.form.members-list.search.button": "Cerca", // "admin.access-control.groups.form.members-list.table.id": "ID", - "admin.access-control.groups.form.members-list.table.id": "ID", + "admin.access-control.groups.form.members-list.table.id": "ID", // "admin.access-control.groups.form.members-list.table.name": "Name", - "admin.access-control.groups.form.members-list.table.name": "Nom", + "admin.access-control.groups.form.members-list.table.name": "Nom", // "admin.access-control.groups.form.members-list.table.identity": "Identity", - "admin.access-control.groups.form.members-list.table.identity": "Identitat", + "admin.access-control.groups.form.members-list.table.identity": "Identitat", // "admin.access-control.groups.form.members-list.table.email": "Email", - "admin.access-control.groups.form.members-list.table.email": "Correu electrònic", + "admin.access-control.groups.form.members-list.table.email": "Correu electrònic", // "admin.access-control.groups.form.members-list.table.netid": "NetID", - "admin.access-control.groups.form.members-list.table.netid": "NetID", + "admin.access-control.groups.form.members-list.table.netid": "NetID", // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", - "admin.access-control.groups.form.members-list.table.edit": "Eliminar / Afegir", + "admin.access-control.groups.form.members-list.table.edit": "Eliminar / Afegir", // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", - "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Eliminar membre amb nom \"{{ name }}\"", + "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Eliminar membre amb nom \"{{ name }}\"", // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.success.addMember": "Membre afegit amb èxit: \"{{ name }}\"", + "admin.access-control.groups.form.members-list.notification.success.addMember": "Membre afegit amb èxit: \"{{ name }}\"", // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.addMember": "No s'ha pogut afegir el membre: \"{{ name }}\"", + "admin.access-control.groups.form.members-list.notification.failure.addMember": "No s'ha pogut afegir el membre: \"{{ name }}\"", // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Membre eliminat correctament: \"{{ name }}\"", + "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Membre eliminat correctament: \"{{ name }}\"", // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "No s'ha pogut suprimir el membre: \"{{ name }}\"", + "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "No s'ha pogut suprimir el membre: \"{{ name }}\"", // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", - "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Afegir membre amb nom \"{{ name }}\"", + "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Afegir membre amb nom \"{{ name }}\"", // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No hi ha un grup actiu actual, envieu primer un nom.", + "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No hi ha un grup actiu actual, envieu primer un nom.", // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", - "admin.access-control.groups.form.members-list.no-members-yet": "Encara no hi ha membres al grup, cerqueu i afegiu.", + "admin.access-control.groups.form.members-list.no-members-yet": "Encara no hi ha membres al grup, cerqueu i afegiu.", // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", - "admin.access-control.groups.form.members-list.no-items": "No s'han trobat usuaris en aquesta cerca", + "admin.access-control.groups.form.members-list.no-items": "No s'han trobat usuaris en aquesta cerca", // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure": "Alguna cosa ha sortir malament: \"{{ cause }}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure": "Alguna cosa ha sortir malament: \"{{ cause }}\"", // "admin.access-control.groups.form.subgroups-list.head": "Groups", - "admin.access-control.groups.form.subgroups-list.head": "Grups", + "admin.access-control.groups.form.subgroups-list.head": "Grups", // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - "admin.access-control.groups.form.subgroups-list.search.head": "Afegir subgrup", + "admin.access-control.groups.form.subgroups-list.search.head": "Afegir subgrup", // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", - "admin.access-control.groups.form.subgroups-list.button.see-all": "Examinar tot", + "admin.access-control.groups.form.subgroups-list.button.see-all": "Examinar tot", // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", - "admin.access-control.groups.form.subgroups-list.headSubgroups": "Subgrups actuals", + "admin.access-control.groups.form.subgroups-list.headSubgroups": "Subgrups actuals", // "admin.access-control.groups.form.subgroups-list.search.button": "Search", - "admin.access-control.groups.form.subgroups-list.search.button": "Cerca", + "admin.access-control.groups.form.subgroups-list.search.button": "Cerca", // "admin.access-control.groups.form.subgroups-list.table.id": "ID", - "admin.access-control.groups.form.subgroups-list.table.id": "ID", + "admin.access-control.groups.form.subgroups-list.table.id": "ID", // "admin.access-control.groups.form.subgroups-list.table.name": "Name", - "admin.access-control.groups.form.subgroups-list.table.name": "Nom", + "admin.access-control.groups.form.subgroups-list.table.name": "Nom", // "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Collection/Community", - "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Col·lecció/Comunitat", + "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Col·lecció/Comunitat", // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", - "admin.access-control.groups.form.subgroups-list.table.edit": "Eliminar / Afegir", + "admin.access-control.groups.form.subgroups-list.table.edit": "Eliminar / Afegir", // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Eliminar subgrup amb nom \"{{ name }}\"", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Eliminar subgrup amb nom \"{{ name }}\"", // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Afegir subgrup amb el nom \"{{ name }}\"", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Afegir subgrup amb el nom \"{{ name }}\"", // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", - "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Grup actual", + "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Grup actual", // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Subgrup afegit correctament: \"{{ name }}\"", + "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Subgrup afegit correctament: \"{{ name }}\"", // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "No s'ha pogut afegir el subgrup: \"{{ name }}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "No s'ha pogut afegir el subgrup: \"{{ name }}\"", // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Subgrup eliminat correctament: \"{{ name }}\"", + "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Subgrup eliminat correctament: \"{{ name }}\"", // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "No s'ha pogut suprimir el subgrup: \"{{ name }}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "No s'ha pogut suprimir el subgrup: \"{{ name }}\"", // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No hi ha un grup actiu actual, envieu un nom primer.", + "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No hi ha un grup actiu actual, envieu un nom primer.", // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", - "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Aquest és el grup actual, no es pot afegir.", + "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Aquest és el grup actual, no es pot afegir.", // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", - "admin.access-control.groups.form.subgroups-list.no-items": "No s'han trobat grups amb aquest text al nom o al UUID", + "admin.access-control.groups.form.subgroups-list.no-items": "No s'han trobat grups amb aquest text al nom o al UUID", // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", - "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Encara no hi ha subgrups al grup.", + "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Encara no hi ha subgrups al grup.", // "admin.access-control.groups.form.return": "Back", - "admin.access-control.groups.form.return": "Enrere", + "admin.access-control.groups.form.return": "Enrere", // "admin.search.breadcrumbs": "Administrative Search", - "admin.search.breadcrumbs": "Cerca administrativa", + "admin.search.breadcrumbs": "Cerca administrativa", // "admin.search.collection.edit": "Edit", - "admin.search.collection.edit": "Editar", + "admin.search.collection.edit": "Editar", // "admin.search.community.edit": "Edit", - "admin.search.community.edit": "Editar", + "admin.search.community.edit": "Editar", // "admin.search.item.delete": "Delete", - "admin.search.item.delete": "Esborrar", + "admin.search.item.delete": "Esborrar", // "admin.search.item.edit": "Edit", - "admin.search.item.edit": "Editar", + "admin.search.item.edit": "Editar", // "admin.search.item.make-private": "Make non-discoverable", - "admin.search.item.make-private": "Fer-ho privat", + "admin.search.item.make-private": "Fer-ho privat", // "admin.search.item.make-public": "Make discoverable", - "admin.search.item.make-public": "Fer-ho públic", + "admin.search.item.make-public": "Fer-ho públic", // "admin.search.item.move": "Move", - "admin.search.item.move": "Moure", + "admin.search.item.move": "Moure", // "admin.search.item.reinstate": "Reinstate", - "admin.search.item.reinstate": "Reintegrar", + "admin.search.item.reinstate": "Reintegrar", // "admin.search.item.withdraw": "Withdraw", - "admin.search.item.withdraw": "Retira", + "admin.search.item.withdraw": "Retira", // "admin.search.title": "Administrative Search", - "admin.search.title": "Cerca administrativa", + "admin.search.title": "Cerca administrativa", // "administrativeView.search.results.head": "Administrative Search", - "administrativeView.search.results.head": "Cerca administrativa", + "administrativeView.search.results.head": "Cerca administrativa", // "admin.workflow.breadcrumbs": "Administer Workflow", - "admin.workflow.breadcrumbs": "Administrar flux de treball", + "admin.workflow.breadcrumbs": "Administrar flux de treball", // "admin.workflow.title": "Administer Workflow", - "admin.workflow.title": "Administrar flux de treball", + "admin.workflow.title": "Administrar flux de treball", // "admin.workflow.item.workflow": "Workflow", - "admin.workflow.item.workflow": "Flux de treball", + "admin.workflow.item.workflow": "Flux de treball", // "admin.workflow.item.delete": "Delete", - "admin.workflow.item.delete": "Esborrar", + "admin.workflow.item.delete": "Esborrar", // "admin.workflow.item.send-back": "Send back", - "admin.workflow.item.send-back": "Tornar", + "admin.workflow.item.send-back": "Tornar", // "admin.metadata-import.breadcrumbs": "Import Metadata", - "admin.metadata-import.breadcrumbs": "Importa metadades", + "admin.metadata-import.breadcrumbs": "Importa metadades", // "admin.batch-import.breadcrumbs": "Import Batch", - "admin.batch-import.breadcrumbs": "Importació per lots", + "admin.batch-import.breadcrumbs": "Importació per lots", // "admin.metadata-import.title": "Import Metadata", - "admin.metadata-import.title": "Importar metadades", + "admin.metadata-import.title": "Importar metadades", // "admin.batch-import.title": "Import Batch", - "admin.batch-import.title": "Importació per lots", + "admin.batch-import.title": "Importació per lots", // "admin.metadata-import.page.header": "Import Metadata", - "admin.metadata-import.page.header": "Importa metadades", + "admin.metadata-import.page.header": "Importa metadades", // "admin.batch-import.page.header": "Import Batch", - "admin.batch-import.page.header": "Importació per lots", + "admin.batch-import.page.header": "Importació per lots", // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", - "admin.metadata-import.page.help": "Podeu deixar anar o examinar fitxers CSV que contenen operacions de metadades per lots aquí", + "admin.metadata-import.page.help": "Podeu deixar anar o examinar fitxers CSV que contenen operacions de metadades per lots aquí", // "admin.batch-import.page.help": "Select the Collection to import into. Then, drop or browse to a Simple Archive Format (SAF) zip file that includes the Items to import", - "admin.batch-import.page.help": "Seleccioneu la Col·lecció a la qual importar. Després, deixeu anar o busqueu el fitxer zip en format Simple Archive Format (SAF) que inclou els ítems a importar", + "admin.batch-import.page.help": "Seleccioneu la Col·lecció a la qual importar. Després, deixeu anar o busqueu el fitxer zip en format Simple Archive Format (SAF) que inclou els ítems a importar", // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", - "admin.metadata-import.page.dropMsg": "Deixeu anar un CSV de metadades per importar", + "admin.metadata-import.page.dropMsg": "Deixeu anar un CSV de metadades per importar", // "admin.batch-import.page.dropMsg": "Drop a batch ZIP to import", - "admin.batch-import.page.dropMsg": "Deixeu anar un ZIP per lots per importar", + "admin.batch-import.page.dropMsg": "Deixeu anar un ZIP per lots per importar", // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", - "admin.metadata-import.page.dropMsgReplace": "Deixa anar per reemplaçar el CSV de metadades a importar", + "admin.metadata-import.page.dropMsgReplace": "Deixa anar per reemplaçar el CSV de metadades a importar", // "admin.batch-import.page.dropMsgReplace": "Drop to replace the batch ZIP to import", - "admin.batch-import.page.dropMsgReplace": "Deixa anar per reemplaçar el ZIP per lots a importar", + "admin.batch-import.page.dropMsgReplace": "Deixa anar per reemplaçar el ZIP per lots a importar", // "admin.metadata-import.page.button.return": "Back", - "admin.metadata-import.page.button.return": "Enrere", + "admin.metadata-import.page.button.return": "Enrere", // "admin.metadata-import.page.button.proceed": "Proceed", - "admin.metadata-import.page.button.proceed": "Continuar", + "admin.metadata-import.page.button.proceed": "Continuar", // "admin.metadata-import.page.button.select-collection": "Select Collection", - "admin.metadata-import.page.button.select-collection": "Selecciona la Col·lecció", + "admin.metadata-import.page.button.select-collection": "Selecciona la Col·lecció", // "admin.metadata-import.page.error.addFile": "Select file first!", - "admin.metadata-import.page.error.addFile": "Seleccioneu el fitxer primer!", + "admin.metadata-import.page.error.addFile": "Seleccioneu el fitxer primer!", // "admin.batch-import.page.error.addFile": "Select Zip file first!", - "admin.batch-import.page.error.addFile": "Seleccioneu el fitxer ZIP primer!", + "admin.batch-import.page.error.addFile": "Seleccioneu el fitxer ZIP primer!", // "admin.metadata-import.page.validateOnly": "Validate Only", - "admin.metadata-import.page.validateOnly": "Només Validar", + "admin.metadata-import.page.validateOnly": "Només Validar", // "admin.metadata-import.page.validateOnly.hint": "When selected, the uploaded CSV will be validated. You will receive a report of detected changes, but no changes will be saved.", - "admin.metadata-import.page.validateOnly.hint": "En seleccionar, es validarà el CSV pujat. Rebreu un informe amb els canvis detectats, però no s'efectuaran aquests canvis.", + "admin.metadata-import.page.validateOnly.hint": "En seleccionar, es validarà el CSV pujat. Rebreu un informe amb els canvis detectats, però no s'efectuaran aquests canvis.", // "admin.batch-import.page.validateOnly.hint": "When selected, the uploaded ZIP will be validated. You will receive a report of detected changes, but no changes will be saved.", - "admin.batch-import.page.validateOnly.hint": "En seleccionar, es validarà el fitxer ZIP pujat. Rebreu un informe amb els canvis detectats, però no s'efectuaran aquests canvis.", + "admin.batch-import.page.validateOnly.hint": "En seleccionar, es validarà el fitxer ZIP pujat. Rebreu un informe amb els canvis detectats, però no s'efectuaran aquests canvis.", // "admin.batch-import.page.remove": "remove", - "admin.batch-import.page.remove": "eliminar", + "admin.batch-import.page.remove": "eliminar", // "auth.errors.invalid-user": "Invalid email address or password.", - "auth.errors.invalid-user": "Adreça de correu electrònic o contrasenya no vàlids.", + "auth.errors.invalid-user": "Adreça de correu electrònic o contrasenya no vàlids.", // "auth.messages.expired": "Your session has expired. Please log in again.", - "auth.messages.expired": "La vostra sessió ha caducat. Inicieu sessió de nou.", + "auth.messages.expired": "La vostra sessió ha caducat. Inicieu sessió de nou.", // "auth.messages.token-refresh-failed": "Refreshing your session token failed. Please log in again.", - "auth.messages.token-refresh-failed": "No s'ha pogut actualitzar el token de la sessió. Inicieu sessió de nou.", + "auth.messages.token-refresh-failed": "No s'ha pogut actualitzar el token de la sessió. Inicieu sessió de nou.", // "bitstream.download.page": "Now downloading {{bitstream}}..." , - "bitstream.download.page": "Descarregant {{ bitstream }}...", + "bitstream.download.page": "Descarregant {{ bitstream }}...", // "bitstream.download.page.back": "Back" , - "bitstream.download.page.back": "Enrere", + "bitstream.download.page.back": "Enrere", // "bitstream.edit.authorizations.link": "Edit bitstream's Policies", - "bitstream.edit.authorizations.link": "Editar les polítiques del fitxer", + "bitstream.edit.authorizations.link": "Editar les polítiques del fitxer", // "bitstream.edit.authorizations.title": "Edit bitstream's Policies", - "bitstream.edit.authorizations.title": "Editar les polítiques de fitxer", + "bitstream.edit.authorizations.title": "Editar les polítiques de fitxer", // "bitstream.edit.return": "Back", - "bitstream.edit.return": "Enrere", + "bitstream.edit.return": "Enrere", // "bitstream.edit.bitstream": "Bitstream: ", - "bitstream.edit.bitstream": "Arxiu: ", + "bitstream.edit.bitstream": "Arxiu: ", // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", "bitstream.edit.form.description.hint": "Opcionalment, proporcioneu una breu descripció del fitxer, per exemple \"Article principal\" o \"Lectures de dades de l'experiment\".", // "bitstream.edit.form.description.label": "Description", - "bitstream.edit.form.description.label": "Descripció", + "bitstream.edit.form.description.label": "Descripció", // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", - "bitstream.edit.form.embargo.hint": "El primer dia a partir del qual es permet l'accés. Aquesta data no es pot modificar en aquest formulari. Per establir una data d'embargament per a un fitxer, aneu a la pestanya Estat de l'ítem , feu clic a Autoritzacions... , creeu o editeu la política READ del fitxer i configureu la Data d'inici com vulgueu.", + "bitstream.edit.form.embargo.hint": "El primer dia a partir del qual es permet l'accés. Aquesta data no es pot modificar en aquest formulari. Per establir una data d'embargament per a un fitxer, aneu a la pestanya Estat de l'ítem , feu clic a Autoritzacions... , creeu o editeu la política READ del fitxer i configureu la Data d'inici com vulgueu.", // "bitstream.edit.form.embargo.label": "Embargo until specific date", - "bitstream.edit.form.embargo.label": "Embargament fins a data concreta", + "bitstream.edit.form.embargo.label": "Embargament fins a data concreta", // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", - "bitstream.edit.form.fileName.hint": "Canvieu el nom del fitxer. Tingueu en compte que això canviarà l'URL de visualització del fitxer, però els enllaços antics continuaran resolent-se sempre que la ID de seqüència no canviï.", + "bitstream.edit.form.fileName.hint": "Canvieu el nom del fitxer. Tingueu en compte que això canviarà l'URL de visualització del fitxer, però els enllaços antics continuaran resolent-se sempre que la ID de seqüència no canviï.", // "bitstream.edit.form.fileName.label": "Filename", - "bitstream.edit.form.fileName.label": "Nom del fitxer", + "bitstream.edit.form.fileName.label": "Nom del fitxer", // "bitstream.edit.form.newFormat.label": "Describe new format", - "bitstream.edit.form.newFormat.label": "Descriu el nou format", + "bitstream.edit.form.newFormat.label": "Descriu el nou format", // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", - "bitstream.edit.form.newFormat.hint": "L'aplicació que heu utilitzat per crear el fitxer i el número de versió (per exemple, \"ACMESoft SuperApp versió 1.5\").", + "bitstream.edit.form.newFormat.hint": "L'aplicació que heu utilitzat per crear el fitxer i el número de versió (per exemple, \"ACMESoft SuperApp versió 1.5\").", // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", - "bitstream.edit.form.primaryBitstream.label": "Fitxer principal", + "bitstream.edit.form.primaryBitstream.label": "Fitxer principal", // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", - "bitstream.edit.form.selectedFormat.hint": "Si el format no és a la llista anterior, seleccioneu \"el format no és a la llista\" a dalt i descriviu-lo a \"Descriure el nou format\".", + "bitstream.edit.form.selectedFormat.hint": "Si el format no és a la llista anterior, seleccioneu \"el format no és a la llista\" a dalt i descriviu-lo a \"Descriure el nou format\".", // "bitstream.edit.form.selectedFormat.label": "Selected Format", - "bitstream.edit.form.selectedFormat.label": "Format seleccionat", + "bitstream.edit.form.selectedFormat.label": "Format seleccionat", // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", - "bitstream.edit.form.selectedFormat.unknown": "El format no és a la llista", + "bitstream.edit.form.selectedFormat.unknown": "El format no és a la llista", // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", - "bitstream.edit.notifications.error.format.title": "S'ha produït un error en desar el format del fitxer.", + "bitstream.edit.notifications.error.format.title": "S'ha produït un error en desar el format del fitxer.", // "bitstream.edit.form.iiifLabel.label": "IIIF Label", - "bitstream.edit.form.iiifLabel.label": "Etiqueta IIIF", + "bitstream.edit.form.iiifLabel.label": "Etiqueta IIIF", // "bitstream.edit.form.iiifLabel.hint": "Canvas label for this image. If not provided default label will be used.", - "bitstream.edit.form.iiifLabel.hint": "Etiqueta Canvas per a aquesta imatge. Si no es proporciona, s'utilitzarà l'etiqueta per defecte.", + "bitstream.edit.form.iiifLabel.hint": "Etiqueta Canvas per a aquesta imatge. Si no es proporciona, s'utilitzarà l'etiqueta per defecte.", // "bitstream.edit.form.iiifToc.label": "IIIF Table of Contents", - "bitstream.edit.form.iiifToc.label": "Índex de l'IIIF", + "bitstream.edit.form.iiifToc.label": "Índex de l'IIIF", // "bitstream.edit.form.iiifToc.hint": "Adding text here makes this the start of a new table of contents range.", - "bitstream.edit.form.iiifToc.hint": "Afegir text aquí crea un nou començament de l'índex.", + "bitstream.edit.form.iiifToc.hint": "Afegir text aquí crea un nou començament de l'índex.", // "bitstream.edit.form.iiifWidth.label": "IIIF Canvas Width", - "bitstream.edit.form.iiifWidth.label": "Amplada del marc IIIF", + "bitstream.edit.form.iiifWidth.label": "Amplada del marc IIIF", // "bitstream.edit.form.iiifWidth.hint": "The canvas width should usually match the image width.", - "bitstream.edit.form.iiifWidth.hint": "L'amplada del marc normalment hauria de coincidir amb l'amplada de la imatge.", + "bitstream.edit.form.iiifWidth.hint": "L'amplada del marc normalment hauria de coincidir amb l'amplada de la imatge.", // "bitstream.edit.form.iiifHeight.label": "IIIF Canvas Height", - "bitstream.edit.form.iiifHeight.label": "Alçada del marc IIIF", + "bitstream.edit.form.iiifHeight.label": "Alçada del marc IIIF", // "bitstream.edit.form.iiifHeight.hint": "The canvas height should usually match the image height.", - "bitstream.edit.form.iiifHeight.hint": "L'alçada del marc normalment hauria de coincidir amb l'alçada de la imatge", + "bitstream.edit.form.iiifHeight.hint": "L'alçada del marc normalment hauria de coincidir amb l'alçada de la imatge", // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", - "bitstream.edit.notifications.saved.content": "S'han desat els canvis en aquest fitxer.", + "bitstream.edit.notifications.saved.content": "S'han desat els canvis en aquest fitxer.", // "bitstream.edit.notifications.saved.title": "Bitstream saved", - "bitstream.edit.notifications.saved.title": "Fitxer desat", + "bitstream.edit.notifications.saved.title": "Fitxer desat", // "bitstream.edit.title": "Edit bitstream", - "bitstream.edit.title": "Editar fitxer", + "bitstream.edit.title": "Editar fitxer", // "bitstream-request-a-copy.alert.canDownload1": "You already have access to this file. If you want to download the file, click ", - "bitstream-request-a-copy.alert.canDownload1": "Ja teniu accés al fitxer, si voleu descarregar-lo premeu ", + "bitstream-request-a-copy.alert.canDownload1": "Ja teniu accés al fitxer, si voleu descarregar-lo premeu ", // "bitstream-request-a-copy.alert.canDownload2": "here", - "bitstream-request-a-copy.alert.canDownload2": "aquí", + "bitstream-request-a-copy.alert.canDownload2": "aquí", // "bitstream-request-a-copy.header": "Request a copy of the file", - "bitstream-request-a-copy.header": "Sol·licitar una còpia del fitxer", + "bitstream-request-a-copy.header": "Sol·licitar una còpia del fitxer", // "bitstream-request-a-copy.intro": "Enter the following information to request a copy for the following item: ", - "bitstream-request-a-copy.intro": "Introduïu la informació següent per sol·licitar una còpia del següent ítem: ", + "bitstream-request-a-copy.intro": "Introduïu la informació següent per sol·licitar una còpia del següent ítem: ", // "bitstream-request-a-copy.intro.bitstream.one": "Requesting the following file: ", - "bitstream-request-a-copy.intro.bitstream.one": "Sol·licitant el fitxer següent: ", + "bitstream-request-a-copy.intro.bitstream.one": "Sol·licitant el fitxer següent: ", // "bitstream-request-a-copy.intro.bitstream.all": "Requesting all files. ", - "bitstream-request-a-copy.intro.bitstream.all": "Sol·licitant tots els fitxers. ", + "bitstream-request-a-copy.intro.bitstream.all": "Sol·licitant tots els fitxers. ", // "bitstream-request-a-copy.name.label": "Name *", - "bitstream-request-a-copy.name.label": "Nom *", + "bitstream-request-a-copy.name.label": "Nom *", // "bitstream-request-a-copy.name.error": "The name is required", - "bitstream-request-a-copy.name.error": "Es requereix un nom", + "bitstream-request-a-copy.name.error": "Es requereix un nom", // "bitstream-request-a-copy.email.label": "Your e-mail address *", - "bitstream-request-a-copy.email.label": "La vostra adreça de correu electrònic *", + "bitstream-request-a-copy.email.label": "La vostra adreça de correu electrònic *", // "bitstream-request-a-copy.email.hint": "This email address is used for sending the file.", - "bitstream-request-a-copy.email.hint": "S'enviarà el fitxer a aquesta adreça de correu electrònic.", + "bitstream-request-a-copy.email.hint": "S'enviarà el fitxer a aquesta adreça de correu electrònic.", // "bitstream-request-a-copy.email.error": "Please enter a valid email address.", - "bitstream-request-a-copy.email.error": "Si us plau, introduïu una adreça de correu electrònic vàlida.", + "bitstream-request-a-copy.email.error": "Si us plau, introduïu una adreça de correu electrònic vàlida.", // "bitstream-request-a-copy.allfiles.label": "Files", - "bitstream-request-a-copy.allfiles.label": "Fitxers", + "bitstream-request-a-copy.allfiles.label": "Fitxers", // "bitstream-request-a-copy.files-all-false.label": "Only the requested file", - "bitstream-request-a-copy.files-all-false.label": "Només el fitxer indicat", + "bitstream-request-a-copy.files-all-false.label": "Només el fitxer indicat", // "bitstream-request-a-copy.files-all-true.label": "All files (of this item) in restricted access", - "bitstream-request-a-copy.files-all-true.label": "Tots els fitxers (d'aquest ítem) en accés restringit", + "bitstream-request-a-copy.files-all-true.label": "Tots els fitxers (d'aquest ítem) en accés restringit", // "bitstream-request-a-copy.message.label": "Message", - "bitstream-request-a-copy.message.label": "Missatge", + "bitstream-request-a-copy.message.label": "Missatge", // "bitstream-request-a-copy.return": "Back", - "bitstream-request-a-copy.return": "Enrere", + "bitstream-request-a-copy.return": "Enrere", // "bitstream-request-a-copy.submit": "Request copy", - "bitstream-request-a-copy.submit": "Sol·licitar còpia", + "bitstream-request-a-copy.submit": "Sol·licitar còpia", // "bitstream-request-a-copy.submit.success": "The item request was submitted successfully.", - "bitstream-request-a-copy.submit.success": "S'ha enviat la sol·licitud de còpia.", + "bitstream-request-a-copy.submit.success": "S'ha enviat la sol·licitud de còpia.", // "bitstream-request-a-copy.submit.error": "Something went wrong with submitting the item request.", - "bitstream-request-a-copy.submit.error": "S'ha produït un error en l'enviament de la sol·licitud de còpia.", + "bitstream-request-a-copy.submit.error": "S'ha produït un error en l'enviament de la sol·licitud de còpia.", // "browse.back.all-results": "All browse results", - "browse.back.all-results": "Tots els resultats de la cerca", + "browse.back.all-results": "Tots els resultats de la cerca", // "browse.comcol.by.author": "By Author", - "browse.comcol.by.author": "Per autor", + "browse.comcol.by.author": "Per autor", // "browse.comcol.by.dateissued": "By Issue Date", - "browse.comcol.by.dateissued": "Per data de publicació", + "browse.comcol.by.dateissued": "Per data de publicació", // "browse.comcol.by.subject": "By Subject", - "browse.comcol.by.subject": "Per matèria", + "browse.comcol.by.subject": "Per matèria", // "browse.comcol.by.title": "By Title", - "browse.comcol.by.title": "Per títol", + "browse.comcol.by.title": "Per títol", // "browse.comcol.head": "Browse", - "browse.comcol.head": "Examinar", + "browse.comcol.head": "Examinar", // "browse.empty": "No items to show.", - "browse.empty": "No hi ha ítems per mostrar.", + "browse.empty": "No hi ha ítems per mostrar.", // "browse.metadata.author": "Author", - "browse.metadata.author": "Autor", + "browse.metadata.author": "Autor", // "browse.metadata.dateissued": "Issue Date", - "browse.metadata.dateissued": "Data de publicació", + "browse.metadata.dateissued": "Data de publicació", // "browse.metadata.subject": "Subject", - "browse.metadata.subject": "Matèria", + "browse.metadata.subject": "Matèria", // "browse.metadata.title": "Title", - "browse.metadata.title": "Títol", + "browse.metadata.title": "Títol", // "browse.metadata.author.breadcrumbs": "Browse by Author", - "browse.metadata.author.breadcrumbs": "Cerca per autor", + "browse.metadata.author.breadcrumbs": "Cerca per autor", // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", - "browse.metadata.dateissued.breadcrumbs": "Examinar per data", + "browse.metadata.dateissued.breadcrumbs": "Examinar per data", // "browse.metadata.subject.breadcrumbs": "Browse by Subject", - "browse.metadata.subject.breadcrumbs": "Examinar per matèria", + "browse.metadata.subject.breadcrumbs": "Examinar per matèria", // "browse.metadata.title.breadcrumbs": "Browse by Title", - "browse.metadata.title.breadcrumbs": "Examinar per títol", + "browse.metadata.title.breadcrumbs": "Examinar per títol", // "pagination.next.button": "Next", - "pagination.next.button": "Següent", + "pagination.next.button": "Següent", // "pagination.previous.button": "Previous", - "pagination.previous.button": "Anterior", + "pagination.previous.button": "Anterior", // "pagination.next.button.disabled.tooltip": "No more pages of results", - "pagination.next.button.disabled.tooltip": "No hi ha més pàgines de resultats", + "pagination.next.button.disabled.tooltip": "No hi ha més pàgines de resultats", // "browse.startsWith": ", starting with {{ startsWith }}", - "browse.startsWith": ", començant per {{ startsWith }}", + "browse.startsWith": ", començant per {{ startsWith }}", // "browse.startsWith.choose_start": "(Choose start)", - "browse.startsWith.choose_start": "(Triar inici)", + "browse.startsWith.choose_start": "(Triar inici)", // "browse.startsWith.choose_year": "(Choose year)", - "browse.startsWith.choose_year": "(Triar any)", + "browse.startsWith.choose_year": "(Triar any)", // "browse.startsWith.choose_year.label": "Choose the issue year", - "browse.startsWith.choose_year.label": "Trieu l'any de publicació", + "browse.startsWith.choose_year.label": "Trieu l'any de publicació", // "browse.startsWith.jump": "Filter results by year or month", - "browse.startsWith.jump": "Filtrar resultats per any o per mes:", + "browse.startsWith.jump": "Filtrar resultats per any o per mes:", // "browse.startsWith.months.april": "April", - "browse.startsWith.months.april": "abril", + "browse.startsWith.months.april": "abril", // "browse.startsWith.months.august": "August", - "browse.startsWith.months.august": "agost", + "browse.startsWith.months.august": "agost", // "browse.startsWith.months.december": "December", - "browse.startsWith.months.december": "desembre", + "browse.startsWith.months.december": "desembre", // "browse.startsWith.months.february": "February", - "browse.startsWith.months.february": "febrer", + "browse.startsWith.months.february": "febrer", // "browse.startsWith.months.january": "January", - "browse.startsWith.months.january": "gener", + "browse.startsWith.months.january": "gener", // "browse.startsWith.months.july": "July", - "browse.startsWith.months.july": "juliol", + "browse.startsWith.months.july": "juliol", // "browse.startsWith.months.june": "June", - "browse.startsWith.months.june": "juny", + "browse.startsWith.months.june": "juny", // "browse.startsWith.months.march": "March", - "browse.startsWith.months.march": "març", + "browse.startsWith.months.march": "març", // "browse.startsWith.months.may": "May", - "browse.startsWith.months.may": "maig", + "browse.startsWith.months.may": "maig", // "browse.startsWith.months.none": "(Choose month)", - "browse.startsWith.months.none": "(Triar mes)", + "browse.startsWith.months.none": "(Triar mes)", // "browse.startsWith.months.none.label": "Choose the issue month", - "browse.startsWith.months.none.label": "Trieu el mes de publicació", + "browse.startsWith.months.none.label": "Trieu el mes de publicació", // "browse.startsWith.months.november": "November", - "browse.startsWith.months.november": "novembre", + "browse.startsWith.months.november": "novembre", // "browse.startsWith.months.october": "October", - "browse.startsWith.months.october": "octubre", + "browse.startsWith.months.october": "octubre", // "browse.startsWith.months.september": "September", - "browse.startsWith.months.september": "setembre", + "browse.startsWith.months.september": "setembre", // "browse.startsWith.submit": "Browse", - "browse.startsWith.submit": "Examinar", + "browse.startsWith.submit": "Examinar", // "browse.startsWith.type_date": "Filter results by date", - "browse.startsWith.type_date": "Resultats per data", + "browse.startsWith.type_date": "Resultats per data", // "browse.startsWith.type_date.label": "Or type in a date (year-month) and click on the Browse button", - "browse.startsWith.type_date.label": "O escriviu una data (any-mes) i feu clic al botó Examinar", + "browse.startsWith.type_date.label": "O escriviu una data (any-mes) i feu clic al botó Examinar", // "browse.startsWith.type_text": "Filter results by typing the first few letters", - "browse.startsWith.type_text": "Seleccioneu resultats teclejant les primeres lletres", + "browse.startsWith.type_text": "Seleccioneu resultats teclejant les primeres lletres", // "browse.title": "Browsing {{ collection }} by {{ field }}{{ startsWith }} {{ value }}", - "browse.title": "Examinant {{ collection }} per {{ field }}{{ startsWith }} {{ value }}", + "browse.title": "Examinant {{ collection }} per {{ field }}{{ startsWith }} {{ value }}", // "browse.title.page": "Browsing {{ collection }} by {{ field }} {{ value }}", - "browse.title.page": "Examinant {{ collection }} per {{ field }} {{ value }}", + "browse.title.page": "Examinant {{ collection }} per {{ field }} {{ value }}", // "chips.remove": "Remove chip", - "chips.remove": "Treu xip", + "chips.remove": "Treu xip", // "collection.create.head": "Create a Collection", - "collection.create.head": "Crear una col·lecció", + "collection.create.head": "Crear una col·lecció", // "collection.create.notifications.success": "Successfully created the Collection", - "collection.create.notifications.success": "Col·lecció creada amb èxit", + "collection.create.notifications.success": "Col·lecció creada amb èxit", // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", - "collection.create.sub-head": "Crea una col·lecció per a la comunitat {{ parent }}", + "collection.create.sub-head": "Crea una col·lecció per a la comunitat {{ parent }}", // "collection.curate.header": "Curate Collection: {{collection}}", - "collection.curate.header": "Curar col·lecció: {{ collection }}", + "collection.curate.header": "Curar col·lecció: {{ collection }}", // "collection.delete.cancel": "Cancel", - "collection.delete.cancel": "Cancel·lar", + "collection.delete.cancel": "Cancel·lar", // "collection.delete.confirm": "Confirm", - "collection.delete.confirm": "Confirmar", + "collection.delete.confirm": "Confirmar", // "collection.delete.processing": "Deleting", - "collection.delete.processing": "Eliminant", + "collection.delete.processing": "Eliminant", // "collection.delete.head": "Delete Collection", - "collection.delete.head": "Eliminar col·lecció", + "collection.delete.head": "Eliminar col·lecció", // "collection.delete.notification.fail": "Collection could not be deleted", - "collection.delete.notification.fail": "No s'ha pogut esborrar la col·lecció", + "collection.delete.notification.fail": "No s'ha pogut esborrar la col·lecció", // "collection.delete.notification.success": "Successfully deleted collection", - "collection.delete.notification.success": "Col·lecció eliminada correctament", + "collection.delete.notification.success": "Col·lecció eliminada correctament", // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", - "collection.delete.text": "Estàs segur que vols eliminar la col·lecció \"{{ dso }}\"?", + "collection.delete.text": "Estàs segur que vols eliminar la col·lecció \"{{ dso }}\"?", // "collection.edit.delete": "Delete this collection", - "collection.edit.delete": "Eliminar aquesta col·lecció", + "collection.edit.delete": "Eliminar aquesta col·lecció", // "collection.edit.head": "Edit Collection", - "collection.edit.head": "Editar col·lecció", + "collection.edit.head": "Editar col·lecció", // "collection.edit.breadcrumbs": "Edit Collection", - "collection.edit.breadcrumbs": "Editar col·lecció", + "collection.edit.breadcrumbs": "Editar col·lecció", // "collection.edit.tabs.mapper.head": "Item Mapper", - "collection.edit.tabs.mapper.head": "Mapeig d'ítems", + "collection.edit.tabs.mapper.head": "Mapeig d'ítems", // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - "collection.edit.tabs.item-mapper.title": "Editar col·lecció: mapeig d'ítems", + "collection.edit.tabs.item-mapper.title": "Editar col·lecció: mapeig d'ítems", // "collection.edit.item-mapper.cancel": "Cancel", - "collection.edit.item-mapper.cancel": "Cancel·lar", + "collection.edit.item-mapper.cancel": "Cancel·lar", // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", - "collection.edit.item-mapper.collection": "Col·lecció: \"{{ name }}\"", + "collection.edit.item-mapper.collection": "Col·lecció: \"{{ name }}\"", // "collection.edit.item-mapper.confirm": "Map selected items", - "collection.edit.item-mapper.confirm": "Mapeja els ítems seleccionats", + "collection.edit.item-mapper.confirm": "Mapeja els ítems seleccionats", // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", - "collection.edit.item-mapper.description": "Aquesta és l'eina de mapatge d'ítems que permet als administradors de col·leccions assignar ítems d'altres col·leccions a aquesta col·lecció. Podeu cercar ítems d'altres col·leccions i mapejar-los, o explorar la llista d'ítems mapeats.", + "collection.edit.item-mapper.description": "Aquesta és l'eina de mapatge d'ítems que permet als administradors de col·leccions assignar ítems d'altres col·leccions a aquesta col·lecció. Podeu cercar ítems d'altres col·leccions i mapejar-los, o explorar la llista d'ítems mapeats.", // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", - "collection.edit.item-mapper.head": "Mapeig d'ítems: mapea ítems d'altres col·leccions", + "collection.edit.item-mapper.head": "Mapeig d'ítems: mapea ítems d'altres col·leccions", // "collection.edit.item-mapper.no-search": "Please enter a query to search", - "collection.edit.item-mapper.no-search": "Introduïu una consulta per cercar", + "collection.edit.item-mapper.no-search": "Introduïu una consulta per cercar", // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", - "collection.edit.item-mapper.notifications.map.error.content": "S'han produït errors en l'assignació de {{ amount }} ítems.", + "collection.edit.item-mapper.notifications.map.error.content": "S'han produït errors en l'assignació de {{ amount }} ítems.", // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", - "collection.edit.item-mapper.notifications.map.error.head": "Errors de mapatge", + "collection.edit.item-mapper.notifications.map.error.head": "Errors de mapatge", // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", - "collection.edit.item-mapper.notifications.map.success.content": "{{ amount }} ítems mapejats correctament.", + "collection.edit.item-mapper.notifications.map.success.content": "{{ amount }} ítems mapejats correctament.", // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", - "collection.edit.item-mapper.notifications.map.success.head": "Mapeig completat", + "collection.edit.item-mapper.notifications.map.success.head": "Mapeig completat", // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", - "collection.edit.item-mapper.notifications.unmap.error.content": "S'han produït errors en eliminar els mapeigs de {{ amount }} ítems.", + "collection.edit.item-mapper.notifications.unmap.error.content": "S'han produït errors en eliminar els mapeigs de {{ amount }} ítems.", // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", - "collection.edit.item-mapper.notifications.unmap.error.head": "Eliminar errors de mapatge", + "collection.edit.item-mapper.notifications.unmap.error.head": "Eliminar errors de mapatge", // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", - "collection.edit.item-mapper.notifications.unmap.success.content": "S'han eliminat correctament els mapeigs de {{ amount }} ítems.", + "collection.edit.item-mapper.notifications.unmap.success.content": "S'han eliminat correctament els mapeigs de {{ amount }} ítems.", // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", - "collection.edit.item-mapper.notifications.unmap.success.head": "Finalitzada l'eliminació del mapatge", + "collection.edit.item-mapper.notifications.unmap.success.head": "Finalitzada l'eliminació del mapatge", // "collection.edit.item-mapper.remove": "Remove selected item mappings", - "collection.edit.item-mapper.remove": "Eliminar els mapeigs d'ítems seleccionats", + "collection.edit.item-mapper.remove": "Eliminar els mapeigs d'ítems seleccionats", // "collection.edit.item-mapper.search-form.placeholder": "Search items...", - "collection.edit.item-mapper.search-form.placeholder": "Cerca els ítems...", + "collection.edit.item-mapper.search-form.placeholder": "Cerca els ítems...", // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", - "collection.edit.item-mapper.tabs.browse": "Examinar ítems mapejats", + "collection.edit.item-mapper.tabs.browse": "Examinar ítems mapejats", // "collection.edit.item-mapper.tabs.map": "Map new items", - "collection.edit.item-mapper.tabs.map": "Assignar nous ítems", + "collection.edit.item-mapper.tabs.map": "Assignar nous ítems", // "collection.edit.logo.delete.title": "Delete logo", - "collection.edit.logo.delete.title": "Eliminar logo", + "collection.edit.logo.delete.title": "Eliminar logo", // "collection.edit.logo.delete-undo.title": "Undo delete", - "collection.edit.logo.delete-undo.title": "Desfer eliminació", + "collection.edit.logo.delete-undo.title": "Desfer eliminació", // "collection.edit.logo.label": "Collection logo", - "collection.edit.logo.label": "Logotip de la col·lecció", + "collection.edit.logo.label": "Logotip de la col·lecció", // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", - "collection.edit.logo.notifications.add.error": "Error en carregar el logotip de la col·lecció. Verifiqueu el contingut abans de tornar-ho a provar.", + "collection.edit.logo.notifications.add.error": "Error en carregar el logotip de la col·lecció. Verifiqueu el contingut abans de tornar-ho a provar.", // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", - "collection.edit.logo.notifications.add.success": "Pujada correcta del logotip de la col·lecció.", + "collection.edit.logo.notifications.add.success": "Pujada correcta del logotip de la col·lecció.", // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", - "collection.edit.logo.notifications.delete.success.title": "Logotip eliminat", + "collection.edit.logo.notifications.delete.success.title": "Logotip eliminat", // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", - "collection.edit.logo.notifications.delete.success.content": "S'ha eliminat correctament el logotip de la col·lecció.", + "collection.edit.logo.notifications.delete.success.content": "S'ha eliminat correctament el logotip de la col·lecció.", // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", - "collection.edit.logo.notifications.delete.error.title": "Error en eliminar el logotip", + "collection.edit.logo.notifications.delete.error.title": "Error en eliminar el logotip", // "collection.edit.logo.upload": "Drop a Collection Logo to upload", - "collection.edit.logo.upload": "Deixeu anar un logotip de col·lecció per carregar-lo", + "collection.edit.logo.upload": "Deixeu anar un logotip de col·lecció per carregar-lo", // "collection.edit.notifications.success": "Successfully edited the Collection", - "collection.edit.notifications.success": "Col·lecció editada amb èxit", + "collection.edit.notifications.success": "Col·lecció editada amb èxit", // "collection.edit.return": "Back", - "collection.edit.return": "Enrere", + "collection.edit.return": "Enrere", // "collection.edit.tabs.curate.head": "Curate", - "collection.edit.tabs.curate.head": "Curar", + "collection.edit.tabs.curate.head": "Curar", // "collection.edit.tabs.curate.title": "Collection Edit - Curate", - "collection.edit.tabs.curate.title": "Edició de col·lecció - Curar", + "collection.edit.tabs.curate.title": "Edició de col·lecció - Curar", // "collection.edit.tabs.authorizations.head": "Authorizations", - "collection.edit.tabs.authorizations.head": "Autoritzacions", + "collection.edit.tabs.authorizations.head": "Autoritzacions", // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - "collection.edit.tabs.authorizations.title": "Edició de col·lecció: autoritzacions", + "collection.edit.tabs.authorizations.title": "Edició de col·lecció: autoritzacions", // "collection.edit.item.authorizations.load-bundle-button": "Load more bundles", - "collection.edit.item.authorizations.load-bundle-button": "Carregar més paquets", + "collection.edit.item.authorizations.load-bundle-button": "Carregar més paquets", // "collection.edit.item.authorizations.load-more-button": "Load more", - "collection.edit.item.authorizations.load-more-button": "Carregar més", + "collection.edit.item.authorizations.load-more-button": "Carregar més", // "collection.edit.item.authorizations.show-bitstreams-button": "Show bitstream policies for bundle", - "collection.edit.item.authorizations.show-bitstreams-button": "Mostrar les autoritzacions dels fitxers del paquet", + "collection.edit.item.authorizations.show-bitstreams-button": "Mostrar les autoritzacions dels fitxers del paquet", // "collection.edit.tabs.metadata.head": "Edit Metadata", - "collection.edit.tabs.metadata.head": "Editar metadades", + "collection.edit.tabs.metadata.head": "Editar metadades", // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", - "collection.edit.tabs.metadata.title": "Edició de col·lecció: metadades", + "collection.edit.tabs.metadata.title": "Edició de col·lecció: metadades", // "collection.edit.tabs.roles.head": "Assign Roles", - "collection.edit.tabs.roles.head": "Assignar rols", + "collection.edit.tabs.roles.head": "Assignar rols", // "collection.edit.tabs.roles.title": "Collection Edit - Roles", - "collection.edit.tabs.roles.title": "Edició de col·lecció - Rols", + "collection.edit.tabs.roles.title": "Edició de col·lecció - Rols", // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", - "collection.edit.tabs.source.external": "Aquesta col·lecció recull el contingut d'una font externa", + "collection.edit.tabs.source.external": "Aquesta col·lecció recull el contingut d'una font externa", // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", - "collection.edit.tabs.source.form.errors.oaiSource.required": "Heu de proporcionar el set-ID de la col·lecció de destinació.", + "collection.edit.tabs.source.form.errors.oaiSource.required": "Heu de proporcionar el set-ID de la col·lecció de destinació.", // "collection.edit.tabs.source.form.harvestType": "Content being harvested", - "collection.edit.tabs.source.form.harvestType": "Contingut que s'està recol·lectant", + "collection.edit.tabs.source.form.harvestType": "Contingut que s'està recol·lectant", // "collection.edit.tabs.source.form.head": "Configure an external source", - "collection.edit.tabs.source.form.head": "Configura una font externa", + "collection.edit.tabs.source.form.head": "Configura una font externa", // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", - "collection.edit.tabs.source.form.metadataConfigId": "Format de metadades", + "collection.edit.tabs.source.form.metadataConfigId": "Format de metadades", // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", - "collection.edit.tabs.source.form.oaiSetId": "ID de set específic d'OAI", + "collection.edit.tabs.source.form.oaiSetId": "ID de set específic d'OAI", // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", - "collection.edit.tabs.source.form.oaiSource": "Proveïdor OAI", + "collection.edit.tabs.source.form.oaiSource": "Proveïdor OAI", // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Recollir metadades i fitxers (requereix suport ORE)", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Recollir metadades i fitxers (requereix suport ORE)", // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Recollir metadades i referències a fitxers (requereix suport ORE)", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Recollir metadades i referències a fitxers (requereix suport ORE)", // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", - "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Recollir només metadades", + "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Recollir només metadades", // "collection.edit.tabs.source.head": "Content Source", - "collection.edit.tabs.source.head": "Origen del contingut", + "collection.edit.tabs.source.head": "Origen del contingut", // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - "collection.edit.tabs.source.notifications.discarded.content": "Els teus canvis han sigut descartats. Per recuperar-los, premeu el botó 'Desfer'", + "collection.edit.tabs.source.notifications.discarded.content": "Els teus canvis han sigut descartats. Per recuperar-los, premeu el botó 'Desfer'", // "collection.edit.tabs.source.notifications.discarded.title": "Changes discarded", - "collection.edit.tabs.source.notifications.discarded.title": "Canvis descartats", + "collection.edit.tabs.source.notifications.discarded.title": "Canvis descartats", // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - "collection.edit.tabs.source.notifications.invalid.content": "Els canvis no s'han desat. Assegureu-vos que tots els camps siguin vàlids abans de desar.", + "collection.edit.tabs.source.notifications.invalid.content": "Els canvis no s'han desat. Assegureu-vos que tots els camps siguin vàlids abans de desar.", // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", - "collection.edit.tabs.source.notifications.invalid.title": "Metadades invàlides", + "collection.edit.tabs.source.notifications.invalid.title": "Metadades invàlides", // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", - "collection.edit.tabs.source.notifications.saved.content": "S'han desat els canvis a la font de contingut d'aquesta col·lecció.", + "collection.edit.tabs.source.notifications.saved.content": "S'han desat els canvis a la font de contingut d'aquesta col·lecció.", // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", - "collection.edit.tabs.source.notifications.saved.title": "Font de contingut desat", + "collection.edit.tabs.source.notifications.saved.title": "Font de contingut desat", // "collection.edit.tabs.source.title": "Collection Edit - Content Source", - "collection.edit.tabs.source.title": "Edició de col·lecció: font de contingut", + "collection.edit.tabs.source.title": "Edició de col·lecció: font de contingut", // "collection.edit.template.add-button": "Add", - "collection.edit.template.add-button": "Afegir", + "collection.edit.template.add-button": "Afegir", // "collection.edit.template.breadcrumbs": "Item template", - "collection.edit.template.breadcrumbs": "Plantilla d'ítem", + "collection.edit.template.breadcrumbs": "Plantilla d'ítem", // "collection.edit.template.cancel": "Cancel", - "collection.edit.template.cancel": "Cancel·lar", + "collection.edit.template.cancel": "Cancel·lar", // "collection.edit.template.delete-button": "Delete", - "collection.edit.template.delete-button": "Esborrar", + "collection.edit.template.delete-button": "Esborrar", // "collection.edit.template.edit-button": "Edit", - "collection.edit.template.edit-button": "Editar", + "collection.edit.template.edit-button": "Editar", // "collection.edit.template.error": "An error occurred retrieving the template item", - "collection.edit.template.error": "S'ha produït un error en recuperar la plantilla de l'ítem.", + "collection.edit.template.error": "S'ha produït un error en recuperar la plantilla de l'ítem.", // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", - "collection.edit.template.head": "Editar plantilla de l'ítem per a la col·lecció \"{{ collection }}\"", + "collection.edit.template.head": "Editar plantilla de l'ítem per a la col·lecció \"{{ collection }}\"", // "collection.edit.template.label": "Template item", - "collection.edit.template.label": "Plantilla d'ítem", + "collection.edit.template.label": "Plantilla d'ítem", // "collection.edit.template.loading": "Loading template item...", - "collection.edit.template.loading": "Carregant plantilla d'ítem...", + "collection.edit.template.loading": "Carregant plantilla d'ítem...", // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", - "collection.edit.template.notifications.delete.error": "No s'ha pogut suprimir la plantilla d'ítem.", + "collection.edit.template.notifications.delete.error": "No s'ha pogut suprimir la plantilla d'ítem.", // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", - "collection.edit.template.notifications.delete.success": "S'ha eliminat correctament la plantilla d'ítem.", + "collection.edit.template.notifications.delete.success": "S'ha eliminat correctament la plantilla d'ítem.", // "collection.edit.template.title": "Edit Template Item", - "collection.edit.template.title": "Editar plantilla d'ítem", + "collection.edit.template.title": "Editar plantilla d'ítem", // "collection.form.abstract": "Short Description", - "collection.form.abstract": "Breu descripció", + "collection.form.abstract": "Breu descripció", // "collection.form.description": "Introductory text (HTML)", - "collection.form.description": "Text introductori (HTML)", + "collection.form.description": "Text introductori (HTML)", // "collection.form.errors.title.required": "Please enter a collection name", - "collection.form.errors.title.required": "Introduïu un nom de col·lecció", + "collection.form.errors.title.required": "Introduïu un nom de col·lecció", // "collection.form.license": "License", - "collection.form.license": "Llicència", + "collection.form.license": "Llicència", // "collection.form.provenance": "Provenance", - "collection.form.provenance": "Procedència", + "collection.form.provenance": "Procedència", // "collection.form.rights": "Copyright text (HTML)", - "collection.form.rights": "Text de copyright (HTML)", + "collection.form.rights": "Text de copyright (HTML)", // "collection.form.tableofcontents": "News (HTML)", - "collection.form.tableofcontents": "Notícies (HTML)", + "collection.form.tableofcontents": "Notícies (HTML)", // "collection.form.title": "Name", - "collection.form.title": "Nom", + "collection.form.title": "Nom", // "collection.form.entityType": "Entity Type", - "collection.form.entityType": "Tipus d'Entitat", + "collection.form.entityType": "Tipus d'Entitat", // "collection.listelement.badge": "Collection", - "collection.listelement.badge": "Col·lecció", + "collection.listelement.badge": "Col·lecció", // "collection.page.browse.recent.head": "Recent Submissions", - "collection.page.browse.recent.head": "Enviaments recents", + "collection.page.browse.recent.head": "Enviaments recents", // "collection.page.browse.recent.empty": "No items to show", - "collection.page.browse.recent.empty": "No hi ha elements per mostrar", + "collection.page.browse.recent.empty": "No hi ha elements per mostrar", // "collection.page.edit": "Edit this collection", - "collection.page.edit": "Editar aquesta col·lecció", + "collection.page.edit": "Editar aquesta col·lecció", // "collection.page.handle": "Permanent URI for this collection", - "collection.page.handle": "URI permanent per a aquesta col·lecció", + "collection.page.handle": "URI permanent per a aquesta col·lecció", // "collection.page.license": "License", - "collection.page.license": "Llicència", + "collection.page.license": "Llicència", // "collection.page.news": "News", - "collection.page.news": "Notícies", + "collection.page.news": "Notícies", // "collection.select.confirm": "Confirm selected", - "collection.select.confirm": "Confirmar selecció", + "collection.select.confirm": "Confirmar selecció", // "collection.select.empty": "No collections to show", - "collection.select.empty": "No hi ha col·leccions per mostrar", + "collection.select.empty": "No hi ha col·leccions per mostrar", // "collection.select.table.title": "Title", - "collection.select.table.title": "Títol", + "collection.select.table.title": "Títol", // "collection.source.controls.head": "Harvest Controls", - "collection.source.controls.head": "Controls de recol·lecció", + "collection.source.controls.head": "Controls de recol·lecció", // "collection.source.controls.test.submit.error": "Something went wrong with initiating the testing of the settings", - "collection.source.controls.test.submit.error": "Hi ha hagut errors en realitzar les proves de comprovació de la configuració", + "collection.source.controls.test.submit.error": "Hi ha hagut errors en realitzar les proves de comprovació de la configuració", // "collection.source.controls.test.failed": "The script to test the settings has failed", - "collection.source.controls.test.failed": "La prova de la configuració ha fallat", + "collection.source.controls.test.failed": "La prova de la configuració ha fallat", // "collection.source.controls.test.completed": "The script to test the settings has successfully finished", - "collection.source.controls.test.completed": "L'script de prova de la configuració s'ha acabat correctament", + "collection.source.controls.test.completed": "L'script de prova de la configuració s'ha acabat correctament", // "collection.source.controls.test.submit": "Test configuration", - "collection.source.controls.test.submit": "Proveu la configuració", + "collection.source.controls.test.submit": "Proveu la configuració", // "collection.source.controls.test.running": "Testing configuration...", - "collection.source.controls.test.running": "Provant la configuració...", + "collection.source.controls.test.running": "Provant la configuració...", // "collection.source.controls.import.submit.success": "The import has been successfully initiated", - "collection.source.controls.import.submit.success": "La importació ha començat correctament", + "collection.source.controls.import.submit.success": "La importació ha començat correctament", // "collection.source.controls.import.submit.error": "Something went wrong with initiating the import", - "collection.source.controls.import.submit.error": "Hi ha hagut alguna errada en iniciar la importació", + "collection.source.controls.import.submit.error": "Hi ha hagut alguna errada en iniciar la importació", // "collection.source.controls.import.submit": "Import now", - "collection.source.controls.import.submit": "Importa ara", + "collection.source.controls.import.submit": "Importa ara", // "collection.source.controls.import.running": "Importing...", - "collection.source.controls.import.running": "Important...", + "collection.source.controls.import.running": "Important...", // "collection.source.controls.import.failed": "An error occurred during the import", - "collection.source.controls.import.failed": "S'ha produït un error durant la importació", + "collection.source.controls.import.failed": "S'ha produït un error durant la importació", // "collection.source.controls.import.completed": "The import completed", - "collection.source.controls.import.completed": "La importació ha finalitzat", + "collection.source.controls.import.completed": "La importació ha finalitzat", // "collection.source.controls.reset.submit.success": "The reset and reimport has been successfully initiated", - "collection.source.controls.reset.submit.success": "La restauració i reimportació ha començat correctament", + "collection.source.controls.reset.submit.success": "La restauració i reimportació ha començat correctament", // "collection.source.controls.reset.submit.error": "Something went wrong with initiating the reset and reimport", - "collection.source.controls.reset.submit.error": "S'ha produït un error en iniciar la restauració i reimportació", + "collection.source.controls.reset.submit.error": "S'ha produït un error en iniciar la restauració i reimportació", // "collection.source.controls.reset.failed": "An error occurred during the reset and reimport", - "collection.source.controls.reset.failed": "S'ha produït un error en la restauració i reimportació", + "collection.source.controls.reset.failed": "S'ha produït un error en la restauració i reimportació", // "collection.source.controls.reset.completed": "The reset and reimport completed", - "collection.source.controls.reset.completed": "Restauració i reimportació finalitzades", + "collection.source.controls.reset.completed": "Restauració i reimportació finalitzades", // "collection.source.controls.reset.submit": "Reset and reimport", - "collection.source.controls.reset.submit": "Restauració i reimportació", + "collection.source.controls.reset.submit": "Restauració i reimportació", // "collection.source.controls.reset.running": "Resetting and reimporting...", - "collection.source.controls.reset.running": "Restaurant i reimportant...", + "collection.source.controls.reset.running": "Restaurant i reimportant...", // "collection.source.controls.harvest.status": "Harvest status:", - "collection.source.controls.harvest.status": "Estat de la Recol·lecció:", + "collection.source.controls.harvest.status": "Estat de la Recol·lecció:", // "collection.source.controls.harvest.start": "Harvest start time:", - "collection.source.controls.harvest.start": "Inici de la recol·lecció:", + "collection.source.controls.harvest.start": "Inici de la recol·lecció:", // "collection.source.controls.harvest.last": "Last time harvested:", - "collection.source.controls.harvest.last": "Data de la darrera recol·lecció:", + "collection.source.controls.harvest.last": "Data de la darrera recol·lecció:", // "collection.source.controls.harvest.message": "Harvest info:", - "collection.source.controls.harvest.message": "Informació de recol·lecció:", + "collection.source.controls.harvest.message": "Informació de recol·lecció:", // "collection.source.controls.harvest.no-information": "N/A", - "collection.source.controls.harvest.no-information": "N/A", + "collection.source.controls.harvest.no-information": "N/A", // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", - "collection.source.update.notifications.error.content": "La configuració proporcionada s'ha provat i no ha funcionat.", + "collection.source.update.notifications.error.content": "La configuració proporcionada s'ha provat i no ha funcionat.", // "collection.source.update.notifications.error.title": "Server Error", - "collection.source.update.notifications.error.title": "Error del servidor", + "collection.source.update.notifications.error.title": "Error del servidor", // "communityList.breadcrumbs": "Community List", - "communityList.breadcrumbs": "Llista de comunitats", + "communityList.breadcrumbs": "Llista de comunitats", // "communityList.tabTitle": "Community List", - "communityList.tabTitle": "Llista de comunitats", + "communityList.tabTitle": "Llista de comunitats", // "communityList.title": "List of Communities", - "communityList.title": "Llista de comunitats", + "communityList.title": "Llista de comunitats", // "communityList.showMore": "Show More", - "communityList.showMore": "Mostrar més", + "communityList.showMore": "Mostrar més", // "community.create.head": "Create a Community", - "community.create.head": "Crear una comunitat", + "community.create.head": "Crear una comunitat", // "community.create.notifications.success": "Successfully created the Community", - "community.create.notifications.success": "Comunitat creada amb èxit", + "community.create.notifications.success": "Comunitat creada amb èxit", // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", - "community.create.sub-head": "Crear una subcomunitat per a la comunitat {{ parent }}", + "community.create.sub-head": "Crear una subcomunitat per a la comunitat {{ parent }}", // "community.curate.header": "Curate Community: {{community}}", - "community.curate.header": "Curar comunitat: {{ community }}", + "community.curate.header": "Curar comunitat: {{ community }}", // "community.delete.cancel": "Cancel", - "community.delete.cancel": "Cancel·lar", + "community.delete.cancel": "Cancel·lar", // "community.delete.confirm": "Confirm", - "community.delete.confirm": "Confirmar", + "community.delete.confirm": "Confirmar", // "community.delete.processing": "Deleting...", - "community.delete.processing": "Eliminant...", + "community.delete.processing": "Eliminant...", // "community.delete.head": "Delete Community", - "community.delete.head": "Eliminar comunitat", + "community.delete.head": "Eliminar comunitat", // "community.delete.notification.fail": "Community could not be deleted", - "community.delete.notification.fail": "No s'ha pogut eliminar la comunitat", + "community.delete.notification.fail": "No s'ha pogut eliminar la comunitat", // "community.delete.notification.success": "Successfully deleted community", - "community.delete.notification.success": "Comunitat eliminada amb èxit", + "community.delete.notification.success": "Comunitat eliminada amb èxit", // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", - "community.delete.text": "Esteu segur que voleu suprimir la comunitat \"{{ dso }}\"?", + "community.delete.text": "Esteu segur que voleu suprimir la comunitat \"{{ dso }}\"?", // "community.edit.delete": "Delete this community", - "community.edit.delete": "Eliminar aquesta comunitat", + "community.edit.delete": "Eliminar aquesta comunitat", // "community.edit.head": "Edit Community", - "community.edit.head": "Editar comunitat", + "community.edit.head": "Editar comunitat", // "community.edit.breadcrumbs": "Edit Community", - "community.edit.breadcrumbs": "Editar comunitat", + "community.edit.breadcrumbs": "Editar comunitat", // "community.edit.logo.delete.title": "Delete logo", - "community.edit.logo.delete.title": "Eliminar logo", + "community.edit.logo.delete.title": "Eliminar logo", // "community.edit.logo.delete-undo.title": "Undo delete", - "community.edit.logo.delete-undo.title": "Desfer eliminació", + "community.edit.logo.delete-undo.title": "Desfer eliminació", // "community.edit.logo.label": "Community logo", - "community.edit.logo.label": "Logotip de la comunitat", + "community.edit.logo.label": "Logotip de la comunitat", // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", - "community.edit.logo.notifications.add.error": "Error en carregar el logotip de la comunitat. Verifiqueu el contingut abans de tornar-ho a provar.", + "community.edit.logo.notifications.add.error": "Error en carregar el logotip de la comunitat. Verifiqueu el contingut abans de tornar-ho a provar.", // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", - "community.edit.logo.notifications.add.success": "Logotip de la comunitat pujat correctament.", + "community.edit.logo.notifications.add.success": "Logotip de la comunitat pujat correctament.", // "community.edit.logo.notifications.delete.success.title": "Logo deleted", - "community.edit.logo.notifications.delete.success.title": "Logotip eliminat", + "community.edit.logo.notifications.delete.success.title": "Logotip eliminat", // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", - "community.edit.logo.notifications.delete.success.content": "S'ha eliminat correctament el logotip de la comunitat.", + "community.edit.logo.notifications.delete.success.content": "S'ha eliminat correctament el logotip de la comunitat.", // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", - "community.edit.logo.notifications.delete.error.title": "Error en eliminar el logotip", + "community.edit.logo.notifications.delete.error.title": "Error en eliminar el logotip", // "community.edit.logo.upload": "Drop a Community Logo to upload", - "community.edit.logo.upload": "Deixeu anar un logotip de la comunitat per carregar", + "community.edit.logo.upload": "Deixeu anar un logotip de la comunitat per carregar", // "community.edit.notifications.success": "Successfully edited the Community", - "community.edit.notifications.success": "Comunitat editada amb èxit", + "community.edit.notifications.success": "Comunitat editada amb èxit", // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - "community.edit.notifications.unauthorized": "No tens privilegis per fer aquest canvi", + "community.edit.notifications.unauthorized": "No tens privilegis per fer aquest canvi", // "community.edit.notifications.error": "An error occured while editing the Community", - "community.edit.notifications.error": "S'ha produït un error en editar la comunitat.", + "community.edit.notifications.error": "S'ha produït un error en editar la comunitat.", // "community.edit.return": "Back", - "community.edit.return": "Enrere", + "community.edit.return": "Enrere", // "community.edit.tabs.curate.head": "Curate", - "community.edit.tabs.curate.head": "Curar", + "community.edit.tabs.curate.head": "Curar", // "community.edit.tabs.curate.title": "Community Edit - Curate", - "community.edit.tabs.curate.title": "Edició de la comunitat - Curar", + "community.edit.tabs.curate.title": "Edició de la comunitat - Curar", // "community.edit.tabs.metadata.head": "Edit Metadata", - "community.edit.tabs.metadata.head": "Editar metadades", + "community.edit.tabs.metadata.head": "Editar metadades", // "community.edit.tabs.metadata.title": "Community Edit - Metadata", - "community.edit.tabs.metadata.title": "Edició de la comunitat: metadades", + "community.edit.tabs.metadata.title": "Edició de la comunitat: metadades", // "community.edit.tabs.roles.head": "Assign Roles", - "community.edit.tabs.roles.head": "Assignar rols", + "community.edit.tabs.roles.head": "Assignar rols", // "community.edit.tabs.roles.title": "Community Edit - Roles", - "community.edit.tabs.roles.title": "Edició de la comunitat: funcions", + "community.edit.tabs.roles.title": "Edició de la comunitat: funcions", // "community.edit.tabs.authorizations.head": "Authorizations", - "community.edit.tabs.authorizations.head": "Autoritzacions", + "community.edit.tabs.authorizations.head": "Autoritzacions", // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - "community.edit.tabs.authorizations.title": "Edició de la comunitat: autoritzacions", + "community.edit.tabs.authorizations.title": "Edició de la comunitat: autoritzacions", // "community.listelement.badge": "Community", - "community.listelement.badge": "Comunitat", + "community.listelement.badge": "Comunitat", // "comcol-role.edit.no-group": "None", - "comcol-role.edit.no-group": "Cap", + "comcol-role.edit.no-group": "Cap", // "comcol-role.edit.create": "Create", - "comcol-role.edit.create": "Crear", + "comcol-role.edit.create": "Crear", // "comcol-role.edit.create.error.title": "Failed to create a group for the '{{ role }}' role", - "comcol-role.edit.create.error.title": "Error en crear un grup per al rol '{{ role }}'", + "comcol-role.edit.create.error.title": "Error en crear un grup per al rol '{{ role }}'", // "comcol-role.edit.restrict": "Restrict", - "comcol-role.edit.restrict": "Restringir", + "comcol-role.edit.restrict": "Restringir", // "comcol-role.edit.delete": "Delete", - "comcol-role.edit.delete": "Esborrar", + "comcol-role.edit.delete": "Esborrar", // "comcol-role.edit.delete.error.title": "Failed to delete the '{{ role }}' role's group", - "comcol-role.edit.delete.error.title": "Error en esborrar el grup del rol '{{ role }}'", + "comcol-role.edit.delete.error.title": "Error en esborrar el grup del rol '{{ role }}'", // "comcol-role.edit.community-admin.name": "Administrators", - "comcol-role.edit.community-admin.name": "Administradors", + "comcol-role.edit.community-admin.name": "Administradors", // "comcol-role.edit.collection-admin.name": "Administrators", - "comcol-role.edit.collection-admin.name": "Administradors", + "comcol-role.edit.collection-admin.name": "Administradors", // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - "comcol-role.edit.community-admin.description": "Els administradors de la comunitat poden crear subcomunitats o col·leccions i gestionar o assignar la gestió per a aquestes subcomunitats o col·leccions. A més, decideixen qui pot enviar ítems a les subcol·leccions, editar les metadades de l'ítem (un cop publicats) i afegir (mapejar) ítems existents d'altres col·leccions (subjecte a autorització).", + "comcol-role.edit.community-admin.description": "Els administradors de la comunitat poden crear subcomunitats o col·leccions i gestionar o assignar la gestió per a aquestes subcomunitats o col·leccions. A més, decideixen qui pot enviar ítems a les subcol·leccions, editar les metadades de l'ítem (un cop publicats) i afegir (mapejar) ítems existents d'altres col·leccions (subjecte a autorització).", // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - "comcol-role.edit.collection-admin.description": "Els administradors de la col·lecció decideixen qui pot enviar ítems a la col·lecció, editar les metadades de l'ítem (un cop publicats) i afegir (mapejar) ítems existents d'altres col·leccions a aquesta col·lecció (subjecte a autorització).", + "comcol-role.edit.collection-admin.description": "Els administradors de la col·lecció decideixen qui pot enviar ítems a la col·lecció, editar les metadades de l'ítem (un cop publicats) i afegir (mapejar) ítems existents d'altres col·leccions a aquesta col·lecció (subjecte a autorització).", // "comcol-role.edit.submitters.name": "Submitters", - "comcol-role.edit.submitters.name": "Remitents", + "comcol-role.edit.submitters.name": "Remitents", // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - "comcol-role.edit.submitters.description": "Els Usuaris i Grups que tenen permís per enviar nous ítems a aquesta col·lecció.", + "comcol-role.edit.submitters.description": "Els Usuaris i Grups que tenen permís per enviar nous ítems a aquesta col·lecció.", // "comcol-role.edit.item_read.name": "Default item read access", - "comcol-role.edit.item_read.name": "Accés de lectura predeterminat de l'ítem", + "comcol-role.edit.item_read.name": "Accés de lectura predeterminat de l'ítem", // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", - "comcol-role.edit.item_read.description": "Usuaris i Grups que poden llegir nous ítems enviats a aquesta col·lecció. Els canvis en aquest rol no són retroactius. Els ítems existents al sistema encara seran visibles per a aquells que tenien accés de lectura en el moment de la seva addició.", + "comcol-role.edit.item_read.description": "Usuaris i Grups que poden llegir nous ítems enviats a aquesta col·lecció. Els canvis en aquest rol no són retroactius. Els ítems existents al sistema encara seran visibles per a aquells que tenien accés de lectura en el moment de la seva addició.", // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", - "comcol-role.edit.item_read.anonymous-group": "La lectura predeterminada per als ítems entrants està configurada actualment com a Anònim.", + "comcol-role.edit.item_read.anonymous-group": "La lectura predeterminada per als ítems entrants està configurada actualment com a Anònim.", // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", - "comcol-role.edit.bitstream_read.name": "Accés de lectura per defecte de fitxers", + "comcol-role.edit.bitstream_read.name": "Accés de lectura per defecte de fitxers", // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - "comcol-role.edit.bitstream_read.description": "Els administradors de la comunitat poden crear subcomunitats o col·leccions i gestionar o assignar la gestió per a aquestes subcomunitats o col·leccions. A més, decideixen qui pot enviar ítems a les subcol·leccions, editar les metadades de l'ítem (un cop publicats) i afegir (mapejar) ítems existents d'altres col·leccions (subjecte a autorització).", + "comcol-role.edit.bitstream_read.description": "Els administradors de la comunitat poden crear subcomunitats o col·leccions i gestionar o assignar la gestió per a aquestes subcomunitats o col·leccions. A més, decideixen qui pot enviar ítems a les subcol·leccions, editar les metadades de l'ítem (un cop publicats) i afegir (mapejar) ítems existents d'altres col·leccions (subjecte a autorització).", // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", - "comcol-role.edit.bitstream_read.anonymous-group": "La lectura predeterminada per als fitxers entrants s'estableix actualment a Anònim.", + "comcol-role.edit.bitstream_read.anonymous-group": "La lectura predeterminada per als fitxers entrants s'estableix actualment a Anònim.", // "comcol-role.edit.editor.name": "Editors", - "comcol-role.edit.editor.name": "Editors", + "comcol-role.edit.editor.name": "Editors", // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", - "comcol-role.edit.editor.description": "Els editors poden editar les metadades dels enviaments entrants i després acceptar-los o rebutjar-los.", + "comcol-role.edit.editor.description": "Els editors poden editar les metadades dels enviaments entrants i després acceptar-los o rebutjar-los.", // "comcol-role.edit.finaleditor.name": "Final editors", - "comcol-role.edit.finaleditor.name": "Editors finals", + "comcol-role.edit.finaleditor.name": "Editors finals", // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", - "comcol-role.edit.finaleditor.description": "Els editors finals poden editar les metadades dels enviaments entrants, però no els poden rebutjar.", + "comcol-role.edit.finaleditor.description": "Els editors finals poden editar les metadades dels enviaments entrants, però no els poden rebutjar.", // "comcol-role.edit.reviewer.name": "Reviewers", - "comcol-role.edit.reviewer.name": "Revisors", + "comcol-role.edit.reviewer.name": "Revisors", // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", - "comcol-role.edit.reviewer.description": "Els revisors poden acceptar o rebutjar enviaments entrants. No obstant això, no poden editar les metadades de l'enviament.", + "comcol-role.edit.reviewer.description": "Els revisors poden acceptar o rebutjar enviaments entrants. No obstant això, no poden editar les metadades de l'enviament.", // "community.form.abstract": "Short Description", - "community.form.abstract": "Breu descripció", + "community.form.abstract": "Breu descripció", // "community.form.description": "Introductory text (HTML)", - "community.form.description": "Text introductori (HTML)", + "community.form.description": "Text introductori (HTML)", // "community.form.errors.title.required": "Please enter a community name", - "community.form.errors.title.required": "Introduïu un nom de comunitat", + "community.form.errors.title.required": "Introduïu un nom de comunitat", // "community.form.rights": "Copyright text (HTML)", - "community.form.rights": "Text de copyright (HTML)", + "community.form.rights": "Text de copyright (HTML)", // "community.form.tableofcontents": "News (HTML)", - "community.form.tableofcontents": "Notícies (HTML)", + "community.form.tableofcontents": "Notícies (HTML)", // "community.form.title": "Name", - "community.form.title": "Nom", + "community.form.title": "Nom", // "community.page.edit": "Edit this community", - "community.page.edit": "Editar aquesta comunitat", + "community.page.edit": "Editar aquesta comunitat", // "community.page.handle": "Permanent URI for this community", - "community.page.handle": "URI permanent per a aquesta comunitat", + "community.page.handle": "URI permanent per a aquesta comunitat", // "community.page.license": "License", - "community.page.license": "Llicència", + "community.page.license": "Llicència", // "community.page.news": "News", - "community.page.news": "Notícies", + "community.page.news": "Notícies", // "community.all-lists.head": "Subcommunities and Collections", - "community.all-lists.head": "Subcomunitats i col·leccions", + "community.all-lists.head": "Subcomunitats i col·leccions", // "community.sub-collection-list.head": "Collections of this Community", - "community.sub-collection-list.head": "Col·leccions d'aquesta comunitat", + "community.sub-collection-list.head": "Col·leccions d'aquesta comunitat", // "community.sub-community-list.head": "Communities of this Community", - "community.sub-community-list.head": "Comunitats d'aquesta comunitat", + "community.sub-community-list.head": "Comunitats d'aquesta comunitat", // "cookies.consent.accept-all": "Accept all", - "cookies.consent.accept-all": "Acceptar tot", + "cookies.consent.accept-all": "Acceptar tot", // "cookies.consent.accept-selected": "Accept selected", - "cookies.consent.accept-selected": "Acceptar selecció", + "cookies.consent.accept-selected": "Acceptar selecció", // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", - "cookies.consent.app.opt-out.description": "Aquesta aplicació es carrega per defecte (però podeu optar per sortir)", + "cookies.consent.app.opt-out.description": "Aquesta aplicació es carrega per defecte (però podeu optar per sortir)", // "cookies.consent.app.opt-out.title": "(opt-out)", - "cookies.consent.app.opt-out.title": "(optar per sortir)", + "cookies.consent.app.opt-out.title": "(optar per sortir)", // "cookies.consent.app.purpose": "purpose", - "cookies.consent.app.purpose": "objectiu", + "cookies.consent.app.purpose": "objectiu", // "cookies.consent.app.required.description": "This application is always required", - "cookies.consent.app.required.description": "Aquesta aplicació sempre és necessària", + "cookies.consent.app.required.description": "Aquesta aplicació sempre és necessària", // "cookies.consent.app.required.title": "(always required)", - "cookies.consent.app.required.title": "(sempre requerit)", + "cookies.consent.app.required.title": "(sempre requerit)", // "cookies.consent.app.disable-all.description": "Use this switch to enable or disable all services.", "cookies.consent.app.disable-all.description": "Utilitzeu aquest camp per activar o desactivar tots els serveis.", @@ -1836,13 +1836,13 @@ "cookies.consent.app.disable-all.title": "Activar o desactivar tots els serveis", // "cookies.consent.update": "There were changes since your last visit, please update your consent.", - "cookies.consent.update": "Hi ha hagut canvis des de la darrera visita, si us plau, actualitzeu el vostre consentiment.", + "cookies.consent.update": "Hi ha hagut canvis des de la darrera visita, si us plau, actualitzeu el vostre consentiment.", // "cookies.consent.close": "Close", - "cookies.consent.close": "Tancar", + "cookies.consent.close": "Tancar", // "cookies.consent.decline": "Decline", - "cookies.consent.decline": "Declinar", + "cookies.consent.decline": "Declinar", // "cookies.consent.ok": "That's ok", "cookies.consent.ok": "D'acord", @@ -1857,22 +1857,22 @@ "cookies.consent.content-notice.description": "Recopilem i processem la vostra informació personal amb les finalitats següents: Autenticació, Preferències, Reconeixement i Estadístiques.
Per obtenir més informació, llegiu la nostra {privacyPolicy}.", // "cookies.consent.content-notice.description.no-privacy": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.", - "cookies.consent.content-notice.description.no-privacy": "Recopilem i processem la vostra informació personal per als següents propòsits: Autenticació, Preferències, Reconeixement i Estadístiques.", + "cookies.consent.content-notice.description.no-privacy": "Recopilem i processem la vostra informació personal per als següents propòsits: Autenticació, Preferències, Reconeixement i Estadístiques.", // "cookies.consent.content-notice.learnMore": "Customize", - "cookies.consent.content-notice.learnMore": "Personalitzar", + "cookies.consent.content-notice.learnMore": "Personalitzar", // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", - "cookies.consent.content-modal.description": "Aquí podeu veure i personalitzar la informació que recopilem sobre vostè.", + "cookies.consent.content-modal.description": "Aquí podeu veure i personalitzar la informació que recopilem sobre vostè.", // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - "cookies.consent.content-modal.privacy-policy.name": "política de privacitat", + "cookies.consent.content-modal.privacy-policy.name": "política de privacitat", // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", - "cookies.consent.content-modal.privacy-policy.text": "Per a més informació, llegiu si us plau la nostra {privacyPolicy}.", + "cookies.consent.content-modal.privacy-policy.text": "Per a més informació, llegiu si us plau la nostra {privacyPolicy}.", // "cookies.consent.content-modal.title": "Information that we collect", - "cookies.consent.content-modal.title": "Informació que recopilem", + "cookies.consent.content-modal.title": "Informació que recopilem", // "cookies.consent.content-modal.services": "services", "cookies.consent.content-modal.services": "serveis", @@ -1881,75 +1881,75 @@ "cookies.consent.content-modal.service": "servei", // "cookies.consent.app.title.authentication": "Authentication", - "cookies.consent.app.title.authentication": "Autenticació", + "cookies.consent.app.title.authentication": "Autenticació", // "cookies.consent.app.description.authentication": "Required for signing you in", - "cookies.consent.app.description.authentication": "Requerit per iniciar sessió", + "cookies.consent.app.description.authentication": "Requerit per iniciar sessió", // "cookies.consent.app.title.preferences": "Preferences", - "cookies.consent.app.title.preferences": "Preferències", + "cookies.consent.app.title.preferences": "Preferències", // "cookies.consent.app.description.preferences": "Required for saving your preferences", - "cookies.consent.app.description.preferences": "Requerit per desar les vostres preferències", + "cookies.consent.app.description.preferences": "Requerit per desar les vostres preferències", // "cookies.consent.app.title.acknowledgement": "Acknowledgement", - "cookies.consent.app.title.acknowledgement": "Reconeixement", + "cookies.consent.app.title.acknowledgement": "Reconeixement", // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", - "cookies.consent.app.description.acknowledgement": "Requerit per guardar els seus reconeixements i consentiments", + "cookies.consent.app.description.acknowledgement": "Requerit per guardar els seus reconeixements i consentiments", // "cookies.consent.app.title.google-analytics": "Google Analytics", - "cookies.consent.app.title.google-analytics": "Google Analytics", + "cookies.consent.app.title.google-analytics": "Google Analytics", // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", - "cookies.consent.app.description.google-analytics": "Ens permet rastrejar dades estadístiques", + "cookies.consent.app.description.google-analytics": "Ens permet rastrejar dades estadístiques", // "cookies.consent.app.title.google-recaptcha": "Google reCaptcha", - "cookies.consent.app.title.google-recaptcha": "Google reCaptcha", + "cookies.consent.app.title.google-recaptcha": "Google reCaptcha", // "cookies.consent.app.description.google-recaptcha": "We use google reCAPTCHA service during registration and password recovery", - "cookies.consent.app.description.google-recaptcha": "Utilitzem el servei google reCAPTCHA durant el registre i la recuperació de contrasenya", + "cookies.consent.app.description.google-recaptcha": "Utilitzem el servei google reCAPTCHA durant el registre i la recuperació de contrasenya", // "cookies.consent.purpose.functional": "Functional", - "cookies.consent.purpose.functional": "Funcional", + "cookies.consent.purpose.functional": "Funcional", // "cookies.consent.purpose.statistical": "Statistical", - "cookies.consent.purpose.statistical": "Estadístic", + "cookies.consent.purpose.statistical": "Estadístic", // "cookies.consent.purpose.registration-password-recovery": "Registration and Password recovery", - "cookies.consent.purpose.registration-password-recovery": "Registre i recuperació de contrasenya", + "cookies.consent.purpose.registration-password-recovery": "Registre i recuperació de contrasenya", // "cookies.consent.purpose.sharing": "Sharing", - "cookies.consent.purpose.sharing": "Compartició", + "cookies.consent.purpose.sharing": "Compartició", // "curation-task.task.citationpage.label": "Generate Citation Page", - "curation-task.task.citationpage.label": "Generar pàgina de cita", + "curation-task.task.citationpage.label": "Generar pàgina de cita", // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Comprovar enllaços a metadades", + "curation-task.task.checklinks.label": "Comprovar enllaços a metadades", // "curation-task.task.noop.label": "NOOP", - "curation-task.task.noop.label": "NOOP", + "curation-task.task.noop.label": "NOOP", // "curation-task.task.profileformats.label": "Profile Bitstream Formats", - "curation-task.task.profileformats.label": "Perfil de formats de fitxer", + "curation-task.task.profileformats.label": "Perfil de formats de fitxer", // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", - "curation-task.task.requiredmetadata.label": "Comprovar les metadades obligatòries", + "curation-task.task.requiredmetadata.label": "Comprovar les metadades obligatòries", // "curation-task.task.translate.label": "Microsoft Translator", - "curation-task.task.translate.label": "Traductor de Microsoft", + "curation-task.task.translate.label": "Traductor de Microsoft", // "curation-task.task.vscan.label": "Virus Scan", - "curation-task.task.vscan.label": "Comprovacio de virus", + "curation-task.task.vscan.label": "Comprovacio de virus", // "curation-task.task.registerdoi.label": "Register DOI", "curation-task.task.registerdoi.label": "Registrar DOI", @@ -1957,5196 +1957,5196 @@ // "curation.form.task-select.label": "Task:", - "curation.form.task-select.label": "Tasca:", + "curation.form.task-select.label": "Tasca:", // "curation.form.submit": "Start", - "curation.form.submit": "Iniciar", + "curation.form.submit": "Iniciar", // "curation.form.submit.success.head": "The curation task has been started successfully", - "curation.form.submit.success.head": "La tasca de curació s'ha iniciat amb èxit.", + "curation.form.submit.success.head": "La tasca de curació s'ha iniciat amb èxit.", // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", - "curation.form.submit.success.content": "Serà redirigit a la pàgina del procés corresponent.", + "curation.form.submit.success.content": "Serà redirigit a la pàgina del procés corresponent.", // "curation.form.submit.error.head": "Running the curation task failed", - "curation.form.submit.error.head": "Error en executar la tasca de curació", + "curation.form.submit.error.head": "Error en executar la tasca de curació", // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", - "curation.form.submit.error.content": "S'ha produït un error en intentar iniciar la tasca de curació.", + "curation.form.submit.error.content": "S'ha produït un error en intentar iniciar la tasca de curació.", // "curation.form.submit.error.invalid-handle": "Couldn't determine the handle for this object", - "curation.form.submit.error.invalid-handle": "No s'ha pogut determinar l'handle d'aquest objecte", + "curation.form.submit.error.invalid-handle": "No s'ha pogut determinar l'handle d'aquest objecte", // "curation.form.handle.label": "Handle:", - "curation.form.handle.label": "Handle:", + "curation.form.handle.label": "Handle:", // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", - "curation.form.handle.hint": "Suggeriment: Introduïu [el-vostre-prefix-handle]/0 per executar una tasca en tota la instal·lació (no totes les tasques permeten aquesta opció)", + "curation.form.handle.hint": "Suggeriment: Introduïu [el-vostre-prefix-handle]/0 per executar una tasca en tota la instal·lació (no totes les tasques permeten aquesta opció)", // "deny-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I regret to inform you that it's not possible to send you a copy of the file(s) you have requested, concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>", - "deny-request-copy.email.message": "Estimat {{ recipientName }},\nEn resposta a la vostra sol·licitud, lamento informar-vos que no és possible enviar-vos una còpia dels fitxers que heu sol·licitat, en relació amb el document: \"{{ itemUrl }}\" ({{ itemName }}), del qual sóc autor.\n\nSalutacions cordials,\n{{ authorName }} <{{ authorEmail }}>", + "deny-request-copy.email.message": "Estimat {{ recipientName }},\nEn resposta a la vostra sol·licitud, lamento informar-vos que no és possible enviar-vos una còpia dels fitxers que heu sol·licitat, en relació amb el document: \"{{ itemUrl }}\" ({{ itemName }}), del qual sóc autor.\n\nSalutacions cordials,\n{{ authorName }} <{{ authorEmail }}>", // "deny-request-copy.email.subject": "Request copy of document", - "deny-request-copy.email.subject": "Sol·licitar una còpia del document", + "deny-request-copy.email.subject": "Sol·licitar una còpia del document", // "deny-request-copy.error": "An error occurred", - "deny-request-copy.error": "S'ha produit un error", + "deny-request-copy.error": "S'ha produit un error", // "deny-request-copy.header": "Deny document copy request", - "deny-request-copy.header": "Denegar còpia del document", + "deny-request-copy.header": "Denegar còpia del document", // "deny-request-copy.intro": "This message will be sent to the applicant of the request", - "deny-request-copy.intro": "Aquest és el text que serà enviat al sol·licitant.", + "deny-request-copy.intro": "Aquest és el text que serà enviat al sol·licitant.", // "deny-request-copy.success": "Successfully denied item request", - "deny-request-copy.success": "Sol·licitud de còpia de document denegada", + "deny-request-copy.success": "Sol·licitud de còpia de document denegada", // "dso.name.untitled": "Untitled", - "dso.name.untitled": "Sense títol", + "dso.name.untitled": "Sense títol", // "dso-selector.create.collection.head": "New collection", - "dso-selector.create.collection.head": "Nova col·lecció", + "dso-selector.create.collection.head": "Nova col·lecció", // "dso-selector.create.collection.sub-level": "Create a new collection in", - "dso-selector.create.collection.sub-level": "Crea una nova col·lecció a", + "dso-selector.create.collection.sub-level": "Crea una nova col·lecció a", // "dso-selector.create.community.head": "New community", - "dso-selector.create.community.head": "Nova comunitat", + "dso-selector.create.community.head": "Nova comunitat", // "dso-selector.create.community.or-divider": "or", "dso-selector.create.community.or-divider": "o", // "dso-selector.create.community.sub-level": "Create a new community in", - "dso-selector.create.community.sub-level": "Crea una nova comunitat a", + "dso-selector.create.community.sub-level": "Crea una nova comunitat a", // "dso-selector.create.community.top-level": "Create a new top-level community", - "dso-selector.create.community.top-level": "Crea una nova comunitat de primer nivell", + "dso-selector.create.community.top-level": "Crea una nova comunitat de primer nivell", // "dso-selector.create.item.head": "New item", - "dso-selector.create.item.head": "Nou ítem", + "dso-selector.create.item.head": "Nou ítem", // "dso-selector.create.item.sub-level": "Create a new item in", - "dso-selector.create.item.sub-level": "Crea un nou ítem a", + "dso-selector.create.item.sub-level": "Crea un nou ítem a", // "dso-selector.create.submission.head": "New submission", - "dso-selector.create.submission.head": "Nou enviament", + "dso-selector.create.submission.head": "Nou enviament", // "dso-selector.edit.collection.head": "Edit collection", - "dso-selector.edit.collection.head": "Editar col·lecció", + "dso-selector.edit.collection.head": "Editar col·lecció", // "dso-selector.edit.community.head": "Edit community", - "dso-selector.edit.community.head": "Editar comunitat", + "dso-selector.edit.community.head": "Editar comunitat", // "dso-selector.edit.item.head": "Edit item", - "dso-selector.edit.item.head": "Editar ítem", + "dso-selector.edit.item.head": "Editar ítem", // "dso-selector.error.title": "An error occurred searching for a {{ type }}", - "dso-selector.error.title": "S'ha produït un error en cercar un {{ type }}", + "dso-selector.error.title": "S'ha produït un error en cercar un {{ type }}", // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - "dso-selector.export-metadata.dspaceobject.head": "Exportar metadades des de", + "dso-selector.export-metadata.dspaceobject.head": "Exportar metadades des de", // "dso-selector.export-batch.dspaceobject.head": "Export Batch (ZIP) from", - "dso-selector.export-batch.dspaceobject.head": "Exportar fitxer per lots (ZIP) des de", + "dso-selector.export-batch.dspaceobject.head": "Exportar fitxer per lots (ZIP) des de", // "dso-selector.import-batch.dspaceobject.head": "Import batch from", - "dso-selector.import-batch.dspaceobject.head": "Importar fitxer per lots des de", + "dso-selector.import-batch.dspaceobject.head": "Importar fitxer per lots des de", // "dso-selector.no-results": "No {{ type }} found", - "dso-selector.no-results": "No s'ha trobat {{ type }}", + "dso-selector.no-results": "No s'ha trobat {{ type }}", // "dso-selector.placeholder": "Search for a {{ type }}", - "dso-selector.placeholder": "Cerca un/a {{ type }}", + "dso-selector.placeholder": "Cerca un/a {{ type }}", // "dso-selector.select.collection.head": "Select a collection", - "dso-selector.select.collection.head": "Seleccionar una col·lecció", + "dso-selector.select.collection.head": "Seleccionar una col·lecció", // "dso-selector.set-scope.community.head": "Select a search scope", - "dso-selector.set-scope.community.head": "Seleccionar un àmbit de cerca", + "dso-selector.set-scope.community.head": "Seleccionar un àmbit de cerca", // "dso-selector.set-scope.community.button": "Search all of DSpace", - "dso-selector.set-scope.community.button": "Cercar a tot DSpace", + "dso-selector.set-scope.community.button": "Cercar a tot DSpace", // "dso-selector.set-scope.community.or-divider": "or", "dso-selector.set-scope.community.or-divider": "o", // "dso-selector.set-scope.community.input-header": "Search for a community or collection", - "dso-selector.set-scope.community.input-header": "Cerca una comunitat o una col·lecció", + "dso-selector.set-scope.community.input-header": "Cerca una comunitat o una col·lecció", // "dso-selector.claim.item.head": "Profile tips", - "dso-selector.claim.item.head": "Suggeriments de perfil", + "dso-selector.claim.item.head": "Suggeriments de perfil", // "dso-selector.claim.item.body": "These are existing profiles that may be related to you. If you recognize yourself in one of these profiles, select it and on the detail page, among the options, choose to claim it. Otherwise you can create a new profile from scratch using the button below.", - "dso-selector.claim.item.body": "Hi ha perfils que podrien estar relacionats amb vostè. Si es veu reflectit en un d'ells, seleccioneu-lo i a la pàgina de detalls, escolliu l'opció de reclamar-lo. Opcionalment, podeu crear un nou perfil des de zero amb el botó inferior.", + "dso-selector.claim.item.body": "Hi ha perfils que podrien estar relacionats amb vostè. Si es veu reflectit en un d'ells, seleccioneu-lo i a la pàgina de detalls, escolliu l'opció de reclamar-lo. Opcionalment, podeu crear un nou perfil des de zero amb el botó inferior.", // "dso-selector.claim.item.not-mine-label": "None of these are mine", - "dso-selector.claim.item.not-mine-label": "Cap d'aquests és meu", + "dso-selector.claim.item.not-mine-label": "Cap d'aquests és meu", // "dso-selector.claim.item.create-from-scratch": "Create a new one", - "dso-selector.claim.item.create-from-scratch": "Crear-ne un de nou", + "dso-selector.claim.item.create-from-scratch": "Crear-ne un de nou", // "dso-selector.results-could-not-be-retrieved": "Something went wrong, please refresh again ↻", "dso-selector.results-could-not-be-retrieved": "S'ha produït un error, si us plau, actualitzeu de nou ↻", // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - "confirmation-modal.export-metadata.header": "Exporta metadades per a {{ dsoName }}", + "confirmation-modal.export-metadata.header": "Exporta metadades per a {{ dsoName }}", // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", - "confirmation-modal.export-metadata.info": "Esteu segur que voleu exportar metadades per a {{ dsoName }}?", + "confirmation-modal.export-metadata.info": "Esteu segur que voleu exportar metadades per a {{ dsoName }}?", // "confirmation-modal.export-metadata.cancel": "Cancel", - "confirmation-modal.export-metadata.cancel": "Cancel·lar", + "confirmation-modal.export-metadata.cancel": "Cancel·lar", // "confirmation-modal.export-metadata.confirm": "Export", - "confirmation-modal.export-metadata.confirm": "Exporta", + "confirmation-modal.export-metadata.confirm": "Exporta", // "confirmation-modal.export-batch.header": "Export batch (ZIP) for {{ dsoName }}", - "confirmation-modal.export-batch.header": "Exportar fitxer per lots (ZIP) per a {{ dsoName }}", + "confirmation-modal.export-batch.header": "Exportar fitxer per lots (ZIP) per a {{ dsoName }}", // "confirmation-modal.export-batch.info": "Are you sure you want to export batch (ZIP) for {{ dsoName }}", - "confirmation-modal.export-batch.info": "Esteu segur que voleu exportar un fitxer per lots (ZIP) per a {{ dsoName }}?", + "confirmation-modal.export-batch.info": "Esteu segur que voleu exportar un fitxer per lots (ZIP) per a {{ dsoName }}?", // "confirmation-modal.export-batch.cancel": "Cancel", - "confirmation-modal.export-batch.cancel": "Cancel·lar", + "confirmation-modal.export-batch.cancel": "Cancel·lar", // "confirmation-modal.export-batch.confirm": "Export", - "confirmation-modal.export-batch.confirm": "Exportar", + "confirmation-modal.export-batch.confirm": "Exportar", // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", - "confirmation-modal.delete-eperson.header": "Esborrar usuari \"{{ dsoName }}\"", + "confirmation-modal.delete-eperson.header": "Esborrar usuari \"{{ dsoName }}\"", // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", - "confirmation-modal.delete-eperson.info": "Esteu segur que voleu eliminar l'usuari \"{{ dsoName }}\"?", + "confirmation-modal.delete-eperson.info": "Esteu segur que voleu eliminar l'usuari \"{{ dsoName }}\"?", // "confirmation-modal.delete-eperson.cancel": "Cancel", - "confirmation-modal.delete-eperson.cancel": "Cancel·lar", + "confirmation-modal.delete-eperson.cancel": "Cancel·lar", // "confirmation-modal.delete-eperson.confirm": "Delete", - "confirmation-modal.delete-eperson.confirm": "Esborrar", + "confirmation-modal.delete-eperson.confirm": "Esborrar", // "confirmation-modal.delete-profile.header": "Delete Profile", - "confirmation-modal.delete-profile.header": "Esborrar Perfil", + "confirmation-modal.delete-profile.header": "Esborrar Perfil", // "confirmation-modal.delete-profile.info": "Are you sure you want to delete your profile", - "confirmation-modal.delete-profile.info": "Esteu segur que voleu suprimir el vostre perfil?", + "confirmation-modal.delete-profile.info": "Esteu segur que voleu suprimir el vostre perfil?", // "confirmation-modal.delete-profile.cancel": "Cancel", - "confirmation-modal.delete-profile.cancel": "Cancel·lar", + "confirmation-modal.delete-profile.cancel": "Cancel·lar", // "confirmation-modal.delete-profile.confirm": "Delete", - "confirmation-modal.delete-profile.confirm": "Esborrar", + "confirmation-modal.delete-profile.confirm": "Esborrar", // "error.bitstream": "Error fetching bitstream", - "error.bitstream": "Error en obtenir el fitxer", + "error.bitstream": "Error en obtenir el fitxer", // "error.browse-by": "Error fetching items", - "error.browse-by": "Error en recuperar ítems", + "error.browse-by": "Error en recuperar ítems", // "error.collection": "Error fetching collection", - "error.collection": "Error en recuperar la col·lecció", + "error.collection": "Error en recuperar la col·lecció", // "error.collections": "Error fetching collections", - "error.collections": "Error en recuperar col·leccions", + "error.collections": "Error en recuperar col·leccions", // "error.community": "Error fetching community", - "error.community": "Error en recuperar la comunitat", + "error.community": "Error en recuperar la comunitat", // "error.identifier": "No item found for the identifier", - "error.identifier": "No s'ha trobat cap ítem amb aquest identificador", + "error.identifier": "No s'ha trobat cap ítem amb aquest identificador", // "error.default": "Error", - "error.default": "Error", + "error.default": "Error", // "error.item": "Error fetching item", - "error.item": "Error en recuperar l'ítem", + "error.item": "Error en recuperar l'ítem", // "error.items": "Error fetching items", - "error.items": "Error en recuperar ítems", + "error.items": "Error en recuperar ítems", // "error.objects": "Error fetching objects", - "error.objects": "Error en recuperar objectes", + "error.objects": "Error en recuperar objectes", // "error.recent-submissions": "Error fetching recent submissions", - "error.recent-submissions": "Error en recuperar els enviaments recents", + "error.recent-submissions": "Error en recuperar els enviaments recents", // "error.search-results": "Error fetching search results", - "error.search-results": "Error en recuperar els resultats de cerca", + "error.search-results": "Error en recuperar els resultats de cerca", // "error.invalid-search-query": "Search query is not valid. Please check Solr query syntax best practices for further information about this error.", - "error.invalid-search-query": "La cerca no és vàlida. Reviseu a la sintaxi de cerques Solr per a més informació sobre aquest error.", + "error.invalid-search-query": "La cerca no és vàlida. Reviseu a la sintaxi de cerques Solr per a més informació sobre aquest error.", // "error.sub-collections": "Error fetching sub-collections", - "error.sub-collections": "Error en recuperar subcol·leccions", + "error.sub-collections": "Error en recuperar subcol·leccions", // "error.sub-communities": "Error fetching sub-communities", - "error.sub-communities": "Error en recuperar subcomunitats", + "error.sub-communities": "Error en recuperar subcomunitats", // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", "error.submission.sections.init-form-error": "S'ha produït un error durant la inicialització de la secció. Comproveu la configuració del formulari d'entrada. Els detalls es mostren a continuació:

", // "error.top-level-communities": "Error fetching top-level communities", - "error.top-level-communities": "Error en recuperar les comunitats de primer nivell", + "error.top-level-communities": "Error en recuperar les comunitats de primer nivell", // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", - "error.validation.license.notgranted": "Ha de concedir aquesta llicència de dipòsit per completar l'enviament. Si no podeu concedir aquesta llicència en aquest moment, podeu desar el vostre treball i tornar més tard o bé eliminar l'enviament.", + "error.validation.license.notgranted": "Ha de concedir aquesta llicència de dipòsit per completar l'enviament. Si no podeu concedir aquesta llicència en aquest moment, podeu desar el vostre treball i tornar més tard o bé eliminar l'enviament.", // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", - "error.validation.pattern": "Aquest camp d'entrada està restringit per aquest patró: {{ pattern }}.", + "error.validation.pattern": "Aquest camp d'entrada està restringit per aquest patró: {{ pattern }}.", // "error.validation.filerequired": "The file upload is mandatory", - "error.validation.filerequired": "La càrrega d'un fitxer és obligatòria", + "error.validation.filerequired": "La càrrega d'un fitxer és obligatòria", // "error.validation.required": "This field is required", - "error.validation.required": "Aquest camp es obligatori", + "error.validation.required": "Aquest camp es obligatori", // "error.validation.NotValidEmail": "This E-mail is not a valid email", - "error.validation.NotValidEmail": "Aquest no és un correu electrònic vàlid", + "error.validation.NotValidEmail": "Aquest no és un correu electrònic vàlid", // "error.validation.emailTaken": "This E-mail is already taken", - "error.validation.emailTaken": "Aquest correu electrònic ja està en ús", + "error.validation.emailTaken": "Aquest correu electrònic ja està en ús", // "error.validation.groupExists": "This group already exists", - "error.validation.groupExists": "Aquest grup ja existeix", + "error.validation.groupExists": "Aquest grup ja existeix", // "feed.description": "Syndication feed", - "feed.description": "Fil de sindicació", + "feed.description": "Fil de sindicació", // "file-section.error.header": "Error obtaining files for this item", - "file-section.error.header": "Error en obtenir els fitxers per a aquest ítem", + "file-section.error.header": "Error en obtenir els fitxers per a aquest ítem", // "footer.copyright": "copyright © 2002-{{ year }}", - "footer.copyright": "copyright © 2002-{{ year }}", + "footer.copyright": "copyright © 2002-{{ year }}", // "footer.link.dspace": "DSpace software", - "footer.link.dspace": "Software DSpace", + "footer.link.dspace": "Software DSpace", // "footer.link.lyrasis": "LYRASIS", - "footer.link.lyrasis": "LYRASIS", + "footer.link.lyrasis": "LYRASIS", // "footer.link.cookies": "Cookie settings", - "footer.link.cookies": "Configuració de cookies", + "footer.link.cookies": "Configuració de cookies", // "footer.link.privacy-policy": "Privacy policy", - "footer.link.privacy-policy": "Política de privadesa", + "footer.link.privacy-policy": "Política de privadesa", // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement": "Acord d'usuari final", + "footer.link.end-user-agreement": "Acord d'usuari final", // "footer.link.feedback":"Send Feedback", - "footer.link.feedback": "Enviar Suggeriments", + "footer.link.feedback": "Enviar Suggeriments", // "forgot-email.form.header": "Forgot Password", - "forgot-email.form.header": "Oblit de contrasenya", + "forgot-email.form.header": "Oblit de contrasenya", // "forgot-email.form.info": "Enter the email address associated with the account.", - "forgot-email.form.info": "Introduïu l'adreça de correu electrònic que vau proporcionar al registrar-vos.", + "forgot-email.form.info": "Introduïu l'adreça de correu electrònic que vau proporcionar al registrar-vos.", // "forgot-email.form.email": "Email Address *", - "forgot-email.form.email": "Adreça de correu electrònic *", + "forgot-email.form.email": "Adreça de correu electrònic *", // "forgot-email.form.email.error.required": "Please fill in an email address", - "forgot-email.form.email.error.required": "Si us plau introduïu una adreça de correu electrònic", + "forgot-email.form.email.error.required": "Si us plau introduïu una adreça de correu electrònic", // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - "forgot-email.form.email.error.pattern": "Si us plau introduïu una adreça de correu electrònic vàlida", + "forgot-email.form.email.error.pattern": "Si us plau introduïu una adreça de correu electrònic vàlida", // "forgot-email.form.email.hint": "An email will be sent to this address with a further instructions.", - "forgot-email.form.email.hint": "Se us enviarà un missatge a aquesta adreça amb les instruccions pertinents.", + "forgot-email.form.email.hint": "Se us enviarà un missatge a aquesta adreça amb les instruccions pertinents.", // "forgot-email.form.submit": "Reset password", - "forgot-email.form.submit": "Restablir contrasenya", + "forgot-email.form.submit": "Restablir contrasenya", // "forgot-email.form.success.head": "Password reset email sent", - "forgot-email.form.success.head": "S'ha enviat el missatge de restabliment de contrasenya", + "forgot-email.form.success.head": "S'ha enviat el missatge de restabliment de contrasenya", // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - "forgot-email.form.success.content": "S'ha enviat un correu a {{ email }} que conté una URL especial i instruccions addicionals.", + "forgot-email.form.success.content": "S'ha enviat un correu a {{ email }} que conté una URL especial i instruccions addicionals.", // "forgot-email.form.error.head": "Error when trying to reset password", - "forgot-email.form.error.head": "Error en intentar restablir la contrasenya", + "forgot-email.form.error.head": "Error en intentar restablir la contrasenya", // "forgot-email.form.error.content": "An error occured when attempting to reset the password for the account associated with the following email address: {{ email }}", - "forgot-email.form.error.content": "S'ha produït un error intentant restablir la contrasenya del compte associat al correu electrònic: {{ email }}", + "forgot-email.form.error.content": "S'ha produït un error intentant restablir la contrasenya del compte associat al correu electrònic: {{ email }}", // "forgot-password.title": "Forgot Password", - "forgot-password.title": "Oblit de contrasenya", + "forgot-password.title": "Oblit de contrasenya", // "forgot-password.form.head": "Forgot Password", - "forgot-password.form.head": "Oblit de contrasenya", + "forgot-password.form.head": "Oblit de contrasenya", // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box.", - "forgot-password.form.info": "Introduïu una nova contrasenya al camp a continuació i confirmeu-la reescrivint-la al segon camp.", + "forgot-password.form.info": "Introduïu una nova contrasenya al camp a continuació i confirmeu-la reescrivint-la al segon camp.", // "forgot-password.form.card.security": "Security", - "forgot-password.form.card.security": "Seguretat", + "forgot-password.form.card.security": "Seguretat", // "forgot-password.form.identification.header": "Identify", - "forgot-password.form.identification.header": "Identitat", + "forgot-password.form.identification.header": "Identitat", // "forgot-password.form.identification.email": "Email address: ", - "forgot-password.form.identification.email": "Adreça de correu electrònic: ", + "forgot-password.form.identification.email": "Adreça de correu electrònic: ", // "forgot-password.form.label.password": "Password", - "forgot-password.form.label.password": "Contrasenya", + "forgot-password.form.label.password": "Contrasenya", // "forgot-password.form.label.passwordrepeat": "Retype to confirm", - "forgot-password.form.label.passwordrepeat": "Reescriviu per confirmar", + "forgot-password.form.label.passwordrepeat": "Reescriviu per confirmar", // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", - "forgot-password.form.error.empty-password": "Introduïu una contrasenya al cap a continuació.", + "forgot-password.form.error.empty-password": "Introduïu una contrasenya al cap a continuació.", // "forgot-password.form.error.matching-passwords": "The passwords do not match.", - "forgot-password.form.error.matching-passwords": "Les contrasenyes no coincideixen.", + "forgot-password.form.error.matching-passwords": "Les contrasenyes no coincideixen.", // "forgot-password.form.notification.error.title": "Error when trying to submit new password", - "forgot-password.form.notification.error.title": "Error en intentar enviar una contrasenya nova", + "forgot-password.form.notification.error.title": "Error en intentar enviar una contrasenya nova", // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", - "forgot-password.form.notification.success.content": "El restabliment de la contrasenya ha sigut exitós. Heu iniciat sessió com a l'usuari creat.", + "forgot-password.form.notification.success.content": "El restabliment de la contrasenya ha sigut exitós. Heu iniciat sessió com a l'usuari creat.", // "forgot-password.form.notification.success.title": "Password reset completed", - "forgot-password.form.notification.success.title": "S'ha completat el restabliment de la contrasenya", + "forgot-password.form.notification.success.title": "S'ha completat el restabliment de la contrasenya", // "forgot-password.form.submit": "Submit password", - "forgot-password.form.submit": "Envia contrasenya", + "forgot-password.form.submit": "Envia contrasenya", // "form.add": "Add more", - "form.add": "Afegir més", + "form.add": "Afegir més", // "form.add-help": "Click here to add the current entry and to add another one", - "form.add-help": "Feu clic aquí per afegir l'entrada actual i per afegir-ne una altra", + "form.add-help": "Feu clic aquí per afegir l'entrada actual i per afegir-ne una altra", // "form.cancel": "Cancel", - "form.cancel": "Cancel·lar", + "form.cancel": "Cancel·lar", // "form.clear": "Clear", - "form.clear": "Netejar", + "form.clear": "Netejar", // "form.clear-help": "Click here to remove the selected value", - "form.clear-help": "Feu clic aquí per eliminar el valor seleccionat", + "form.clear-help": "Feu clic aquí per eliminar el valor seleccionat", // "form.discard": "Discard", - "form.discard": "Descartar", + "form.discard": "Descartar", // "form.drag": "Drag", - "form.drag": "Arrossegar", + "form.drag": "Arrossegar", // "form.edit": "Edit", - "form.edit": "Editar", + "form.edit": "Editar", // "form.edit-help": "Click here to edit the selected value", - "form.edit-help": "Feu clic aquí per editar el valor seleccionat", + "form.edit-help": "Feu clic aquí per editar el valor seleccionat", // "form.first-name": "First name", - "form.first-name": "Nom", + "form.first-name": "Nom", // "form.group-collapse": "Collapse", - "form.group-collapse": "Contraure", + "form.group-collapse": "Contraure", // "form.group-collapse-help": "Click here to collapse", - "form.group-collapse-help": "Feu clic aquí per contraure", + "form.group-collapse-help": "Feu clic aquí per contraure", // "form.group-expand": "Expand", - "form.group-expand": "Expandir", + "form.group-expand": "Expandir", // "form.group-expand-help": "Click here to expand and add more elements", - "form.group-expand-help": "Feu clic aquí per expandir i afegir més elements", + "form.group-expand-help": "Feu clic aquí per expandir i afegir més elements", // "form.last-name": "Last name", - "form.last-name": "Cognoms", + "form.last-name": "Cognoms", // "form.loading": "Loading...", - "form.loading": "Carregant...", + "form.loading": "Carregant...", // "form.lookup": "Lookup", - "form.lookup": "Cercar", + "form.lookup": "Cercar", // "form.lookup-help": "Click here to look up an existing relation", - "form.lookup-help": "Feu clic aquí per cercar una relació existent", + "form.lookup-help": "Feu clic aquí per cercar una relació existent", // "form.no-results": "No results found", - "form.no-results": "No s'han trobat resultats", + "form.no-results": "No s'han trobat resultats", // "form.no-value": "No value entered", - "form.no-value": "No s'ha introduït cap valor", + "form.no-value": "No s'ha introduït cap valor", // "form.other-information": {}, - "form.other-information": {}, + "form.other-information": {}, // "form.remove": "Remove", - "form.remove": "Eliminar", + "form.remove": "Eliminar", // "form.save": "Save", - "form.save": "Guardar", + "form.save": "Guardar", // "form.save-help": "Save changes", - "form.save-help": "Desa els canvis", + "form.save-help": "Desa els canvis", // "form.search": "Search", - "form.search": "Cercar", + "form.search": "Cercar", // "form.search-help": "Click here to look for an existing correspondence", - "form.search-help": "Feu clic aquí per cercar una correspondència existent", + "form.search-help": "Feu clic aquí per cercar una correspondència existent", // "form.submit": "Save", - "form.submit": "Guardar", + "form.submit": "Guardar", // "form.repeatable.sort.tip": "Drop the item in the new position", - "form.repeatable.sort.tip": "Deixeu anar l'ítem a la nova posició", + "form.repeatable.sort.tip": "Deixeu anar l'ítem a la nova posició", // "grant-deny-request-copy.deny": "Don't send copy", - "grant-deny-request-copy.deny": "No envieu còpia", + "grant-deny-request-copy.deny": "No envieu còpia", // "grant-deny-request-copy.email.back": "Back", - "grant-deny-request-copy.email.back": "Enrere", + "grant-deny-request-copy.email.back": "Enrere", // "grant-deny-request-copy.email.message": "Message", - "grant-deny-request-copy.email.message": "Missatge", + "grant-deny-request-copy.email.message": "Missatge", // "grant-deny-request-copy.email.message.empty": "Please enter a message", - "grant-deny-request-copy.email.message.empty": "Si us plau, introduïu un missatge", + "grant-deny-request-copy.email.message.empty": "Si us plau, introduïu un missatge", // "grant-deny-request-copy.email.permissions.info": "You may use this occasion to reconsider the access restrictions on the document, to avoid having to respond to these requests. If you’d like to ask the repository administrators to remove these restrictions, please check the box below.", "grant-deny-request-copy.email.permissions.info": "Podeu aprofitar aquesta ocasió per reconsiderar les restriccions d'accés del document, per evitar haver de respondre a aquestes sol·licituds. Si voleu demanar als administradors del dipòsit que eliminen aquestes restriccions, marqueu la casella següent.", // "grant-deny-request-copy.email.permissions.label": "Change to open access", - "grant-deny-request-copy.email.permissions.label": "Canvi a Accés Obert", + "grant-deny-request-copy.email.permissions.label": "Canvi a Accés Obert", // "grant-deny-request-copy.email.send": "Send", - "grant-deny-request-copy.email.send": "Enviar", + "grant-deny-request-copy.email.send": "Enviar", // "grant-deny-request-copy.email.subject": "Subject", - "grant-deny-request-copy.email.subject": "Assumpte", + "grant-deny-request-copy.email.subject": "Assumpte", // "grant-deny-request-copy.email.subject.empty": "Please enter a subject", - "grant-deny-request-copy.email.subject.empty": "Si us plau, introduïu un assumpte", + "grant-deny-request-copy.email.subject.empty": "Si us plau, introduïu un assumpte", // "grant-deny-request-copy.grant": "Send copy", - "grant-deny-request-copy.grant": "Enviar còpia", + "grant-deny-request-copy.grant": "Enviar còpia", // "grant-deny-request-copy.header": "Document copy request", - "grant-deny-request-copy.header": "Sol·licitud de còpia de document", + "grant-deny-request-copy.header": "Sol·licitud de còpia de document", // "grant-deny-request-copy.home-page": "Take me to the home page", - "grant-deny-request-copy.home-page": "Porta'm a la pàgina d'inici", + "grant-deny-request-copy.home-page": "Porta'm a la pàgina d'inici", // "grant-deny-request-copy.intro1": "If you are one of the authors of the document {{ name }}, then please use one of the options below to respond to the user's request.", - "grant-deny-request-copy.intro1": "Si sou un dels autors del document {{ name }}, utilitzeu els botons inferiors per respondre la sol·licitud de l'usuari", + "grant-deny-request-copy.intro1": "Si sou un dels autors del document {{ name }}, utilitzeu els botons inferiors per respondre la sol·licitud de l'usuari", // "grant-deny-request-copy.intro2": "After choosing an option, you will be presented with a suggested email reply which you may edit.", - "grant-deny-request-copy.intro2": "Després de triar una opció, us suggerirem un text de correu electrònic que podeu editar.", + "grant-deny-request-copy.intro2": "Després de triar una opció, us suggerirem un text de correu electrònic que podeu editar.", // "grant-deny-request-copy.processed": "This request has already been processed. You can use the button below to get back to the home page.", - "grant-deny-request-copy.processed": "Aquesta sol·licitud ja ha estat processada. Podeu utilitzar els botons inferiors per tornar a la pàgina inicial", + "grant-deny-request-copy.processed": "Aquesta sol·licitud ja ha estat processada. Podeu utilitzar els botons inferiors per tornar a la pàgina inicial", // "grant-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I have the pleasure to send you in attachment a copy of the file(s) concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>", - "grant-request-copy.email.message": "Estimat {{ recipientName }},\nResponent a la vostra sol·licitud, us envio annexada una còpia del fitxer corresponent al document: \"{{ itemUrl }}\" ({{ itemName }} .\n\nUna cordial salutació,\n{{ authorName }} <{{ authorEmail }}>", + "grant-request-copy.email.message": "Estimat {{ recipientName }},\nResponent a la vostra sol·licitud, us envio annexada una còpia del fitxer corresponent al document: \"{{ itemUrl }}\" ({{ itemName }} .\n\nUna cordial salutació,\n{{ authorName }} <{{ authorEmail }}>", // "grant-request-copy.email.subject": "Request copy of document", - "grant-request-copy.email.subject": "Sol·licitar còpia de document", + "grant-request-copy.email.subject": "Sol·licitar còpia de document", // "grant-request-copy.error": "An error occurred", - "grant-request-copy.error": "S'ha produït un error", + "grant-request-copy.error": "S'ha produït un error", // "grant-request-copy.header": "Grant document copy request", - "grant-request-copy.header": "Concedir sol·licitud de còpia de document", + "grant-request-copy.header": "Concedir sol·licitud de còpia de document", // "grant-request-copy.intro": "This message will be sent to the applicant of the request. The requested document(s) will be attached.", - "grant-request-copy.intro": "Aquest missatge s'enviarà al sol·licitant de la còpia. Se us annexarà una còpia del document.", + "grant-request-copy.intro": "Aquest missatge s'enviarà al sol·licitant de la còpia. Se us annexarà una còpia del document.", // "grant-request-copy.success": "Successfully granted item request", - "grant-request-copy.success": "Sol·licitud d'ítem concedida amb èxit", + "grant-request-copy.success": "Sol·licitud d'ítem concedida amb èxit", // "health.breadcrumbs": "Health", - "health.breadcrumbs": "Revisió de salut", + "health.breadcrumbs": "Revisió de salut", // "health-page.heading" : "Health", - "health-page.heading": "Revisió de salut", + "health-page.heading": "Revisió de salut", // "health-page.info-tab" : "Info", - "health-page.info-tab": "Informació", + "health-page.info-tab": "Informació", // "health-page.status-tab" : "Status", - "health-page.status-tab": "Estat", + "health-page.status-tab": "Estat", // "health-page.error.msg": "The health check service is temporarily unavailable", - "health-page.error.msg": "El servei de comprovació de salud no està temporalment disponible", + "health-page.error.msg": "El servei de comprovació de salud no està temporalment disponible", // "health-page.property.status": "Status code", - "health-page.property.status": "Codi d'estat", + "health-page.property.status": "Codi d'estat", // "health-page.section.db.title": "Database", - "health-page.section.db.title": "Database", + "health-page.section.db.title": "Database", // "health-page.section.geoIp.title": "GeoIp", - "health-page.section.geoIp.title": "GeoIp", + "health-page.section.geoIp.title": "GeoIp", // "health-page.section.solrAuthorityCore.title": "Solr: authority core", - "health-page.section.solrAuthorityCore.title": "Solr: authority core", + "health-page.section.solrAuthorityCore.title": "Solr: authority core", // "health-page.section.solrOaiCore.title": "Solr: oai core", - "health-page.section.solrOaiCore.title": "Solr: oai core", + "health-page.section.solrOaiCore.title": "Solr: oai core", // "health-page.section.solrSearchCore.title": "Solr: search core", - "health-page.section.solrSearchCore.title": "Solr: search core", + "health-page.section.solrSearchCore.title": "Solr: search core", // "health-page.section.solrStatisticsCore.title": "Solr: statistics core", - "health-page.section.solrStatisticsCore.title": "Solr: statistics core", + "health-page.section.solrStatisticsCore.title": "Solr: statistics core", // "health-page.section-info.app.title": "Application Backend", - "health-page.section-info.app.title": "Backend de l'aplicació", + "health-page.section-info.app.title": "Backend de l'aplicació", // "health-page.section-info.java.title": "Java", - "health-page.section-info.java.title": "Java", + "health-page.section-info.java.title": "Java", // "health-page.status": "Status", - "health-page.status": "Estat", + "health-page.status": "Estat", // "health-page.status.ok.info": "Operational", - "health-page.status.ok.info": "Operatiu", + "health-page.status.ok.info": "Operatiu", // "health-page.status.error.info": "Problems detected", - "health-page.status.error.info": "Problemes detectats", + "health-page.status.error.info": "Problemes detectats", // "health-page.status.warning.info": "Possible issues detected", - "health-page.status.warning.info": "Detectats problemes potencials", + "health-page.status.warning.info": "Detectats problemes potencials", // "health-page.title": "Health", - "health-page.title": "Revisió de salut", + "health-page.title": "Revisió de salut", // "health-page.section.no-issues": "No issues detected", - "health-page.section.no-issues": "No s'han detectat problemes", + "health-page.section.no-issues": "No s'han detectat problemes", // "home.description": "", - "home.description": "", + "home.description": "", // "home.breadcrumbs": "Home", - "home.breadcrumbs": "Inici", + "home.breadcrumbs": "Inici", // "home.search-form.placeholder": "Search the repository ...", - "home.search-form.placeholder": "Cerca al repositori ...", + "home.search-form.placeholder": "Cerca al repositori ...", // "home.title": "Home", - "home.title": "Inici", + "home.title": "Inici", // "home.top-level-communities.head": "Communities in DSpace", - "home.top-level-communities.head": "Comunitats a DSpace", + "home.top-level-communities.head": "Comunitats a DSpace", // "home.top-level-communities.help": "Select a community to browse its collections.", - "home.top-level-communities.help": "Seleccioneu una comunitat per explorar les seves col·leccions.", + "home.top-level-communities.help": "Seleccioneu una comunitat per explorar les seves col·leccions.", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", - "info.end-user-agreement.accept": "He llegit i accepto l'Acord d'usuari final.", + "info.end-user-agreement.accept": "He llegit i accepto l'Acord d'usuari final.", // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", - "info.end-user-agreement.accept.error": "S'ha produït un error en acceptar l'Acord d'usuari final.", + "info.end-user-agreement.accept.error": "S'ha produït un error en acceptar l'Acord d'usuari final.", // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", - "info.end-user-agreement.accept.success": "S'ha actualitzat correctament l'Acord d'usuari final.", + "info.end-user-agreement.accept.success": "S'ha actualitzat correctament l'Acord d'usuari final.", // "info.end-user-agreement.breadcrumbs": "End User Agreement", - "info.end-user-agreement.breadcrumbs": "Acord d'usuari final", + "info.end-user-agreement.breadcrumbs": "Acord d'usuari final", // "info.end-user-agreement.buttons.cancel": "Cancel", - "info.end-user-agreement.buttons.cancel": "Cancel·lar", + "info.end-user-agreement.buttons.cancel": "Cancel·lar", // "info.end-user-agreement.buttons.save": "Save", - "info.end-user-agreement.buttons.save": "Guardar", + "info.end-user-agreement.buttons.save": "Guardar", // "info.end-user-agreement.head": "End User Agreement", - "info.end-user-agreement.head": "Acord d'usuari final", + "info.end-user-agreement.head": "Acord d'usuari final", // "info.end-user-agreement.title": "End User Agreement", - "info.end-user-agreement.title": "Acord d'usuari final", + "info.end-user-agreement.title": "Acord d'usuari final", // "info.privacy.breadcrumbs": "Privacy Statement", - "info.privacy.breadcrumbs": "Declaració de privadesa", + "info.privacy.breadcrumbs": "Declaració de privadesa", // "info.privacy.head": "Privacy Statement", - "info.privacy.head": "Declaració de privadesa", + "info.privacy.head": "Declaració de privadesa", // "info.privacy.title": "Privacy Statement", - "info.privacy.title": "Declaració de privadesa", + "info.privacy.title": "Declaració de privadesa", // "info.feedback.breadcrumbs": "Feedback", - "info.feedback.breadcrumbs": "Suggeriments", + "info.feedback.breadcrumbs": "Suggeriments", // "info.feedback.head": "Feedback", - "info.feedback.head": "Suggeriments", + "info.feedback.head": "Suggeriments", // "info.feedback.title": "Feedback", - "info.feedback.title": "Suggeriments", + "info.feedback.title": "Suggeriments", // "info.feedback.info": "Thanks for sharing your feedback about the DSpace system. Your comments are appreciated!", - "info.feedback.info": "Gràcies per compartir els vostres suggeriments sobre el repositori. Tindrem en compte els vostres comentaris!", + "info.feedback.info": "Gràcies per compartir els vostres suggeriments sobre el repositori. Tindrem en compte els vostres comentaris!", // "info.feedback.email_help": "This address will be used to follow up on your feedback.", - "info.feedback.email_help": "Aquesta adreça s'utilitzarà per al seguiment del vostre suggeriment.", + "info.feedback.email_help": "Aquesta adreça s'utilitzarà per al seguiment del vostre suggeriment.", // "info.feedback.send": "Send Feedback", - "info.feedback.send": "Enviar suggeriment", + "info.feedback.send": "Enviar suggeriment", // "info.feedback.comments": "Comments", - "info.feedback.comments": "Comentaris", + "info.feedback.comments": "Comentaris", // "info.feedback.email-label": "Your Email", - "info.feedback.email-label": "El vostre correu electrònic", + "info.feedback.email-label": "El vostre correu electrònic", // "info.feedback.create.success" : "Feedback Sent Successfully!", - "info.feedback.create.success": "Enviament exitós de suggeriment", + "info.feedback.create.success": "Enviament exitós de suggeriment", // "info.feedback.error.email.required" : "A valid email address is required", - "info.feedback.error.email.required": "es requereix una adreça vàlida de correu electrònic", + "info.feedback.error.email.required": "es requereix una adreça vàlida de correu electrònic", // "info.feedback.error.message.required" : "A comment is required", - "info.feedback.error.message.required": "Es requereix un comentari", + "info.feedback.error.message.required": "Es requereix un comentari", // "info.feedback.page-label" : "Page", - "info.feedback.page-label": "Pàgina", + "info.feedback.page-label": "Pàgina", // "info.feedback.page_help" : "Tha page related to your feedback", - "info.feedback.page_help": "La pàgina relacionada amb el vostre suggeriment", + "info.feedback.page_help": "La pàgina relacionada amb el vostre suggeriment", // "item.alerts.private": "This item is non-discoverable", - "item.alerts.private": "Aquest ítem és privat", + "item.alerts.private": "Aquest ítem és privat", // "item.alerts.withdrawn": "This item has been withdrawn", - "item.alerts.withdrawn": "Aquest ítem ha estat retirat", + "item.alerts.withdrawn": "Aquest ítem ha estat retirat", // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", - "item.edit.authorizations.heading": "Amb aquest editor pot veure i modificar les polítiques d'un ítem, a més de modificar les polítiques dels components individuals de l'ítem: paquets i fitxers. Breument, un ítem és un contenidor de paquets i els paquets són contenidors d'arxius. Els contenidors solen tenir polítiques AFEGIR/ELIMINAR/LLEGIR/ESCRIURE, mentre que els fitxers només tenen polítiques LLEGIR/ESCRIURE.", + "item.edit.authorizations.heading": "Amb aquest editor pot veure i modificar les polítiques d'un ítem, a més de modificar les polítiques dels components individuals de l'ítem: paquets i fitxers. Breument, un ítem és un contenidor de paquets i els paquets són contenidors d'arxius. Els contenidors solen tenir polítiques AFEGIR/ELIMINAR/LLEGIR/ESCRIURE, mentre que els fitxers només tenen polítiques LLEGIR/ESCRIURE.", // "item.edit.authorizations.title": "Edit item's Policies", - "item.edit.authorizations.title": "Editar les polítiques de l'ítem", + "item.edit.authorizations.title": "Editar les polítiques de l'ítem", // "item.badge.private": "Non-discoverable", - "item.badge.private": "Privat", + "item.badge.private": "Privat", // "item.badge.withdrawn": "Withdrawn", - "item.badge.withdrawn": "Retirat", + "item.badge.withdrawn": "Retirat", // "item.bitstreams.upload.bundle": "Bundle", - "item.bitstreams.upload.bundle": "Paquet", + "item.bitstreams.upload.bundle": "Paquet", // "item.bitstreams.upload.bundle.placeholder": "Select a bundle or input new bundle name", - "item.bitstreams.upload.bundle.placeholder": "Seleccioneu un paquet o introduïu un nou nom de paquet", + "item.bitstreams.upload.bundle.placeholder": "Seleccioneu un paquet o introduïu un nou nom de paquet", // "item.bitstreams.upload.bundle.new": "Create bundle", - "item.bitstreams.upload.bundle.new": "Crear paquet", + "item.bitstreams.upload.bundle.new": "Crear paquet", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", - "item.bitstreams.upload.bundles.empty": "Aquest ítem no conté cap paquet per carregar un fitxer.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", + "item.bitstreams.upload.bundles.empty": "Aquest ítem no conté cap paquet per carregar un fitxer.", // "item.bitstreams.upload.cancel": "Cancel", - "item.bitstreams.upload.cancel": "Cancel·lar", + "item.bitstreams.upload.cancel": "Cancel·lar", // "item.bitstreams.upload.drop-message": "Drop a file to upload", - "item.bitstreams.upload.drop-message": "Deixeu anar un fitxer per pujar", + "item.bitstreams.upload.drop-message": "Deixeu anar un fitxer per pujar", // "item.bitstreams.upload.item": "Item: ", - "item.bitstreams.upload.item": "Ítem: ", + "item.bitstreams.upload.item": "Ítem: ", // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", - "item.bitstreams.upload.notifications.bundle.created.content": "Nou paquet creat amb èxit.", + "item.bitstreams.upload.notifications.bundle.created.content": "Nou paquet creat amb èxit.", // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", - "item.bitstreams.upload.notifications.bundle.created.title": "Paquet creat", + "item.bitstreams.upload.notifications.bundle.created.title": "Paquet creat", // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", - "item.bitstreams.upload.notifications.upload.failed": "Pujada fallida. Verifiqueu el contingut abans de tornar-ho a provar.", + "item.bitstreams.upload.notifications.upload.failed": "Pujada fallida. Verifiqueu el contingut abans de tornar-ho a provar.", // "item.bitstreams.upload.title": "Upload bitstream", - "item.bitstreams.upload.title": "Pujar fitxer", + "item.bitstreams.upload.title": "Pujar fitxer", // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", - "item.edit.bitstreams.bundle.edit.buttons.upload": "Pujar", + "item.edit.bitstreams.bundle.edit.buttons.upload": "Pujar", // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", - "item.edit.bitstreams.bundle.displaying": "Actualment es mostren {{ amount }} fitxers de {{ total }}.", + "item.edit.bitstreams.bundle.displaying": "Actualment es mostren {{ amount }} fitxers de {{ total }}.", // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", - "item.edit.bitstreams.bundle.load.all": "Carregar tot ({{ total }})", + "item.edit.bitstreams.bundle.load.all": "Carregar tot ({{ total }})", // "item.edit.bitstreams.bundle.load.more": "Load more", - "item.edit.bitstreams.bundle.load.more": "Càrrega més", + "item.edit.bitstreams.bundle.load.more": "Càrrega més", // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - "item.edit.bitstreams.bundle.name": "PAQUET: {{ name }}", + "item.edit.bitstreams.bundle.name": "PAQUET: {{ name }}", // "item.edit.bitstreams.discard-button": "Discard", - "item.edit.bitstreams.discard-button": "Descartar", + "item.edit.bitstreams.discard-button": "Descartar", // "item.edit.bitstreams.edit.buttons.download": "Download", - "item.edit.bitstreams.edit.buttons.download": "Descarregar", + "item.edit.bitstreams.edit.buttons.download": "Descarregar", // "item.edit.bitstreams.edit.buttons.drag": "Drag", - "item.edit.bitstreams.edit.buttons.drag": "Arrossegar", + "item.edit.bitstreams.edit.buttons.drag": "Arrossegar", // "item.edit.bitstreams.edit.buttons.edit": "Edit", - "item.edit.bitstreams.edit.buttons.edit": "Editar", + "item.edit.bitstreams.edit.buttons.edit": "Editar", // "item.edit.bitstreams.edit.buttons.remove": "Remove", - "item.edit.bitstreams.edit.buttons.remove": "Eliminar", + "item.edit.bitstreams.edit.buttons.remove": "Eliminar", // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", - "item.edit.bitstreams.edit.buttons.undo": "Desfer canvis", + "item.edit.bitstreams.edit.buttons.undo": "Desfer canvis", // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", - "item.edit.bitstreams.empty": "Aquest ítem no conté cap fitxer. Feu clic al botó de càrrega per crear-ne un.", + "item.edit.bitstreams.empty": "Aquest ítem no conté cap fitxer. Feu clic al botó de càrrega per crear-ne un.", // "item.edit.bitstreams.headers.actions": "Actions", - "item.edit.bitstreams.headers.actions": "Accions", + "item.edit.bitstreams.headers.actions": "Accions", // "item.edit.bitstreams.headers.bundle": "Bundle", - "item.edit.bitstreams.headers.bundle": "Paquet", + "item.edit.bitstreams.headers.bundle": "Paquet", // "item.edit.bitstreams.headers.description": "Description", - "item.edit.bitstreams.headers.description": "Descripció", + "item.edit.bitstreams.headers.description": "Descripció", // "item.edit.bitstreams.headers.format": "Format", - "item.edit.bitstreams.headers.format": "Format", + "item.edit.bitstreams.headers.format": "Format", // "item.edit.bitstreams.headers.name": "Name", - "item.edit.bitstreams.headers.name": "Nom", + "item.edit.bitstreams.headers.name": "Nom", // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - "item.edit.bitstreams.notifications.discarded.content": "Els teus canvis han sigut descartats. Per restaurar els teus canvis feu clic al botó 'Desfer'", + "item.edit.bitstreams.notifications.discarded.content": "Els teus canvis han sigut descartats. Per restaurar els teus canvis feu clic al botó 'Desfer'", // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", - "item.edit.bitstreams.notifications.discarded.title": "Canvis descartats", + "item.edit.bitstreams.notifications.discarded.title": "Canvis descartats", // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", - "item.edit.bitstreams.notifications.move.failed.title": "Error en moure fitxers", + "item.edit.bitstreams.notifications.move.failed.title": "Error en moure fitxers", // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", - "item.edit.bitstreams.notifications.move.saved.content": "S'han desat els canvis de moviments als fitxers i paquets d'aquest ítem.", + "item.edit.bitstreams.notifications.move.saved.content": "S'han desat els canvis de moviments als fitxers i paquets d'aquest ítem.", // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", - "item.edit.bitstreams.notifications.move.saved.title": "Canvis de moviments desats", + "item.edit.bitstreams.notifications.move.saved.title": "Canvis de moviments desats", // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - "item.edit.bitstreams.notifications.outdated.content": "Un altre usuari ha canviat l'ítem en què està treballant actualment. Els teus canvis han estat descartats per evitar conflictes", + "item.edit.bitstreams.notifications.outdated.content": "Un altre usuari ha canviat l'ítem en què està treballant actualment. Els teus canvis han estat descartats per evitar conflictes", // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", - "item.edit.bitstreams.notifications.outdated.title": "Canvis desactualitzats", + "item.edit.bitstreams.notifications.outdated.title": "Canvis desactualitzats", // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", - "item.edit.bitstreams.notifications.remove.failed.title": "Error en suprimir fitxer", + "item.edit.bitstreams.notifications.remove.failed.title": "Error en suprimir fitxer", // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", - "item.edit.bitstreams.notifications.remove.saved.content": "S'han desat els canvis d'eliminació dels fitxers d'aquest ítem.", + "item.edit.bitstreams.notifications.remove.saved.content": "S'han desat els canvis d'eliminació dels fitxers d'aquest ítem.", // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", - "item.edit.bitstreams.notifications.remove.saved.title": "S'han desat els canvis d'eliminació", + "item.edit.bitstreams.notifications.remove.saved.title": "S'han desat els canvis d'eliminació", // "item.edit.bitstreams.reinstate-button": "Undo", - "item.edit.bitstreams.reinstate-button": "Desfer", + "item.edit.bitstreams.reinstate-button": "Desfer", // "item.edit.bitstreams.save-button": "Save", - "item.edit.bitstreams.save-button": "Guardar", + "item.edit.bitstreams.save-button": "Guardar", // "item.edit.bitstreams.upload-button": "Upload", - "item.edit.bitstreams.upload-button": "Pujar", + "item.edit.bitstreams.upload-button": "Pujar", // "item.edit.delete.cancel": "Cancel", - "item.edit.delete.cancel": "Cancel·lar", + "item.edit.delete.cancel": "Cancel·lar", // "item.edit.delete.confirm": "Delete", - "item.edit.delete.confirm": "Esborrar", + "item.edit.delete.confirm": "Esborrar", // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", - "item.edit.delete.description": "Estàs segur que aquest ítem s'ha d'eliminar completament? Precaució: actualment no es deixaria cap rastre.", + "item.edit.delete.description": "Estàs segur que aquest ítem s'ha d'eliminar completament? Precaució: actualment no es deixaria cap rastre.", // "item.edit.delete.error": "An error occurred while deleting the item", - "item.edit.delete.error": "S'ha produït un error en eliminar l'ítem.", + "item.edit.delete.error": "S'ha produït un error en eliminar l'ítem.", // "item.edit.delete.header": "Delete item: {{ id }}", - "item.edit.delete.header": "Eliminar ítem: {{ id }}", + "item.edit.delete.header": "Eliminar ítem: {{ id }}", // "item.edit.delete.success": "The item has been deleted", - "item.edit.delete.success": "L'ítem ha estat eliminat", + "item.edit.delete.success": "L'ítem ha estat eliminat", // "item.edit.head": "Edit Item", - "item.edit.head": "Editar ítem", + "item.edit.head": "Editar ítem", // "item.edit.breadcrumbs": "Edit Item", - "item.edit.breadcrumbs": "Editar ítem", + "item.edit.breadcrumbs": "Editar ítem", // "item.edit.tabs.disabled.tooltip": "You're not authorized to access this tab", - "item.edit.tabs.disabled.tooltip": "No tens autorització per accedir a aquesta pestanya", + "item.edit.tabs.disabled.tooltip": "No tens autorització per accedir a aquesta pestanya", // "item.edit.tabs.mapper.head": "Collection Mapper", - "item.edit.tabs.mapper.head": "Mapejador de col·leccions", + "item.edit.tabs.mapper.head": "Mapejador de col·leccions", // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - "item.edit.tabs.item-mapper.title": "Edició d'ítem - Mapeador de col·leccions", + "item.edit.tabs.item-mapper.title": "Edició d'ítem - Mapeador de col·leccions", // "item.edit.item-mapper.buttons.add": "Map item to selected collections", - "item.edit.item-mapper.buttons.add": "Assignar ítem a col·leccions seleccionades", + "item.edit.item-mapper.buttons.add": "Assignar ítem a col·leccions seleccionades", // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", - "item.edit.item-mapper.buttons.remove": "Eliminar l'assignació d'ítem per a les col·leccions seleccionades", + "item.edit.item-mapper.buttons.remove": "Eliminar l'assignació d'ítem per a les col·leccions seleccionades", // "item.edit.item-mapper.cancel": "Cancel", - "item.edit.item-mapper.cancel": "Cancel·lar", + "item.edit.item-mapper.cancel": "Cancel·lar", // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", - "item.edit.item-mapper.description": "Aquesta és l'eina d'assignació d'ítems que permet als administradors assignar aquest ítem a altres col·leccions. Podeu cercar col·leccions i mapejar-les, o explorar la llista de col·leccions a les quals l'ítem està mapejat actualment.", + "item.edit.item-mapper.description": "Aquesta és l'eina d'assignació d'ítems que permet als administradors assignar aquest ítem a altres col·leccions. Podeu cercar col·leccions i mapejar-les, o explorar la llista de col·leccions a les quals l'ítem està mapejat actualment.", // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", - "item.edit.item-mapper.head": "Assignador d'ítems: assigna ítems a col·leccions", + "item.edit.item-mapper.head": "Assignador d'ítems: assigna ítems a col·leccions", // "item.edit.item-mapper.item": "Item: \"{{name}}\"", - "item.edit.item-mapper.item": "Ítem: \"{{ name }}\"", + "item.edit.item-mapper.item": "Ítem: \"{{ name }}\"", // "item.edit.item-mapper.no-search": "Please enter a query to search", - "item.edit.item-mapper.no-search": "Introduïu una consulta per cercar", + "item.edit.item-mapper.no-search": "Introduïu una consulta per cercar", // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", - "item.edit.item-mapper.notifications.add.error.content": "S'han produït errors en mapejar l'ítem a {{ amount }} col·leccions.", + "item.edit.item-mapper.notifications.add.error.content": "S'han produït errors en mapejar l'ítem a {{ amount }} col·leccions.", // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", - "item.edit.item-mapper.notifications.add.error.head": "Errors de mapatge", + "item.edit.item-mapper.notifications.add.error.head": "Errors de mapatge", // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", - "item.edit.item-mapper.notifications.add.success.content": "L'ítem s'ha assignat correctament a {{ amount }} col·leccions.", + "item.edit.item-mapper.notifications.add.success.content": "L'ítem s'ha assignat correctament a {{ amount }} col·leccions.", // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", - "item.edit.item-mapper.notifications.add.success.head": "Mapeig completat", + "item.edit.item-mapper.notifications.add.success.head": "Mapeig completat", // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", - "item.edit.item-mapper.notifications.remove.error.content": "S'han produït errors en l'eliminació de l'assignació a {{ amount }} col·leccions.", + "item.edit.item-mapper.notifications.remove.error.content": "S'han produït errors en l'eliminació de l'assignació a {{ amount }} col·leccions.", // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", - "item.edit.item-mapper.notifications.remove.error.head": "Errors a l'eliminació de mapatge", + "item.edit.item-mapper.notifications.remove.error.head": "Errors a l'eliminació de mapatge", // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", - "item.edit.item-mapper.notifications.remove.success.content": "S'ha eliminat correctament l'assignació de l'ítem a {{ amount }} col·leccions.", + "item.edit.item-mapper.notifications.remove.success.content": "S'ha eliminat correctament l'assignació de l'ítem a {{ amount }} col·leccions.", // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", - "item.edit.item-mapper.notifications.remove.success.head": "Eliminació del mapatge completat", + "item.edit.item-mapper.notifications.remove.success.head": "Eliminació del mapatge completat", // "item.edit.item-mapper.search-form.placeholder": "Search collections...", - "item.edit.item-mapper.search-form.placeholder": "Cerca col·leccions...", + "item.edit.item-mapper.search-form.placeholder": "Cerca col·leccions...", // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", - "item.edit.item-mapper.tabs.browse": "Examinar col·leccions mapejades", + "item.edit.item-mapper.tabs.browse": "Examinar col·leccions mapejades", // "item.edit.item-mapper.tabs.map": "Map new collections", - "item.edit.item-mapper.tabs.map": "Mapejar noves col·leccions", + "item.edit.item-mapper.tabs.map": "Mapejar noves col·leccions", // "item.edit.metadata.add-button": "Add", - "item.edit.metadata.add-button": "Afegir", + "item.edit.metadata.add-button": "Afegir", // "item.edit.metadata.discard-button": "Discard", - "item.edit.metadata.discard-button": "Descartar", + "item.edit.metadata.discard-button": "Descartar", // "item.edit.metadata.edit.buttons.edit": "Edit", - "item.edit.metadata.edit.buttons.edit": "Editar", + "item.edit.metadata.edit.buttons.edit": "Editar", // "item.edit.metadata.edit.buttons.remove": "Remove", - "item.edit.metadata.edit.buttons.remove": "Eliminar", + "item.edit.metadata.edit.buttons.remove": "Eliminar", // "item.edit.metadata.edit.buttons.undo": "Undo changes", - "item.edit.metadata.edit.buttons.undo": "Desfer canvis", + "item.edit.metadata.edit.buttons.undo": "Desfer canvis", // "item.edit.metadata.edit.buttons.unedit": "Stop editing", - "item.edit.metadata.edit.buttons.unedit": "Deixar d'editar", + "item.edit.metadata.edit.buttons.unedit": "Deixar d'editar", // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", - "item.edit.metadata.empty": "Actualment, l'ítem no conté metadades. Feu clic a Afegir per començar a afegir un valor de metadades.", + "item.edit.metadata.empty": "Actualment, l'ítem no conté metadades. Feu clic a Afegir per començar a afegir un valor de metadades.", // "item.edit.metadata.headers.edit": "Edit", - "item.edit.metadata.headers.edit": "Editar", + "item.edit.metadata.headers.edit": "Editar", // "item.edit.metadata.headers.field": "Field", - "item.edit.metadata.headers.field": "Camp", + "item.edit.metadata.headers.field": "Camp", // "item.edit.metadata.headers.language": "Lang", - "item.edit.metadata.headers.language": "Idioma", + "item.edit.metadata.headers.language": "Idioma", // "item.edit.metadata.headers.value": "Value", - "item.edit.metadata.headers.value": "Valor", + "item.edit.metadata.headers.value": "Valor", // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", - "item.edit.metadata.metadatafield.invalid": "Trieu un camp de metadades vàlid", + "item.edit.metadata.metadatafield.invalid": "Trieu un camp de metadades vàlid", // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - "item.edit.metadata.notifications.discarded.content": "Els teus canvis han sigut descartats. ", + "item.edit.metadata.notifications.discarded.content": "Els teus canvis han sigut descartats. ", // "item.edit.metadata.notifications.discarded.title": "Changes discarded", - "item.edit.metadata.notifications.discarded.title": "Canvis descartats", + "item.edit.metadata.notifications.discarded.title": "Canvis descartats", // "item.edit.metadata.notifications.error.title": "An error occurred", - "item.edit.metadata.notifications.error.title": "S'ha produït un error", + "item.edit.metadata.notifications.error.title": "S'ha produït un error", // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - "item.edit.metadata.notifications.invalid.content": "Els canvis no s'han desat. Assegureu-vos que tots els camps siguin vàlids abans de desar.", + "item.edit.metadata.notifications.invalid.content": "Els canvis no s'han desat. Assegureu-vos que tots els camps siguin vàlids abans de desar.", // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", - "item.edit.metadata.notifications.invalid.title": "Metadades invàlides", + "item.edit.metadata.notifications.invalid.title": "Metadades invàlides", // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - "item.edit.metadata.notifications.outdated.content": "Un altre usuari ha canviat l'ítem en què està treballant actualment. Els teus canvis han estat descartats per evitar conflictes", + "item.edit.metadata.notifications.outdated.content": "Un altre usuari ha canviat l'ítem en què està treballant actualment. Els teus canvis han estat descartats per evitar conflictes", // "item.edit.metadata.notifications.outdated.title": "Changes outdated", - "item.edit.metadata.notifications.outdated.title": "Canvis desactualitzats", + "item.edit.metadata.notifications.outdated.title": "Canvis desactualitzats", // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", - "item.edit.metadata.notifications.saved.content": "S'han desat els canvis a les metadades d'aquest ítem.", + "item.edit.metadata.notifications.saved.content": "S'han desat els canvis a les metadades d'aquest ítem.", // "item.edit.metadata.notifications.saved.title": "Metadata saved", - "item.edit.metadata.notifications.saved.title": "Metadades desades", + "item.edit.metadata.notifications.saved.title": "Metadades desades", // "item.edit.metadata.reinstate-button": "Undo", - "item.edit.metadata.reinstate-button": "Desfer", + "item.edit.metadata.reinstate-button": "Desfer", // "item.edit.metadata.save-button": "Save", - "item.edit.metadata.save-button": "Guardar", + "item.edit.metadata.save-button": "Guardar", // "item.edit.modify.overview.field": "Field", - "item.edit.modify.overview.field": "Camp", + "item.edit.modify.overview.field": "Camp", // "item.edit.modify.overview.language": "Language", - "item.edit.modify.overview.language": "Idioma", + "item.edit.modify.overview.language": "Idioma", // "item.edit.modify.overview.value": "Value", - "item.edit.modify.overview.value": "Valor", + "item.edit.modify.overview.value": "Valor", // "item.edit.move.cancel": "Back", - "item.edit.move.cancel": "Enrere", + "item.edit.move.cancel": "Enrere", // "item.edit.move.save-button": "Save", - "item.edit.move.save-button": "Guardar", + "item.edit.move.save-button": "Guardar", // "item.edit.move.discard-button": "Discard", - "item.edit.move.discard-button": "Descartar", + "item.edit.move.discard-button": "Descartar", // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", - "item.edit.move.description": "Seleccioneu la col·lecció a la qual voleu moure aquest ítem. Per reduir la llista de col·leccions mostrades, podeu introduir una cerca al camp.", + "item.edit.move.description": "Seleccioneu la col·lecció a la qual voleu moure aquest ítem. Per reduir la llista de col·leccions mostrades, podeu introduir una cerca al camp.", // "item.edit.move.error": "An error occurred when attempting to move the item", - "item.edit.move.error": "S'ha produït un error en intentar moure l'ítem.", + "item.edit.move.error": "S'ha produït un error en intentar moure l'ítem.", // "item.edit.move.head": "Move item: {{id}}", - "item.edit.move.head": "Moure ítem: {{ id }}", + "item.edit.move.head": "Moure ítem: {{ id }}", // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", - "item.edit.move.inheritpolicies.checkbox": "Heretar polítiques", + "item.edit.move.inheritpolicies.checkbox": "Heretar polítiques", // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", - "item.edit.move.inheritpolicies.description": "Hereta les polítiques predeterminades de la col·lecció de destinació", + "item.edit.move.inheritpolicies.description": "Hereta les polítiques predeterminades de la col·lecció de destinació", // "item.edit.move.move": "Move", - "item.edit.move.move": "Moure", + "item.edit.move.move": "Moure", // "item.edit.move.processing": "Moving...", - "item.edit.move.processing": "Movent...", + "item.edit.move.processing": "Movent...", // "item.edit.move.search.placeholder": "Enter a search query to look for collections", - "item.edit.move.search.placeholder": "Introduïu una consulta de cerca per cercar col·leccions", + "item.edit.move.search.placeholder": "Introduïu una consulta de cerca per cercar col·leccions", // "item.edit.move.success": "The item has been moved successfully", - "item.edit.move.success": "L'ítem s'ha mogut correctament.", + "item.edit.move.success": "L'ítem s'ha mogut correctament.", // "item.edit.move.title": "Move item", - "item.edit.move.title": "Moure ítem", + "item.edit.move.title": "Moure ítem", // "item.edit.private.cancel": "Cancel", - "item.edit.private.cancel": "Cancel·lar", + "item.edit.private.cancel": "Cancel·lar", // "item.edit.private.confirm": "Make it non-discoverable", - "item.edit.private.confirm": "Convertir-ho en privat", + "item.edit.private.confirm": "Convertir-ho en privat", // "item.edit.private.description": "Are you sure this item should be made non-discoverable in the archive?", - "item.edit.private.description": "Està segur que aquest ítem s'ha de convertir en privat?", + "item.edit.private.description": "Està segur que aquest ítem s'ha de convertir en privat?", // "item.edit.private.error": "An error occurred while making the item non-discoverable", - "item.edit.private.error": "S'ha produït un error en convertir l'ítem en privat.", + "item.edit.private.error": "S'ha produït un error en convertir l'ítem en privat.", // "item.edit.private.header": "Make item non-discoverable: {{ id }}", - "item.edit.private.header": "Convertir l'ítem a privat: {{ id }}", + "item.edit.private.header": "Convertir l'ítem a privat: {{ id }}", // "item.edit.private.success": "The item is now non-discoverable", - "item.edit.private.success": "L'ítem ara és privat", + "item.edit.private.success": "L'ítem ara és privat", // "item.edit.public.cancel": "Cancel", - "item.edit.public.cancel": "Cancel·lar", + "item.edit.public.cancel": "Cancel·lar", // "item.edit.public.confirm": "Make it discoverable", - "item.edit.public.confirm": "Convertir-ho en públic", + "item.edit.public.confirm": "Convertir-ho en públic", // "item.edit.public.description": "Are you sure this item should be made discoverable in the archive?", - "item.edit.public.description": "Està segur que aquest ítem s'ha de convertir en públic?", + "item.edit.public.description": "Està segur que aquest ítem s'ha de convertir en públic?", // "item.edit.public.error": "An error occurred while making the item discoverable", - "item.edit.public.error": "S'ha produït un error en convertir l'ítem en públic.", + "item.edit.public.error": "S'ha produït un error en convertir l'ítem en públic.", // "item.edit.public.header": "Make item discoverable: {{ id }}", - "item.edit.public.header": "Convertir l'ítem en públic: {{ id }}", + "item.edit.public.header": "Convertir l'ítem en públic: {{ id }}", // "item.edit.public.success": "The item is now discoverable", - "item.edit.public.success": "L'ítem ara és públic", + "item.edit.public.success": "L'ítem ara és públic", // "item.edit.reinstate.cancel": "Cancel", - "item.edit.reinstate.cancel": "Cancel·lar", + "item.edit.reinstate.cancel": "Cancel·lar", // "item.edit.reinstate.confirm": "Reinstate", - "item.edit.reinstate.confirm": "Reintegrar", + "item.edit.reinstate.confirm": "Reintegrar", // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", - "item.edit.reinstate.description": "Està segur que aquest ítem s'ha de reintegrar?", + "item.edit.reinstate.description": "Està segur que aquest ítem s'ha de reintegrar?", // "item.edit.reinstate.error": "An error occurred while reinstating the item", - "item.edit.reinstate.error": "S'ha produït un error en reintegrar l'ítem", + "item.edit.reinstate.error": "S'ha produït un error en reintegrar l'ítem", // "item.edit.reinstate.header": "Reinstate item: {{ id }}", - "item.edit.reinstate.header": "Reintegrar l'ítem: {{ id }}", + "item.edit.reinstate.header": "Reintegrar l'ítem: {{ id }}", // "item.edit.reinstate.success": "The item was reinstated successfully", - "item.edit.reinstate.success": "L'ítem s'ha reintegrat correctament", + "item.edit.reinstate.success": "L'ítem s'ha reintegrat correctament", // "item.edit.relationships.discard-button": "Discard", - "item.edit.relationships.discard-button": "Descartar", + "item.edit.relationships.discard-button": "Descartar", // "item.edit.relationships.edit.buttons.add": "Add", - "item.edit.relationships.edit.buttons.add": "Afegir", + "item.edit.relationships.edit.buttons.add": "Afegir", // "item.edit.relationships.edit.buttons.remove": "Remove", - "item.edit.relationships.edit.buttons.remove": "Eliminar", + "item.edit.relationships.edit.buttons.remove": "Eliminar", // "item.edit.relationships.edit.buttons.undo": "Undo changes", - "item.edit.relationships.edit.buttons.undo": "Desfer canvis", + "item.edit.relationships.edit.buttons.undo": "Desfer canvis", // "item.edit.relationships.no-relationships": "No relationships", - "item.edit.relationships.no-relationships": "Sense relacions", + "item.edit.relationships.no-relationships": "Sense relacions", // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - "item.edit.relationships.notifications.discarded.content": "Els seus canvis han sigut descartats. Per recuperar els canvis premi el botó 'Desfer'", + "item.edit.relationships.notifications.discarded.content": "Els seus canvis han sigut descartats. Per recuperar els canvis premi el botó 'Desfer'", // "item.edit.relationships.notifications.discarded.title": "Changes discarded", - "item.edit.relationships.notifications.discarded.title": "Canvis descartats", + "item.edit.relationships.notifications.discarded.title": "Canvis descartats", // "item.edit.relationships.notifications.failed.title": "Error editing relationships", - "item.edit.relationships.notifications.failed.title": "Error en editar les relacions", + "item.edit.relationships.notifications.failed.title": "Error en editar les relacions", // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - "item.edit.relationships.notifications.outdated.content": "Un altre usuari ha canviat l'ítem en què està treballant actualment. Els seus canvis es descartaran per prevenir conflictes", + "item.edit.relationships.notifications.outdated.content": "Un altre usuari ha canviat l'ítem en què està treballant actualment. Els seus canvis es descartaran per prevenir conflictes", // "item.edit.relationships.notifications.outdated.title": "Changes outdated", - "item.edit.relationships.notifications.outdated.title": "Canvis desactualitzats", + "item.edit.relationships.notifications.outdated.title": "Canvis desactualitzats", // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", - "item.edit.relationships.notifications.saved.content": "S'han desat els canvis en les relacions d'aquest ítem.", + "item.edit.relationships.notifications.saved.content": "S'han desat els canvis en les relacions d'aquest ítem.", // "item.edit.relationships.notifications.saved.title": "Relationships saved", - "item.edit.relationships.notifications.saved.title": "Relacions guardades", + "item.edit.relationships.notifications.saved.title": "Relacions guardades", // "item.edit.relationships.reinstate-button": "Undo", - "item.edit.relationships.reinstate-button": "Desfer", + "item.edit.relationships.reinstate-button": "Desfer", // "item.edit.relationships.save-button": "Save", - "item.edit.relationships.save-button": "Guardar", + "item.edit.relationships.save-button": "Guardar", // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", - "item.edit.relationships.no-entity-type": "Afegiu la metadada 'dspace.entity.type' per habilitar les relacions per a aquest ítem", + "item.edit.relationships.no-entity-type": "Afegiu la metadada 'dspace.entity.type' per habilitar les relacions per a aquest ítem", // "item.edit.return": "Back", - "item.edit.return": "Enrere", + "item.edit.return": "Enrere", // "item.edit.tabs.bitstreams.head": "Bitstreams", - "item.edit.tabs.bitstreams.head": "Fitxers", + "item.edit.tabs.bitstreams.head": "Fitxers", // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", - "item.edit.tabs.bitstreams.title": "Edició d'ítems: fitxers", + "item.edit.tabs.bitstreams.title": "Edició d'ítems: fitxers", // "item.edit.tabs.curate.head": "Curate", - "item.edit.tabs.curate.head": "Curar", + "item.edit.tabs.curate.head": "Curar", // "item.edit.tabs.curate.title": "Item Edit - Curate", - "item.edit.tabs.curate.title": "Edició d'ítem: Curar", + "item.edit.tabs.curate.title": "Edició d'ítem: Curar", // "item.edit.tabs.metadata.head": "Metadata", - "item.edit.tabs.metadata.head": "Metadades", + "item.edit.tabs.metadata.head": "Metadades", // "item.edit.tabs.metadata.title": "Item Edit - Metadata", - "item.edit.tabs.metadata.title": "Edició d'ítem: Metadades", + "item.edit.tabs.metadata.title": "Edició d'ítem: Metadades", // "item.edit.tabs.relationships.head": "Relationships", - "item.edit.tabs.relationships.head": "Relacions", + "item.edit.tabs.relationships.head": "Relacions", // "item.edit.tabs.relationships.title": "Item Edit - Relationships", - "item.edit.tabs.relationships.title": "Edició d'ítem: Relacions", + "item.edit.tabs.relationships.title": "Edició d'ítem: Relacions", // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", - "item.edit.tabs.status.buttons.authorizations.button": "Autoritzacions...", + "item.edit.tabs.status.buttons.authorizations.button": "Autoritzacions...", // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", - "item.edit.tabs.status.buttons.authorizations.label": "Editar privilegis d'autorització de l'ítem:", + "item.edit.tabs.status.buttons.authorizations.label": "Editar privilegis d'autorització de l'ítem:", // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", - "item.edit.tabs.status.buttons.delete.button": "Esborrar permanentment", + "item.edit.tabs.status.buttons.delete.button": "Esborrar permanentment", // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", - "item.edit.tabs.status.buttons.delete.label": "Esborrar completament l'ítem:", + "item.edit.tabs.status.buttons.delete.label": "Esborrar completament l'ítem:", // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", - "item.edit.tabs.status.buttons.mappedCollections.button": "Col·leccions mapejades", + "item.edit.tabs.status.buttons.mappedCollections.button": "Col·leccions mapejades", // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", - "item.edit.tabs.status.buttons.mappedCollections.label": "Administra col·leccions mapejades", + "item.edit.tabs.status.buttons.mappedCollections.label": "Administra col·leccions mapejades", // "item.edit.tabs.status.buttons.move.button": "Move...", - "item.edit.tabs.status.buttons.move.button": "Moure...", + "item.edit.tabs.status.buttons.move.button": "Moure...", // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", - "item.edit.tabs.status.buttons.move.label": "Moure ítem a una altra col·lecció", + "item.edit.tabs.status.buttons.move.label": "Moure ítem a una altra col·lecció", // "item.edit.tabs.status.buttons.private.button": "Make it non-discoverable...", - "item.edit.tabs.status.buttons.private.button": "Convertir-ho en privat...", + "item.edit.tabs.status.buttons.private.button": "Convertir-ho en privat...", // "item.edit.tabs.status.buttons.private.label": "Make item non-discoverable", - "item.edit.tabs.status.buttons.private.label": "Convertir l'ítem a privat", + "item.edit.tabs.status.buttons.private.label": "Convertir l'ítem a privat", // "item.edit.tabs.status.buttons.public.button": "Make it discoverable...", - "item.edit.tabs.status.buttons.public.button": "Convertir-ho en públic...", + "item.edit.tabs.status.buttons.public.button": "Convertir-ho en públic...", // "item.edit.tabs.status.buttons.public.label": "Make item discoverable", - "item.edit.tabs.status.buttons.public.label": "Convertir l'ítem en públic", + "item.edit.tabs.status.buttons.public.label": "Convertir l'ítem en públic", // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", - "item.edit.tabs.status.buttons.reinstate.button": "Reintegrar...", + "item.edit.tabs.status.buttons.reinstate.button": "Reintegrar...", // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", - "item.edit.tabs.status.buttons.reinstate.label": "Restablir l'ítem al repositori", + "item.edit.tabs.status.buttons.reinstate.label": "Restablir l'ítem al repositori", // "item.edit.tabs.status.buttons.unauthorized": "You're not authorized to perform this action", - "item.edit.tabs.status.buttons.unauthorized": "No estàs autoritzat a realitzar aquesta acció.", + "item.edit.tabs.status.buttons.unauthorized": "No estàs autoritzat a realitzar aquesta acció.", // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw...", - "item.edit.tabs.status.buttons.withdraw.button": "Retira...", + "item.edit.tabs.status.buttons.withdraw.button": "Retira...", // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", - "item.edit.tabs.status.buttons.withdraw.label": "Retirar ítem del repositori", + "item.edit.tabs.status.buttons.withdraw.label": "Retirar ítem del repositori", // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", - "item.edit.tabs.status.description": "Benvingut a la pàgina d'administració d'ítems. Des d'aquí podeu retirar, restablir, moure o eliminar l'ítem. També podeu actualitzar o afegir noves metadades / fitxers a les altres pestanyes.", + "item.edit.tabs.status.description": "Benvingut a la pàgina d'administració d'ítems. Des d'aquí podeu retirar, restablir, moure o eliminar l'ítem. També podeu actualitzar o afegir noves metadades / fitxers a les altres pestanyes.", // "item.edit.tabs.status.head": "Status", - "item.edit.tabs.status.head": "Estat", + "item.edit.tabs.status.head": "Estat", // "item.edit.tabs.status.labels.handle": "Handle", - "item.edit.tabs.status.labels.handle": "Handle", + "item.edit.tabs.status.labels.handle": "Handle", // "item.edit.tabs.status.labels.id": "Item Internal ID", - "item.edit.tabs.status.labels.id": "ID intern de l'ítem", + "item.edit.tabs.status.labels.id": "ID intern de l'ítem", // "item.edit.tabs.status.labels.itemPage": "Item Page", - "item.edit.tabs.status.labels.itemPage": "Pàgina de l'ítem", + "item.edit.tabs.status.labels.itemPage": "Pàgina de l'ítem", // "item.edit.tabs.status.labels.lastModified": "Last Modified", - "item.edit.tabs.status.labels.lastModified": "Última modificació", + "item.edit.tabs.status.labels.lastModified": "Última modificació", // "item.edit.tabs.status.title": "Item Edit - Status", - "item.edit.tabs.status.title": "Edició d'ítem: Estat", + "item.edit.tabs.status.title": "Edició d'ítem: Estat", // "item.edit.tabs.versionhistory.head": "Version History", - "item.edit.tabs.versionhistory.head": "Historial de versions", + "item.edit.tabs.versionhistory.head": "Historial de versions", // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", - "item.edit.tabs.versionhistory.title": "Edició d'ítems: Historial de versions", + "item.edit.tabs.versionhistory.title": "Edició d'ítems: Historial de versions", // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", - "item.edit.tabs.versionhistory.under-construction": "Encara no és possible editar o afegir noves versions en aquesta interfície d'usuari.", + "item.edit.tabs.versionhistory.under-construction": "Encara no és possible editar o afegir noves versions en aquesta interfície d'usuari.", // "item.edit.tabs.view.head": "View Item", - "item.edit.tabs.view.head": "Veure ítem", + "item.edit.tabs.view.head": "Veure ítem", // "item.edit.tabs.view.title": "Item Edit - View", - "item.edit.tabs.view.title": "Edició d'ítem - Visualitza", + "item.edit.tabs.view.title": "Edició d'ítem - Visualitza", // "item.edit.withdraw.cancel": "Cancel", - "item.edit.withdraw.cancel": "Cancel·lar", + "item.edit.withdraw.cancel": "Cancel·lar", // "item.edit.withdraw.confirm": "Withdraw", - "item.edit.withdraw.confirm": "Retirar", + "item.edit.withdraw.confirm": "Retirar", // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", - "item.edit.withdraw.description": "Esteu segur que aquest ítem s'ha de retirar del fitxer?", + "item.edit.withdraw.description": "Esteu segur que aquest ítem s'ha de retirar del fitxer?", // "item.edit.withdraw.error": "An error occurred while withdrawing the item", - "item.edit.withdraw.error": "S'ha produït un error en retirar l'ítem", + "item.edit.withdraw.error": "S'ha produït un error en retirar l'ítem", // "item.edit.withdraw.header": "Withdraw item: {{ id }}", - "item.edit.withdraw.header": "Retira l'ítem: {{ id }}", + "item.edit.withdraw.header": "Retira l'ítem: {{ id }}", // "item.edit.withdraw.success": "The item was withdrawn successfully", - "item.edit.withdraw.success": "L'ítem s'ha retirat amb èxit", + "item.edit.withdraw.success": "L'ítem s'ha retirat amb èxit", // "item.orcid.return": "Back", - "item.orcid.return": "Enrere", + "item.orcid.return": "Enrere", // "item.listelement.badge": "Item", - "item.listelement.badge": "Ítem", + "item.listelement.badge": "Ítem", // "item.page.description": "Description", - "item.page.description": "Descripció", + "item.page.description": "Descripció", // "item.page.journal-issn": "Journal ISSN", - "item.page.journal-issn": "ISSN de la revista", + "item.page.journal-issn": "ISSN de la revista", // "item.page.journal-title": "Journal Title", - "item.page.journal-title": "Títol de la revista", + "item.page.journal-title": "Títol de la revista", // "item.page.publisher": "Publisher", - "item.page.publisher": "Editor", + "item.page.publisher": "Editor", // "item.page.titleprefix": "Item: ", - "item.page.titleprefix": "Ítem: ", + "item.page.titleprefix": "Ítem: ", // "item.page.volume-title": "Volume Title", - "item.page.volume-title": "Títol del volum", + "item.page.volume-title": "Títol del volum", // "item.search.results.head": "Item Search Results", - "item.search.results.head": "Resultats de la cerca d'ítems", + "item.search.results.head": "Resultats de la cerca d'ítems", // "item.search.title": "Item Search", - "item.search.title": "Cerca d'ítems", + "item.search.title": "Cerca d'ítems", // "item.truncatable-part.show-more": "Show more", - "item.truncatable-part.show-more": "Més...", + "item.truncatable-part.show-more": "Més...", // "item.truncatable-part.show-less": "Collapse", - "item.truncatable-part.show-less": "Contraure", + "item.truncatable-part.show-less": "Contraure", // "item.page.abstract": "Abstract", - "item.page.abstract": "Resum", + "item.page.abstract": "Resum", // "item.page.author": "Authors", - "item.page.author": "Autors", + "item.page.author": "Autors", // "item.page.citation": "Citation", - "item.page.citation": "Citació", + "item.page.citation": "Citació", // "item.page.collections": "Collections", - "item.page.collections": "Col·leccions", + "item.page.collections": "Col·leccions", // "item.page.collections.loading": "Loading...", - "item.page.collections.loading": "Carregant...", + "item.page.collections.loading": "Carregant...", // "item.page.collections.load-more": "Load more", - "item.page.collections.load-more": "Carregar més", + "item.page.collections.load-more": "Carregar més", // "item.page.date": "Date", - "item.page.date": "Data", + "item.page.date": "Data", // "item.page.edit": "Edit this item", - "item.page.edit": "Editar aquest ítem", + "item.page.edit": "Editar aquest ítem", // "item.page.files": "Files", - "item.page.files": "Fitxers", + "item.page.files": "Fitxers", // "item.page.filesection.description": "Description:", - "item.page.filesection.description": "Descripció:", + "item.page.filesection.description": "Descripció:", // "item.page.filesection.download": "Download", - "item.page.filesection.download": "Descarregar", + "item.page.filesection.download": "Descarregar", // "item.page.filesection.format": "Format:", - "item.page.filesection.format": "Format:", + "item.page.filesection.format": "Format:", // "item.page.filesection.name": "Name:", - "item.page.filesection.name": "Nom:", + "item.page.filesection.name": "Nom:", // "item.page.filesection.size": "Size:", - "item.page.filesection.size": "Mida:", + "item.page.filesection.size": "Mida:", // "item.page.journal.search.title": "Articles in this journal", - "item.page.journal.search.title": "Ítems d'aquesta revista", + "item.page.journal.search.title": "Ítems d'aquesta revista", // "item.page.link.full": "Full item page", - "item.page.link.full": "Pàgina completa de l'ítem", + "item.page.link.full": "Pàgina completa de l'ítem", // "item.page.link.simple": "Simple item page", - "item.page.link.simple": "Vista senzilla d'ítem", + "item.page.link.simple": "Vista senzilla d'ítem", // "item.page.orcid.title": "ORCID", - "item.page.orcid.title": "ORCID", + "item.page.orcid.title": "ORCID", // "item.page.orcid.tooltip": "Open ORCID setting page", - "item.page.orcid.tooltip": "Obrir la pàgina de configuració de ORCID", + "item.page.orcid.tooltip": "Obrir la pàgina de configuració de ORCID", // "item.page.person.search.title": "Articles by this author", - "item.page.person.search.title": "Ítems d'aquest autor", + "item.page.person.search.title": "Ítems d'aquest autor", // "item.page.related-items.view-more": "Show {{ amount }} more", - "item.page.related-items.view-more": "Mostra {{ amount }} més", + "item.page.related-items.view-more": "Mostra {{ amount }} més", // "item.page.related-items.view-less": "Hide last {{ amount }}", - "item.page.related-items.view-less": "Ocultar els últims {{ amount }}", + "item.page.related-items.view-less": "Ocultar els últims {{ amount }}", // "item.page.relationships.isAuthorOfPublication": "Publications", - "item.page.relationships.isAuthorOfPublication": "Publicacions", + "item.page.relationships.isAuthorOfPublication": "Publicacions", // "item.page.relationships.isJournalOfPublication": "Publications", - "item.page.relationships.isJournalOfPublication": "Publicacions", + "item.page.relationships.isJournalOfPublication": "Publicacions", // "item.page.relationships.isOrgUnitOfPerson": "Authors", - "item.page.relationships.isOrgUnitOfPerson": "Autors", + "item.page.relationships.isOrgUnitOfPerson": "Autors", // "item.page.relationships.isOrgUnitOfProject": "Research Projects", - "item.page.relationships.isOrgUnitOfProject": "Projectes de recerca", + "item.page.relationships.isOrgUnitOfProject": "Projectes de recerca", // "item.page.subject": "Keywords", - "item.page.subject": "Paraules clau", + "item.page.subject": "Paraules clau", // "item.page.uri": "URI", - "item.page.uri": "URI", + "item.page.uri": "URI", // "item.page.bitstreams.view-more": "Show more", - "item.page.bitstreams.view-more": "Mostrar més", + "item.page.bitstreams.view-more": "Mostrar més", // "item.page.bitstreams.collapse": "Collapse", - "item.page.bitstreams.collapse": "Contraure", + "item.page.bitstreams.collapse": "Contraure", // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle": "Paquet original", + "item.page.filesection.original.bundle": "Paquet original", // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle": "Paquet de llicències", + "item.page.filesection.license.bundle": "Paquet de llicències", // "item.page.return": "Back", - "item.page.return": "Enrere", + "item.page.return": "Enrere", // "item.page.version.create": "Create new version", - "item.page.version.create": "Crear una nova versió", + "item.page.version.create": "Crear una nova versió", // "item.page.version.hasDraft": "A new version cannot be created because there is an inprogress submission in the version history", - "item.page.version.hasDraft": "No es pot crear una nova versió perquè a l'historial de versions hi ha un enviament en curs", + "item.page.version.hasDraft": "No es pot crear una nova versió perquè a l'historial de versions hi ha un enviament en curs", // "item.page.claim.button": "Claim", - "item.page.claim.button": "Reclamar", + "item.page.claim.button": "Reclamar", // "item.page.claim.tooltip": "Claim this item as profile", - "item.page.claim.tooltip": "Reclamar aquest ítem com a perfil", + "item.page.claim.tooltip": "Reclamar aquest ítem com a perfil", // "item.preview.dc.identifier.uri": "Identifier:", - "item.preview.dc.identifier.uri": "Identificador:", + "item.preview.dc.identifier.uri": "Identificador:", // "item.preview.dc.contributor.author": "Authors:", - "item.preview.dc.contributor.author": "Autors:", + "item.preview.dc.contributor.author": "Autors:", // "item.preview.dc.date.issued": "Published date:", - "item.preview.dc.date.issued": "Data de publicació:", + "item.preview.dc.date.issued": "Data de publicació:", // "item.preview.dc.description.abstract": "Abstract:", - "item.preview.dc.description.abstract": "Resum:", + "item.preview.dc.description.abstract": "Resum:", // "item.preview.dc.identifier.other": "Other identifier:", - "item.preview.dc.identifier.other": "Un altre identificador:", + "item.preview.dc.identifier.other": "Un altre identificador:", // "item.preview.dc.language.iso": "Language:", - "item.preview.dc.language.iso": "Idioma:", + "item.preview.dc.language.iso": "Idioma:", // "item.preview.dc.subject": "Subjects:", - "item.preview.dc.subject": "Matèries:", + "item.preview.dc.subject": "Matèries:", // "item.preview.dc.title": "Title:", - "item.preview.dc.title": "Títol:", + "item.preview.dc.title": "Títol:", // "item.preview.dc.type": "Type:", - "item.preview.dc.type": "Tipus:", + "item.preview.dc.type": "Tipus:", // "item.preview.oaire.citation.issue" : "Issue", - "item.preview.oaire.citation.issue": "Número", + "item.preview.oaire.citation.issue": "Número", // "item.preview.oaire.citation.volume" : "Volume", - "item.preview.oaire.citation.volume": "Volum", + "item.preview.oaire.citation.volume": "Volum", // "item.preview.dc.relation.issn" : "ISSN", - "item.preview.dc.relation.issn": "ISSN", + "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.identifier.isbn" : "ISBN", - "item.preview.dc.identifier.isbn": "ISBN", + "item.preview.dc.identifier.isbn": "ISBN", // "item.preview.dc.identifier": "Identifier:", - "item.preview.dc.identifier": "Identificador:", + "item.preview.dc.identifier": "Identificador:", // "item.preview.dc.relation.ispartof" : "Journal or Serie", - "item.preview.dc.relation.ispartof": "Revista o Sèrie", + "item.preview.dc.relation.ispartof": "Revista o Sèrie", // "item.preview.dc.identifier.doi" : "DOI", - "item.preview.dc.identifier.doi": "DOI", + "item.preview.dc.identifier.doi": "DOI", // "item.preview.person.familyName": "Surname:", - "item.preview.person.familyName": "Cognoms:", + "item.preview.person.familyName": "Cognoms:", // "item.preview.person.givenName": "Name:", - "item.preview.person.givenName": "Nom:", + "item.preview.person.givenName": "Nom:", // "item.preview.person.identifier.orcid": "ORCID:", - "item.preview.person.identifier.orcid": "ORCID:", + "item.preview.person.identifier.orcid": "ORCID:", // "item.preview.project.funder.name": "Funder:", - "item.preview.project.funder.name": "Finançador:", + "item.preview.project.funder.name": "Finançador:", // "item.preview.project.funder.identifier": "Funder Identifier:", - "item.preview.project.funder.identifier": "Identificador del finançador:", + "item.preview.project.funder.identifier": "Identificador del finançador:", // "item.preview.oaire.awardNumber": "Funding ID:", - "item.preview.oaire.awardNumber": "ID de finançament:", + "item.preview.oaire.awardNumber": "ID de finançament:", // "item.preview.dc.title.alternative": "Acronym:", - "item.preview.dc.title.alternative": "Acrònim:", + "item.preview.dc.title.alternative": "Acrònim:", // "item.preview.dc.coverage.spatial": "Jurisdiction:", - "item.preview.dc.coverage.spatial": "Jurisdicció:", + "item.preview.dc.coverage.spatial": "Jurisdicció:", // "item.preview.oaire.fundingStream": "Funding Stream:", - "item.preview.oaire.fundingStream": "Línia de finançament:", + "item.preview.oaire.fundingStream": "Línia de finançament:", // "item.select.confirm": "Confirm selected", - "item.select.confirm": "Confirmar seleccionat", + "item.select.confirm": "Confirmar seleccionat", // "item.select.empty": "No items to show", - "item.select.empty": "No hi ha elements per mostrar", + "item.select.empty": "No hi ha elements per mostrar", // "item.select.table.author": "Author", - "item.select.table.author": "Autor", + "item.select.table.author": "Autor", // "item.select.table.collection": "Collection", - "item.select.table.collection": "Col·lecció", + "item.select.table.collection": "Col·lecció", // "item.select.table.title": "Title", - "item.select.table.title": "Títol", + "item.select.table.title": "Títol", // "item.version.history.empty": "There are no other versions for this item yet.", - "item.version.history.empty": "Encara no hi ha altres versions per a aquest ítem.", + "item.version.history.empty": "Encara no hi ha altres versions per a aquest ítem.", // "item.version.history.head": "Version History", - "item.version.history.head": "Historial de versions", + "item.version.history.head": "Historial de versions", // "item.version.history.return": "Back", - "item.version.history.return": "Enrere", + "item.version.history.return": "Enrere", // "item.version.history.selected": "Selected version", - "item.version.history.selected": "Versió seleccionada", + "item.version.history.selected": "Versió seleccionada", // "item.version.history.selected.alert": "You are currently viewing version {{version}} of the item.", - "item.version.history.selected.alert": "Esta veient la versió {{version}} de l'ítem.", + "item.version.history.selected.alert": "Esta veient la versió {{version}} de l'ítem.", // "item.version.history.table.version": "Version", - "item.version.history.table.version": "Versió", + "item.version.history.table.version": "Versió", // "item.version.history.table.item": "Item", - "item.version.history.table.item": "Ítem", + "item.version.history.table.item": "Ítem", // "item.version.history.table.editor": "Editor", - "item.version.history.table.editor": "Editor", + "item.version.history.table.editor": "Editor", // "item.version.history.table.date": "Date", - "item.version.history.table.date": "Data", + "item.version.history.table.date": "Data", // "item.version.history.table.summary": "Summary", - "item.version.history.table.summary": "Resum", + "item.version.history.table.summary": "Resum", // "item.version.history.table.workspaceItem": "Workspace item", - "item.version.history.table.workspaceItem": "Ítem de l'espai de treball", + "item.version.history.table.workspaceItem": "Ítem de l'espai de treball", // "item.version.history.table.workflowItem": "Workflow item", - "item.version.history.table.workflowItem": "Ítem del flux de treball", + "item.version.history.table.workflowItem": "Ítem del flux de treball", // "item.version.history.table.actions": "Action", - "item.version.history.table.actions": "Acció", + "item.version.history.table.actions": "Acció", // "item.version.history.table.action.editWorkspaceItem": "Edit workspace item", - "item.version.history.table.action.editWorkspaceItem": "Editar ítem de l'espai de treball", + "item.version.history.table.action.editWorkspaceItem": "Editar ítem de l'espai de treball", // "item.version.history.table.action.editSummary": "Edit summary", - "item.version.history.table.action.editSummary": "Editar resum", + "item.version.history.table.action.editSummary": "Editar resum", // "item.version.history.table.action.saveSummary": "Save summary edits", - "item.version.history.table.action.saveSummary": "Salvar resum", + "item.version.history.table.action.saveSummary": "Salvar resum", // "item.version.history.table.action.discardSummary": "Discard summary edits", - "item.version.history.table.action.discardSummary": "Descartar canvis del resum", + "item.version.history.table.action.discardSummary": "Descartar canvis del resum", // "item.version.history.table.action.newVersion": "Create new version from this one", - "item.version.history.table.action.newVersion": "Crear nova versió a partir d'aquesta", + "item.version.history.table.action.newVersion": "Crear nova versió a partir d'aquesta", // "item.version.history.table.action.deleteVersion": "Delete version", - "item.version.history.table.action.deleteVersion": "Esborrar versió", + "item.version.history.table.action.deleteVersion": "Esborrar versió", // "item.version.history.table.action.hasDraft": "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.history.table.action.hasDraft": "No és possible crear una nova versió ja que existeix a l'historial de versions un enviament pendent", + "item.version.history.table.action.hasDraft": "No és possible crear una nova versió ja que existeix a l'historial de versions un enviament pendent", // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", - "item.version.notice": "Aquesta no és l'última versió d'aquest ítem. L'última versió es pot trobar aquí.", + "item.version.notice": "Aquesta no és l'última versió d'aquest ítem. L'última versió es pot trobar aquí.", // "item.version.create.modal.header": "New version", - "item.version.create.modal.header": "Nova versió", + "item.version.create.modal.header": "Nova versió", // "item.version.create.modal.text": "Create a new version for this item", - "item.version.create.modal.text": "Crear una nova versió d'aquest ítem", + "item.version.create.modal.text": "Crear una nova versió d'aquest ítem", // "item.version.create.modal.text.startingFrom": "starting from version {{version}}", - "item.version.create.modal.text.startingFrom": "començant des de versió {{version}}", + "item.version.create.modal.text.startingFrom": "començant des de versió {{version}}", // "item.version.create.modal.button.confirm": "Create", - "item.version.create.modal.button.confirm": "Crear", + "item.version.create.modal.button.confirm": "Crear", // "item.version.create.modal.button.confirm.tooltip": "Create new version", - "item.version.create.modal.button.confirm.tooltip": "Crear nova versió", + "item.version.create.modal.button.confirm.tooltip": "Crear nova versió", // "item.version.create.modal.button.cancel": "Cancel", - "item.version.create.modal.button.cancel": "Cancel·lar", + "item.version.create.modal.button.cancel": "Cancel·lar", // "item.version.create.modal.button.cancel.tooltip": "Do not create new version", - "item.version.create.modal.button.cancel.tooltip": "No crear una nova versió", + "item.version.create.modal.button.cancel.tooltip": "No crear una nova versió", // "item.version.create.modal.form.summary.label": "Summary", - "item.version.create.modal.form.summary.label": "Resum", + "item.version.create.modal.form.summary.label": "Resum", // "item.version.create.modal.form.summary.placeholder": "Insert the summary for the new version", - "item.version.create.modal.form.summary.placeholder": "Introduïu el resum d'aquesta nova versió", + "item.version.create.modal.form.summary.placeholder": "Introduïu el resum d'aquesta nova versió", // "item.version.create.modal.submitted.header": "Creating new version...", - "item.version.create.modal.submitted.header": "Creant nova versió...", + "item.version.create.modal.submitted.header": "Creant nova versió...", // "item.version.create.modal.submitted.text": "The new version is being created. This may take some time if the item has a lot of relationships.", - "item.version.create.modal.submitted.text": "S'està creant la nova versió. Si l'ítem té moltes relacions, aquest procés podria trigar.", + "item.version.create.modal.submitted.text": "S'està creant la nova versió. Si l'ítem té moltes relacions, aquest procés podria trigar.", // "item.version.create.notification.success" : "New version has been created with version number {{version}}", - "item.version.create.notification.success": "S'ha creat una nova versió amb número {{version}}", + "item.version.create.notification.success": "S'ha creat una nova versió amb número {{version}}", // "item.version.create.notification.failure" : "New version has not been created", - "item.version.create.notification.failure": "No s'ha creat una nova versió", + "item.version.create.notification.failure": "No s'ha creat una nova versió", // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.create.notification.inProgress": "No és possible crear una nova versió ja que existeix a l'historial de versions un enviament pendent", + "item.version.create.notification.inProgress": "No és possible crear una nova versió ja que existeix a l'historial de versions un enviament pendent", // "item.version.delete.modal.header": "Delete version", - "item.version.delete.modal.header": "Esborrar versió", + "item.version.delete.modal.header": "Esborrar versió", // "item.version.delete.modal.text": "Do you want to delete version {{version}}?", - "item.version.delete.modal.text": "Vol esborrar la versió {{version}}?", + "item.version.delete.modal.text": "Vol esborrar la versió {{version}}?", // "item.version.delete.modal.button.confirm": "Delete", - "item.version.delete.modal.button.confirm": "Esborrar", + "item.version.delete.modal.button.confirm": "Esborrar", // "item.version.delete.modal.button.confirm.tooltip": "Delete this version", - "item.version.delete.modal.button.confirm.tooltip": "Esborrar aquesta versió", + "item.version.delete.modal.button.confirm.tooltip": "Esborrar aquesta versió", // "item.version.delete.modal.button.cancel": "Cancel", - "item.version.delete.modal.button.cancel": "Cancel·lar", + "item.version.delete.modal.button.cancel": "Cancel·lar", // "item.version.delete.modal.button.cancel.tooltip": "Do not delete this version", - "item.version.delete.modal.button.cancel.tooltip": "No esborrar aquesta versió", + "item.version.delete.modal.button.cancel.tooltip": "No esborrar aquesta versió", // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", - "item.version.delete.notification.success": "S'ha esborrat la versió número {{version}}", + "item.version.delete.notification.success": "S'ha esborrat la versió número {{version}}", // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", - "item.version.delete.notification.failure": "No s'ha esborrat la versió número {{version}}", + "item.version.delete.notification.failure": "No s'ha esborrat la versió número {{version}}", // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", - "item.version.edit.notification.success": "Ha canviat el resum de la versió número {{version}}", + "item.version.edit.notification.success": "Ha canviat el resum de la versió número {{version}}", // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", - "item.version.edit.notification.failure": "No ha canviat el resum de la versió número {{version}}", + "item.version.edit.notification.failure": "No ha canviat el resum de la versió número {{version}}", // "journal.listelement.badge": "Journal", - "journal.listelement.badge": "Revista", + "journal.listelement.badge": "Revista", // "journal.page.description": "Description", - "journal.page.description": "Descripció", + "journal.page.description": "Descripció", // "journal.page.edit": "Edit this item", - "journal.page.edit": "Editar aquest ítem", + "journal.page.edit": "Editar aquest ítem", // "journal.page.editor": "Editor-in-Chief", - "journal.page.editor": "Editor en cap", + "journal.page.editor": "Editor en cap", // "journal.page.issn": "ISSN", - "journal.page.issn": "ISSN", + "journal.page.issn": "ISSN", // "journal.page.publisher": "Publisher", - "journal.page.publisher": "Editor", + "journal.page.publisher": "Editor", // "journal.page.titleprefix": "Journal: ", - "journal.page.titleprefix": "Revista: ", + "journal.page.titleprefix": "Revista: ", // "journal.search.results.head": "Journal Search Results", - "journal.search.results.head": "Resultats de la cerca de revistes", + "journal.search.results.head": "Resultats de la cerca de revistes", // "journal-relationships.search.results.head": "Journal Search Results", - "journal-relationships.search.results.head": "Resultats de la cerca de revistes", + "journal-relationships.search.results.head": "Resultats de la cerca de revistes", // "journal.search.title": "Journal Search", - "journal.search.title": "Cerca de revistes", + "journal.search.title": "Cerca de revistes", // "journalissue.listelement.badge": "Journal Issue", - "journalissue.listelement.badge": "Número de la revista", + "journalissue.listelement.badge": "Número de la revista", // "journalissue.page.description": "Description", - "journalissue.page.description": "Descripció", + "journalissue.page.description": "Descripció", // "journalissue.page.edit": "Edit this item", - "journalissue.page.edit": "Editar aquest ítem", + "journalissue.page.edit": "Editar aquest ítem", // "journalissue.page.issuedate": "Issue Date", - "journalissue.page.issuedate": "Data de publicació", + "journalissue.page.issuedate": "Data de publicació", // "journalissue.page.journal-issn": "Journal ISSN", - "journalissue.page.journal-issn": "ISSN de la revista", + "journalissue.page.journal-issn": "ISSN de la revista", // "journalissue.page.journal-title": "Journal Title", - "journalissue.page.journal-title": "Títol de la revista", + "journalissue.page.journal-title": "Títol de la revista", // "journalissue.page.keyword": "Keywords", - "journalissue.page.keyword": "Paraules clau", + "journalissue.page.keyword": "Paraules clau", // "journalissue.page.number": "Number", - "journalissue.page.number": "Número", + "journalissue.page.number": "Número", // "journalissue.page.titleprefix": "Journal Issue: ", - "journalissue.page.titleprefix": "Número de la revista: ", + "journalissue.page.titleprefix": "Número de la revista: ", // "journalvolume.listelement.badge": "Journal Volume", - "journalvolume.listelement.badge": "Volum de la revista", + "journalvolume.listelement.badge": "Volum de la revista", // "journalvolume.page.description": "Description", - "journalvolume.page.description": "Descripció", + "journalvolume.page.description": "Descripció", // "journalvolume.page.edit": "Edit this item", - "journalvolume.page.edit": "Editar aquest ítem", + "journalvolume.page.edit": "Editar aquest ítem", // "journalvolume.page.issuedate": "Issue Date", - "journalvolume.page.issuedate": "Data de publicació", + "journalvolume.page.issuedate": "Data de publicació", // "journalvolume.page.titleprefix": "Journal Volume: ", - "journalvolume.page.titleprefix": "Volum de la revista: ", + "journalvolume.page.titleprefix": "Volum de la revista: ", // "journalvolume.page.volume": "Volume", - "journalvolume.page.volume": "Volum", + "journalvolume.page.volume": "Volum", // "iiifsearchable.listelement.badge": "Document Media", - "iiifsearchable.listelement.badge": "Suport del document", + "iiifsearchable.listelement.badge": "Suport del document", // "iiifsearchable.page.titleprefix": "Document: ", - "iiifsearchable.page.titleprefix": "Document: ", + "iiifsearchable.page.titleprefix": "Document: ", // "iiifsearchable.page.doi": "Permanent Link: ", - "iiifsearchable.page.doi": "Enllaç permanent: ", + "iiifsearchable.page.doi": "Enllaç permanent: ", // "iiifsearchable.page.issue": "Issue: ", - "iiifsearchable.page.issue": "Número: ", + "iiifsearchable.page.issue": "Número: ", // "iiifsearchable.page.description": "Description: ", - "iiifsearchable.page.description": "Descripció: ", + "iiifsearchable.page.description": "Descripció: ", // "iiifviewer.fullscreen.notice": "Use full screen for better viewing.", - "iiifviewer.fullscreen.notice": "Per visualitzar millor, utilitzeu el mode pantalla completa.", + "iiifviewer.fullscreen.notice": "Per visualitzar millor, utilitzeu el mode pantalla completa.", // "iiif.listelement.badge": "Image Media", - "iiif.listelement.badge": "Image Media", + "iiif.listelement.badge": "Image Media", // "iiif.page.titleprefix": "Image: ", - "iiif.page.titleprefix": "Imatge: ", + "iiif.page.titleprefix": "Imatge: ", // "iiif.page.doi": "Permanent Link: ", - "iiif.page.doi": "Enllaç permanent: ", + "iiif.page.doi": "Enllaç permanent: ", // "iiif.page.issue": "Issue: ", - "iiif.page.issue": "Número: ", + "iiif.page.issue": "Número: ", // "iiif.page.description": "Description: ", - "iiif.page.description": "Descripció: ", + "iiif.page.description": "Descripció: ", // "loading.bitstream": "Loading bitstream...", - "loading.bitstream": "Carregant fitxer...", + "loading.bitstream": "Carregant fitxer...", // "loading.bitstreams": "Loading bitstreams...", - "loading.bitstreams": "Carregant fitxers...", + "loading.bitstreams": "Carregant fitxers...", // "loading.browse-by": "Loading items...", - "loading.browse-by": "Carregant ítems...", + "loading.browse-by": "Carregant ítems...", // "loading.browse-by-page": "Loading page...", - "loading.browse-by-page": "Carregant pàgina...", + "loading.browse-by-page": "Carregant pàgina...", // "loading.collection": "Loading collection...", - "loading.collection": "Carregant col·lecció...", + "loading.collection": "Carregant col·lecció...", // "loading.collections": "Loading collections...", - "loading.collections": "Carregant col·leccions...", + "loading.collections": "Carregant col·leccions...", // "loading.content-source": "Loading content source...", - "loading.content-source": "Carregant font de contingut...", + "loading.content-source": "Carregant font de contingut...", // "loading.community": "Loading community...", - "loading.community": "Carregant comunitat...", + "loading.community": "Carregant comunitat...", // "loading.default": "Loading...", - "loading.default": "Carregant...", + "loading.default": "Carregant...", // "loading.item": "Loading item...", - "loading.item": "Carregant ítem...", + "loading.item": "Carregant ítem...", // "loading.items": "Loading items...", - "loading.items": "Carregant ítems...", + "loading.items": "Carregant ítems...", // "loading.mydspace-results": "Loading items...", - "loading.mydspace-results": "Carregant ítems...", + "loading.mydspace-results": "Carregant ítems...", // "loading.objects": "Loading...", - "loading.objects": "Carregant...", + "loading.objects": "Carregant...", // "loading.recent-submissions": "Loading recent submissions...", - "loading.recent-submissions": "Carregant enviaments recents...", + "loading.recent-submissions": "Carregant enviaments recents...", // "loading.search-results": "Loading search results...", - "loading.search-results": "Carregant resultats de cerca...", + "loading.search-results": "Carregant resultats de cerca...", // "loading.sub-collections": "Loading sub-collections...", - "loading.sub-collections": "Carregant subcol·leccions...", + "loading.sub-collections": "Carregant subcol·leccions...", // "loading.sub-communities": "Loading sub-communities...", - "loading.sub-communities": "Carregant subcomunitats...", + "loading.sub-communities": "Carregant subcomunitats...", // "loading.top-level-communities": "Loading top-level communities...", - "loading.top-level-communities": "Carregant comunitats de primer nivell...", + "loading.top-level-communities": "Carregant comunitats de primer nivell...", // "login.form.email": "Email address", - "login.form.email": "Correu electrònic", + "login.form.email": "Correu electrònic", // "login.form.forgot-password": "Have you forgotten your password?", - "login.form.forgot-password": "Has oblidat la teva contrasenya?", + "login.form.forgot-password": "Has oblidat la teva contrasenya?", // "login.form.header": "Please log in to DSpace", - "login.form.header": "Inicia sessió a DSpace", + "login.form.header": "Inicia sessió a DSpace", // "login.form.new-user": "New user? Click here to register.", - "login.form.new-user": "Nou Usuari? Feu clic aquí per registrar-se", + "login.form.new-user": "Nou Usuari? Feu clic aquí per registrar-se", // "login.form.or-divider": "or", - "login.form.or-divider": "o", + "login.form.or-divider": "o", // "login.form.oidc": "Log in with OIDC", - "login.form.oidc": "Iniciar sessió amb OIDC", + "login.form.oidc": "Iniciar sessió amb OIDC", // "login.form.orcid": "Log in with ORCID", - "login.form.orcid": "Iniciar sessió amb ORCID", + "login.form.orcid": "Iniciar sessió amb ORCID", // "login.form.password": "Password", - "login.form.password": "Contrasenya", + "login.form.password": "Contrasenya", // "login.form.shibboleth": "Log in with Shibboleth", - "login.form.shibboleth": "Iniciar sessió amb Shibboleth", + "login.form.shibboleth": "Iniciar sessió amb Shibboleth", // "login.form.submit": "Log in", - "login.form.submit": "Iniciar sessió", + "login.form.submit": "Iniciar sessió", // "login.title": "Login", - "login.title": "Iniciar sessió", + "login.title": "Iniciar sessió", // "login.breadcrumbs": "Login", - "login.breadcrumbs": "Iniciar sessió", + "login.breadcrumbs": "Iniciar sessió", // "logout.form.header": "Log out from DSpace", - "logout.form.header": "Tancar sessió a DSpace", + "logout.form.header": "Tancar sessió a DSpace", // "logout.form.submit": "Log out", - "logout.form.submit": "Tancar sessió", + "logout.form.submit": "Tancar sessió", // "logout.title": "Logout", - "logout.title": "Tancar sessió", + "logout.title": "Tancar sessió", // "menu.header.admin": "Management", - "menu.header.admin": "Administració", + "menu.header.admin": "Administració", // "menu.header.image.logo": "Repository logo", - "menu.header.image.logo": "Logotip del repositori", + "menu.header.image.logo": "Logotip del repositori", // "menu.header.admin.description": "Management menu", - "menu.header.admin.description": "Menú d'administració", + "menu.header.admin.description": "Menú d'administració", // "menu.section.access_control": "Access Control", - "menu.section.access_control": "Control d'accés", + "menu.section.access_control": "Control d'accés", // "menu.section.access_control_authorizations": "Authorizations", - "menu.section.access_control_authorizations": "Autoritzacions", + "menu.section.access_control_authorizations": "Autoritzacions", // "menu.section.access_control_groups": "Groups", - "menu.section.access_control_groups": "Grups", + "menu.section.access_control_groups": "Grups", // "menu.section.access_control_people": "People", - "menu.section.access_control_people": "Usuaris", + "menu.section.access_control_people": "Usuaris", // "menu.section.admin_search": "Admin Search", - "menu.section.admin_search": "Cerca d'administrador", + "menu.section.admin_search": "Cerca d'administrador", // "menu.section.browse_community": "This Community", - "menu.section.browse_community": "Aquesta comunitat", + "menu.section.browse_community": "Aquesta comunitat", // "menu.section.browse_community_by_author": "By Author", - "menu.section.browse_community_by_author": "Per autor", + "menu.section.browse_community_by_author": "Per autor", // "menu.section.browse_community_by_issue_date": "By Issue Date", - "menu.section.browse_community_by_issue_date": "Per data de publicació", + "menu.section.browse_community_by_issue_date": "Per data de publicació", // "menu.section.browse_community_by_title": "By Title", - "menu.section.browse_community_by_title": "Per títol", + "menu.section.browse_community_by_title": "Per títol", // "menu.section.browse_global": "All of DSpace", - "menu.section.browse_global": "Tot DSpace", + "menu.section.browse_global": "Tot DSpace", // "menu.section.browse_global_by_author": "By Author", - "menu.section.browse_global_by_author": "Per autor", + "menu.section.browse_global_by_author": "Per autor", // "menu.section.browse_global_by_dateissued": "By Issue Date", - "menu.section.browse_global_by_dateissued": "Per data de publicació", + "menu.section.browse_global_by_dateissued": "Per data de publicació", // "menu.section.browse_global_by_subject": "By Subject", - "menu.section.browse_global_by_subject": "Per tema", + "menu.section.browse_global_by_subject": "Per tema", // "menu.section.browse_global_by_title": "By Title", - "menu.section.browse_global_by_title": "Per títol", + "menu.section.browse_global_by_title": "Per títol", // "menu.section.browse_global_communities_and_collections": "Communities & Collections", - "menu.section.browse_global_communities_and_collections": "Comunitats i col·leccions", + "menu.section.browse_global_communities_and_collections": "Comunitats i col·leccions", // "menu.section.control_panel": "Control Panel", - "menu.section.control_panel": "Panel de control", + "menu.section.control_panel": "Panel de control", // "menu.section.curation_task": "Curation Task", - "menu.section.curation_task": "Tasques de curació", + "menu.section.curation_task": "Tasques de curació", // "menu.section.edit": "Edit", - "menu.section.edit": "Editar", + "menu.section.edit": "Editar", // "menu.section.edit_collection": "Collection", - "menu.section.edit_collection": "Col·lecció", + "menu.section.edit_collection": "Col·lecció", // "menu.section.edit_community": "Community", - "menu.section.edit_community": "Comunitat", + "menu.section.edit_community": "Comunitat", // "menu.section.edit_item": "Item", - "menu.section.edit_item": "Ítem", + "menu.section.edit_item": "Ítem", // "menu.section.export": "Export", - "menu.section.export": "Exportar", + "menu.section.export": "Exportar", // "menu.section.export_collection": "Collection", - "menu.section.export_collection": "Col·lecció", + "menu.section.export_collection": "Col·lecció", // "menu.section.export_community": "Community", - "menu.section.export_community": "Comunitat", + "menu.section.export_community": "Comunitat", // "menu.section.export_item": "Item", - "menu.section.export_item": "Ítem", + "menu.section.export_item": "Ítem", // "menu.section.export_metadata": "Metadata", - "menu.section.export_metadata": "Metadades", + "menu.section.export_metadata": "Metadades", // "menu.section.export_batch": "Batch Export (ZIP)", - "menu.section.export_batch": "Exportació per lots (ZIP)", + "menu.section.export_batch": "Exportació per lots (ZIP)", // "menu.section.icon.access_control": "Access Control menu section", - "menu.section.icon.access_control": "Secció del menú de control d'accés", + "menu.section.icon.access_control": "Secció del menú de control d'accés", // "menu.section.icon.admin_search": "Admin search menu section", - "menu.section.icon.admin_search": "Secció del menú de cerca d'administrador", + "menu.section.icon.admin_search": "Secció del menú de cerca d'administrador", // "menu.section.icon.control_panel": "Control Panel menu section", - "menu.section.icon.control_panel": "Secció del menú del Tauler de control", + "menu.section.icon.control_panel": "Secció del menú del Tauler de control", // "menu.section.icon.curation_tasks": "Curation Task menu section", - "menu.section.icon.curation_tasks": "Secció del menú de Tasques de curació", + "menu.section.icon.curation_tasks": "Secció del menú de Tasques de curació", // "menu.section.icon.edit": "Edit menu section", - "menu.section.icon.edit": "Secció del menú d'edició", + "menu.section.icon.edit": "Secció del menú d'edició", // "menu.section.icon.export": "Export menu section", - "menu.section.icon.export": "Secció de menú d'exportació", + "menu.section.icon.export": "Secció de menú d'exportació", // "menu.section.icon.find": "Find menu section", - "menu.section.icon.find": "Secció de menú de cerca", + "menu.section.icon.find": "Secció de menú de cerca", // "menu.section.icon.health": "Health check menu section", - "menu.section.icon.health": "Secció de menú de Revisió de salut", + "menu.section.icon.health": "Secció de menú de Revisió de salut", // "menu.section.icon.import": "Import menu section", - "menu.section.icon.import": "Secció de menú d'importació", + "menu.section.icon.import": "Secció de menú d'importació", // "menu.section.icon.new": "New menu section", - "menu.section.icon.new": "Secció de menú de creació", + "menu.section.icon.new": "Secció de menú de creació", // "menu.section.icon.pin": "Pin sidebar", - "menu.section.icon.pin": "Ancorar barra lateral", + "menu.section.icon.pin": "Ancorar barra lateral", // "menu.section.icon.processes": "Processes Health", - "menu.section.icon.processes": "Secció de menú de Processos de revisió", + "menu.section.icon.processes": "Secció de menú de Processos de revisió", // "menu.section.icon.registries": "Registries menu section", - "menu.section.icon.registries": "Secció de menú de Registres", + "menu.section.icon.registries": "Secció de menú de Registres", // "menu.section.icon.statistics_task": "Statistics Task menu section", - "menu.section.icon.statistics_task": "Secció del menú de Tasques d'estadístiques", + "menu.section.icon.statistics_task": "Secció del menú de Tasques d'estadístiques", // "menu.section.icon.workflow": "Administer workflow menu section", - "menu.section.icon.workflow": "Secció del menú d'Administració de fluxos de treball", + "menu.section.icon.workflow": "Secció del menú d'Administració de fluxos de treball", // "menu.section.icon.unpin": "Unpin sidebar", - "menu.section.icon.unpin": "Desanclar la barra lateral", + "menu.section.icon.unpin": "Desanclar la barra lateral", // "menu.section.import": "Import", - "menu.section.import": "Importar", + "menu.section.import": "Importar", // "menu.section.import_batch": "Batch Import (ZIP)", - "menu.section.import_batch": "Importació per lots (ZIP)", + "menu.section.import_batch": "Importació per lots (ZIP)", // "menu.section.import_metadata": "Metadata", - "menu.section.import_metadata": "Metadades", + "menu.section.import_metadata": "Metadades", // "menu.section.new": "New", - "menu.section.new": "Nou", + "menu.section.new": "Nou", // "menu.section.new_collection": "Collection", - "menu.section.new_collection": "Col·lecció", + "menu.section.new_collection": "Col·lecció", // "menu.section.new_community": "Community", - "menu.section.new_community": "Comunitat", + "menu.section.new_community": "Comunitat", // "menu.section.new_item": "Item", - "menu.section.new_item": "Ítem", + "menu.section.new_item": "Ítem", // "menu.section.new_item_version": "Item Version", - "menu.section.new_item_version": "Versió de l'ítem", + "menu.section.new_item_version": "Versió de l'ítem", // "menu.section.new_process": "Process", - "menu.section.new_process": "Procés", + "menu.section.new_process": "Procés", // "menu.section.pin": "Pin sidebar", - "menu.section.pin": "Ancorar barra lateral", + "menu.section.pin": "Ancorar barra lateral", // "menu.section.unpin": "Unpin sidebar", - "menu.section.unpin": "Desancorar la barra lateral", + "menu.section.unpin": "Desancorar la barra lateral", // "menu.section.processes": "Processes", - "menu.section.processes": "Processos", + "menu.section.processes": "Processos", // "menu.section.health": "Health", - "menu.section.health": "Revisió de salut", + "menu.section.health": "Revisió de salut", // "menu.section.registries": "Registries", - "menu.section.registries": "Registres", + "menu.section.registries": "Registres", // "menu.section.registries_format": "Format", - "menu.section.registries_format": "Format", + "menu.section.registries_format": "Format", // "menu.section.registries_metadata": "Metadata", - "menu.section.registries_metadata": "Metadades", + "menu.section.registries_metadata": "Metadades", // "menu.section.statistics": "Statistics", - "menu.section.statistics": "Estadístiques", + "menu.section.statistics": "Estadístiques", // "menu.section.statistics_task": "Statistics Task", - "menu.section.statistics_task": "Tasques d'estadístiques", + "menu.section.statistics_task": "Tasques d'estadístiques", // "menu.section.toggle.access_control": "Toggle Access Control section", - "menu.section.toggle.access_control": "Alternar secció de Control d'accés", + "menu.section.toggle.access_control": "Alternar secció de Control d'accés", // "menu.section.toggle.control_panel": "Toggle Control Panel section", - "menu.section.toggle.control_panel": "Alternar la secció del Panell de control", + "menu.section.toggle.control_panel": "Alternar la secció del Panell de control", // "menu.section.toggle.curation_task": "Toggle Curation Task section", - "menu.section.toggle.curation_task": "Alternar la secció Tasques de curació", + "menu.section.toggle.curation_task": "Alternar la secció Tasques de curació", // "menu.section.toggle.edit": "Toggle Edit section", - "menu.section.toggle.edit": "Alternar secció d'Edició", + "menu.section.toggle.edit": "Alternar secció d'Edició", // "menu.section.toggle.export": "Toggle Export section", - "menu.section.toggle.export": "Alternar secció d'Exportació", + "menu.section.toggle.export": "Alternar secció d'Exportació", // "menu.section.toggle.find": "Toggle Find section", - "menu.section.toggle.find": "Alternar secció de Cerca", + "menu.section.toggle.find": "Alternar secció de Cerca", // "menu.section.toggle.import": "Toggle Import section", - "menu.section.toggle.import": "Alternar secció d'Importació", + "menu.section.toggle.import": "Alternar secció d'Importació", // "menu.section.toggle.new": "Toggle New section", - "menu.section.toggle.new": "Alternar secció de Creació", + "menu.section.toggle.new": "Alternar secció de Creació", // "menu.section.toggle.registries": "Toggle Registries section", - "menu.section.toggle.registries": "Alternar secció de Registres", + "menu.section.toggle.registries": "Alternar secció de Registres", // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", - "menu.section.toggle.statistics_task": "Alternar secció de Tasca d'estadístiques", + "menu.section.toggle.statistics_task": "Alternar secció de Tasca d'estadístiques", // "menu.section.workflow": "Administer Workflow", - "menu.section.workflow": "Administrar flux de treball", + "menu.section.workflow": "Administrar flux de treball", // "metadata-export-search.tooltip": "Export search results as CSV", - "metadata-export-search.tooltip": "Exporta els resultats de cerca a CSV", + "metadata-export-search.tooltip": "Exporta els resultats de cerca a CSV", // "metadata-export-search.submit.success": "The export was started successfully", - "metadata-export-search.submit.success": "L'exportació s'ha iniciat satisfactòriament", + "metadata-export-search.submit.success": "L'exportació s'ha iniciat satisfactòriament", // "metadata-export-search.submit.error": "Starting the export has failed", - "metadata-export-search.submit.error": "Ha fallat l'inici de l'exportació", + "metadata-export-search.submit.error": "Ha fallat l'inici de l'exportació", // "mydspace.breadcrumbs": "MyDSpace", - "mydspace.breadcrumbs": "El meu DSpace", + "mydspace.breadcrumbs": "El meu DSpace", // "mydspace.description": "", - "mydspace.description": "", + "mydspace.description": "", // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", - "mydspace.messages.controller-help": "Seleccioneu aquesta opció per enviar un missatge al remitent de l'ítem.", + "mydspace.messages.controller-help": "Seleccioneu aquesta opció per enviar un missatge al remitent de l'ítem.", // "mydspace.messages.description-placeholder": "Insert your message here...", - "mydspace.messages.description-placeholder": "Insereix el teu missatge aquí...", + "mydspace.messages.description-placeholder": "Insereix el teu missatge aquí...", // "mydspace.messages.hide-msg": "Hide message", - "mydspace.messages.hide-msg": "Amagar missatge", + "mydspace.messages.hide-msg": "Amagar missatge", // "mydspace.messages.mark-as-read": "Mark as read", - "mydspace.messages.mark-as-read": "Marcar com a llegit", + "mydspace.messages.mark-as-read": "Marcar com a llegit", // "mydspace.messages.mark-as-unread": "Mark as unread", - "mydspace.messages.mark-as-unread": "Marcar com no llegit", + "mydspace.messages.mark-as-unread": "Marcar com no llegit", // "mydspace.messages.no-content": "No content.", - "mydspace.messages.no-content": "Sense contingut.", + "mydspace.messages.no-content": "Sense contingut.", // "mydspace.messages.no-messages": "No messages yet.", - "mydspace.messages.no-messages": "Encara no hi ha missatges.", + "mydspace.messages.no-messages": "Encara no hi ha missatges.", // "mydspace.messages.send-btn": "Send", - "mydspace.messages.send-btn": "Enviar", + "mydspace.messages.send-btn": "Enviar", // "mydspace.messages.show-msg": "Show message", - "mydspace.messages.show-msg": "Mostrar missatge", + "mydspace.messages.show-msg": "Mostrar missatge", // "mydspace.messages.subject-placeholder": "Subject...", - "mydspace.messages.subject-placeholder": "Assumpte...", + "mydspace.messages.subject-placeholder": "Assumpte...", // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", - "mydspace.messages.submitter-help": "Seleccioneu aquesta opció per enviar un missatge al controlador.", + "mydspace.messages.submitter-help": "Seleccioneu aquesta opció per enviar un missatge al controlador.", // "mydspace.messages.title": "Messages", - "mydspace.messages.title": "Missatges", + "mydspace.messages.title": "Missatges", // "mydspace.messages.to": "To", - "mydspace.messages.to": "Per", + "mydspace.messages.to": "Per", // "mydspace.new-submission": "New submission", - "mydspace.new-submission": "Nou enviament", + "mydspace.new-submission": "Nou enviament", // "mydspace.new-submission-external": "Import metadata from external source", - "mydspace.new-submission-external": "Importa metadades d'una font externa", + "mydspace.new-submission-external": "Importa metadades d'una font externa", // "mydspace.new-submission-external-short": "Import metadata", - "mydspace.new-submission-external-short": "Importa metadades", + "mydspace.new-submission-external-short": "Importa metadades", // "mydspace.results.head": "Your submissions", - "mydspace.results.head": "Els teus enviaments", + "mydspace.results.head": "Els teus enviaments", // "mydspace.results.no-abstract": "No Abstract", - "mydspace.results.no-abstract": "Sense resum", + "mydspace.results.no-abstract": "Sense resum", // "mydspace.results.no-authors": "No Authors", - "mydspace.results.no-authors": "Sense autors", + "mydspace.results.no-authors": "Sense autors", // "mydspace.results.no-collections": "No Collections", - "mydspace.results.no-collections": "No hi ha col·leccions", + "mydspace.results.no-collections": "No hi ha col·leccions", // "mydspace.results.no-date": "No Date", - "mydspace.results.no-date": "Sense data", + "mydspace.results.no-date": "Sense data", // "mydspace.results.no-files": "No Files", - "mydspace.results.no-files": "Sense fitxers", + "mydspace.results.no-files": "Sense fitxers", // "mydspace.results.no-results": "There were no items to show", - "mydspace.results.no-results": "No hi ha elements per mostrar", + "mydspace.results.no-results": "No hi ha elements per mostrar", // "mydspace.results.no-title": "No title", - "mydspace.results.no-title": "Sense títol", + "mydspace.results.no-title": "Sense títol", // "mydspace.results.no-uri": "No Uri", - "mydspace.results.no-uri": "Sense URI", + "mydspace.results.no-uri": "Sense URI", // "mydspace.search-form.placeholder": "Search in mydspace...", - "mydspace.search-form.placeholder": "Cerca al meu DSpace...", + "mydspace.search-form.placeholder": "Cerca al meu DSpace...", // "mydspace.show.workflow": "Workflow tasks", - "mydspace.show.workflow": "Tasques del flux de treball", + "mydspace.show.workflow": "Tasques del flux de treball", // "mydspace.show.workspace": "Your Submissions", - "mydspace.show.workspace": "Els seus enviaments", + "mydspace.show.workspace": "Els seus enviaments", // "mydspace.status.archived": "Archived", - "mydspace.status.archived": "Arxivat", + "mydspace.status.archived": "Arxivat", // "mydspace.status.validation": "Validation", - "mydspace.status.validation": "Validació", + "mydspace.status.validation": "Validació", // "mydspace.status.waiting-for-controller": "Waiting for controller", - "mydspace.status.waiting-for-controller": "Esperant el controlador", + "mydspace.status.waiting-for-controller": "Esperant el controlador", // "mydspace.status.workflow": "Workflow", - "mydspace.status.workflow": "Flux de treball", + "mydspace.status.workflow": "Flux de treball", // "mydspace.status.workspace": "Workspace", - "mydspace.status.workspace": "Espai de treball", + "mydspace.status.workspace": "Espai de treball", // "mydspace.title": "MyDSpace", - "mydspace.title": "El meu DSpace", + "mydspace.title": "El meu DSpace", // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", - "mydspace.upload.upload-failed": "Error en crear un nou ítem de l'espai de treball. Verifiqueu el contingut carregat abans de tornar-ho a provar.", + "mydspace.upload.upload-failed": "Error en crear un nou ítem de l'espai de treball. Verifiqueu el contingut carregat abans de tornar-ho a provar.", // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", - "mydspace.upload.upload-failed-manyentries": "Fitxer no processable. S'han detectat massa entrades, però només se'n permet una per fitxer.", + "mydspace.upload.upload-failed-manyentries": "Fitxer no processable. S'han detectat massa entrades, però només se'n permet una per fitxer.", // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", - "mydspace.upload.upload-failed-moreonefile": "Sol·licitud no processable. Només es permet un fitxer.", + "mydspace.upload.upload-failed-moreonefile": "Sol·licitud no processable. Només es permet un fitxer.", // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", - "mydspace.upload.upload-multiple-successful": "S'han creat {{ qty }} nous ítems de l'espai de treball.", + "mydspace.upload.upload-multiple-successful": "S'han creat {{ qty }} nous ítems de l'espai de treball.", // "mydspace.view-btn": "View", - "mydspace.view-btn": "Veure", + "mydspace.view-btn": "Veure", // "nav.browse.header": "All of DSpace", - "nav.browse.header": "Tot DSpace", + "nav.browse.header": "Tot DSpace", // "nav.community-browse.header": "By Community", - "nav.community-browse.header": "Per comunitat", + "nav.community-browse.header": "Per comunitat", // "nav.language": "Language switch", - "nav.language": "Canvi d'idioma", + "nav.language": "Canvi d'idioma", // "nav.login": "Log In", - "nav.login": "Iniciar sessió", + "nav.login": "Iniciar sessió", // "nav.user-profile-menu-and-logout": "User profile menu and Log Out", "nav.user-profile-menu-and-logout": "Menú de perfil d'usuari i tancament de sessió", // "nav.logout": "Log Out", - "nav.logout": "Tancar sessió", + "nav.logout": "Tancar sessió", // "nav.main.description": "Main navigation bar", - "nav.main.description": "Barra de navegació principal", + "nav.main.description": "Barra de navegació principal", // "nav.mydspace": "MyDSpace", - "nav.mydspace": "El meu DSpace", + "nav.mydspace": "El meu DSpace", // "nav.profile": "Profile", - "nav.profile": "Perfil", + "nav.profile": "Perfil", // "nav.search": "Search", - "nav.search": "Cerca", + "nav.search": "Cerca", // "nav.statistics.header": "Statistics", - "nav.statistics.header": "Estadístiques", + "nav.statistics.header": "Estadístiques", // "nav.stop-impersonating": "Stop impersonating EPerson", - "nav.stop-impersonating": "Deixeu de fer-vos passar per usuari", + "nav.stop-impersonating": "Deixeu de fer-vos passar per usuari", // "nav.toggle" : "Toggle navigation", - "nav.toggle": "Alternar navegació", + "nav.toggle": "Alternar navegació", // "nav.user.description" : "User profile bar", - "nav.user.description": "Barra de perfil d'usuari", + "nav.user.description": "Barra de perfil d'usuari", // "none.listelement.badge": "Item", - "none.listelement.badge": "Ítem", + "none.listelement.badge": "Ítem", // "orgunit.listelement.badge": "Organizational Unit", - "orgunit.listelement.badge": "Unitat organitzativa", + "orgunit.listelement.badge": "Unitat organitzativa", // "orgunit.listelement.no-title": "Untitled", - "orgunit.listelement.no-title": "Sense títol", + "orgunit.listelement.no-title": "Sense títol", // "orgunit.page.city": "City", - "orgunit.page.city": "Ciutat", + "orgunit.page.city": "Ciutat", // "orgunit.page.country": "Country", - "orgunit.page.country": "País", + "orgunit.page.country": "País", // "orgunit.page.dateestablished": "Date established", - "orgunit.page.dateestablished": "Data d'establiment", + "orgunit.page.dateestablished": "Data d'establiment", // "orgunit.page.description": "Description", - "orgunit.page.description": "Descripció", + "orgunit.page.description": "Descripció", // "orgunit.page.edit": "Edit this item", - "orgunit.page.edit": "Editar aquest ítem", + "orgunit.page.edit": "Editar aquest ítem", // "orgunit.page.id": "ID", - "orgunit.page.id": "ID", + "orgunit.page.id": "ID", // "orgunit.page.titleprefix": "Organizational Unit: ", - "orgunit.page.titleprefix": "Unitat organitzativa: ", + "orgunit.page.titleprefix": "Unitat organitzativa: ", // "pagination.options.description": "Pagination options", - "pagination.options.description": "Opcions de paginació", + "pagination.options.description": "Opcions de paginació", // "pagination.results-per-page": "Results Per Page", - "pagination.results-per-page": "Resultats per pàgina", + "pagination.results-per-page": "Resultats per pàgina", // "pagination.showing.detail": "{{ range }} of {{ total }}", - "pagination.showing.detail": "{{ range }} de {{ total }}", + "pagination.showing.detail": "{{ range }} de {{ total }}", // "pagination.showing.label": "Now showing ", - "pagination.showing.label": "Mostrant ", + "pagination.showing.label": "Mostrant ", // "pagination.sort-direction": "Sort Options", - "pagination.sort-direction": "Opcions d'ordenació", + "pagination.sort-direction": "Opcions d'ordenació", // "person.listelement.badge": "Person", - "person.listelement.badge": "Persona", + "person.listelement.badge": "Persona", // "person.listelement.no-title": "No name found", - "person.listelement.no-title": "No s'ha trobat cap nom", + "person.listelement.no-title": "No s'ha trobat cap nom", // "person.page.birthdate": "Birth Date", - "person.page.birthdate": "Data de naixement", + "person.page.birthdate": "Data de naixement", // "person.page.edit": "Edit this item", - "person.page.edit": "Editar aquest ítem", + "person.page.edit": "Editar aquest ítem", // "person.page.email": "Email Address", - "person.page.email": "Adreça de correu electrònic", + "person.page.email": "Adreça de correu electrònic", // "person.page.firstname": "First Name", - "person.page.firstname": "Nom", + "person.page.firstname": "Nom", // "person.page.jobtitle": "Job Title", - "person.page.jobtitle": "Lloc de treball", + "person.page.jobtitle": "Lloc de treball", // "person.page.lastname": "Last Name", - "person.page.lastname": "Cognoms", + "person.page.lastname": "Cognoms", // "person.page.name": "Name", - "person.page.name": "Nom", + "person.page.name": "Nom", // "person.page.link.full": "Show all metadata", - "person.page.link.full": "Mostra totes les metadades", + "person.page.link.full": "Mostra totes les metadades", // "person.page.orcid": "ORCID", - "person.page.orcid": "ORCID", + "person.page.orcid": "ORCID", // "person.page.staffid": "Staff ID", - "person.page.staffid": "Identificació de Personal", + "person.page.staffid": "Identificació de Personal", // "person.page.titleprefix": "Person: ", - "person.page.titleprefix": "Persona: ", + "person.page.titleprefix": "Persona: ", // "person.search.results.head": "Person Search Results", - "person.search.results.head": "Resultats de cerca de persones", + "person.search.results.head": "Resultats de cerca de persones", // "person-relationships.search.results.head": "Person Search Results", - "person-relationships.search.results.head": "Resultats de cerca de persones", + "person-relationships.search.results.head": "Resultats de cerca de persones", // "person.search.title": "Person Search", - "person.search.title": "Cerca de persones", + "person.search.title": "Cerca de persones", // "process.new.select-parameters": "Parameters", - "process.new.select-parameters": "Paràmetres", + "process.new.select-parameters": "Paràmetres", // "process.new.cancel": "Cancel", - "process.new.cancel": "Cancel·lar", + "process.new.cancel": "Cancel·lar", // "process.new.submit": "Save", - "process.new.submit": "Guardar", + "process.new.submit": "Guardar", // "process.new.select-script": "Script", - "process.new.select-script": "Script", + "process.new.select-script": "Script", // "process.new.select-script.placeholder": "Choose a script...", - "process.new.select-script.placeholder": "Trieu un script...", + "process.new.select-script.placeholder": "Trieu un script...", // "process.new.select-script.required": "Script is required", - "process.new.select-script.required": "Es requereix un script", + "process.new.select-script.required": "Es requereix un script", // "process.new.parameter.file.upload-button": "Select file...", - "process.new.parameter.file.upload-button": "Selecciona fitxer...", + "process.new.parameter.file.upload-button": "Selecciona fitxer...", // "process.new.parameter.file.required": "Please select a file", - "process.new.parameter.file.required": "Si us plau seleccioneu un fitxer", + "process.new.parameter.file.required": "Si us plau seleccioneu un fitxer", // "process.new.parameter.string.required": "Parameter value is required", - "process.new.parameter.string.required": "Es requereix el valor del paràmetre", + "process.new.parameter.string.required": "Es requereix el valor del paràmetre", // "process.new.parameter.type.value": "value", - "process.new.parameter.type.value": "valor", + "process.new.parameter.type.value": "valor", // "process.new.parameter.type.file": "file", - "process.new.parameter.type.file": "arxiu", + "process.new.parameter.type.file": "arxiu", // "process.new.parameter.required.missing": "The following parameters are required but still missing:", - "process.new.parameter.required.missing": "Els paràmetres següents són obligatoris però encara falten:", + "process.new.parameter.required.missing": "Els paràmetres següents són obligatoris però encara falten:", // "process.new.notification.success.title": "Success", - "process.new.notification.success.title": "Èxit", + "process.new.notification.success.title": "Èxit", // "process.new.notification.success.content": "The process was successfully created", - "process.new.notification.success.content": "El procés s'ha creat amb èxit", + "process.new.notification.success.content": "El procés s'ha creat amb èxit", // "process.new.notification.error.title": "Error", - "process.new.notification.error.title": "Error", + "process.new.notification.error.title": "Error", // "process.new.notification.error.content": "An error occurred while creating this process", - "process.new.notification.error.content": "S'ha produït un error en crear aquest procés.", + "process.new.notification.error.content": "S'ha produït un error en crear aquest procés.", // "process.new.header": "Create a new process", - "process.new.header": "Crea un nou procés", + "process.new.header": "Crea un nou procés", // "process.new.title": "Create a new process", - "process.new.title": "Crea un nou procés", + "process.new.title": "Crea un nou procés", // "process.new.breadcrumbs": "Create a new process", - "process.new.breadcrumbs": "Crea un nou procés", + "process.new.breadcrumbs": "Crea un nou procés", // "process.detail.arguments" : "Arguments", - "process.detail.arguments": "Arguments", + "process.detail.arguments": "Arguments", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty": "Aquest procés no conté cap argument", + "process.detail.arguments.empty": "Aquest procés no conté cap argument", // "process.detail.back" : "Back", - "process.detail.back": "Enrere", + "process.detail.back": "Enrere", // "process.detail.output" : "Process Output", - "process.detail.output": "Sortida del procés", + "process.detail.output": "Sortida del procés", // "process.detail.logs.button": "Retrieve process output", - "process.detail.logs.button": "Recuperar la sortida del procés", + "process.detail.logs.button": "Recuperar la sortida del procés", // "process.detail.logs.loading": "Retrieving", - "process.detail.logs.loading": "Recuperant", + "process.detail.logs.loading": "Recuperant", // "process.detail.logs.none": "This process has no output", - "process.detail.logs.none": "Aquest procés no té sortida", + "process.detail.logs.none": "Aquest procés no té sortida", // "process.detail.output-files" : "Output Files", - "process.detail.output-files": "Fitxers de sortida", + "process.detail.output-files": "Fitxers de sortida", // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty": "Aquest procés no conté cap fitxer de sortida", + "process.detail.output-files.empty": "Aquest procés no conté cap fitxer de sortida", // "process.detail.script" : "Script", - "process.detail.script": "Seqüència d'ordres", + "process.detail.script": "Seqüència d'ordres", // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title": "Procés: {{ id }} - {{ name }}", + "process.detail.title": "Procés: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", - "process.detail.start-time": "Hora d'inici", + "process.detail.start-time": "Hora d'inici", // "process.detail.end-time" : "Finish time", - "process.detail.end-time": "Hora de finalització", + "process.detail.end-time": "Hora de finalització", // "process.detail.status" : "Status", - "process.detail.status": "Estat", + "process.detail.status": "Estat", // "process.detail.create" : "Create similar process", - "process.detail.create": "Crear un procés similar", + "process.detail.create": "Crear un procés similar", // "process.detail.actions": "Actions", - "process.detail.actions": "Accions", + "process.detail.actions": "Accions", // "process.detail.delete.button": "Delete process", - "process.detail.delete.button": "Eliminar procés", + "process.detail.delete.button": "Eliminar procés", // "process.detail.delete.header": "Delete process", - "process.detail.delete.header": "Eliminar procés", + "process.detail.delete.header": "Eliminar procés", // "process.detail.delete.body": "Are you sure you want to delete the current process?", - "process.detail.delete.body": "Esteu segur que voleu eliminar el procés actual?", + "process.detail.delete.body": "Esteu segur que voleu eliminar el procés actual?", // "process.detail.delete.cancel": "Cancel", - "process.detail.delete.cancel": "Cancel·lar", + "process.detail.delete.cancel": "Cancel·lar", // "process.detail.delete.confirm": "Delete process", - "process.detail.delete.confirm": "Eliminar procés", + "process.detail.delete.confirm": "Eliminar procés", // "process.detail.delete.success": "The process was successfully deleted.", - "process.detail.delete.success": "Procés eliminat satisfactòriament.", + "process.detail.delete.success": "Procés eliminat satisfactòriament.", // "process.detail.delete.error": "Something went wrong when deleting the process", - "process.detail.delete.error": "Alguna cosa ha fallat eliminant el procés", + "process.detail.delete.error": "Alguna cosa ha fallat eliminant el procés", // "process.overview.table.finish" : "Finish time (UTC)", - "process.overview.table.finish": "Hora de finalització (UTC)", + "process.overview.table.finish": "Hora de finalització (UTC)", // "process.overview.table.id" : "Process ID", - "process.overview.table.id": "ID de procés", + "process.overview.table.id": "ID de procés", // "process.overview.table.name" : "Name", - "process.overview.table.name": "Nom", + "process.overview.table.name": "Nom", // "process.overview.table.start" : "Start time (UTC)", - "process.overview.table.start": "Hora d'inici (UTC)", + "process.overview.table.start": "Hora d'inici (UTC)", // "process.overview.table.status" : "Status", - "process.overview.table.status": "Estat", + "process.overview.table.status": "Estat", // "process.overview.table.user" : "User", - "process.overview.table.user": "Usuari", + "process.overview.table.user": "Usuari", // "process.overview.title": "Processes Overview", - "process.overview.title": "Resum de processos", + "process.overview.title": "Resum de processos", // "process.overview.breadcrumbs": "Processes Overview", - "process.overview.breadcrumbs": "Resum de processos", + "process.overview.breadcrumbs": "Resum de processos", // "process.overview.new": "New", - "process.overview.new": "Nou", + "process.overview.new": "Nou", // "process.overview.table.actions": "Actions", - "process.overview.table.actions": "Accions", + "process.overview.table.actions": "Accions", // "process.overview.delete": "Delete {{count}} processes", - "process.overview.delete": "Eliminar {{count}} processos", + "process.overview.delete": "Eliminar {{count}} processos", // "process.overview.delete.clear": "Clear delete selection", - "process.overview.delete.clear": "Netejar la selecció", + "process.overview.delete.clear": "Netejar la selecció", // "process.overview.delete.processing": "{{count}} process(es) are being deleted. Please wait for the deletion to fully complete. Note that this can take a while.", - "process.overview.delete.processing": "S'eliminen {{count}} procés(sos). Espereu que l'eliminació es completi completament. Tingueu en compte que això pot trigar un temps.", + "process.overview.delete.processing": "S'eliminen {{count}} procés(sos). Espereu que l'eliminació es completi completament. Tingueu en compte que això pot trigar un temps.", // "process.overview.delete.body": "Are you sure you want to delete {{count}} process(es)?", - "process.overview.delete.body": "Està segur que voleu eliminar {{count}} procés(sos)?", + "process.overview.delete.body": "Està segur que voleu eliminar {{count}} procés(sos)?", // "process.overview.delete.header": "Delete processes", - "process.overview.delete.header": "Elimina processos", + "process.overview.delete.header": "Elimina processos", // "process.bulk.delete.error.head": "Error on deleteing process", - "process.bulk.delete.error.head": "Error eliminant procés", + "process.bulk.delete.error.head": "Error eliminant procés", // "process.bulk.delete.error.body": "The process with ID {{processId}} could not be deleted. The remaining processes will continue being deleted. ", - "process.bulk.delete.error.body": "No s'ha pogut eliminar el procés amb ID {{processId}}. La resta de processos es continuaran eliminant. ", + "process.bulk.delete.error.body": "No s'ha pogut eliminar el procés amb ID {{processId}}. La resta de processos es continuaran eliminant. ", // "process.bulk.delete.success": "{{count}} process(es) have been succesfully deleted", - "process.bulk.delete.success": "{{count}} procés(sos) s'han eliminat correctament", + "process.bulk.delete.success": "{{count}} procés(sos) s'han eliminat correctament", // "profile.breadcrumbs": "Update Profile", - "profile.breadcrumbs": "Actualització del perfil", + "profile.breadcrumbs": "Actualització del perfil", // "profile.card.identify": "Identify", - "profile.card.identify": "Identitat", + "profile.card.identify": "Identitat", // "profile.card.security": "Security", - "profile.card.security": "Seguretat", + "profile.card.security": "Seguretat", // "profile.form.submit": "Save", - "profile.form.submit": "Guardar", + "profile.form.submit": "Guardar", // "profile.groups.head": "Authorization groups you belong to", - "profile.groups.head": "Grups d'autorització als quals pertanys", + "profile.groups.head": "Grups d'autorització als quals pertanys", // "profile.special.groups.head": "Authorization special groups you belong to", - "profile.special.groups.head": "Grups d'autorització especials als quals pertanys", + "profile.special.groups.head": "Grups d'autorització especials als quals pertanys", // "profile.head": "Update Profile", - "profile.head": "Actualització del perfil", + "profile.head": "Actualització del perfil", // "profile.metadata.form.error.firstname.required": "First Name is required", - "profile.metadata.form.error.firstname.required": "Es requereix el nom", + "profile.metadata.form.error.firstname.required": "Es requereix el nom", // "profile.metadata.form.error.lastname.required": "Last Name is required", - "profile.metadata.form.error.lastname.required": "Es requereix el cognom", + "profile.metadata.form.error.lastname.required": "Es requereix el cognom", // "profile.metadata.form.label.email": "Email Address", - "profile.metadata.form.label.email": "Adreça de correu electrònic", + "profile.metadata.form.label.email": "Adreça de correu electrònic", // "profile.metadata.form.label.firstname": "First Name", - "profile.metadata.form.label.firstname": "Nom", + "profile.metadata.form.label.firstname": "Nom", // "profile.metadata.form.label.language": "Language", - "profile.metadata.form.label.language": "Idioma", + "profile.metadata.form.label.language": "Idioma", // "profile.metadata.form.label.lastname": "Last Name", - "profile.metadata.form.label.lastname": "Cognoms", + "profile.metadata.form.label.lastname": "Cognoms", // "profile.metadata.form.label.phone": "Contact Telephone", - "profile.metadata.form.label.phone": "Telèfon de contacte", + "profile.metadata.form.label.phone": "Telèfon de contacte", // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", - "profile.metadata.form.notifications.success.content": "S'han desat els vostres canvis al perfil.", + "profile.metadata.form.notifications.success.content": "S'han desat els vostres canvis al perfil.", // "profile.metadata.form.notifications.success.title": "Profile saved", - "profile.metadata.form.notifications.success.title": "Perfil desat", + "profile.metadata.form.notifications.success.title": "Perfil desat", // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", - "profile.notifications.warning.no-changes.content": "No s'han fet canvis al perfil.", + "profile.notifications.warning.no-changes.content": "No s'han fet canvis al perfil.", // "profile.notifications.warning.no-changes.title": "No changes", - "profile.notifications.warning.no-changes.title": "Sense canvis", + "profile.notifications.warning.no-changes.title": "Sense canvis", // "profile.security.form.error.matching-passwords": "The passwords do not match.", - "profile.security.form.error.matching-passwords": "Les contrasenyes no coincideixen.", + "profile.security.form.error.matching-passwords": "Les contrasenyes no coincideixen.", // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box.", - "profile.security.form.info": "Opcionalment, podeu introduir una nova contrasenya al quadre a continuació i confirmar-la escrivint-la novament al segon quadre.", + "profile.security.form.info": "Opcionalment, podeu introduir una nova contrasenya al quadre a continuació i confirmar-la escrivint-la novament al segon quadre.", // "profile.security.form.label.password": "Password", - "profile.security.form.label.password": "Contrasenya", + "profile.security.form.label.password": "Contrasenya", // "profile.security.form.label.passwordrepeat": "Retype to confirm", - "profile.security.form.label.passwordrepeat": "Rescriviu per confirmar", + "profile.security.form.label.passwordrepeat": "Rescriviu per confirmar", // "profile.security.form.label.current-password": "Current password", - "profile.security.form.label.current-password": "Contrasenya actual", + "profile.security.form.label.current-password": "Contrasenya actual", // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", - "profile.security.form.notifications.success.content": "S'han desat els canvis de contrasenya.", + "profile.security.form.notifications.success.content": "S'han desat els canvis de contrasenya.", // "profile.security.form.notifications.success.title": "Password saved", - "profile.security.form.notifications.success.title": "Contrasenya desada", + "profile.security.form.notifications.success.title": "Contrasenya desada", // "profile.security.form.notifications.error.title": "Error changing passwords", - "profile.security.form.notifications.error.title": "Error en canviar la contrasenya", + "profile.security.form.notifications.error.title": "Error en canviar la contrasenya", // "profile.security.form.notifications.error.change-failed": "An error occurred while trying to change the password. Please check if the current password is correct.", - "profile.security.form.notifications.error.change-failed": "S'ha produït un error en intentar canviar la contrasenya. Si us plau, comproveu si la contrasenya actual és correcta.", + "profile.security.form.notifications.error.change-failed": "S'ha produït un error en intentar canviar la contrasenya. Si us plau, comproveu si la contrasenya actual és correcta.", // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", - "profile.security.form.notifications.error.not-same": "Les contrasenyes proporcionades no coincideixen.", + "profile.security.form.notifications.error.not-same": "Les contrasenyes proporcionades no coincideixen.", // "profile.security.form.notifications.error.general": "Please fill required fields of security form.", - "profile.security.form.notifications.error.general": "Si us plau, ompliu els camps obligatoris del formulari de seguretat.", + "profile.security.form.notifications.error.general": "Si us plau, ompliu els camps obligatoris del formulari de seguretat.", // "profile.title": "Update Profile", - "profile.title": "Actualització del perfil", + "profile.title": "Actualització del perfil", // "profile.card.researcher": "Researcher Profile", - "profile.card.researcher": "Perfil d'investigador", + "profile.card.researcher": "Perfil d'investigador", // "project.listelement.badge": "Research Project", - "project.listelement.badge": "Projecte de Recerca", + "project.listelement.badge": "Projecte de Recerca", // "project.page.contributor": "Contributors", - "project.page.contributor": "Col·laboradors", + "project.page.contributor": "Col·laboradors", // "project.page.description": "Description", - "project.page.description": "Descripció", + "project.page.description": "Descripció", // "project.page.edit": "Edit this item", - "project.page.edit": "Editar aquest ítem", + "project.page.edit": "Editar aquest ítem", // "project.page.expectedcompletion": "Expected Completion", - "project.page.expectedcompletion": "Finalització prevista", + "project.page.expectedcompletion": "Finalització prevista", // "project.page.funder": "Funders", - "project.page.funder": "Finançadors", + "project.page.funder": "Finançadors", // "project.page.id": "ID", - "project.page.id": "ID", + "project.page.id": "ID", // "project.page.keyword": "Keywords", - "project.page.keyword": "Paraules clau", + "project.page.keyword": "Paraules clau", // "project.page.status": "Status", - "project.page.status": "Estat", + "project.page.status": "Estat", // "project.page.titleprefix": "Research Project: ", - "project.page.titleprefix": "Projecte de recerca: ", + "project.page.titleprefix": "Projecte de recerca: ", // "project.search.results.head": "Project Search Results", - "project.search.results.head": "Resultats de cerca de projectes", + "project.search.results.head": "Resultats de cerca de projectes", // "project-relationships.search.results.head": "Project Search Results", - "project-relationships.search.results.head": "Resultats de cerca de projectes", + "project-relationships.search.results.head": "Resultats de cerca de projectes", // "publication.listelement.badge": "Publication", - "publication.listelement.badge": "Publicació", + "publication.listelement.badge": "Publicació", // "publication.page.description": "Description", - "publication.page.description": "Descripció", + "publication.page.description": "Descripció", // "publication.page.edit": "Edit this item", - "publication.page.edit": "Editar aquest ítem", + "publication.page.edit": "Editar aquest ítem", // "publication.page.journal-issn": "Journal ISSN", - "publication.page.journal-issn": "ISSN de la revista", + "publication.page.journal-issn": "ISSN de la revista", // "publication.page.journal-title": "Journal Title", - "publication.page.journal-title": "Títol de la revista", + "publication.page.journal-title": "Títol de la revista", // "publication.page.publisher": "Publisher", - "publication.page.publisher": "Editor", + "publication.page.publisher": "Editor", // "publication.page.titleprefix": "Publication: ", - "publication.page.titleprefix": "Publicació: ", + "publication.page.titleprefix": "Publicació: ", // "publication.page.volume-title": "Volume Title", - "publication.page.volume-title": "Títol del volum", + "publication.page.volume-title": "Títol del volum", // "publication.search.results.head": "Publication Search Results", - "publication.search.results.head": "Resultats de la cerca de publicacions", + "publication.search.results.head": "Resultats de la cerca de publicacions", // "publication-relationships.search.results.head": "Publication Search Results", - "publication-relationships.search.results.head": "Resultats de la cerca de publicacions", + "publication-relationships.search.results.head": "Resultats de la cerca de publicacions", // "publication.search.title": "Publication Search", - "publication.search.title": "Cerca de publicacions", + "publication.search.title": "Cerca de publicacions", // "media-viewer.next": "Next", - "media-viewer.next": "Següent", + "media-viewer.next": "Següent", // "media-viewer.previous": "Previous", - "media-viewer.previous": "Anterior", + "media-viewer.previous": "Anterior", // "media-viewer.playlist": "Playlist", - "media-viewer.playlist": "Llista de reproducció", + "media-viewer.playlist": "Llista de reproducció", // "register-email.title": "New user registration", - "register-email.title": "Registre de nou usuari", + "register-email.title": "Registre de nou usuari", // "register-page.create-profile.header": "Create Profile", - "register-page.create-profile.header": "Crear perfil", + "register-page.create-profile.header": "Crear perfil", // "register-page.create-profile.identification.header": "Identify", - "register-page.create-profile.identification.header": "Identitat", + "register-page.create-profile.identification.header": "Identitat", // "register-page.create-profile.identification.email": "Email Address", - "register-page.create-profile.identification.email": "Adreça de correu electrònic", + "register-page.create-profile.identification.email": "Adreça de correu electrònic", // "register-page.create-profile.identification.first-name": "First Name *", - "register-page.create-profile.identification.first-name": "Nom *", + "register-page.create-profile.identification.first-name": "Nom *", // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", - "register-page.create-profile.identification.first-name.error": "Si us plau introduïu el Nom", + "register-page.create-profile.identification.first-name.error": "Si us plau introduïu el Nom", // "register-page.create-profile.identification.last-name": "Last Name *", - "register-page.create-profile.identification.last-name": "Cognoms *", + "register-page.create-profile.identification.last-name": "Cognoms *", // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - "register-page.create-profile.identification.last-name.error": "Si us plau introduïu els Cognoms", + "register-page.create-profile.identification.last-name.error": "Si us plau introduïu els Cognoms", // "register-page.create-profile.identification.contact": "Contact Telephone", - "register-page.create-profile.identification.contact": "Telèfon de contacte", + "register-page.create-profile.identification.contact": "Telèfon de contacte", // "register-page.create-profile.identification.language": "Language", - "register-page.create-profile.identification.language": "Idioma", + "register-page.create-profile.identification.language": "Idioma", // "register-page.create-profile.security.header": "Security", - "register-page.create-profile.security.header": "Seguretat", + "register-page.create-profile.security.header": "Seguretat", // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box.", - "register-page.create-profile.security.info": "Introduïu una contrasenya al quadre següent i confirmeu-la escrivint-la novament al segon quadre. ", + "register-page.create-profile.security.info": "Introduïu una contrasenya al quadre següent i confirmeu-la escrivint-la novament al segon quadre. ", // "register-page.create-profile.security.label.password": "Password *", - "register-page.create-profile.security.label.password": "Contrasenya *", + "register-page.create-profile.security.label.password": "Contrasenya *", // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", - "register-page.create-profile.security.label.passwordrepeat": "Rescriviu per confirmar *", + "register-page.create-profile.security.label.passwordrepeat": "Rescriviu per confirmar *", // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", - "register-page.create-profile.security.error.empty-password": "Introduïu una contrasenya al quadre a continuació.", + "register-page.create-profile.security.error.empty-password": "Introduïu una contrasenya al quadre a continuació.", // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", - "register-page.create-profile.security.error.matching-passwords": "Les contrasenyes no coincideixen.", + "register-page.create-profile.security.error.matching-passwords": "Les contrasenyes no coincideixen.", // "register-page.create-profile.submit": "Complete Registration", - "register-page.create-profile.submit": "Registre complet", + "register-page.create-profile.submit": "Registre complet", // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", - "register-page.create-profile.submit.error.content": "S'ha produït un error en registrar un nou usuari.", + "register-page.create-profile.submit.error.content": "S'ha produït un error en registrar un nou usuari.", // "register-page.create-profile.submit.error.head": "Registration failed", - "register-page.create-profile.submit.error.head": "El registre ha fallat", + "register-page.create-profile.submit.error.head": "El registre ha fallat", // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - "register-page.create-profile.submit.success.content": "El registre s'ha fet correctament. Heu iniciat sessió com a usuari creat.", + "register-page.create-profile.submit.success.content": "El registre s'ha fet correctament. Heu iniciat sessió com a usuari creat.", // "register-page.create-profile.submit.success.head": "Registration completed", - "register-page.create-profile.submit.success.head": "Registre completat", + "register-page.create-profile.submit.success.head": "Registre completat", // "register-page.registration.header": "New user registration", - "register-page.registration.header": "Registre de nou usuari", + "register-page.registration.header": "Registre de nou usuari", // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - "register-page.registration.info": "Registreu un compte per subscriure's a col·leccions i rebre actualitzacions per correu electrònic, així com enviar nous ítems a DSpace.", + "register-page.registration.info": "Registreu un compte per subscriure's a col·leccions i rebre actualitzacions per correu electrònic, així com enviar nous ítems a DSpace.", // "register-page.registration.email": "Email Address *", - "register-page.registration.email": "Adreça de correu electrònic *", + "register-page.registration.email": "Adreça de correu electrònic *", // "register-page.registration.email.error.required": "Please fill in an email address", - "register-page.registration.email.error.required": "Si us plau, introduïu una adreça de correu electrònic", + "register-page.registration.email.error.required": "Si us plau, introduïu una adreça de correu electrònic", // "register-page.registration.email.error.pattern": "Please fill in a valid email address", - "register-page.registration.email.error.pattern": "Si us plau, introduïu una adreça de correu electrònic vàlida", + "register-page.registration.email.error.pattern": "Si us plau, introduïu una adreça de correu electrònic vàlida", // "register-page.registration.email.hint": "This address will be verified and used as your login name.", - "register-page.registration.email.hint": "Aquesta adreça serà verificada i utilitzada com a nom d'inici de sessió.", + "register-page.registration.email.hint": "Aquesta adreça serà verificada i utilitzada com a nom d'inici de sessió.", // "register-page.registration.submit": "Register", - "register-page.registration.submit": "Registrar-se", + "register-page.registration.submit": "Registrar-se", // "register-page.registration.success.head": "Verification email sent", - "register-page.registration.success.head": "El missatge de verificació ha estat enviat", + "register-page.registration.success.head": "El missatge de verificació ha estat enviat", // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - "register-page.registration.success.content": "S'ha enviat un correu electrònic a {{ email }} que conté una URL especial i més instruccions.", + "register-page.registration.success.content": "S'ha enviat un correu electrònic a {{ email }} que conté una URL especial i més instruccions.", // "register-page.registration.error.head": "Error when trying to register email", - "register-page.registration.error.head": "Error en intentar registrar el correu electrònic", + "register-page.registration.error.head": "Error en intentar registrar el correu electrònic", // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - "register-page.registration.error.content": "S'ha produït un error en registrar la següent adreça de correu electrònic: {{ email }}", + "register-page.registration.error.content": "S'ha produït un error en registrar la següent adreça de correu electrònic: {{ email }}", // "register-page.registration.error.recaptcha": "Error when trying to authenticate with recaptcha", - "register-page.registration.error.recaptcha": "Error en intentar autenticar amb recaptcha", + "register-page.registration.error.recaptcha": "Error en intentar autenticar amb recaptcha", // "register-page.registration.google-recaptcha.must-accept-cookies": "In order to register you must accept the Registration and Password recovery (Google reCaptcha) cookies.", - "register-page.registration.google-recaptcha.must-accept-cookies": "Per registrar-se heu d'acceptar les cookies de Registre i recuperació de contrasenya (Google reCaptcha).", + "register-page.registration.google-recaptcha.must-accept-cookies": "Per registrar-se heu d'acceptar les cookies de Registre i recuperació de contrasenya (Google reCaptcha).", // "register-page.registration.google-recaptcha.open-cookie-settings": "Open cookie settings", - "register-page.registration.google-recaptcha.open-cookie-settings": "Obrir configuració de cookies", + "register-page.registration.google-recaptcha.open-cookie-settings": "Obrir configuració de cookies", // "register-page.registration.google-recaptcha.notification.title": "Google reCaptcha", - "register-page.registration.google-recaptcha.notification.title": "Google reCaptcha", + "register-page.registration.google-recaptcha.notification.title": "Google reCaptcha", // "register-page.registration.google-recaptcha.notification.message.error": "An error occurred during reCaptcha verification", - "register-page.registration.google-recaptcha.notification.message.error": "S'ha produït un error durant la verificació de reCaptcha", + "register-page.registration.google-recaptcha.notification.message.error": "S'ha produït un error durant la verificació de reCaptcha", // "register-page.registration.google-recaptcha.notification.message.expired": "Verification expired. Please verify again.", - "register-page.registration.google-recaptcha.notification.message.expired": "Verificació caducada. Verifiqueu de nou.", + "register-page.registration.google-recaptcha.notification.message.expired": "Verificació caducada. Verifiqueu de nou.", // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - "relationships.add.error.relationship-type.content": "No s'ha pogut trobar una coincidència adequada per al tipus de relació {{ type }} entre els dos ítems", + "relationships.add.error.relationship-type.content": "No s'ha pogut trobar una coincidència adequada per al tipus de relació {{ type }} entre els dos ítems", // "relationships.add.error.server.content": "The server returned an error", - "relationships.add.error.server.content": "El servidor ha tornat un error", + "relationships.add.error.server.content": "El servidor ha tornat un error", // "relationships.add.error.title": "Unable to add relationship", - "relationships.add.error.title": "No es pot afegir una relació", + "relationships.add.error.title": "No es pot afegir una relació", // "relationships.isAuthorOf": "Authors", - "relationships.isAuthorOf": "Autors", + "relationships.isAuthorOf": "Autors", // "relationships.isAuthorOf.Person": "Authors (persons)", - "relationships.isAuthorOf.Person": "Autors (persones)", + "relationships.isAuthorOf.Person": "Autors (persones)", // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", - "relationships.isAuthorOf.OrgUnit": "Autors (unitats organitzatives)", + "relationships.isAuthorOf.OrgUnit": "Autors (unitats organitzatives)", // "relationships.isIssueOf": "Journal Issues", - "relationships.isIssueOf": "Números de revista", + "relationships.isIssueOf": "Números de revista", // "relationships.isJournalIssueOf": "Journal Issue", - "relationships.isJournalIssueOf": "Número de la revista", + "relationships.isJournalIssueOf": "Número de la revista", // "relationships.isJournalOf": "Journals", - "relationships.isJournalOf": "Revistes", + "relationships.isJournalOf": "Revistes", // "relationships.isOrgUnitOf": "Organizational Units", - "relationships.isOrgUnitOf": "Unitats organitzatives", + "relationships.isOrgUnitOf": "Unitats organitzatives", // "relationships.isPersonOf": "Authors", - "relationships.isPersonOf": "Autors", + "relationships.isPersonOf": "Autors", // "relationships.isProjectOf": "Research Projects", - "relationships.isProjectOf": "Projectes de recerca", + "relationships.isProjectOf": "Projectes de recerca", // "relationships.isPublicationOf": "Publications", - "relationships.isPublicationOf": "Publicacions", + "relationships.isPublicationOf": "Publicacions", // "relationships.isPublicationOfJournalIssue": "Articles", - "relationships.isPublicationOfJournalIssue": "Articles", + "relationships.isPublicationOfJournalIssue": "Articles", // "relationships.isSingleJournalOf": "Journal", - "relationships.isSingleJournalOf": "Revista", + "relationships.isSingleJournalOf": "Revista", // "relationships.isSingleVolumeOf": "Journal Volume", - "relationships.isSingleVolumeOf": "Volum de la revista", + "relationships.isSingleVolumeOf": "Volum de la revista", // "relationships.isVolumeOf": "Journal Volumes", - "relationships.isVolumeOf": "Volums de revistes", + "relationships.isVolumeOf": "Volums de revistes", // "relationships.isContributorOf": "Contributors", - "relationships.isContributorOf": "Col·laboradors", + "relationships.isContributorOf": "Col·laboradors", // "relationships.isContributorOf.OrgUnit": "Contributor (Organizational Unit)", - "relationships.isContributorOf.OrgUnit": "Col·laborador (Unitat organitzativa)", + "relationships.isContributorOf.OrgUnit": "Col·laborador (Unitat organitzativa)", // "relationships.isContributorOf.Person": "Contributor", - "relationships.isContributorOf.Person": "Contribuïdor", + "relationships.isContributorOf.Person": "Contribuïdor", // "relationships.isFundingAgencyOf.OrgUnit": "Funder", - "relationships.isFundingAgencyOf.OrgUnit": "Finançador", + "relationships.isFundingAgencyOf.OrgUnit": "Finançador", // "repository.image.logo": "Repository logo", - "repository.image.logo": "Logotip del repositori", + "repository.image.logo": "Logotip del repositori", // "repository.title.prefix": "DSpace Angular :: ", - "repository.title.prefix": "DSpace Angular :: ", + "repository.title.prefix": "DSpace Angular :: ", // "repository.title.prefixDSpace": "DSpace Angular ::", - "repository.title.prefixDSpace": "DSpace Angular ::", + "repository.title.prefixDSpace": "DSpace Angular ::", // "resource-policies.add.button": "Add", - "resource-policies.add.button": "Afegir", + "resource-policies.add.button": "Afegir", // "resource-policies.add.for.": "Add a new policy", - "resource-policies.add.for.": "Afegir una política nova", + "resource-policies.add.for.": "Afegir una política nova", // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - "resource-policies.add.for.bitstream": "Afegir una nova política d'arxiu", + "resource-policies.add.for.bitstream": "Afegir una nova política d'arxiu", // "resource-policies.add.for.bundle": "Add a new Bundle policy", - "resource-policies.add.for.bundle": "Afegir una nova política de paquet", + "resource-policies.add.for.bundle": "Afegir una nova política de paquet", // "resource-policies.add.for.item": "Add a new Item policy", - "resource-policies.add.for.item": "Afegir una nova política d'Item", + "resource-policies.add.for.item": "Afegir una nova política d'Item", // "resource-policies.add.for.community": "Add a new Community policy", - "resource-policies.add.for.community": "Afegir una nova política de Comunitat", + "resource-policies.add.for.community": "Afegir una nova política de Comunitat", // "resource-policies.add.for.collection": "Add a new Collection policy", - "resource-policies.add.for.collection": "Afegir una nova política de col·lecció", + "resource-policies.add.for.collection": "Afegir una nova política de col·lecció", // "resource-policies.create.page.heading": "Create new resource policy for ", - "resource-policies.create.page.heading": "Crear una nova política de recursos per a ", + "resource-policies.create.page.heading": "Crear una nova política de recursos per a ", // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - "resource-policies.create.page.failure.content": "S'ha produït un error en crear la política de recursos.", + "resource-policies.create.page.failure.content": "S'ha produït un error en crear la política de recursos.", // "resource-policies.create.page.success.content": "Operation successful", - "resource-policies.create.page.success.content": "Operació completada amb èxit", + "resource-policies.create.page.success.content": "Operació completada amb èxit", // "resource-policies.create.page.title": "Create new resource policy", - "resource-policies.create.page.title": "Crear nova política de recursos", + "resource-policies.create.page.title": "Crear nova política de recursos", // "resource-policies.delete.btn": "Delete selected", - "resource-policies.delete.btn": "Eliminar seleccionat", + "resource-policies.delete.btn": "Eliminar seleccionat", // "resource-policies.delete.btn.title": "Delete selected resource policies", - "resource-policies.delete.btn.title": "Eliminar les polítiques de recursos seleccionades", + "resource-policies.delete.btn.title": "Eliminar les polítiques de recursos seleccionades", // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", - "resource-policies.delete.failure.content": "S'ha produït un error en eliminar les polítiques de recursos seleccionades.", + "resource-policies.delete.failure.content": "S'ha produït un error en eliminar les polítiques de recursos seleccionades.", // "resource-policies.delete.success.content": "Operation successful", - "resource-policies.delete.success.content": "Operació completada amb èxit", + "resource-policies.delete.success.content": "Operació completada amb èxit", // "resource-policies.edit.page.heading": "Edit resource policy ", - "resource-policies.edit.page.heading": "Editar la política de recursos ", + "resource-policies.edit.page.heading": "Editar la política de recursos ", // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - "resource-policies.edit.page.failure.content": "S'ha produït un error en editar la política de recursos.", + "resource-policies.edit.page.failure.content": "S'ha produït un error en editar la política de recursos.", // "resource-policies.edit.page.target-failure.content": "An error occurred while editing the target (ePerson or group) of the resource policy.", - "resource-policies.edit.page.target-failure.content": "S'ha produït un error en editar el destinatari (usuari o grup) de la política de recursos.", + "resource-policies.edit.page.target-failure.content": "S'ha produït un error en editar el destinatari (usuari o grup) de la política de recursos.", // "resource-policies.edit.page.other-failure.content": "An error occurred while editing the resource policy. The target (ePerson or group) has been successfully updated.", - "resource-policies.edit.page.other-failure.content": "S'ha produït un error en editar la política de recursos. El destinatari (usuari o grup) ha estat actualitzat amb èxit", + "resource-policies.edit.page.other-failure.content": "S'ha produït un error en editar la política de recursos. El destinatari (usuari o grup) ha estat actualitzat amb èxit", // "resource-policies.edit.page.success.content": "Operation successful", - "resource-policies.edit.page.success.content": "Operació completada amb èxit", + "resource-policies.edit.page.success.content": "Operació completada amb èxit", // "resource-policies.edit.page.title": "Edit resource policy", - "resource-policies.edit.page.title": "Editar la política de recursos", + "resource-policies.edit.page.title": "Editar la política de recursos", // "resource-policies.form.action-type.label": "Select the action type", - "resource-policies.form.action-type.label": "Seleccioneu el tipus d'acció", + "resource-policies.form.action-type.label": "Seleccioneu el tipus d'acció", // "resource-policies.form.action-type.required": "You must select the resource policy action.", - "resource-policies.form.action-type.required": "Heu de seleccionar l'acció de la política de recursos.", + "resource-policies.form.action-type.required": "Heu de seleccionar l'acció de la política de recursos.", // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - "resource-policies.form.eperson-group-list.label": "L'usuari o grup al qual se li atorgarà el permís", + "resource-policies.form.eperson-group-list.label": "L'usuari o grup al qual se li atorgarà el permís", // "resource-policies.form.eperson-group-list.select.btn": "Select", - "resource-policies.form.eperson-group-list.select.btn": "Seleccionar", + "resource-policies.form.eperson-group-list.select.btn": "Seleccionar", // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", - "resource-policies.form.eperson-group-list.tab.eperson": "Cerca un usuari", + "resource-policies.form.eperson-group-list.tab.eperson": "Cerca un usuari", // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - "resource-policies.form.eperson-group-list.tab.group": "Cerca un grup", + "resource-policies.form.eperson-group-list.tab.group": "Cerca un grup", // "resource-policies.form.eperson-group-list.table.headers.action": "Action", - "resource-policies.form.eperson-group-list.table.headers.action": "Acció", + "resource-policies.form.eperson-group-list.table.headers.action": "Acció", // "resource-policies.form.eperson-group-list.table.headers.id": "ID", - "resource-policies.form.eperson-group-list.table.headers.id": "ID", + "resource-policies.form.eperson-group-list.table.headers.id": "ID", // "resource-policies.form.eperson-group-list.table.headers.name": "Name", - "resource-policies.form.eperson-group-list.table.headers.name": "Nom", + "resource-policies.form.eperson-group-list.table.headers.name": "Nom", // "resource-policies.form.eperson-group-list.modal.header": "Cannot change type", - "resource-policies.form.eperson-group-list.modal.header": "No es pot canviar el tipus", + "resource-policies.form.eperson-group-list.modal.header": "No es pot canviar el tipus", // "resource-policies.form.eperson-group-list.modal.text1.toGroup": "It is not possible to replace an ePerson with a group.", - "resource-policies.form.eperson-group-list.modal.text1.toGroup": "No és possible canviar un usuari per un grup.", + "resource-policies.form.eperson-group-list.modal.text1.toGroup": "No és possible canviar un usuari per un grup.", // "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "It is not possible to replace a group with an ePerson.", - "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "No és possible canviar un grup per un usuari.", + "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "No és possible canviar un grup per un usuari.", // "resource-policies.form.eperson-group-list.modal.text2": "Delete the current resource policy and create a new one with the desired type.", - "resource-policies.form.eperson-group-list.modal.text2": "Esborra la política de recursos actual i creeu-ne una de nova amb el tipus desitjat.", + "resource-policies.form.eperson-group-list.modal.text2": "Esborra la política de recursos actual i creeu-ne una de nova amb el tipus desitjat.", // "resource-policies.form.eperson-group-list.modal.close": "Ok", - "resource-policies.form.eperson-group-list.modal.close": "D'acord", + "resource-policies.form.eperson-group-list.modal.close": "D'acord", // "resource-policies.form.date.end.label": "End Date", - "resource-policies.form.date.end.label": "Data de finalització", + "resource-policies.form.date.end.label": "Data de finalització", // "resource-policies.form.date.start.label": "Start Date", - "resource-policies.form.date.start.label": "Data d'inici", + "resource-policies.form.date.start.label": "Data d'inici", // "resource-policies.form.description.label": "Description", - "resource-policies.form.description.label": "Descripció", + "resource-policies.form.description.label": "Descripció", // "resource-policies.form.name.label": "Name", - "resource-policies.form.name.label": "Nom", + "resource-policies.form.name.label": "Nom", // "resource-policies.form.policy-type.label": "Select the policy type", - "resource-policies.form.policy-type.label": "Seleccioneu el tipus de política", + "resource-policies.form.policy-type.label": "Seleccioneu el tipus de política", // "resource-policies.form.policy-type.required": "You must select the resource policy type.", - "resource-policies.form.policy-type.required": "Heu de seleccionar el tipus de política de recursos.", + "resource-policies.form.policy-type.required": "Heu de seleccionar el tipus de política de recursos.", // "resource-policies.table.headers.action": "Action", - "resource-policies.table.headers.action": "Acció", + "resource-policies.table.headers.action": "Acció", // "resource-policies.table.headers.date.end": "End Date", - "resource-policies.table.headers.date.end": "Data final", + "resource-policies.table.headers.date.end": "Data final", // "resource-policies.table.headers.date.start": "Start Date", - "resource-policies.table.headers.date.start": "Data d'inici", + "resource-policies.table.headers.date.start": "Data d'inici", // "resource-policies.table.headers.edit": "Edit", - "resource-policies.table.headers.edit": "Editar", + "resource-policies.table.headers.edit": "Editar", // "resource-policies.table.headers.edit.group": "Edit group", - "resource-policies.table.headers.edit.group": "Editar grup", + "resource-policies.table.headers.edit.group": "Editar grup", // "resource-policies.table.headers.edit.policy": "Edit policy", - "resource-policies.table.headers.edit.policy": "Editar política", + "resource-policies.table.headers.edit.policy": "Editar política", // "resource-policies.table.headers.eperson": "EPerson", - "resource-policies.table.headers.eperson": "Usuari", + "resource-policies.table.headers.eperson": "Usuari", // "resource-policies.table.headers.group": "Group", - "resource-policies.table.headers.group": "Grup", + "resource-policies.table.headers.group": "Grup", // "resource-policies.table.headers.id": "ID", - "resource-policies.table.headers.id": "ID", + "resource-policies.table.headers.id": "ID", // "resource-policies.table.headers.name": "Name", - "resource-policies.table.headers.name": "Nom", + "resource-policies.table.headers.name": "Nom", // "resource-policies.table.headers.policyType": "type", - "resource-policies.table.headers.policyType": "Tipus", + "resource-policies.table.headers.policyType": "Tipus", // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", - "resource-policies.table.headers.title.for.bitstream": "Polítiques per a Arxius", + "resource-policies.table.headers.title.for.bitstream": "Polítiques per a Arxius", // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", - "resource-policies.table.headers.title.for.bundle": "Polítiques per al paquet", + "resource-policies.table.headers.title.for.bundle": "Polítiques per al paquet", // "resource-policies.table.headers.title.for.item": "Policies for Item", - "resource-policies.table.headers.title.for.item": "Polítiques per a l'ítem", + "resource-policies.table.headers.title.for.item": "Polítiques per a l'ítem", // "resource-policies.table.headers.title.for.community": "Policies for Community", - "resource-policies.table.headers.title.for.community": "Polítiques per a la comunitat", + "resource-policies.table.headers.title.for.community": "Polítiques per a la comunitat", // "resource-policies.table.headers.title.for.collection": "Policies for Collection", - "resource-policies.table.headers.title.for.collection": "Polítiques per a la col·lecció", + "resource-policies.table.headers.title.for.collection": "Polítiques per a la col·lecció", // "search.description": "", - "search.description": "", + "search.description": "", // "search.switch-configuration.title": "Show", - "search.switch-configuration.title": "Mostrar", + "search.switch-configuration.title": "Mostrar", // "search.title": "Search", - "search.title": "Cerca", + "search.title": "Cerca", // "search.breadcrumbs": "Search", - "search.breadcrumbs": "Cerca", + "search.breadcrumbs": "Cerca", // "search.search-form.placeholder": "Search the repository ...", - "search.search-form.placeholder": "Cerca al repositori ...", + "search.search-form.placeholder": "Cerca al repositori ...", // "search.filters.applied.f.author": "Author", - "search.filters.applied.f.author": "Autor", + "search.filters.applied.f.author": "Autor", // "search.filters.applied.f.dateIssued.max": "End date", - "search.filters.applied.f.dateIssued.max": "Data de finalització", + "search.filters.applied.f.dateIssued.max": "Data de finalització", // "search.filters.applied.f.dateIssued.min": "Start date", - "search.filters.applied.f.dateIssued.min": "Data d'inici", + "search.filters.applied.f.dateIssued.min": "Data d'inici", // "search.filters.applied.f.dateSubmitted": "Date submitted", - "search.filters.applied.f.dateSubmitted": "Data d'enviament", + "search.filters.applied.f.dateSubmitted": "Data d'enviament", // "search.filters.applied.f.discoverable": "Non-discoverable", - "search.filters.applied.f.discoverable": "Privat", + "search.filters.applied.f.discoverable": "Privat", // "search.filters.applied.f.entityType": "Item Type", - "search.filters.applied.f.entityType": "Tipus d'ítem", + "search.filters.applied.f.entityType": "Tipus d'ítem", // "search.filters.applied.f.has_content_in_original_bundle": "Has files", - "search.filters.applied.f.has_content_in_original_bundle": "Té fitxers", + "search.filters.applied.f.has_content_in_original_bundle": "Té fitxers", // "search.filters.applied.f.itemtype": "Type", - "search.filters.applied.f.itemtype": "Tipus", + "search.filters.applied.f.itemtype": "Tipus", // "search.filters.applied.f.namedresourcetype": "Status", - "search.filters.applied.f.namedresourcetype": "Estat", + "search.filters.applied.f.namedresourcetype": "Estat", // "search.filters.applied.f.subject": "Subject", - "search.filters.applied.f.subject": "Matèria", + "search.filters.applied.f.subject": "Matèria", // "search.filters.applied.f.submitter": "Submitter", - "search.filters.applied.f.submitter": "Remitent", + "search.filters.applied.f.submitter": "Remitent", // "search.filters.applied.f.jobTitle": "Job Title", - "search.filters.applied.f.jobTitle": "Lloc de treball", + "search.filters.applied.f.jobTitle": "Lloc de treball", // "search.filters.applied.f.birthDate.max": "End birth date", - "search.filters.applied.f.birthDate.max": "Data de naixement, final", + "search.filters.applied.f.birthDate.max": "Data de naixement, final", // "search.filters.applied.f.birthDate.min": "Start birth date", - "search.filters.applied.f.birthDate.min": "Data de naixement, inicial", + "search.filters.applied.f.birthDate.min": "Data de naixement, inicial", // "search.filters.applied.f.withdrawn": "Withdrawn", - "search.filters.applied.f.withdrawn": "Retirat", + "search.filters.applied.f.withdrawn": "Retirat", // "search.filters.filter.author.head": "Author", - "search.filters.filter.author.head": "Autor", + "search.filters.filter.author.head": "Autor", // "search.filters.filter.author.placeholder": "Author name", - "search.filters.filter.author.placeholder": "Nom d'autor", + "search.filters.filter.author.placeholder": "Nom d'autor", // "search.filters.filter.author.label": "Search author name", - "search.filters.filter.author.label": "Cerca per nom d'autor", + "search.filters.filter.author.label": "Cerca per nom d'autor", // "search.filters.filter.birthDate.head": "Birth Date", - "search.filters.filter.birthDate.head": "Data de naixement", + "search.filters.filter.birthDate.head": "Data de naixement", // "search.filters.filter.birthDate.placeholder": "Birth Date", - "search.filters.filter.birthDate.placeholder": "Data de naixement", + "search.filters.filter.birthDate.placeholder": "Data de naixement", // "search.filters.filter.birthDate.label": "Search birth date", - "search.filters.filter.birthDate.label": "Cerca per data de naixement", + "search.filters.filter.birthDate.label": "Cerca per data de naixement", // "search.filters.filter.collapse": "Collapse filter", - "search.filters.filter.collapse": "Contraure filtre", + "search.filters.filter.collapse": "Contraure filtre", // "search.filters.filter.creativeDatePublished.head": "Date Published", - "search.filters.filter.creativeDatePublished.head": "Data de publicació", + "search.filters.filter.creativeDatePublished.head": "Data de publicació", // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", - "search.filters.filter.creativeDatePublished.placeholder": "Data de publicació", + "search.filters.filter.creativeDatePublished.placeholder": "Data de publicació", // "search.filters.filter.creativeDatePublished.label": "Search date published", - "search.filters.filter.creativeDatePublished.label": "Cerca per data de publicació", + "search.filters.filter.creativeDatePublished.label": "Cerca per data de publicació", // "search.filters.filter.creativeWorkEditor.head": "Editor", - "search.filters.filter.creativeWorkEditor.head": "Editor", + "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", - "search.filters.filter.creativeWorkEditor.placeholder": "Editor", + "search.filters.filter.creativeWorkEditor.placeholder": "Editor", // "search.filters.filter.creativeWorkEditor.label": "Search editor", - "search.filters.filter.creativeWorkEditor.label": "Cerca per Editor", + "search.filters.filter.creativeWorkEditor.label": "Cerca per Editor", // "search.filters.filter.creativeWorkKeywords.head": "Subject", - "search.filters.filter.creativeWorkKeywords.head": "Matèries", + "search.filters.filter.creativeWorkKeywords.head": "Matèries", // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", - "search.filters.filter.creativeWorkKeywords.placeholder": "Matèries", + "search.filters.filter.creativeWorkKeywords.placeholder": "Matèries", // "search.filters.filter.creativeWorkKeywords.label": "Search subject", - "search.filters.filter.creativeWorkKeywords.label": "Cerca per Matèries", + "search.filters.filter.creativeWorkKeywords.label": "Cerca per Matèries", // "search.filters.filter.creativeWorkPublisher.head": "Publisher", - "search.filters.filter.creativeWorkPublisher.head": "Editor", + "search.filters.filter.creativeWorkPublisher.head": "Editor", // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", - "search.filters.filter.creativeWorkPublisher.placeholder": "Editor", + "search.filters.filter.creativeWorkPublisher.placeholder": "Editor", // "search.filters.filter.creativeWorkPublisher.label": "Search publisher", - "search.filters.filter.creativeWorkPublisher.label": "Cerca per Editor", + "search.filters.filter.creativeWorkPublisher.label": "Cerca per Editor", // "search.filters.filter.dateIssued.head": "Date", - "search.filters.filter.dateIssued.head": "Data", + "search.filters.filter.dateIssued.head": "Data", // "search.filters.filter.dateIssued.max.placeholder": "Maximum Date", - "search.filters.filter.dateIssued.max.placeholder": "Data màxima", + "search.filters.filter.dateIssued.max.placeholder": "Data màxima", // "search.filters.filter.dateIssued.max.label": "End", - "search.filters.filter.dateIssued.max.label": "Fi", + "search.filters.filter.dateIssued.max.label": "Fi", // "search.filters.filter.dateIssued.min.placeholder": "Minimum Date", - "search.filters.filter.dateIssued.min.placeholder": "Data mínima", + "search.filters.filter.dateIssued.min.placeholder": "Data mínima", // "search.filters.filter.dateIssued.min.label": "Start", - "search.filters.filter.dateIssued.min.label": "Començament", + "search.filters.filter.dateIssued.min.label": "Començament", // "search.filters.filter.dateSubmitted.head": "Date submitted", - "search.filters.filter.dateSubmitted.head": "Data d'enviament", + "search.filters.filter.dateSubmitted.head": "Data d'enviament", // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", - "search.filters.filter.dateSubmitted.placeholder": "Data d'enviament", + "search.filters.filter.dateSubmitted.placeholder": "Data d'enviament", // "search.filters.filter.dateSubmitted.label": "Search date submitted", - "search.filters.filter.dateSubmitted.label": "Cerca per Data d'enviament", + "search.filters.filter.dateSubmitted.label": "Cerca per Data d'enviament", // "search.filters.filter.discoverable.head": "Non-discoverable", - "search.filters.filter.discoverable.head": "Privat", + "search.filters.filter.discoverable.head": "Privat", // "search.filters.filter.withdrawn.head": "Withdrawn", - "search.filters.filter.withdrawn.head": "Retirat", + "search.filters.filter.withdrawn.head": "Retirat", // "search.filters.filter.entityType.head": "Item Type", - "search.filters.filter.entityType.head": "Tipus d'ítem", + "search.filters.filter.entityType.head": "Tipus d'ítem", // "search.filters.filter.entityType.placeholder": "Item Type", - "search.filters.filter.entityType.placeholder": "Tipus d'ítem", + "search.filters.filter.entityType.placeholder": "Tipus d'ítem", // "search.filters.filter.entityType.label": "Search item type", - "search.filters.filter.entityType.label": "Cerca per tipus d'ítem", + "search.filters.filter.entityType.label": "Cerca per tipus d'ítem", // "search.filters.filter.expand": "Expand filter", - "search.filters.filter.expand": "Expandir filtre", + "search.filters.filter.expand": "Expandir filtre", // "search.filters.filter.has_content_in_original_bundle.head": "Has files", - "search.filters.filter.has_content_in_original_bundle.head": "Té fitxers", + "search.filters.filter.has_content_in_original_bundle.head": "Té fitxers", // "search.filters.filter.itemtype.head": "Type", - "search.filters.filter.itemtype.head": "Tipus", + "search.filters.filter.itemtype.head": "Tipus", // "search.filters.filter.itemtype.placeholder": "Type", - "search.filters.filter.itemtype.placeholder": "Tipus", + "search.filters.filter.itemtype.placeholder": "Tipus", // "search.filters.filter.itemtype.label": "Search type", - "search.filters.filter.itemtype.label": "Cerca per Tipus", + "search.filters.filter.itemtype.label": "Cerca per Tipus", // "search.filters.filter.jobTitle.head": "Job Title", - "search.filters.filter.jobTitle.head": "Lloc de treball", + "search.filters.filter.jobTitle.head": "Lloc de treball", // "search.filters.filter.jobTitle.placeholder": "Job Title", - "search.filters.filter.jobTitle.placeholder": "Lloc de treball", + "search.filters.filter.jobTitle.placeholder": "Lloc de treball", // "search.filters.filter.jobTitle.label": "Search job title", - "search.filters.filter.jobTitle.label": "Cerca per lloc de treball", + "search.filters.filter.jobTitle.label": "Cerca per lloc de treball", // "search.filters.filter.knowsLanguage.head": "Known language", - "search.filters.filter.knowsLanguage.head": "Idioma conegut", + "search.filters.filter.knowsLanguage.head": "Idioma conegut", // "search.filters.filter.knowsLanguage.placeholder": "Known language", - "search.filters.filter.knowsLanguage.placeholder": "Idioma conegut", + "search.filters.filter.knowsLanguage.placeholder": "Idioma conegut", // "search.filters.filter.knowsLanguage.label": "Search known language", - "search.filters.filter.knowsLanguage.label": "Cerca per idioma conegut", + "search.filters.filter.knowsLanguage.label": "Cerca per idioma conegut", // "search.filters.filter.namedresourcetype.head": "Status", - "search.filters.filter.namedresourcetype.head": "Estat", + "search.filters.filter.namedresourcetype.head": "Estat", // "search.filters.filter.namedresourcetype.placeholder": "Status", - "search.filters.filter.namedresourcetype.placeholder": "Estat", + "search.filters.filter.namedresourcetype.placeholder": "Estat", // "search.filters.filter.namedresourcetype.label": "Search status", - "search.filters.filter.namedresourcetype.label": "Cerca per Estat", + "search.filters.filter.namedresourcetype.label": "Cerca per Estat", // "search.filters.filter.objectpeople.head": "People", - "search.filters.filter.objectpeople.head": "Persones", + "search.filters.filter.objectpeople.head": "Persones", // "search.filters.filter.objectpeople.placeholder": "People", - "search.filters.filter.objectpeople.placeholder": "Persones", + "search.filters.filter.objectpeople.placeholder": "Persones", // "search.filters.filter.objectpeople.label": "Search people", - "search.filters.filter.objectpeople.label": "Cerca per Persones", + "search.filters.filter.objectpeople.label": "Cerca per Persones", // "search.filters.filter.organizationAddressCountry.head": "Country", - "search.filters.filter.organizationAddressCountry.head": "País", + "search.filters.filter.organizationAddressCountry.head": "País", // "search.filters.filter.organizationAddressCountry.placeholder": "Country", - "search.filters.filter.organizationAddressCountry.placeholder": "País", + "search.filters.filter.organizationAddressCountry.placeholder": "País", // "search.filters.filter.organizationAddressCountry.label": "Search country", - "search.filters.filter.organizationAddressCountry.label": "Cerca per País", + "search.filters.filter.organizationAddressCountry.label": "Cerca per País", // "search.filters.filter.organizationAddressLocality.head": "City", - "search.filters.filter.organizationAddressLocality.head": "Ciutat", + "search.filters.filter.organizationAddressLocality.head": "Ciutat", // "search.filters.filter.organizationAddressLocality.placeholder": "City", - "search.filters.filter.organizationAddressLocality.placeholder": "Ciutat", + "search.filters.filter.organizationAddressLocality.placeholder": "Ciutat", // "search.filters.filter.organizationAddressLocality.label": "Search city", - "search.filters.filter.organizationAddressLocality.label": "Cerca per ciutat", + "search.filters.filter.organizationAddressLocality.label": "Cerca per ciutat", // "search.filters.filter.organizationFoundingDate.head": "Date Founded", - "search.filters.filter.organizationFoundingDate.head": "Data de fundació", + "search.filters.filter.organizationFoundingDate.head": "Data de fundació", // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", - "search.filters.filter.organizationFoundingDate.placeholder": "Data de fundació", + "search.filters.filter.organizationFoundingDate.placeholder": "Data de fundació", // "search.filters.filter.organizationFoundingDate.label": "Search date founded", - "search.filters.filter.organizationFoundingDate.label": "Cerca per Data de fundació", + "search.filters.filter.organizationFoundingDate.label": "Cerca per Data de fundació", // "search.filters.filter.scope.head": "Scope", - "search.filters.filter.scope.head": "Abast", + "search.filters.filter.scope.head": "Abast", // "search.filters.filter.scope.placeholder": "Scope filter", - "search.filters.filter.scope.placeholder": "Filtre d'abast", + "search.filters.filter.scope.placeholder": "Filtre d'abast", // "search.filters.filter.scope.label": "Search scope filter", - "search.filters.filter.scope.label": "Filtre d'abast de cerca", + "search.filters.filter.scope.label": "Filtre d'abast de cerca", // "search.filters.filter.show-less": "Collapse", - "search.filters.filter.show-less": "Contraure", + "search.filters.filter.show-less": "Contraure", // "search.filters.filter.show-more": "Show more", - "search.filters.filter.show-more": "Mostrar més", + "search.filters.filter.show-more": "Mostrar més", // "search.filters.filter.subject.head": "Subject", - "search.filters.filter.subject.head": "Matèries", + "search.filters.filter.subject.head": "Matèries", // "search.filters.filter.subject.placeholder": "Subject", - "search.filters.filter.subject.placeholder": "Matèries", + "search.filters.filter.subject.placeholder": "Matèries", // "search.filters.filter.subject.label": "Search subject", - "search.filters.filter.subject.label": "Cerca de matèries", + "search.filters.filter.subject.label": "Cerca de matèries", // "search.filters.filter.submitter.head": "Submitter", - "search.filters.filter.submitter.head": "Remitent", + "search.filters.filter.submitter.head": "Remitent", // "search.filters.filter.submitter.placeholder": "Submitter", - "search.filters.filter.submitter.placeholder": "Remitent", + "search.filters.filter.submitter.placeholder": "Remitent", // "search.filters.filter.submitter.label": "Search submitter", - "search.filters.filter.submitter.label": "Remitent de cerca", + "search.filters.filter.submitter.label": "Remitent de cerca", // "search.filters.filter.show-tree": "Browse {{ name }} tree", "search.filters.filter.show-tree": "Navega per l'arbre {{ name }}", // "search.filters.entityType.JournalIssue": "Journal Issue", - "search.filters.entityType.JournalIssue": "Número de la revista", + "search.filters.entityType.JournalIssue": "Número de la revista", // "search.filters.entityType.JournalVolume": "Journal Volume", - "search.filters.entityType.JournalVolume": "Volum de la revista", + "search.filters.entityType.JournalVolume": "Volum de la revista", // "search.filters.entityType.OrgUnit": "Organizational Unit", - "search.filters.entityType.OrgUnit": "Unitat organitzativa", + "search.filters.entityType.OrgUnit": "Unitat organitzativa", // "search.filters.has_content_in_original_bundle.true": "Yes", - "search.filters.has_content_in_original_bundle.true": "Sí", + "search.filters.has_content_in_original_bundle.true": "Sí", // "search.filters.has_content_in_original_bundle.false": "No", - "search.filters.has_content_in_original_bundle.false": "No", + "search.filters.has_content_in_original_bundle.false": "No", // "search.filters.discoverable.true": "No", - "search.filters.discoverable.true": "No", + "search.filters.discoverable.true": "No", // "search.filters.discoverable.false": "Yes", - "search.filters.discoverable.false": "Sí", + "search.filters.discoverable.false": "Sí", // "search.filters.withdrawn.true": "Yes", - "search.filters.withdrawn.true": "Sí", + "search.filters.withdrawn.true": "Sí", // "search.filters.withdrawn.false": "No", - "search.filters.withdrawn.false": "No", + "search.filters.withdrawn.false": "No", // "search.filters.head": "Filters", - "search.filters.head": "Filtres", + "search.filters.head": "Filtres", // "search.filters.reset": "Reset filters", - "search.filters.reset": "Restablir filtres", + "search.filters.reset": "Restablir filtres", // "search.filters.search.submit": "Submit", - "search.filters.search.submit": "Enviar", + "search.filters.search.submit": "Enviar", // "search.form.search": "Search", - "search.form.search": "Cerca", + "search.form.search": "Cerca", // "search.form.search_dspace": "All repository", - "search.form.search_dspace": "Tot el repositori", + "search.form.search_dspace": "Tot el repositori", // "search.form.scope.all": "All of DSpace", - "search.form.scope.all": "Tot DSpace", + "search.form.scope.all": "Tot DSpace", // "search.results.head": "Search Results", - "search.results.head": "Resultats de la cerca", + "search.results.head": "Resultats de la cerca", // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", - "search.results.no-results": "La cerca no ha produït resultats. Té problemes per trobar el que busca? Intenteu posar", + "search.results.no-results": "La cerca no ha produït resultats. Té problemes per trobar el que busca? Intenteu posar", // "search.results.no-results-link": "quotes around it", - "search.results.no-results-link": "cites al seu voltant", + "search.results.no-results-link": "cites al seu voltant", // "search.results.empty": "Your search returned no results.", - "search.results.empty": "La vostra cerca no ha produït resultats.", + "search.results.empty": "La vostra cerca no ha produït resultats.", // "search.results.view-result": "View", - "search.results.view-result": "Veure", + "search.results.view-result": "Veure", // "search.results.response.500": "An error occurred during query execution, please try again later", - "search.results.response.500": "S'ha produït un error durant l'execució de la consulta, torneu a provar més tard", + "search.results.response.500": "S'ha produït un error durant l'execució de la consulta, torneu a provar més tard", // "default.search.results.head": "Search Results", - "default.search.results.head": "Resultats de la cerca", + "default.search.results.head": "Resultats de la cerca", // "default-relationships.search.results.head": "Search Results", - "default-relationships.search.results.head": "Resultats de la cerca", + "default-relationships.search.results.head": "Resultats de la cerca", // "search.sidebar.close": "Back to results", - "search.sidebar.close": "Tornar a resultats", + "search.sidebar.close": "Tornar a resultats", // "search.sidebar.filters.title": "Filters", - "search.sidebar.filters.title": "Filtres", + "search.sidebar.filters.title": "Filtres", // "search.sidebar.open": "Search Tools", - "search.sidebar.open": "Eines de cerca", + "search.sidebar.open": "Eines de cerca", // "search.sidebar.results": "results", - "search.sidebar.results": "resultats", + "search.sidebar.results": "resultats", // "search.sidebar.settings.rpp": "Results per page", - "search.sidebar.settings.rpp": "Resultats per pàgina", + "search.sidebar.settings.rpp": "Resultats per pàgina", // "search.sidebar.settings.sort-by": "Sort By", - "search.sidebar.settings.sort-by": "Ordenar per", + "search.sidebar.settings.sort-by": "Ordenar per", // "search.sidebar.settings.title": "Settings", - "search.sidebar.settings.title": "Configuració", + "search.sidebar.settings.title": "Configuració", // "search.view-switch.show-detail": "Show detail", - "search.view-switch.show-detail": "Mostrar detall", + "search.view-switch.show-detail": "Mostrar detall", // "search.view-switch.show-grid": "Show as grid", - "search.view-switch.show-grid": "Mostra com a quadrícula", + "search.view-switch.show-grid": "Mostra com a quadrícula", // "search.view-switch.show-list": "Show as list", - "search.view-switch.show-list": "Mostra com a llista", + "search.view-switch.show-list": "Mostra com a llista", // "sorting.ASC": "Ascending", - "sorting.ASC": "Ascendent", + "sorting.ASC": "Ascendent", // "sorting.DESC": "Descending", - "sorting.DESC": "Descendent", + "sorting.DESC": "Descendent", // "sorting.dc.title.ASC": "Title Ascending", - "sorting.dc.title.ASC": "Títol Ascendent", + "sorting.dc.title.ASC": "Títol Ascendent", // "sorting.dc.title.DESC": "Title Descending", - "sorting.dc.title.DESC": "Títol descendent", + "sorting.dc.title.DESC": "Títol descendent", // "sorting.score.ASC": "Least Relevant", - "sorting.score.ASC": "El menys rellevant", + "sorting.score.ASC": "El menys rellevant", // "sorting.score.DESC": "Most Relevant", - "sorting.score.DESC": "El més rellevant", + "sorting.score.DESC": "El més rellevant", // "sorting.dc.date.issued.ASC": "Date Issued Ascending", - "sorting.dc.date.issued.ASC": "Data de publicació Ascendent", + "sorting.dc.date.issued.ASC": "Data de publicació Ascendent", // "sorting.dc.date.issued.DESC": "Date Issued Descending", - "sorting.dc.date.issued.DESC": "Data de publicació Descendent", + "sorting.dc.date.issued.DESC": "Data de publicació Descendent", // "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending", - "sorting.dc.date.accessioned.ASC": "Data d'enviament Ascendent", + "sorting.dc.date.accessioned.ASC": "Data d'enviament Ascendent", // "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending", - "sorting.dc.date.accessioned.DESC": "Data d'enviament Descendent", + "sorting.dc.date.accessioned.DESC": "Data d'enviament Descendent", // "sorting.lastModified.ASC": "Last modified Ascending", - "sorting.lastModified.ASC": "Última modificació Ascendent", + "sorting.lastModified.ASC": "Última modificació Ascendent", // "sorting.lastModified.DESC": "Last modified Descending", - "sorting.lastModified.DESC": "Última modificació Descendent", + "sorting.lastModified.DESC": "Última modificació Descendent", // "statistics.title": "Statistics", - "statistics.title": "Estadístiques", + "statistics.title": "Estadístiques", // "statistics.header": "Statistics for {{ scope }}", - "statistics.header": "Estadístiques de {{ scope }}", + "statistics.header": "Estadístiques de {{ scope }}", // "statistics.breadcrumbs": "Statistics", - "statistics.breadcrumbs": "Estadístiques", + "statistics.breadcrumbs": "Estadístiques", // "statistics.page.no-data": "No data available", - "statistics.page.no-data": "Dades no disponibles", + "statistics.page.no-data": "Dades no disponibles", // "statistics.table.no-data": "No data available", - "statistics.table.no-data": "Dades no disponibles", + "statistics.table.no-data": "Dades no disponibles", // "statistics.table.title.TotalVisits": "Total visits", - "statistics.table.title.TotalVisits": "Visites totals", + "statistics.table.title.TotalVisits": "Visites totals", // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - "statistics.table.title.TotalVisitsPerMonth": "Visites totals per mes", + "statistics.table.title.TotalVisitsPerMonth": "Visites totals per mes", // "statistics.table.title.TotalDownloads": "File Visits", - "statistics.table.title.TotalDownloads": "Visites del fitxer", + "statistics.table.title.TotalDownloads": "Visites del fitxer", // "statistics.table.title.TopCountries": "Top country views", - "statistics.table.title.TopCountries": "Vistes principals per país", + "statistics.table.title.TopCountries": "Vistes principals per país", // "statistics.table.title.TopCities": "Top city views", - "statistics.table.title.TopCities": "Visites principals per ciutat", + "statistics.table.title.TopCities": "Visites principals per ciutat", // "statistics.table.header.views": "Views", - "statistics.table.header.views": "Visites", + "statistics.table.header.views": "Visites", // "submission.edit.breadcrumbs": "Edit Submission", - "submission.edit.breadcrumbs": "Editar enviament", + "submission.edit.breadcrumbs": "Editar enviament", // "submission.edit.title": "Edit Submission", - "submission.edit.title": "Editar enviament", + "submission.edit.title": "Editar enviament", // "submission.general.cancel": "Cancel", - "submission.general.cancel": "Cancel·lar", + "submission.general.cancel": "Cancel·lar", // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", - "submission.general.cannot_submit": "No teniu els permisos per fer un enviament nou.", + "submission.general.cannot_submit": "No teniu els permisos per fer un enviament nou.", // "submission.general.deposit": "Deposit", - "submission.general.deposit": "Dipositar", + "submission.general.deposit": "Dipositar", // "submission.general.discard.confirm.cancel": "Cancel", - "submission.general.discard.confirm.cancel": "Cancel·lar", + "submission.general.discard.confirm.cancel": "Cancel·lar", // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", - "submission.general.discard.confirm.info": "Aquesta operació no es pot desfer. Esteu segur?", + "submission.general.discard.confirm.info": "Aquesta operació no es pot desfer. Esteu segur?", // "submission.general.discard.confirm.submit": "Yes, I'm sure", - "submission.general.discard.confirm.submit": "Sí que estic segur", + "submission.general.discard.confirm.submit": "Sí que estic segur", // "submission.general.discard.confirm.title": "Discard submission", - "submission.general.discard.confirm.title": "Descartar enviament", + "submission.general.discard.confirm.title": "Descartar enviament", // "submission.general.discard.submit": "Discard", - "submission.general.discard.submit": "Descartar", + "submission.general.discard.submit": "Descartar", // "submission.general.info.saved": "Saved", - "submission.general.info.saved": "Guardat", + "submission.general.info.saved": "Guardat", // "submission.general.info.pending-changes": "Unsaved changes", - "submission.general.info.pending-changes": "Canvis no desats", + "submission.general.info.pending-changes": "Canvis no desats", // "submission.general.save": "Save", - "submission.general.save": "Guardar", + "submission.general.save": "Guardar", // "submission.general.save-later": "Save for later", - "submission.general.save-later": "Desa per més endavant", + "submission.general.save-later": "Desa per més endavant", // "submission.import-external.page.title": "Import metadata from an external source", - "submission.import-external.page.title": "Importar metadades des d'una font externa", + "submission.import-external.page.title": "Importar metadades des d'una font externa", // "submission.import-external.title": "Import metadata from an external source", - "submission.import-external.title": "Importar metadades des d'una font externa", + "submission.import-external.title": "Importar metadades des d'una font externa", // "submission.import-external.title.Journal": "Import a journal from an external source", - "submission.import-external.title.Journal": "Importar una revista des d'una font externa", + "submission.import-external.title.Journal": "Importar una revista des d'una font externa", // "submission.import-external.title.JournalIssue": "Import a journal issue from an external source", - "submission.import-external.title.JournalIssue": "Importar un número de revista des d'una font externa", + "submission.import-external.title.JournalIssue": "Importar un número de revista des d'una font externa", // "submission.import-external.title.JournalVolume": "Import a journal volume from an external source", - "submission.import-external.title.JournalVolume": "Importar un volum de revista des d'una font externa", + "submission.import-external.title.JournalVolume": "Importar un volum de revista des d'una font externa", // "submission.import-external.title.OrgUnit": "Import a publisher from an external source", - "submission.import-external.title.OrgUnit": "Importar editor des d'una font externa", + "submission.import-external.title.OrgUnit": "Importar editor des d'una font externa", // "submission.import-external.title.Person": "Import a person from an external source", - "submission.import-external.title.Person": "Importar una persona des d'una font externa", + "submission.import-external.title.Person": "Importar una persona des d'una font externa", // "submission.import-external.title.Project": "Import a project from an external source", - "submission.import-external.title.Project": "Importar projectes des d'una font externa", + "submission.import-external.title.Project": "Importar projectes des d'una font externa", // "submission.import-external.title.Publication": "Import a publication from an external source", - "submission.import-external.title.Publication": "Importar una publicació des d'una font externa", + "submission.import-external.title.Publication": "Importar una publicació des d'una font externa", // "submission.import-external.title.none": "Import metadata from an external source", - "submission.import-external.title.none": "Importar metadades des d'una font externa", + "submission.import-external.title.none": "Importar metadades des d'una font externa", // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - "submission.import-external.page.hint": "Introduïu una consulta a dalt per buscar ítems de la web per importar-los a DSpace.", + "submission.import-external.page.hint": "Introduïu una consulta a dalt per buscar ítems de la web per importar-los a DSpace.", // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", - "submission.import-external.back-to-my-dspace": "Tornar al meu DSpace", + "submission.import-external.back-to-my-dspace": "Tornar al meu DSpace", // "submission.import-external.search.placeholder": "Search the external source", - "submission.import-external.search.placeholder": "Cerca font externa", + "submission.import-external.search.placeholder": "Cerca font externa", // "submission.import-external.search.button": "Search", - "submission.import-external.search.button": "Cerca", + "submission.import-external.search.button": "Cerca", // "submission.import-external.search.button.hint": "Write some words to search", - "submission.import-external.search.button.hint": "Escriviu algunes paraules per cercar", + "submission.import-external.search.button.hint": "Escriviu algunes paraules per cercar", // "submission.import-external.search.source.hint": "Pick an external source", - "submission.import-external.search.source.hint": "Trieu una font externa", + "submission.import-external.search.source.hint": "Trieu una font externa", // "submission.import-external.source.arxiv": "arXiv", - "submission.import-external.source.arxiv": "arXiv", + "submission.import-external.source.arxiv": "arXiv", // "submission.import-external.source.ads": "NASA/ADS", - "submission.import-external.source.ads": "NASA/ADS", + "submission.import-external.source.ads": "NASA/ADS", // "submission.import-external.source.cinii": "CiNii", - "submission.import-external.source.cinii": "CiNii", + "submission.import-external.source.cinii": "CiNii", // "submission.import-external.source.crossref": "CrossRef", - "submission.import-external.source.crossref": "CrossRef", + "submission.import-external.source.crossref": "CrossRef", // "submission.import-external.source.datacite": "DataCite", "submission.import-external.source.datacite": "DataCite", // "submission.import-external.source.scielo": "SciELO", - "submission.import-external.source.scielo": "SciELO", + "submission.import-external.source.scielo": "SciELO", // "submission.import-external.source.scopus": "Scopus", - "submission.import-external.source.scopus": "Scopus", + "submission.import-external.source.scopus": "Scopus", // "submission.import-external.source.vufind": "VuFind", - "submission.import-external.source.vufind": "VuFind", + "submission.import-external.source.vufind": "VuFind", // "submission.import-external.source.wos": "Web Of Science", - "submission.import-external.source.wos": "Web Of Science", + "submission.import-external.source.wos": "Web Of Science", // "submission.import-external.source.orcidWorks": "ORCID", - "submission.import-external.source.orcidWorks": "ORCID", + "submission.import-external.source.orcidWorks": "ORCID", // "submission.import-external.source.epo": "European Patent Office (EPO)", - "submission.import-external.source.epo": "Oficina Europea de Patents (EPO)", + "submission.import-external.source.epo": "Oficina Europea de Patents (EPO)", // "submission.import-external.source.loading": "Loading ...", - "submission.import-external.source.loading": "Carregant ...", + "submission.import-external.source.loading": "Carregant ...", // "submission.import-external.source.sherpaJournal": "SHERPA Journals", - "submission.import-external.source.sherpaJournal": "Revistes SHERPA", + "submission.import-external.source.sherpaJournal": "Revistes SHERPA", // "submission.import-external.source.sherpaJournalIssn": "SHERPA Journals by ISSN", - "submission.import-external.source.sherpaJournalIssn": "Revistes SHERPA per ISSN", + "submission.import-external.source.sherpaJournalIssn": "Revistes SHERPA per ISSN", // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - "submission.import-external.source.sherpaPublisher": "Editors SHERPA", + "submission.import-external.source.sherpaPublisher": "Editors SHERPA", // "submission.import-external.source.openAIREFunding": "Funding OpenAIRE API", - "submission.import-external.source.openAIREFunding": "API de Finançament d'OpenAIRE", + "submission.import-external.source.openAIREFunding": "API de Finançament d'OpenAIRE", // "submission.import-external.source.orcid": "ORCID", - "submission.import-external.source.orcid": "ORCID", + "submission.import-external.source.orcid": "ORCID", // "submission.import-external.source.pubmed": "Pubmed", - "submission.import-external.source.pubmed": "Pubmed", + "submission.import-external.source.pubmed": "Pubmed", // "submission.import-external.source.pubmedeu": "Pubmed Europe", - "submission.import-external.source.pubmedeu": "Pubmed Europe", + "submission.import-external.source.pubmedeu": "Pubmed Europe", // "submission.import-external.source.lcname": "Library of Congress Names", - "submission.import-external.source.lcname": "Noms de la Biblioteca del Congrés", + "submission.import-external.source.lcname": "Noms de la Biblioteca del Congrés", // "submission.import-external.preview.title": "Item Preview", - "submission.import-external.preview.title": "Vista prèvia de l'ítem", + "submission.import-external.preview.title": "Vista prèvia de l'ítem", // "submission.import-external.preview.title.Publication": "Publication Preview", - "submission.import-external.preview.title.Publication": "Previsualització de Publicació", + "submission.import-external.preview.title.Publication": "Previsualització de Publicació", // "submission.import-external.preview.title.none": "Item Preview", - "submission.import-external.preview.title.none": "Previsualització d'Ítem", + "submission.import-external.preview.title.none": "Previsualització d'Ítem", // "submission.import-external.preview.title.Journal": "Journal Preview", - "submission.import-external.preview.title.Journal": "Previsualització de Revista", + "submission.import-external.preview.title.Journal": "Previsualització de Revista", // "submission.import-external.preview.title.OrgUnit": "Organizational Unit Preview", - "submission.import-external.preview.title.OrgUnit": "Previsualització d'Unitat organitzativa", + "submission.import-external.preview.title.OrgUnit": "Previsualització d'Unitat organitzativa", // "submission.import-external.preview.title.Person": "Person Preview", - "submission.import-external.preview.title.Person": "Previsualització de Persona", + "submission.import-external.preview.title.Person": "Previsualització de Persona", // "submission.import-external.preview.title.Project": "Project Preview", - "submission.import-external.preview.title.Project": "Previsualització de Projecte", + "submission.import-external.preview.title.Project": "Previsualització de Projecte", // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", - "submission.import-external.preview.subtitle": "Les metadades següents s'han importat d'una font externa. S'omplirà prèviament quan inicieu l'enviament.", + "submission.import-external.preview.subtitle": "Les metadades següents s'han importat d'una font externa. S'omplirà prèviament quan inicieu l'enviament.", // "submission.import-external.preview.button.import": "Start submission", - "submission.import-external.preview.button.import": "Iniciar enviament", + "submission.import-external.preview.button.import": "Iniciar enviament", // "submission.import-external.preview.error.import.title": "Submission error", - "submission.import-external.preview.error.import.title": "Error d'enviament", + "submission.import-external.preview.error.import.title": "Error d'enviament", // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", - "submission.import-external.preview.error.import.body": "S'ha produït un error durant el procés d'importació de l'entrada de font externa.", + "submission.import-external.preview.error.import.body": "S'ha produït un error durant el procés d'importació de l'entrada de font externa.", // "submission.sections.describe.relationship-lookup.close": "Close", - "submission.sections.describe.relationship-lookup.close": "Tancar", + "submission.sections.describe.relationship-lookup.close": "Tancar", // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", - "submission.sections.describe.relationship-lookup.external-source.added": "Entrada local afegida amb èxit a la selecció", + "submission.sections.describe.relationship-lookup.external-source.added": "Entrada local afegida amb èxit a la selecció", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Importació remota d'autor", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Importació remota d'autor", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Importació remota de revista", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Importació remota de revista", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Importació remota de número de revista", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Importació remota de número de revista", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Importació remota de volum de revista", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Importació remota de volum de revista", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Project", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Projecte", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Projecte", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "Import remote item", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "Importació remota d'ítem", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "Importació remota d'ítem", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "Import remote event", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "Importació remota d'esdeveniment", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "Importació remota d'esdeveniment", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "Import remote product", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "Importació remota de producte", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "Importació remota de producte", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "Import remote equipment", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "Importació remota d'equipament", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "Importació remota d'equipament", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "Import remote organizational unit", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "Importació remota d'unitat organitzativa", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "Importació remota d'unitat organitzativa", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "Import remote fund", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "Importació remota de finançament", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "Importació remota de finançament", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "Import remote person", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "Importació remota de persona", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "Importació remota de persona", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "Import remote patent", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "Importació remota de patent", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "Importació remota de patent", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "Import remote project", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "Importació remota de projecte", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "Importació remota de projecte", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "Import remote publication", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "Importació remota de publicació", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "Importació remota de publicació", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "New Entity Added!", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Nova entitat afegida!", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Nova entitat afegida!", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Project", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Projecte", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Projecte", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Funding OpenAIRE API", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "API OpenAIRE de Finançament", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "API OpenAIRE de Finançament", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Importació remota d'autor", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Importació remota d'autor", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Autor local afegit amb èxit a la selecció", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Autor local afegit amb èxit a la selecció", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Autor extern importat i afegit amb èxit a la selecció", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Autor extern importat i afegit amb èxit a la selecció", // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Autoritat", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Autoritat", // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Importa com una nova entrada d'autoritat local", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Importa com una nova entrada d'autoritat local", // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel·lar", + "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel·lar", // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Seleccioneu una col·lecció per importar entrades noves", + "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Seleccioneu una col·lecció per importar entrades noves", // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entitats", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entitats", // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Importar com una nova entitat local", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Importar com una nova entitat local", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importa des de LCName", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importa des de LCName", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Important des d'ORCID", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Important des d'ORCID", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importar des de Sherpa Journal", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importar des de Sherpa Journal", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importar des de Sherpa Publisher", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importar des de Sherpa Publisher", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importa des de PubMed", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importa des de PubMed", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Important des d'arXiv", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Important des d'arXiv", // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Importar", + "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Importar", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Importació remota de Revista", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Importació remota de Revista", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Revista local afegida amb èxit a la selecció", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Revista local afegida amb èxit a la selecció", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Revista externa importada i afegida amb èxit a la selecció", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Revista externa importada i afegida amb èxit a la selecció", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Importació remota de número de revista", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Importació remota de número de revista", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "S'ha afegit localment un número de revista a la selecció.", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "S'ha afegit localment un número de revista a la selecció.", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "S'ha importat amb èxit i s'ha afegit externament un número de revista a la selecció.", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "S'ha importat amb èxit i s'ha afegit externament un número de revista a la selecció.", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Importació remota de volum de revista", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Importació remota de volum de revista", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "S'ha afegit amb èxit el volum de la revista local a la selecció.", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "S'ha afegit amb èxit el volum de la revista local a la selecció.", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "S'ha importat i afegit amb èxit un volum de revista extern a la selecció", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "S'ha importat i afegit amb èxit un volum de revista extern a la selecció", // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", - "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Seleccioneu una coincidència local:", + "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Seleccioneu una coincidència local:", // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", - "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deseleccionar tot", + "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deseleccionar tot", // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", - "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Desseleccionar pàgina", + "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Desseleccionar pàgina", // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - "submission.sections.describe.relationship-lookup.search-tab.loading": "Carregant...", + "submission.sections.describe.relationship-lookup.search-tab.loading": "Carregant...", // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", - "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Consulta de cerca", + "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Consulta de cerca", // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", - "submission.sections.describe.relationship-lookup.search-tab.search": "Anar", + "submission.sections.describe.relationship-lookup.search-tab.search": "Anar", // "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Search...", - "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Cerca...", + "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Cerca...", // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", - "submission.sections.describe.relationship-lookup.search-tab.select-all": "Seleccionar tot", + "submission.sections.describe.relationship-lookup.search-tab.select-all": "Seleccionar tot", // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", - "submission.sections.describe.relationship-lookup.search-tab.select-page": "Selecciona la pàgina", + "submission.sections.describe.relationship-lookup.search-tab.select-page": "Selecciona la pàgina", // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", - "submission.sections.describe.relationship-lookup.selected": "{{ size }} ítems seleccionats", + "submission.sections.describe.relationship-lookup.selected": "{{ size }} ítems seleccionats", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Autors locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Autors locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Revistes locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Revistes locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Projectes locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Projectes locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Publicacions locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Publicacions locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Autors locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Autors locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Unitats organitzatives locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Unitats organitzatives locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Paquets de dades locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Paquets de dades locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Fitxers de dades locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Fitxers de dades locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Revistes locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Revistes locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Números de revista locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Números de revista locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Números de revista locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Números de revista locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Volums de revista locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Volums de revista locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Volums de revista locals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Volums de revista locals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Revistes Sherpa ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Revistes Sherpa ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Editors Sherpa ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Editors Sherpa ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Cerca d'agències de finançament", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Cerca d'agències de finançament", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Cerca de finançament", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Cerca de finançament", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Cerca d'unitats organitzatives", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Cerca d'unitats organitzatives", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Funding OpenAIRE API", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "API OpenAire de Finançament", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "API OpenAire de Finançament", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projects", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projectes", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projectes", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Finançador del Projecte", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Finançador del Projecte", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor": "Publication of the Author", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor": "Publicació de l'autor", // "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API", - "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "API OpenAIRE de Finançament", + "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "API OpenAIRE de Finançament", // "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Project", - "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Projecte", + "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Projecte", // "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projects", - "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projectes", + "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projectes", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Finançador del Projecte", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Finançador del Projecte", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", - "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Cerca...", + "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Cerca...", // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Selecció actual ({{ count }})", + "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Selecció actual ({{ count }})", // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", - "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Números de revista", + "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Números de revista", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - "submission.sections.describe.relationship-lookup.title.JournalIssue": "Números de revista", + "submission.sections.describe.relationship-lookup.title.JournalIssue": "Números de revista", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", - "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volums de revista", + "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volums de revista", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", - "submission.sections.describe.relationship-lookup.title.JournalVolume": "Volums de revista", + "submission.sections.describe.relationship-lookup.title.JournalVolume": "Volums de revista", // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", - "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Revistes", + "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Revistes", // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", - "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Autors", + "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Autors", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Agència finançadora", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Agència finançadora", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", - "submission.sections.describe.relationship-lookup.title.Project": "Projectes", + "submission.sections.describe.relationship-lookup.title.Project": "Projectes", // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", - "submission.sections.describe.relationship-lookup.title.Publication": "Publicacions", + "submission.sections.describe.relationship-lookup.title.Publication": "Publicacions", // "submission.sections.describe.relationship-lookup.title.Person": "Authors", - "submission.sections.describe.relationship-lookup.title.Person": "Autors", + "submission.sections.describe.relationship-lookup.title.Person": "Autors", // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", - "submission.sections.describe.relationship-lookup.title.OrgUnit": "Unitats organitzatives", + "submission.sections.describe.relationship-lookup.title.OrgUnit": "Unitats organitzatives", // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", - "submission.sections.describe.relationship-lookup.title.DataPackage": "Paquets de dades", + "submission.sections.describe.relationship-lookup.title.DataPackage": "Paquets de dades", // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", - "submission.sections.describe.relationship-lookup.title.DataFile": "Fitxers d'informació", + "submission.sections.describe.relationship-lookup.title.DataFile": "Fitxers d'informació", // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - "submission.sections.describe.relationship-lookup.title.Funding Agency": "Agència finançadora", + "submission.sections.describe.relationship-lookup.title.Funding Agency": "Agència finançadora", // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", - "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Finançament", + "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Finançament", // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", - "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Unitat organitzativa matriu", + "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Unitat organitzativa matriu", // "submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor": "Publication", "submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor": "Publicació", // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", - "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Alternar menú desplegable", + "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Alternar menú desplegable", // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", - "submission.sections.describe.relationship-lookup.selection-tab.settings": "Configuració", + "submission.sections.describe.relationship-lookup.selection-tab.settings": "Configuració", // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", - "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "La vostra selecció està actualment buida.", + "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "La vostra selecció està actualment buida.", // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", - "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Autors seleccionats", + "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Autors seleccionats", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Revistes seleccionades", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Revistes seleccionades", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volum de revista seleccionada", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volum de revista seleccionada", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", - "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Projectes seleccionats", + "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Projectes seleccionats", // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Publicacions seleccionades", + "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Publicacions seleccionades", // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", - "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Autors seleccionats", + "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Autors seleccionats", // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", - "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Unitats organitzatives seleccionades", + "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Unitats organitzatives seleccionades", // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Paquets de dades seleccionades", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Paquets de dades seleccionades", // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Fitxers de dades seleccionades", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Fitxers de dades seleccionades", // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", - "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Revistes seleccionades", + "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Revistes seleccionades", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Número de revista seleccionat", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Número de revista seleccionat", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Volums de revista seleccionats", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Volums de revista seleccionats", // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Agències de finançament seleccionades", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Agències de finançament seleccionades", // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Finançaments seleccionats", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Finançaments seleccionats", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Número seleccionat", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Número seleccionat", // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Unitat organitzativa seleccionada", + "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Unitat organitzativa seleccionada", // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "Resultats de la cerca", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title": "Resultats de la cerca", + "submission.sections.describe.relationship-lookup.selection-tab.title": "Resultats de la cerca", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Li agradaria desar \"{{ value }}\" com una variant de nom per a aquesta persona perquè vostè i altres puguin reutilitzar-lo per a enviaments futurs? Si no ho fa, encara pot usar-lo per a aquest enviament.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Li agradaria desar \"{{ value }}\" com una variant de nom per a aquesta persona perquè vostè i altres puguin reutilitzar-lo per a enviaments futurs? Si no ho fa, encara pot usar-lo per a aquest enviament.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", - "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Guardar una nova variant de nom", + "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Guardar una nova variant de nom", // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", - "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Usar només per a aquest enviament", + "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Usar només per a aquest enviament", // "submission.sections.ccLicense.type": "License Type", - "submission.sections.ccLicense.type": "Tipus de llicència", + "submission.sections.ccLicense.type": "Tipus de llicència", // "submission.sections.ccLicense.select": "Select a license type…", - "submission.sections.ccLicense.select": "Seleccioneu un tipus de llicència…", + "submission.sections.ccLicense.select": "Seleccioneu un tipus de llicència…", // "submission.sections.ccLicense.change": "Change your license type…", - "submission.sections.ccLicense.change": "Canvieu el vostre tipus de llicència…", + "submission.sections.ccLicense.change": "Canvieu el vostre tipus de llicència…", // "submission.sections.ccLicense.none": "No licenses available", - "submission.sections.ccLicense.none": "No hi ha llicències disponibles", + "submission.sections.ccLicense.none": "No hi ha llicències disponibles", // "submission.sections.ccLicense.option.select": "Select an option…", - "submission.sections.ccLicense.option.select": "Seleccioneu una opció…", + "submission.sections.ccLicense.option.select": "Seleccioneu una opció…", // "submission.sections.ccLicense.link": "You’ve selected the following license:", - "submission.sections.ccLicense.link": "Ha seleccionat la llicència següent:", + "submission.sections.ccLicense.link": "Ha seleccionat la llicència següent:", // "submission.sections.ccLicense.confirmation": "I grant the license above", - "submission.sections.ccLicense.confirmation": "Concedeixo la llicència", + "submission.sections.ccLicense.confirmation": "Concedeixo la llicència", // "submission.sections.general.add-more": "Add more", - "submission.sections.general.add-more": "Afegir més", + "submission.sections.general.add-more": "Afegir més", // "submission.sections.general.cannot_deposit": "Deposit cannot be completed due to errors in the form.
Please fill out all required fields to complete the deposit.", "submission.sections.general.cannot_deposit": "El dipòsit no s'ha pogut completar per errors al formulari.
Omple tots els camps obligatoris per completar el dipòsit", // "submission.sections.general.collection": "Collection", - "submission.sections.general.collection": "Col·lecció", + "submission.sections.general.collection": "Col·lecció", // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", - "submission.sections.general.deposit_error_notice": "S'ha produït un problema en enviar l'ítem. Torneu-ho a provar més tard.", + "submission.sections.general.deposit_error_notice": "S'ha produït un problema en enviar l'ítem. Torneu-ho a provar més tard.", // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", - "submission.sections.general.deposit_success_notice": "Enviament dipositat amb èxit.", + "submission.sections.general.deposit_success_notice": "Enviament dipositat amb èxit.", // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", - "submission.sections.general.discard_error_notice": "S'ha produït un problema en descartar l'ítem. Torneu-ho a provar més tard.", + "submission.sections.general.discard_error_notice": "S'ha produït un problema en descartar l'ítem. Torneu-ho a provar més tard.", // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", - "submission.sections.general.discard_success_notice": "Enviament descartat amb èxit.", + "submission.sections.general.discard_success_notice": "Enviament descartat amb èxit.", // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", - "submission.sections.general.metadata-extracted": "S'han extret i han afegit noves metadades a la secció {{ sectionId }}.", + "submission.sections.general.metadata-extracted": "S'han extret i han afegit noves metadades a la secció {{ sectionId }}.", // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", - "submission.sections.general.metadata-extracted-new-section": "S'ha afegit una nova secció {{ sectionId }} a l'enviament.", + "submission.sections.general.metadata-extracted-new-section": "S'ha afegit una nova secció {{ sectionId }} a l'enviament.", // "submission.sections.general.no-collection": "No collection found", - "submission.sections.general.no-collection": "No s'ha trobat cap col·lecció", + "submission.sections.general.no-collection": "No s'ha trobat cap col·lecció", // "submission.sections.general.no-sections": "No options available", - "submission.sections.general.no-sections": "No hi ha opcions disponibles", + "submission.sections.general.no-sections": "No hi ha opcions disponibles", // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", - "submission.sections.general.save_error_notice": "S'ha produït un problema en desar l'ítem. Torneu-ho a provar més tard.", + "submission.sections.general.save_error_notice": "S'ha produït un problema en desar l'ítem. Torneu-ho a provar més tard.", // "submission.sections.general.save_success_notice": "Submission saved successfully.", - "submission.sections.general.save_success_notice": "Enviament desat amb èxit.", + "submission.sections.general.save_success_notice": "Enviament desat amb èxit.", // "submission.sections.general.search-collection": "Search for a collection", - "submission.sections.general.search-collection": "Cerca una col·lecció", + "submission.sections.general.search-collection": "Cerca una col·lecció", // "submission.sections.general.sections_not_valid": "There are incomplete sections.", - "submission.sections.general.sections_not_valid": "Hi ha seccions incompletes.", + "submission.sections.general.sections_not_valid": "Hi ha seccions incompletes.", // "submission.sections.submit.progressbar.accessCondition": "Item access conditions", - "submission.sections.submit.progressbar.accessCondition": "Condicions d'accés a l'ítem", + "submission.sections.submit.progressbar.accessCondition": "Condicions d'accés a l'ítem", // "submission.sections.submit.progressbar.CClicense": "Creative commons license", - "submission.sections.submit.progressbar.CClicense": "Llicència Creative Commons", + "submission.sections.submit.progressbar.CClicense": "Llicència Creative Commons", // "submission.sections.submit.progressbar.describe.recycle": "Recycle", - "submission.sections.submit.progressbar.describe.recycle": "Reciclar", + "submission.sections.submit.progressbar.describe.recycle": "Reciclar", // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", - "submission.sections.submit.progressbar.describe.stepcustom": "Descriure", + "submission.sections.submit.progressbar.describe.stepcustom": "Descriure", // "submission.sections.submit.progressbar.describe.stepone": "Describe", - "submission.sections.submit.progressbar.describe.stepone": "Descriure", + "submission.sections.submit.progressbar.describe.stepone": "Descriure", // "submission.sections.submit.progressbar.describe.steptwo": "Describe", - "submission.sections.submit.progressbar.describe.steptwo": "Descriure", + "submission.sections.submit.progressbar.describe.steptwo": "Descriure", // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", - "submission.sections.submit.progressbar.detect-duplicate": "Possibles duplicats", + "submission.sections.submit.progressbar.detect-duplicate": "Possibles duplicats", // "submission.sections.submit.progressbar.license": "Deposit license", - "submission.sections.submit.progressbar.license": "Llicència de dipòsit", + "submission.sections.submit.progressbar.license": "Llicència de dipòsit", // "submission.sections.submit.progressbar.sherpapolicy": "Sherpa policies", - "submission.sections.submit.progressbar.sherpapolicy": "Polítiques Sherpa", + "submission.sections.submit.progressbar.sherpapolicy": "Polítiques Sherpa", // "submission.sections.submit.progressbar.upload": "Upload files", - "submission.sections.submit.progressbar.upload": "Pujar fitxers", + "submission.sections.submit.progressbar.upload": "Pujar fitxers", // "submission.sections.submit.progressbar.sherpaPolicies": "Publisher open access policy information", - "submission.sections.submit.progressbar.sherpaPolicies": "Informació sobre polítiques editorials d'accés obert", + "submission.sections.submit.progressbar.sherpaPolicies": "Informació sobre polítiques editorials d'accés obert", // "submission.sections.sherpa-policy.title-empty": "No publisher policy information available. If your work has an associated ISSN, please enter it above to see any related publisher open access policies.", - "submission.sections.sherpa-policy.title-empty": "No es troba disponible la informació sobre política editorial. Si teniu un ISSN associat, introduïu-lo a dalt per veure informació sobre polítiques editorials d'accés obert.", + "submission.sections.sherpa-policy.title-empty": "No es troba disponible la informació sobre política editorial. Si teniu un ISSN associat, introduïu-lo a dalt per veure informació sobre polítiques editorials d'accés obert.", // "submission.sections.status.errors.title": "Errors", - "submission.sections.status.errors.title": "Errors", + "submission.sections.status.errors.title": "Errors", // "submission.sections.status.valid.title": "Valid", - "submission.sections.status.valid.title": "Vàlid", + "submission.sections.status.valid.title": "Vàlid", // "submission.sections.status.warnings.title": "Warnings", - "submission.sections.status.warnings.title": "Avisos", + "submission.sections.status.warnings.title": "Avisos", // "submission.sections.status.errors.aria": "has errors", - "submission.sections.status.errors.aria": "amb errors", + "submission.sections.status.errors.aria": "amb errors", // "submission.sections.status.valid.aria": "is valid", - "submission.sections.status.valid.aria": "és vàlid", + "submission.sections.status.valid.aria": "és vàlid", // "submission.sections.status.warnings.aria": "has warnings", - "submission.sections.status.warnings.aria": "amb avisos", + "submission.sections.status.warnings.aria": "amb avisos", // "submission.sections.status.info.title": "Additional Information", - "submission.sections.status.info.title": "Informació addicional", + "submission.sections.status.info.title": "Informació addicional", // "submission.sections.status.info.aria": "Additional Information", - "submission.sections.status.info.aria": "Informació addicional", + "submission.sections.status.info.aria": "Informació addicional", // "submission.sections.toggle.open": "Open section", - "submission.sections.toggle.open": "Obrir secció", + "submission.sections.toggle.open": "Obrir secció", // "submission.sections.toggle.close": "Close section", - "submission.sections.toggle.close": "Tancar secció", + "submission.sections.toggle.close": "Tancar secció", // "submission.sections.toggle.aria.open": "Expand {{sectionHeader}} section", - "submission.sections.toggle.aria.open": "Expandir secció {{sectionHeader}}", + "submission.sections.toggle.aria.open": "Expandir secció {{sectionHeader}}", // "submission.sections.toggle.aria.close": "Collapse {{sectionHeader}} section", - "submission.sections.toggle.aria.close": "Contraure secció {{sectionHeader}}", + "submission.sections.toggle.aria.close": "Contraure secció {{sectionHeader}}", // "submission.sections.upload.delete.confirm.cancel": "Cancel", - "submission.sections.upload.delete.confirm.cancel": "Cancel·lar", + "submission.sections.upload.delete.confirm.cancel": "Cancel·lar", // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", - "submission.sections.upload.delete.confirm.info": "Aquesta operació no es pot desfer. Esteu segur?", + "submission.sections.upload.delete.confirm.info": "Aquesta operació no es pot desfer. Esteu segur?", // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", - "submission.sections.upload.delete.confirm.submit": "Sí, n'estic segur", + "submission.sections.upload.delete.confirm.submit": "Sí, n'estic segur", // "submission.sections.upload.delete.confirm.title": "Delete bitstream", - "submission.sections.upload.delete.confirm.title": "Eliminar fitxer", + "submission.sections.upload.delete.confirm.title": "Eliminar fitxer", // "submission.sections.upload.delete.submit": "Delete", - "submission.sections.upload.delete.submit": "Esborrar", + "submission.sections.upload.delete.submit": "Esborrar", // "submission.sections.upload.download.title": "Download bitstream", - "submission.sections.upload.download.title": "Descarregar fitxer", + "submission.sections.upload.download.title": "Descarregar fitxer", // "submission.sections.upload.drop-message": "Drop files to attach them to the item", - "submission.sections.upload.drop-message": "Deixeu anar fitxers per adjuntar-los a l'ítem", + "submission.sections.upload.drop-message": "Deixeu anar fitxers per adjuntar-los a l'ítem", // "submission.sections.upload.edit.title": "Edit bitstream", - "submission.sections.upload.edit.title": "Editar fitxer", + "submission.sections.upload.edit.title": "Editar fitxer", // "submission.sections.upload.form.access-condition-label": "Access condition type", - "submission.sections.upload.form.access-condition-label": "Tipus de condició d'accés", + "submission.sections.upload.form.access-condition-label": "Tipus de condició d'accés", // "submission.sections.upload.form.access-condition-hint": "Select an access condition to apply on the bitstream once the item is deposited", - "submission.sections.upload.form.access-condition-hint": "Seleccioneu la condició d'accés que s'aplicarà als fitxers una vegada es dipositi l'ítem", + "submission.sections.upload.form.access-condition-hint": "Seleccioneu la condició d'accés que s'aplicarà als fitxers una vegada es dipositi l'ítem", // "submission.sections.upload.form.date-required": "Date is required.", - "submission.sections.upload.form.date-required": "Es requereix la data.", + "submission.sections.upload.form.date-required": "Es requereix la data.", // "submission.sections.upload.form.date-required-from": "Grant access from date is required.", - "submission.sections.upload.form.date-required-from": "Per aplicar l'accés es requereix una data d'inici.", + "submission.sections.upload.form.date-required-from": "Per aplicar l'accés es requereix una data d'inici.", // "submission.sections.upload.form.date-required-until": "Grant access until date is required.", - "submission.sections.upload.form.date-required-until": "Per aplicar l'accés es requereix una data de finalització.", + "submission.sections.upload.form.date-required-until": "Per aplicar l'accés es requereix una data de finalització.", // "submission.sections.upload.form.from-label": "Grant access from", - "submission.sections.upload.form.from-label": "Permetre accés des de", + "submission.sections.upload.form.from-label": "Permetre accés des de", // "submission.sections.upload.form.from-hint": "Select the date from which the related access condition is applied", - "submission.sections.upload.form.from-hint": "Seleccioneu la data a partir de la qual serà aplicada la condició d'accés", + "submission.sections.upload.form.from-hint": "Seleccioneu la data a partir de la qual serà aplicada la condició d'accés", // "submission.sections.upload.form.from-placeholder": "From", - "submission.sections.upload.form.from-placeholder": "Des de", + "submission.sections.upload.form.from-placeholder": "Des de", // "submission.sections.upload.form.group-label": "Group", - "submission.sections.upload.form.group-label": "Grup", + "submission.sections.upload.form.group-label": "Grup", // "submission.sections.upload.form.group-required": "Group is required.", - "submission.sections.upload.form.group-required": "Es requereix el grup.", + "submission.sections.upload.form.group-required": "Es requereix el grup.", // "submission.sections.upload.form.until-label": "Grant access until", - "submission.sections.upload.form.until-label": "Concedir accés fins", + "submission.sections.upload.form.until-label": "Concedir accés fins", // "submission.sections.upload.form.until-hint": "Select the date until which the related access condition is applied", - "submission.sections.upload.form.until-hint": "Seleccioneu la data fins a la qual serà aplicada la condició d'accés", + "submission.sections.upload.form.until-hint": "Seleccioneu la data fins a la qual serà aplicada la condició d'accés", // "submission.sections.upload.form.until-placeholder": "Until", - "submission.sections.upload.form.until-placeholder": "Fins", + "submission.sections.upload.form.until-placeholder": "Fins", // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", - "submission.sections.upload.header.policy.default.nolist": "Es podrà accedir als fitxers carregats a la col·lecció {{ collectionName }} d'acord amb els grups següents:", + "submission.sections.upload.header.policy.default.nolist": "Es podrà accedir als fitxers carregats a la col·lecció {{ collectionName }} d'acord amb els grups següents:", // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - "submission.sections.upload.header.policy.default.withlist": "Tingueu en compte que els fitxers carregats a la col·lecció {{ collectionName }} seran accessibles, a més del que es decideixi explícitament per al fitxer, per als grups següents:", + "submission.sections.upload.header.policy.default.withlist": "Tingueu en compte que els fitxers carregats a la col·lecció {{ collectionName }} seran accessibles, a més del que es decideixi explícitament per al fitxer, per als grups següents:", // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", - "submission.sections.upload.info": "Aquí trobareu tots els fitxers que es troben actualment a l'ítem. Podeu actualitzar les metadades del fitxer i les condicions d'accés o incloure fitxers addicionals simplement arrossegant i deixant anar a qualsevol lloc de la pàgina", + "submission.sections.upload.info": "Aquí trobareu tots els fitxers que es troben actualment a l'ítem. Podeu actualitzar les metadades del fitxer i les condicions d'accés o incloure fitxers addicionals simplement arrossegant i deixant anar a qualsevol lloc de la pàgina", // "submission.sections.upload.no-entry": "No", - "submission.sections.upload.no-entry": "No", + "submission.sections.upload.no-entry": "No", // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", - "submission.sections.upload.no-file-uploaded": "Encara no s'ha penjat cap fitxer.", + "submission.sections.upload.no-file-uploaded": "Encara no s'ha penjat cap fitxer.", // "submission.sections.upload.save-metadata": "Save metadata", - "submission.sections.upload.save-metadata": "Guardar metadades", + "submission.sections.upload.save-metadata": "Guardar metadades", // "submission.sections.upload.undo": "Cancel", - "submission.sections.upload.undo": "Cancel·lar", + "submission.sections.upload.undo": "Cancel·lar", // "submission.sections.upload.upload-failed": "Upload failed", - "submission.sections.upload.upload-failed": "Pujada fallida", + "submission.sections.upload.upload-failed": "Pujada fallida", // "submission.sections.upload.upload-successful": "Upload successful", - "submission.sections.upload.upload-successful": "Pujada completada amb èxit", + "submission.sections.upload.upload-successful": "Pujada completada amb èxit", // "submission.sections.accesses.form.discoverable-description": "When checked, this item will be discoverable in search/browse. When unchecked, the item will only be available via a direct link and will never appear in search/browse.", - "submission.sections.accesses.form.discoverable-description": "Si el marca, l'ítem serà detectable al cercador/navegador. Si el desmarca, l'ítem només estarà disponible mitjançant l'enllaç directe, i no apareixerà al cercar/navegar.", + "submission.sections.accesses.form.discoverable-description": "Si el marca, l'ítem serà detectable al cercador/navegador. Si el desmarca, l'ítem només estarà disponible mitjançant l'enllaç directe, i no apareixerà al cercar/navegar.", // "submission.sections.accesses.form.discoverable-label": "Discoverable", - "submission.sections.accesses.form.discoverable-label": "Públic (Detectable)", + "submission.sections.accesses.form.discoverable-label": "Públic (Detectable)", // "submission.sections.accesses.form.access-condition-label": "Access condition type", - "submission.sections.accesses.form.access-condition-label": "Tipus de condició d'accés", + "submission.sections.accesses.form.access-condition-label": "Tipus de condició d'accés", // "submission.sections.accesses.form.access-condition-hint": "Select an access condition to apply on the item once it is deposited", - "submission.sections.accesses.form.access-condition-hint": "Seleccioneu la condició d'accés que s'aplicarà a l'ítem una vegada dipositat", + "submission.sections.accesses.form.access-condition-hint": "Seleccioneu la condició d'accés que s'aplicarà a l'ítem una vegada dipositat", // "submission.sections.accesses.form.date-required": "Date is required.", - "submission.sections.accesses.form.date-required": "Es requereix una data.", + "submission.sections.accesses.form.date-required": "Es requereix una data.", // "submission.sections.accesses.form.date-required-from": "Grant access from date is required.", - "submission.sections.accesses.form.date-required-from": "Per aplicar l'accés cal una data d'inici.", + "submission.sections.accesses.form.date-required-from": "Per aplicar l'accés cal una data d'inici.", // "submission.sections.accesses.form.date-required-until": "Grant access until date is required.", - "submission.sections.accesses.form.date-required-until": "Per aplicar l'accés cal una data de finalització.", + "submission.sections.accesses.form.date-required-until": "Per aplicar l'accés cal una data de finalització.", // "submission.sections.accesses.form.from-label": "Grant access from", - "submission.sections.accesses.form.from-label": "Permetre accés des de", + "submission.sections.accesses.form.from-label": "Permetre accés des de", // "submission.sections.accesses.form.from-hint": "Select the date from which the related access condition is applied", - "submission.sections.accesses.form.from-hint": "Seleccioneu la data a partir de la qual serà aplicada la condició d'accés", + "submission.sections.accesses.form.from-hint": "Seleccioneu la data a partir de la qual serà aplicada la condició d'accés", // "submission.sections.accesses.form.from-placeholder": "From", - "submission.sections.accesses.form.from-placeholder": "Des de", + "submission.sections.accesses.form.from-placeholder": "Des de", // "submission.sections.accesses.form.group-label": "Group", - "submission.sections.accesses.form.group-label": "Grup", + "submission.sections.accesses.form.group-label": "Grup", // "submission.sections.accesses.form.group-required": "Group is required.", - "submission.sections.accesses.form.group-required": "Es requereix un grup.", + "submission.sections.accesses.form.group-required": "Es requereix un grup.", // "submission.sections.accesses.form.until-label": "Grant access until", - "submission.sections.accesses.form.until-label": "Permetre accés fins", + "submission.sections.accesses.form.until-label": "Permetre accés fins", // "submission.sections.accesses.form.until-hint": "Select the date until which the related access condition is applied", - "submission.sections.accesses.form.until-hint": "Seleccioneu la data fins a quina serà aplicada la condició d'accés", + "submission.sections.accesses.form.until-hint": "Seleccioneu la data fins a quina serà aplicada la condició d'accés", // "submission.sections.accesses.form.until-placeholder": "Until", - "submission.sections.accesses.form.until-placeholder": "Fins", + "submission.sections.accesses.form.until-placeholder": "Fins", // "submission.sections.license.granted-label": "I confirm the license above", - "submission.sections.license.granted-label": "Confirmo la llicència", + "submission.sections.license.granted-label": "Confirmo la llicència", // "submission.sections.license.required": "You must accept the license", - "submission.sections.license.required": "Ha d'acceptar la llicència", + "submission.sections.license.required": "Ha d'acceptar la llicència", // "submission.sections.license.notgranted": "You must accept the license", - "submission.sections.license.notgranted": "Heu d'acceptar la llicència", + "submission.sections.license.notgranted": "Heu d'acceptar la llicència", // "submission.sections.sherpa.publication.information": "Publication information", - "submission.sections.sherpa.publication.information": "Informació de la Publicació", + "submission.sections.sherpa.publication.information": "Informació de la Publicació", // "submission.sections.sherpa.publication.information.title": "Title", - "submission.sections.sherpa.publication.information.title": "Títol", + "submission.sections.sherpa.publication.information.title": "Títol", // "submission.sections.sherpa.publication.information.issns": "ISSNs", - "submission.sections.sherpa.publication.information.issns": "ISSNs", + "submission.sections.sherpa.publication.information.issns": "ISSNs", // "submission.sections.sherpa.publication.information.url": "URL", - "submission.sections.sherpa.publication.information.url": "URL", + "submission.sections.sherpa.publication.information.url": "URL", // "submission.sections.sherpa.publication.information.publishers": "Publisher", - "submission.sections.sherpa.publication.information.publishers": "Editor", + "submission.sections.sherpa.publication.information.publishers": "Editor", // "submission.sections.sherpa.publication.information.romeoPub": "Romeo Pub", - "submission.sections.sherpa.publication.information.romeoPub": "Romeo Pub", + "submission.sections.sherpa.publication.information.romeoPub": "Romeo Pub", // "submission.sections.sherpa.publication.information.zetoPub": "Zeto Pub", - "submission.sections.sherpa.publication.information.zetoPub": "Zeto Pub", + "submission.sections.sherpa.publication.information.zetoPub": "Zeto Pub", // "submission.sections.sherpa.publisher.policy": "Publisher Policy", - "submission.sections.sherpa.publisher.policy": "Política editorial", + "submission.sections.sherpa.publisher.policy": "Política editorial", // "submission.sections.sherpa.publisher.policy.description": "The below information was found via Sherpa Romeo. Based on the policies of your publisher, it provides advice regarding whether an embargo may be necessary and/or which files you are allowed to upload. If you have questions, please contact your site administrator via the feedback form in the footer.", - "submission.sections.sherpa.publisher.policy.description": "La següent informacióm s'ha trobat via Sherpa Romeo. En base a aquestes polítiques, es proporcionen consells sobre les necessitats d'un embargament i d'aquells fitxers que podeu utilitzar. Si teniu dubtes, si us plau, contacteu amb l'administrador del repositori mitjançant el formulari de suggeriments.", + "submission.sections.sherpa.publisher.policy.description": "La següent informacióm s'ha trobat via Sherpa Romeo. En base a aquestes polítiques, es proporcionen consells sobre les necessitats d'un embargament i d'aquells fitxers que podeu utilitzar. Si teniu dubtes, si us plau, contacteu amb l'administrador del repositori mitjançant el formulari de suggeriments.", // "submission.sections.sherpa.publisher.policy.openaccess": "Open Access pathways permitted by this journal's policy are listed below by article version. Click on a pathway for a more detailed view", - "submission.sections.sherpa.publisher.policy.openaccess": "Els camins cap a l'accés Obert que aquesta revista permet es llisten a sota per versió d'article. Feu clic en un camí per a una visió més detallada", + "submission.sections.sherpa.publisher.policy.openaccess": "Els camins cap a l'accés Obert que aquesta revista permet es llisten a sota per versió d'article. Feu clic en un camí per a una visió més detallada", // "submission.sections.sherpa.publisher.policy.more.information": "For more information, please see the following links:", - "submission.sections.sherpa.publisher.policy.more.information": "Per a més informació, si us plau, seguiu els següents enllaços:", + "submission.sections.sherpa.publisher.policy.more.information": "Per a més informació, si us plau, seguiu els següents enllaços:", // "submission.sections.sherpa.publisher.policy.version": "Version", - "submission.sections.sherpa.publisher.policy.version": "Versió", + "submission.sections.sherpa.publisher.policy.version": "Versió", // "submission.sections.sherpa.publisher.policy.embargo": "Embargo", - "submission.sections.sherpa.publisher.policy.embargo": "Embargament", + "submission.sections.sherpa.publisher.policy.embargo": "Embargament", // "submission.sections.sherpa.publisher.policy.noembargo": "No Embargo", - "submission.sections.sherpa.publisher.policy.noembargo": "Sense Embargament", + "submission.sections.sherpa.publisher.policy.noembargo": "Sense Embargament", // "submission.sections.sherpa.publisher.policy.nolocation": "None", - "submission.sections.sherpa.publisher.policy.nolocation": "Cap", + "submission.sections.sherpa.publisher.policy.nolocation": "Cap", // "submission.sections.sherpa.publisher.policy.license": "License", - "submission.sections.sherpa.publisher.policy.license": "Llicència", + "submission.sections.sherpa.publisher.policy.license": "Llicència", // "submission.sections.sherpa.publisher.policy.prerequisites": "Prerequisites", - "submission.sections.sherpa.publisher.policy.prerequisites": "Prerequisits", + "submission.sections.sherpa.publisher.policy.prerequisites": "Prerequisits", // "submission.sections.sherpa.publisher.policy.location": "Location", - "submission.sections.sherpa.publisher.policy.location": "Lloc", + "submission.sections.sherpa.publisher.policy.location": "Lloc", // "submission.sections.sherpa.publisher.policy.conditions": "Conditions", - "submission.sections.sherpa.publisher.policy.conditions": "Condicions", + "submission.sections.sherpa.publisher.policy.conditions": "Condicions", // "submission.sections.sherpa.publisher.policy.refresh": "Refresh", - "submission.sections.sherpa.publisher.policy.refresh": "Refrescar", + "submission.sections.sherpa.publisher.policy.refresh": "Refrescar", // "submission.sections.sherpa.record.information": "Record Information", - "submission.sections.sherpa.record.information": "Informació del registre", + "submission.sections.sherpa.record.information": "Informació del registre", // "submission.sections.sherpa.record.information.id": "ID", - "submission.sections.sherpa.record.information.id": "ID", + "submission.sections.sherpa.record.information.id": "ID", // "submission.sections.sherpa.record.information.date.created": "Date Created", - "submission.sections.sherpa.record.information.date.created": "Data de creació", + "submission.sections.sherpa.record.information.date.created": "Data de creació", // "submission.sections.sherpa.record.information.date.modified": "Last Modified", - "submission.sections.sherpa.record.information.date.modified": "Última modificació", + "submission.sections.sherpa.record.information.date.modified": "Última modificació", // "submission.sections.sherpa.record.information.uri": "URI", - "submission.sections.sherpa.record.information.uri": "URI", + "submission.sections.sherpa.record.information.uri": "URI", // "submission.sections.sherpa.error.message": "There was an error retrieving sherpa informations", - "submission.sections.sherpa.error.message": "S'ha produït un error recuperant la informació de Sherpa", + "submission.sections.sherpa.error.message": "S'ha produït un error recuperant la informació de Sherpa", // "submission.submit.breadcrumbs": "New submission", - "submission.submit.breadcrumbs": "Nou enviament", + "submission.submit.breadcrumbs": "Nou enviament", // "submission.submit.title": "New submission", - "submission.submit.title": "Nou enviament", + "submission.submit.title": "Nou enviament", // "submission.workflow.generic.delete": "Delete", - "submission.workflow.generic.delete": "Eliminar", + "submission.workflow.generic.delete": "Eliminar", // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - "submission.workflow.generic.delete-help": "Si voleu descartar aquest element, seleccioneu \"Eliminar\". Després se us demanarà que ho confirmeu.", + "submission.workflow.generic.delete-help": "Si voleu descartar aquest element, seleccioneu \"Eliminar\". Després se us demanarà que ho confirmeu.", // "submission.workflow.generic.edit": "Edit", - "submission.workflow.generic.edit": "Editar", + "submission.workflow.generic.edit": "Editar", // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", - "submission.workflow.generic.edit-help": "Seleccioneu aquesta opció per canviar les metadades de l'ítem.", + "submission.workflow.generic.edit-help": "Seleccioneu aquesta opció per canviar les metadades de l'ítem.", // "submission.workflow.generic.view": "View", - "submission.workflow.generic.view": "Veure", + "submission.workflow.generic.view": "Veure", // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", - "submission.workflow.generic.view-help": "Seleccioneu aquesta opció per veure les metadades de l'ítem.", + "submission.workflow.generic.view-help": "Seleccioneu aquesta opció per veure les metadades de l'ítem.", // "submission.workflow.tasks.claimed.approve": "Approve", - "submission.workflow.tasks.claimed.approve": "Aprovar", + "submission.workflow.tasks.claimed.approve": "Aprovar", // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", "submission.workflow.tasks.claimed.approve_help": "Si heu revisat l'ítem i és adequat per incloure'l a la col·lecció, seleccioneu \"Aprovar\".", // "submission.workflow.tasks.claimed.edit": "Edit", - "submission.workflow.tasks.claimed.edit": "Editar", + "submission.workflow.tasks.claimed.edit": "Editar", // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", - "submission.workflow.tasks.claimed.edit_help": "Seleccioneu aquesta opció per canviar les metadades de l'ítem.", + "submission.workflow.tasks.claimed.edit_help": "Seleccioneu aquesta opció per canviar les metadades de l'ítem.", // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", - "submission.workflow.tasks.claimed.reject.reason.info": "Introduïu el vostre motiu per rebutjar l'enviament al quadre a continuació, indicant si el remitent pot solucionar el problema i tornar-lo a enviar.", + "submission.workflow.tasks.claimed.reject.reason.info": "Introduïu el vostre motiu per rebutjar l'enviament al quadre a continuació, indicant si el remitent pot solucionar el problema i tornar-lo a enviar.", // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", - "submission.workflow.tasks.claimed.reject.reason.placeholder": "Descriviu el motiu del rebuig.", + "submission.workflow.tasks.claimed.reject.reason.placeholder": "Descriviu el motiu del rebuig.", // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", - "submission.workflow.tasks.claimed.reject.reason.submit": "Rebutjar l'element", + "submission.workflow.tasks.claimed.reject.reason.submit": "Rebutjar l'element", // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", - "submission.workflow.tasks.claimed.reject.reason.title": "Raó", + "submission.workflow.tasks.claimed.reject.reason.title": "Raó", // "submission.workflow.tasks.claimed.reject.submit": "Reject", - "submission.workflow.tasks.claimed.reject.submit": "Rebutjar", + "submission.workflow.tasks.claimed.reject.submit": "Rebutjar", // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", - "submission.workflow.tasks.claimed.reject_help": "Si heu revisat l'ítem i heu trobat que no és adequat per a la seva inclusió a la col·lecció, seleccioneu \"Rebutjar\". Després, se us demanarà que introduïu un missatge que indiqui per què l'ítem no és adequat i si el remitent ha de canviar alguna cosa i tornar-ho a enviar.", + "submission.workflow.tasks.claimed.reject_help": "Si heu revisat l'ítem i heu trobat que no és adequat per a la seva inclusió a la col·lecció, seleccioneu \"Rebutjar\". Després, se us demanarà que introduïu un missatge que indiqui per què l'ítem no és adequat i si el remitent ha de canviar alguna cosa i tornar-ho a enviar.", // "submission.workflow.tasks.claimed.return": "Return to pool", - "submission.workflow.tasks.claimed.return": "Retornar al pool", + "submission.workflow.tasks.claimed.return": "Retornar al pool", // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", - "submission.workflow.tasks.claimed.return_help": "Torneu la tasca al pool perquè un altre usuari pugui realitzar-la.", + "submission.workflow.tasks.claimed.return_help": "Torneu la tasca al pool perquè un altre usuari pugui realitzar-la.", // "submission.workflow.tasks.generic.error": "Error occurred during operation...", - "submission.workflow.tasks.generic.error": "S'ha produït un error durant l'operació...", + "submission.workflow.tasks.generic.error": "S'ha produït un error durant l'operació...", // "submission.workflow.tasks.generic.processing": "Processing...", - "submission.workflow.tasks.generic.processing": "Processant...", + "submission.workflow.tasks.generic.processing": "Processant...", // "submission.workflow.tasks.generic.submitter": "Submitter", - "submission.workflow.tasks.generic.submitter": "Remitent", + "submission.workflow.tasks.generic.submitter": "Remitent", // "submission.workflow.tasks.generic.success": "Operation successful", - "submission.workflow.tasks.generic.success": "Operació completada amb èxit", + "submission.workflow.tasks.generic.success": "Operació completada amb èxit", // "submission.workflow.tasks.pool.claim": "Claim", - "submission.workflow.tasks.pool.claim": "Assumir tasca", + "submission.workflow.tasks.pool.claim": "Assumir tasca", // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", - "submission.workflow.tasks.pool.claim_help": "Assignar aquesta tasca a vosaltres mateixos.", + "submission.workflow.tasks.pool.claim_help": "Assignar aquesta tasca a vosaltres mateixos.", // "submission.workflow.tasks.pool.hide-detail": "Hide detail", - "submission.workflow.tasks.pool.hide-detail": "Amagar detalls", + "submission.workflow.tasks.pool.hide-detail": "Amagar detalls", // "submission.workflow.tasks.pool.show-detail": "Show detail", - "submission.workflow.tasks.pool.show-detail": "Mostrar detalls", + "submission.workflow.tasks.pool.show-detail": "Mostrar detalls", // "submission.workspace.generic.view": "View", - "submission.workspace.generic.view": "Veure", + "submission.workspace.generic.view": "Veure", // "submission.workspace.generic.view-help": "Select this option to view the item's metadata.", - "submission.workspace.generic.view-help": "Seleccioneu aquesta opció per veure les metadades de l'ítem.", + "submission.workspace.generic.view-help": "Seleccioneu aquesta opció per veure les metadades de l'ítem.", // "thumbnail.default.alt": "Thumbnail Image", - "thumbnail.default.alt": "Miniatura", + "thumbnail.default.alt": "Miniatura", // "thumbnail.default.placeholder": "No Thumbnail Available", - "thumbnail.default.placeholder": "No hi ha miniatura disponible", + "thumbnail.default.placeholder": "No hi ha miniatura disponible", // "thumbnail.project.alt": "Project Logo", - "thumbnail.project.alt": "Logotip del projecte", + "thumbnail.project.alt": "Logotip del projecte", // "thumbnail.project.placeholder": "Project Placeholder Image", - "thumbnail.project.placeholder": "Imatge del projecte al marcador de posició", + "thumbnail.project.placeholder": "Imatge del projecte al marcador de posició", // "thumbnail.orgunit.alt": "OrgUnit Logo", - "thumbnail.orgunit.alt": "Logotip d'Unitat Organitzativa", + "thumbnail.orgunit.alt": "Logotip d'Unitat Organitzativa", // "thumbnail.orgunit.placeholder": "OrgUnit Placeholder Image", - "thumbnail.orgunit.placeholder": "Imatge d'Unitat Organitzativa al marcador de posició", + "thumbnail.orgunit.placeholder": "Imatge d'Unitat Organitzativa al marcador de posició", // "thumbnail.person.alt": "Profile Picture", - "thumbnail.person.alt": "Foto de perfil", + "thumbnail.person.alt": "Foto de perfil", // "thumbnail.person.placeholder": "No Profile Picture Available", - "thumbnail.person.placeholder": "No hi ha imatge de perfil disponible", + "thumbnail.person.placeholder": "No hi ha imatge de perfil disponible", // "title": "DSpace", - "title": "DSpace", + "title": "DSpace", // "vocabulary-treeview.header": "Hierarchical tree view", - "vocabulary-treeview.header": "Vista d'arbre jeràrquic", + "vocabulary-treeview.header": "Vista d'arbre jeràrquic", // "vocabulary-treeview.load-more": "Load more", - "vocabulary-treeview.load-more": "Carregar més", + "vocabulary-treeview.load-more": "Carregar més", // "vocabulary-treeview.search.form.reset": "Reset", - "vocabulary-treeview.search.form.reset": "Reiniciar", + "vocabulary-treeview.search.form.reset": "Reiniciar", // "vocabulary-treeview.search.form.search": "Search", - "vocabulary-treeview.search.form.search": "Cerca", + "vocabulary-treeview.search.form.search": "Cerca", // "vocabulary-treeview.search.no-result": "There were no items to show", - "vocabulary-treeview.search.no-result": "No hi havia elements per mostrar", + "vocabulary-treeview.search.no-result": "No hi havia elements per mostrar", // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - "vocabulary-treeview.tree.description.nsi": "Norwegian Science Index", + "vocabulary-treeview.tree.description.nsi": "Norwegian Science Index", // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", - "vocabulary-treeview.tree.description.srsc": "Categories de temes de recerca", + "vocabulary-treeview.tree.description.srsc": "Categories de temes de recerca", // "vocabulary-treeview.info": "Select a subject to add as search filter", "vocabulary-treeview.info": "Selecciona un tema per afegir com a filtre de cerca", // "uploader.browse": "browse", - "uploader.browse": "examinar", + "uploader.browse": "examinar", // "uploader.drag-message": "Drag & Drop your files here", - "uploader.drag-message": "Arrossegar i deixar anar els fitxers aquí", + "uploader.drag-message": "Arrossegar i deixar anar els fitxers aquí", // "uploader.delete.btn-title": "Delete", - "uploader.delete.btn-title": "Esborrar", + "uploader.delete.btn-title": "Esborrar", // "uploader.or": ", or ", - "uploader.or": ", o ", + "uploader.or": ", o ", // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", - "uploader.processing": "Processant pujada de fitxer(s), (ara és segur tancar aquesta pàgina)", + "uploader.processing": "Processant pujada de fitxer(s), (ara és segur tancar aquesta pàgina)", // "uploader.queue-length": "Queue length", - "uploader.queue-length": "Longitud de la cua", + "uploader.queue-length": "Longitud de la cua", // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", - "virtual-metadata.delete-item.info": "Seleccioneu els tipus per als quals voleu desar les metadades virtuals com a metadades reals", + "virtual-metadata.delete-item.info": "Seleccioneu els tipus per als quals voleu desar les metadades virtuals com a metadades reals", // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", - "virtual-metadata.delete-item.modal-head": "Les metadades virtuals d'aquesta relació", + "virtual-metadata.delete-item.modal-head": "Les metadades virtuals d'aquesta relació", // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", - "virtual-metadata.delete-relationship.modal-head": "Seleccioneu els ítems per als quals voleu desar les metadades virtuals com a metadades reals", + "virtual-metadata.delete-relationship.modal-head": "Seleccioneu els ítems per als quals voleu desar les metadades virtuals com a metadades reals", // "workspace.search.results.head": "Your submissions", - "workspace.search.results.head": "Els teus enviaments", + "workspace.search.results.head": "Els teus enviaments", // "workflowAdmin.search.results.head": "Administer Workflow", - "workflowAdmin.search.results.head": "Administrar flux de treball", + "workflowAdmin.search.results.head": "Administrar flux de treball", // "workflow.search.results.head": "Workflow tasks", - "workflow.search.results.head": "Tasques del flux de treball", + "workflow.search.results.head": "Tasques del flux de treball", // "workflow-item.edit.breadcrumbs": "Edit workflowitem", - "workflow-item.edit.breadcrumbs": "Editar ítem del flux de treball", + "workflow-item.edit.breadcrumbs": "Editar ítem del flux de treball", // "workflow-item.edit.title": "Edit workflowitem", - "workflow-item.edit.title": "Editar ítem del flux de treball", + "workflow-item.edit.title": "Editar ítem del flux de treball", // "workflow-item.delete.notification.success.title": "Deleted", - "workflow-item.delete.notification.success.title": "Eliminat", + "workflow-item.delete.notification.success.title": "Eliminat", // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", - "workflow-item.delete.notification.success.content": "Aquest ítem del flux de treball s'ha eliminat correctament", + "workflow-item.delete.notification.success.content": "Aquest ítem del flux de treball s'ha eliminat correctament", // "workflow-item.delete.notification.error.title": "Something went wrong", - "workflow-item.delete.notification.error.title": "Alguna cosa ha sortit malament", + "workflow-item.delete.notification.error.title": "Alguna cosa ha sortit malament", // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", - "workflow-item.delete.notification.error.content": "No s'ha pogut eliminar l'ítem del flux de treball", + "workflow-item.delete.notification.error.content": "No s'ha pogut eliminar l'ítem del flux de treball", // "workflow-item.delete.title": "Delete workflow item", - "workflow-item.delete.title": "Eliminar ítem del flux de treball", + "workflow-item.delete.title": "Eliminar ítem del flux de treball", // "workflow-item.delete.header": "Delete workflow item", - "workflow-item.delete.header": "Eliminar ítem del flux de treball", + "workflow-item.delete.header": "Eliminar ítem del flux de treball", // "workflow-item.delete.button.cancel": "Cancel", - "workflow-item.delete.button.cancel": "Cancel·lar", + "workflow-item.delete.button.cancel": "Cancel·lar", // "workflow-item.delete.button.confirm": "Delete", - "workflow-item.delete.button.confirm": "Esborrar", + "workflow-item.delete.button.confirm": "Esborrar", // "workflow-item.send-back.notification.success.title": "Sent back to submitter", - "workflow-item.send-back.notification.success.title": "Tornar al remitent", + "workflow-item.send-back.notification.success.title": "Tornar al remitent", // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", - "workflow-item.send-back.notification.success.content": "Aquest ítem del flux de treball s'ha tornat correctament al remitent.", + "workflow-item.send-back.notification.success.content": "Aquest ítem del flux de treball s'ha tornat correctament al remitent.", // "workflow-item.send-back.notification.error.title": "Something went wrong", - "workflow-item.send-back.notification.error.title": "Alguna cosa ha sortit malament", + "workflow-item.send-back.notification.error.title": "Alguna cosa ha sortit malament", // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", - "workflow-item.send-back.notification.error.content": "L'ítem del flux de treball no s'ha pogut tornar al remitent.", + "workflow-item.send-back.notification.error.content": "L'ítem del flux de treball no s'ha pogut tornar al remitent.", // "workflow-item.send-back.title": "Send workflow item back to submitter", - "workflow-item.send-back.title": "Enviar l'ítem del flux de treball al remitent", + "workflow-item.send-back.title": "Enviar l'ítem del flux de treball al remitent", // "workflow-item.send-back.header": "Send workflow item back to submitter", - "workflow-item.send-back.header": "Enviar l'ítem del flux de treball al remitent", + "workflow-item.send-back.header": "Enviar l'ítem del flux de treball al remitent", // "workflow-item.send-back.button.cancel": "Cancel", - "workflow-item.send-back.button.cancel": "Cancel·lar", + "workflow-item.send-back.button.cancel": "Cancel·lar", // "workflow-item.send-back.button.confirm": "Send back", - "workflow-item.send-back.button.confirm": "Tornar", + "workflow-item.send-back.button.confirm": "Tornar", // "workflow-item.view.breadcrumbs": "Workflow View", - "workflow-item.view.breadcrumbs": "Vista del flux de treball", + "workflow-item.view.breadcrumbs": "Vista del flux de treball", // "workspace-item.view.breadcrumbs": "Workspace View", - "workspace-item.view.breadcrumbs": "Vista del flux de treball", + "workspace-item.view.breadcrumbs": "Vista del flux de treball", // "workspace-item.view.title": "Workspace View", - "workspace-item.view.title": "Vista del flux de treball", + "workspace-item.view.title": "Vista del flux de treball", // "idle-modal.header": "Session will expire soon", - "idle-modal.header": "La sessió caducarà aviat", + "idle-modal.header": "La sessió caducarà aviat", // "idle-modal.info": "For security reasons, user sessions expire after {{ timeToExpire }} minutes of inactivity. Your session will expire soon. Would you like to extend it or log out?", - "idle-modal.info": "Per raons de seguretat, les sessions d'usuari caduquen després de {{ timeToExpire }} minuts d'inactivitat. La vostra sessió caducarà aviat. Voleu prolongar-la o tancar la sessió?", + "idle-modal.info": "Per raons de seguretat, les sessions d'usuari caduquen després de {{ timeToExpire }} minuts d'inactivitat. La vostra sessió caducarà aviat. Voleu prolongar-la o tancar la sessió?", // "idle-modal.log-out": "Log out", - "idle-modal.log-out": "Tancar sessió", + "idle-modal.log-out": "Tancar sessió", // "idle-modal.extend-session": "Extend session", - "idle-modal.extend-session": "Prolongar la sessió", + "idle-modal.extend-session": "Prolongar la sessió", // "researcher.profile.action.processing" : "Processing...", - "researcher.profile.action.processing": "Processant...", + "researcher.profile.action.processing": "Processant...", // "researcher.profile.associated": "Researcher profile associated", - "researcher.profile.associated": "Perfil associat d'investigador", + "researcher.profile.associated": "Perfil associat d'investigador", // "researcher.profile.change-visibility.fail": "An unexpected error occurs while changing the profile visibility", - "researcher.profile.change-visibility.fail": "S'ha produït un error en canviar la visibilitat del perfil", + "researcher.profile.change-visibility.fail": "S'ha produït un error en canviar la visibilitat del perfil", // "researcher.profile.create.new": "Create new", - "researcher.profile.create.new": "Crear nou", + "researcher.profile.create.new": "Crear nou", // "researcher.profile.create.success": "Researcher profile created successfully", - "researcher.profile.create.success": "Perfil d'investigador creat amb èxit", + "researcher.profile.create.success": "Perfil d'investigador creat amb èxit", // "researcher.profile.create.fail": "An error occurs during the researcher profile creation", - "researcher.profile.create.fail": "S'ha produït un error en la creació del perfil d'investigador", + "researcher.profile.create.fail": "S'ha produït un error en la creació del perfil d'investigador", // "researcher.profile.delete": "Delete", - "researcher.profile.delete": "Esborrar", + "researcher.profile.delete": "Esborrar", // "researcher.profile.expose": "Expose", - "researcher.profile.expose": "Mostrar", + "researcher.profile.expose": "Mostrar", // "researcher.profile.hide": "Hide", - "researcher.profile.hide": "Ocultar", + "researcher.profile.hide": "Ocultar", // "researcher.profile.not.associated": "Researcher profile not yet associated", - "researcher.profile.not.associated": "No hi ha associat encara un perfil d'investigador", + "researcher.profile.not.associated": "No hi ha associat encara un perfil d'investigador", // "researcher.profile.view": "View", - "researcher.profile.view": "Veure", + "researcher.profile.view": "Veure", // "researcher.profile.private.visibility" : "PRIVATE", - "researcher.profile.private.visibility": "PRIVAT", + "researcher.profile.private.visibility": "PRIVAT", // "researcher.profile.public.visibility" : "PUBLIC", - "researcher.profile.public.visibility": "PÚBLIC", + "researcher.profile.public.visibility": "PÚBLIC", // "researcher.profile.status": "Status:", - "researcher.profile.status": "Estat:", + "researcher.profile.status": "Estat:", // "researcherprofile.claim.not-authorized": "You are not authorized to claim this item. For more details contact the administrator(s).", - "researcherprofile.claim.not-authorized": "No està autoritzat per reclamar aquest ítem. Contacteu amb l'administrador per a més detalls.", + "researcherprofile.claim.not-authorized": "No està autoritzat per reclamar aquest ítem. Contacteu amb l'administrador per a més detalls.", // "researcherprofile.error.claim.body" : "An error occurred while claiming the profile, please try again later", - "researcherprofile.error.claim.body": "S'ha produït un error reclamant el perfil, si us plau, intenteu-ho més tard", + "researcherprofile.error.claim.body": "S'ha produït un error reclamant el perfil, si us plau, intenteu-ho més tard", // "researcherprofile.error.claim.title" : "Error", - "researcherprofile.error.claim.title": "Error", + "researcherprofile.error.claim.title": "Error", // "researcherprofile.success.claim.body" : "Profile claimed with success", - "researcherprofile.success.claim.body": "Perfil reclamat amb èxit", + "researcherprofile.success.claim.body": "Perfil reclamat amb èxit", // "researcherprofile.success.claim.title" : "Success", - "researcherprofile.success.claim.title": "Èxit", + "researcherprofile.success.claim.title": "Èxit", // "person.page.orcid.create": "Create an ORCID ID", - "person.page.orcid.create": "Crear un ORCID ID", + "person.page.orcid.create": "Crear un ORCID ID", // "person.page.orcid.granted-authorizations": "Granted authorizations", - "person.page.orcid.granted-authorizations": "Autoritzacions concedides", + "person.page.orcid.granted-authorizations": "Autoritzacions concedides", // "person.page.orcid.grant-authorizations" : "Grant authorizations", - "person.page.orcid.grant-authorizations": "Concedir autoritzacions", + "person.page.orcid.grant-authorizations": "Concedir autoritzacions", // "person.page.orcid.link": "Connect to ORCID ID", - "person.page.orcid.link": "Connectar amb ORCID ID", + "person.page.orcid.link": "Connectar amb ORCID ID", // "person.page.orcid.link.processing": "Linking profile to ORCID...", - "person.page.orcid.link.processing": "Connectant perfil amb ORCID...", + "person.page.orcid.link.processing": "Connectant perfil amb ORCID...", // "person.page.orcid.link.error.message": "Something went wrong while connecting the profile with ORCID. If the problem persists, contact the administrator.", - "person.page.orcid.link.error.message": "Alguna cosa ha fallat en connectar el perfil amb ORCID. Si el problema continua, contacteu amb l'administrador.", + "person.page.orcid.link.error.message": "Alguna cosa ha fallat en connectar el perfil amb ORCID. Si el problema continua, contacteu amb l'administrador.", // "person.page.orcid.orcid-not-linked-message": "The ORCID iD of this profile ({{ orcid }}) has not yet been connected to an account on the ORCID registry or the connection is expired.", - "person.page.orcid.orcid-not-linked-message": "L'ORCID iD d'aquest perfil ({{ orcid }}) encara no s'ha connectat amb un compte al registre ORCID o la connexió ha caducat.", + "person.page.orcid.orcid-not-linked-message": "L'ORCID iD d'aquest perfil ({{ orcid }}) encara no s'ha connectat amb un compte al registre ORCID o la connexió ha caducat.", // "person.page.orcid.unlink": "Disconnect from ORCID", - "person.page.orcid.unlink": "Desconectar d'ORCID", + "person.page.orcid.unlink": "Desconectar d'ORCID", // "person.page.orcid.unlink.processing": "Processing...", - "person.page.orcid.unlink.processing": "Processant...", + "person.page.orcid.unlink.processing": "Processant...", // "person.page.orcid.missing-authorizations": "Missing authorizations", - "person.page.orcid.missing-authorizations": "Falten autoritzacions", + "person.page.orcid.missing-authorizations": "Falten autoritzacions", // "person.page.orcid.missing-authorizations-message": "The following authorizations are missing:", - "person.page.orcid.missing-authorizations-message": "Falten les següents autoritzacions:", + "person.page.orcid.missing-authorizations-message": "Falten les següents autoritzacions:", // "person.page.orcid.no-missing-authorizations-message": "Great! This box is empty, so you have granted all access rights to use all functions offers by your institution.", - "person.page.orcid.no-missing-authorizations-message": "Perfecte! Aquesta caixa està buida, per la qual cosa vostè ha concedit tots els permisos d'accés per a totes les funcions que utilitza la vostra institució.", + "person.page.orcid.no-missing-authorizations-message": "Perfecte! Aquesta caixa està buida, per la qual cosa vostè ha concedit tots els permisos d'accés per a totes les funcions que utilitza la vostra institució.", // "person.page.orcid.no-orcid-message": "No ORCID iD associated yet. By clicking on the button below it is possible to link this profile with an ORCID account.", - "person.page.orcid.no-orcid-message": "Encara no està associat amb un ORCID iD. En prémer el botó inferior pot enllaçar aquest perfil amb un compte ORCID.", + "person.page.orcid.no-orcid-message": "Encara no està associat amb un ORCID iD. En prémer el botó inferior pot enllaçar aquest perfil amb un compte ORCID.", // "person.page.orcid.profile-preferences": "Profile preferences", - "person.page.orcid.profile-preferences": "Preferències del perfil", + "person.page.orcid.profile-preferences": "Preferències del perfil", // "person.page.orcid.funding-preferences": "Funding preferences", - "person.page.orcid.funding-preferences": "Preferències de finançament", + "person.page.orcid.funding-preferences": "Preferències de finançament", // "person.page.orcid.publications-preferences": "Publication preferences", - "person.page.orcid.publications-preferences": "Preferències de publicació", + "person.page.orcid.publications-preferences": "Preferències de publicació", // "person.page.orcid.remove-orcid-message": "If you need to remove your ORCID, please contact the repository administrator", - "person.page.orcid.remove-orcid-message": "Si necessiteu retirar el vostre ORCID, contacteu si us plau amb l'administrador del repositori", + "person.page.orcid.remove-orcid-message": "Si necessiteu retirar el vostre ORCID, contacteu si us plau amb l'administrador del repositori", // "person.page.orcid.save.preference.changes": "Update settings", - "person.page.orcid.save.preference.changes": "Actualitzar configuració", + "person.page.orcid.save.preference.changes": "Actualitzar configuració", // "person.page.orcid.sync-profile.affiliation" : "Affiliation", - "person.page.orcid.sync-profile.affiliation": "Afiliació", + "person.page.orcid.sync-profile.affiliation": "Afiliació", // "person.page.orcid.sync-profile.biographical" : "Biographical data", - "person.page.orcid.sync-profile.biographical": "Biografia", + "person.page.orcid.sync-profile.biographical": "Biografia", // "person.page.orcid.sync-profile.education" : "Education", - "person.page.orcid.sync-profile.education": "Titulació", + "person.page.orcid.sync-profile.education": "Titulació", // "person.page.orcid.sync-profile.identifiers" : "Identifiers", - "person.page.orcid.sync-profile.identifiers": "Identificadors", + "person.page.orcid.sync-profile.identifiers": "Identificadors", // "person.page.orcid.sync-fundings.all" : "All fundings", - "person.page.orcid.sync-fundings.all": "Tots els finançaments", + "person.page.orcid.sync-fundings.all": "Tots els finançaments", // "person.page.orcid.sync-fundings.mine" : "My fundings", - "person.page.orcid.sync-fundings.mine": "El meu finançament", + "person.page.orcid.sync-fundings.mine": "El meu finançament", // "person.page.orcid.sync-fundings.my_selected" : "Selected fundings", - "person.page.orcid.sync-fundings.my_selected": "Finançaments seleccionats", + "person.page.orcid.sync-fundings.my_selected": "Finançaments seleccionats", // "person.page.orcid.sync-fundings.disabled" : "Disabled", - "person.page.orcid.sync-fundings.disabled": "Deshabilitat", + "person.page.orcid.sync-fundings.disabled": "Deshabilitat", // "person.page.orcid.sync-publications.all" : "All publications", - "person.page.orcid.sync-publications.all": "Totes les publicacions", + "person.page.orcid.sync-publications.all": "Totes les publicacions", // "person.page.orcid.sync-publications.mine" : "My publications", - "person.page.orcid.sync-publications.mine": "Les meves publicacions", + "person.page.orcid.sync-publications.mine": "Les meves publicacions", // "person.page.orcid.sync-publications.my_selected" : "Selected publications", - "person.page.orcid.sync-publications.my_selected": "Publicacions seleccionades", + "person.page.orcid.sync-publications.my_selected": "Publicacions seleccionades", // "person.page.orcid.sync-publications.disabled" : "Disabled", - "person.page.orcid.sync-publications.disabled": "Deshabilitat", + "person.page.orcid.sync-publications.disabled": "Deshabilitat", // "person.page.orcid.sync-queue.discard" : "Discard the change and do not synchronize with the ORCID registry", - "person.page.orcid.sync-queue.discard": "Desfer el canvi i no sincronitzar amb ORCID", + "person.page.orcid.sync-queue.discard": "Desfer el canvi i no sincronitzar amb ORCID", // "person.page.orcid.sync-queue.discard.error": "The discarding of the ORCID queue record failed", - "person.page.orcid.sync-queue.discard.error": "No s'ha pogut descartar el registre de la cua ORCID", + "person.page.orcid.sync-queue.discard.error": "No s'ha pogut descartar el registre de la cua ORCID", // "person.page.orcid.sync-queue.discard.success": "The ORCID queue record have been discarded successfully", - "person.page.orcid.sync-queue.discard.success": "El registre ORCID ha estat eliminat amb èxit de la cua", + "person.page.orcid.sync-queue.discard.success": "El registre ORCID ha estat eliminat amb èxit de la cua", // "person.page.orcid.sync-queue.empty-message": "The ORCID queue registry is empty", - "person.page.orcid.sync-queue.empty-message": "La cua del registre d'ORCID és buida", + "person.page.orcid.sync-queue.empty-message": "La cua del registre d'ORCID és buida", // "person.page.orcid.sync-queue.table.header.type" : "Type", - "person.page.orcid.sync-queue.table.header.type": "Tipus", + "person.page.orcid.sync-queue.table.header.type": "Tipus", // "person.page.orcid.sync-queue.table.header.description" : "Description", - "person.page.orcid.sync-queue.table.header.description": "Descripció", + "person.page.orcid.sync-queue.table.header.description": "Descripció", // "person.page.orcid.sync-queue.table.header.action" : "Action", - "person.page.orcid.sync-queue.table.header.action": "Acció", + "person.page.orcid.sync-queue.table.header.action": "Acció", // "person.page.orcid.sync-queue.description.affiliation": "Affiliations", - "person.page.orcid.sync-queue.description.affiliation": "Afiliacions", + "person.page.orcid.sync-queue.description.affiliation": "Afiliacions", // "person.page.orcid.sync-queue.description.country": "Country", - "person.page.orcid.sync-queue.description.country": "País", + "person.page.orcid.sync-queue.description.country": "País", // "person.page.orcid.sync-queue.description.education": "Educations", - "person.page.orcid.sync-queue.description.education": "Titulacions", + "person.page.orcid.sync-queue.description.education": "Titulacions", // "person.page.orcid.sync-queue.description.external_ids": "External ids", - "person.page.orcid.sync-queue.description.external_ids": "IDs externs", + "person.page.orcid.sync-queue.description.external_ids": "IDs externs", // "person.page.orcid.sync-queue.description.other_names": "Other names", - "person.page.orcid.sync-queue.description.other_names": "Altres signatures", + "person.page.orcid.sync-queue.description.other_names": "Altres signatures", // "person.page.orcid.sync-queue.description.qualification": "Qualifications", - "person.page.orcid.sync-queue.description.qualification": "Qualificacions", + "person.page.orcid.sync-queue.description.qualification": "Qualificacions", // "person.page.orcid.sync-queue.description.researcher_urls": "Researcher urls", - "person.page.orcid.sync-queue.description.researcher_urls": "URLs de l'investigador", + "person.page.orcid.sync-queue.description.researcher_urls": "URLs de l'investigador", // "person.page.orcid.sync-queue.description.keywords": "Keywords", - "person.page.orcid.sync-queue.description.keywords": "Paraules clau", + "person.page.orcid.sync-queue.description.keywords": "Paraules clau", // "person.page.orcid.sync-queue.tooltip.insert": "Add a new entry in the ORCID registry", - "person.page.orcid.sync-queue.tooltip.insert": "Afegir una nova entrada al registre ORCID", + "person.page.orcid.sync-queue.tooltip.insert": "Afegir una nova entrada al registre ORCID", // "person.page.orcid.sync-queue.tooltip.update": "Update this entry on the ORCID registry", - "person.page.orcid.sync-queue.tooltip.update": "Actualitzar aquesta entrada al registre ORCID", + "person.page.orcid.sync-queue.tooltip.update": "Actualitzar aquesta entrada al registre ORCID", // "person.page.orcid.sync-queue.tooltip.delete": "Remove this entry from the ORCID registry", - "person.page.orcid.sync-queue.tooltip.delete": "Retira aquesta entrada del registre ORCID", + "person.page.orcid.sync-queue.tooltip.delete": "Retira aquesta entrada del registre ORCID", // "person.page.orcid.sync-queue.tooltip.publication": "Publication", - "person.page.orcid.sync-queue.tooltip.publication": "Publicació", + "person.page.orcid.sync-queue.tooltip.publication": "Publicació", // "person.page.orcid.sync-queue.tooltip.project": "Project", - "person.page.orcid.sync-queue.tooltip.project": "Projecte", + "person.page.orcid.sync-queue.tooltip.project": "Projecte", // "person.page.orcid.sync-queue.tooltip.affiliation": "Affiliation", - "person.page.orcid.sync-queue.tooltip.affiliation": "Afiliació", + "person.page.orcid.sync-queue.tooltip.affiliation": "Afiliació", // "person.page.orcid.sync-queue.tooltip.education": "Education", - "person.page.orcid.sync-queue.tooltip.education": "Titulació", + "person.page.orcid.sync-queue.tooltip.education": "Titulació", // "person.page.orcid.sync-queue.tooltip.qualification": "Qualification", - "person.page.orcid.sync-queue.tooltip.qualification": "Qualificació", + "person.page.orcid.sync-queue.tooltip.qualification": "Qualificació", // "person.page.orcid.sync-queue.tooltip.other_names": "Other name", - "person.page.orcid.sync-queue.tooltip.other_names": "Altres signatures", + "person.page.orcid.sync-queue.tooltip.other_names": "Altres signatures", // "person.page.orcid.sync-queue.tooltip.country": "Country", - "person.page.orcid.sync-queue.tooltip.country": "País", + "person.page.orcid.sync-queue.tooltip.country": "País", // "person.page.orcid.sync-queue.tooltip.keywords": "Keyword", - "person.page.orcid.sync-queue.tooltip.keywords": "Paraules clau", + "person.page.orcid.sync-queue.tooltip.keywords": "Paraules clau", // "person.page.orcid.sync-queue.tooltip.external_ids": "External identifier", - "person.page.orcid.sync-queue.tooltip.external_ids": "Identificador extern", + "person.page.orcid.sync-queue.tooltip.external_ids": "Identificador extern", // "person.page.orcid.sync-queue.tooltip.researcher_urls": "Researcher url", - "person.page.orcid.sync-queue.tooltip.researcher_urls": "URL de l'investigador", + "person.page.orcid.sync-queue.tooltip.researcher_urls": "URL de l'investigador", // "person.page.orcid.sync-queue.send" : "Synchronize with ORCID registry", - "person.page.orcid.sync-queue.send": "Sincronitzar amb el registre ORCID", + "person.page.orcid.sync-queue.send": "Sincronitzar amb el registre ORCID", // "person.page.orcid.sync-queue.send.unauthorized-error.title": "The submission to ORCID failed for missing authorizations.", - "person.page.orcid.sync-queue.send.unauthorized-error.title": "Ha fallar l'enviament a ORCID degut a autorització insuficient.", + "person.page.orcid.sync-queue.send.unauthorized-error.title": "Ha fallar l'enviament a ORCID degut a autorització insuficient.", // "person.page.orcid.sync-queue.send.unauthorized-error.content": "Click here to grant again the required permissions. If the problem persists, contact the administrator", - "person.page.orcid.sync-queue.send.unauthorized-error.content": "Premeu aquí per tornar a concedir els permisos requerits. Si continueu el problema, contacteu amb l'administrador", + "person.page.orcid.sync-queue.send.unauthorized-error.content": "Premeu aquí per tornar a concedir els permisos requerits. Si continueu el problema, contacteu amb l'administrador", // "person.page.orcid.sync-queue.send.bad-request-error": "The submission to ORCID failed because the resource sent to ORCID registry is not valid", - "person.page.orcid.sync-queue.send.bad-request-error": "L'enviament a ORCID ha fallat perquè el recurs que s'ha enviat no era vàlid", + "person.page.orcid.sync-queue.send.bad-request-error": "L'enviament a ORCID ha fallat perquè el recurs que s'ha enviat no era vàlid", // "person.page.orcid.sync-queue.send.error": "The submission to ORCID failed", - "person.page.orcid.sync-queue.send.error": "Ha fallat l'enviament a ORCID", + "person.page.orcid.sync-queue.send.error": "Ha fallat l'enviament a ORCID", // "person.page.orcid.sync-queue.send.conflict-error": "The submission to ORCID failed because the resource is already present on the ORCID registry", - "person.page.orcid.sync-queue.send.conflict-error": "L'enviament a ORCID ha fallat pel fet que el recurs ja existia al registre ORCID", + "person.page.orcid.sync-queue.send.conflict-error": "L'enviament a ORCID ha fallat pel fet que el recurs ja existia al registre ORCID", // "person.page.orcid.sync-queue.send.not-found-warning": "The resource does not exists anymore on the ORCID registry.", - "person.page.orcid.sync-queue.send.not-found-warning": "El recurs ja no existeix al registre ORCID.", + "person.page.orcid.sync-queue.send.not-found-warning": "El recurs ja no existeix al registre ORCID.", // "person.page.orcid.sync-queue.send.success": "The submission to ORCID was completed successfully", - "person.page.orcid.sync-queue.send.success": "L'enviament a ORCID ha estat completat amb èxit", + "person.page.orcid.sync-queue.send.success": "L'enviament a ORCID ha estat completat amb èxit", // "person.page.orcid.sync-queue.send.validation-error": "The data that you want to synchronize with ORCID is not valid", - "person.page.orcid.sync-queue.send.validation-error": "Les dades que vol sincronitzar amb ORCID no són vàlides", + "person.page.orcid.sync-queue.send.validation-error": "Les dades que vol sincronitzar amb ORCID no són vàlides", // "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "The amount's currency is required", - "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "Es requereix la quantitat de divisa", + "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "Es requereix la quantitat de divisa", // "person.page.orcid.sync-queue.send.validation-error.external-id.required": "The resource to be sent requires at least one identifier", - "person.page.orcid.sync-queue.send.validation-error.external-id.required": "El recurs que es vol enviar necessita com a mínim un identificador", + "person.page.orcid.sync-queue.send.validation-error.external-id.required": "El recurs que es vol enviar necessita com a mínim un identificador", // "person.page.orcid.sync-queue.send.validation-error.title.required": "The title is required", - "person.page.orcid.sync-queue.send.validation-error.title.required": "Es requereix un títol", + "person.page.orcid.sync-queue.send.validation-error.title.required": "Es requereix un títol", // "person.page.orcid.sync-queue.send.validation-error.type.required": "The dc.type is required", - "person.page.orcid.sync-queue.send.validation-error.type.required": "Es requereix un dc.type", + "person.page.orcid.sync-queue.send.validation-error.type.required": "Es requereix un dc.type", // "person.page.orcid.sync-queue.send.validation-error.start-date.required": "The start date is required", - "person.page.orcid.sync-queue.send.validation-error.start-date.required": "Es requereix una data d'inici", + "person.page.orcid.sync-queue.send.validation-error.start-date.required": "Es requereix una data d'inici", // "person.page.orcid.sync-queue.send.validation-error.funder.required": "The funder is required", - "person.page.orcid.sync-queue.send.validation-error.funder.required": "Es requereix un finançador", + "person.page.orcid.sync-queue.send.validation-error.funder.required": "Es requereix un finançador", // "person.page.orcid.sync-queue.send.validation-error.country.invalid": "Invalid 2 digits ISO 3166 country", - "person.page.orcid.sync-queue.send.validation-error.country.invalid": "Els 2 dígits ISO 3166 de país són invàlids", + "person.page.orcid.sync-queue.send.validation-error.country.invalid": "Els 2 dígits ISO 3166 de país són invàlids", // "person.page.orcid.sync-queue.send.validation-error.organization.required": "The organization is required", - "person.page.orcid.sync-queue.send.validation-error.organization.required": "Es requereix una organització", + "person.page.orcid.sync-queue.send.validation-error.organization.required": "Es requereix una organització", // "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "The organization's name is required", - "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Es requereix el nom de l'organització", + "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Es requereix el nom de l'organització", // "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "The publication date must be one year after 1900", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "la data de la publicació ha de ser posterior a 1900", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "la data de la publicació ha de ser posterior a 1900", // "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "The organization to be sent requires an address", - "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "Es requereix l'adreça de l'organització", + "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "Es requereix l'adreça de l'organització", // "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "The address of the organization to be sent requires a city", - "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "Es requereix que la direcció de l'organització tingui una ciutat", + "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "Es requereix que la direcció de l'organització tingui una ciutat", // "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "The address of the organization to be sent requires a valid 2 digits ISO 3166 country", - "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "Cal que l'adreça de l'organització tingui un codi de país de 2 dígits ISO 3166 vàlid", + "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "Cal que l'adreça de l'organització tingui un codi de país de 2 dígits ISO 3166 vàlid", // "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "An identifier to disambiguate organizations is required. Supported ids are GRID, Ringgold, Legal Entity identifiers (LEIs) and Crossref Funder Registry identifiers", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "Es requereix un identificador per desambiguar l'organització. Els identificadors admesos són GRID, Ringgold, Legal Entity identifiers (LEIs) i Crossref Funder Registry", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "Es requereix un identificador per desambiguar l'organització. Els identificadors admesos són GRID, Ringgold, Legal Entity identifiers (LEIs) i Crossref Funder Registry", // "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "The organization's identifiers requires a value", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "Es requereix que els identificadors de l'organització tinguin un valor", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "Es requereix que els identificadors de l'organització tinguin un valor", // "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "The organization's identifiers requires a source", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "Es requereix que els identificadors de l'organització tinguin una font", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "Es requereix que els identificadors de l'organització tinguin una font", // "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "The source of one of the organization identifiers is invalid. Supported sources are RINGGOLD, GRID, LEI and FUNDREF", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "La font d'un dels identificadors d'organització és invàlida. Les fonts admeses són RINGGOLD, GRID, LEI i FUNDREF", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "La font d'un dels identificadors d'organització és invàlida. Les fonts admeses són RINGGOLD, GRID, LEI i FUNDREF", // "person.page.orcid.synchronization-mode": "Synchronization mode", - "person.page.orcid.synchronization-mode": "Mode sincronització", + "person.page.orcid.synchronization-mode": "Mode sincronització", // "person.page.orcid.synchronization-mode.batch": "Batch", - "person.page.orcid.synchronization-mode.batch": "Batch", + "person.page.orcid.synchronization-mode.batch": "Batch", // "person.page.orcid.synchronization-mode.label": "Synchronization mode", - "person.page.orcid.synchronization-mode.label": "Mode sincronització", + "person.page.orcid.synchronization-mode.label": "Mode sincronització", // "person.page.orcid.synchronization-mode-message": "Please select how you would like synchronization to ORCID to occur. The options include \"Manual\" (you must send your data to ORCID manually), or \"Batch\" (the system will send your data to ORCID via a scheduled script).", - "person.page.orcid.synchronization-mode-message": "Seleccioneu com preferiu realitzar la sincronització amb ORCID. Podeu escollir \"Manual\" (vosaltres envieu les dades a ORCID manualment), o \"Batch\" (el sistema enviarà les vostres dades a ORCID.", + "person.page.orcid.synchronization-mode-message": "Seleccioneu com preferiu realitzar la sincronització amb ORCID. Podeu escollir \"Manual\" (vosaltres envieu les dades a ORCID manualment), o \"Batch\" (el sistema enviarà les vostres dades a ORCID.", // "person.page.orcid.synchronization-mode-funding-message": "Select whether to send your linked Project entities to your ORCID record's list of funding information.", - "person.page.orcid.synchronization-mode-funding-message": "Seleccioneu si enviareu informació de les vostres entitats connectades de tipus Projecte a la informació de finançament d'ORCID.", + "person.page.orcid.synchronization-mode-funding-message": "Seleccioneu si enviareu informació de les vostres entitats connectades de tipus Projecte a la informació de finançament d'ORCID.", // "person.page.orcid.synchronization-mode-publication-message": "Select whether to send your linked Publication entities to your ORCID record's list of works.", - "person.page.orcid.synchronization-mode-publication-message": "Seleccioneu si enviareu informació de les vostres entitats connectades de tipus Publicació a la informació de treballs d'ORCID.", + "person.page.orcid.synchronization-mode-publication-message": "Seleccioneu si enviareu informació de les vostres entitats connectades de tipus Publicació a la informació de treballs d'ORCID.", // "person.page.orcid.synchronization-mode-profile-message": "Select whether to send your biographical data or personal identifiers to your ORCID record.", - "person.page.orcid.synchronization-mode-profile-message": "Seleccioneu si enviareu informació de les vostres dades biogràfiques o identificadors personals a ORCID", + "person.page.orcid.synchronization-mode-profile-message": "Seleccioneu si enviareu informació de les vostres dades biogràfiques o identificadors personals a ORCID", // "person.page.orcid.synchronization-settings-update.success": "The synchronization settings have been updated successfully", - "person.page.orcid.synchronization-settings-update.success": "Els paràmetres de sincronització s'han actualitzat amb èxit", + "person.page.orcid.synchronization-settings-update.success": "Els paràmetres de sincronització s'han actualitzat amb èxit", // "person.page.orcid.synchronization-settings-update.error": "The update of the synchronization settings failed", - "person.page.orcid.synchronization-settings-update.error": "Ha fallat l'actualització dels paràmetres de sincronització", + "person.page.orcid.synchronization-settings-update.error": "Ha fallat l'actualització dels paràmetres de sincronització", // "person.page.orcid.synchronization-mode.manual": "Manual", - "person.page.orcid.synchronization-mode.manual": "Manual", + "person.page.orcid.synchronization-mode.manual": "Manual", // "person.page.orcid.scope.authenticate": "Get your ORCID iD", - "person.page.orcid.scope.authenticate": "Obtingueu el vostre ORCID iD", + "person.page.orcid.scope.authenticate": "Obtingueu el vostre ORCID iD", // "person.page.orcid.scope.read-limited": "Read your information with visibility set to Trusted Parties", - "person.page.orcid.scope.read-limited": "Llegiu la vostra informació amb la visibilitat ajustada a Tercers Confiables", + "person.page.orcid.scope.read-limited": "Llegiu la vostra informació amb la visibilitat ajustada a Tercers Confiables", // "person.page.orcid.scope.activities-update": "Add/update your research activities", - "person.page.orcid.scope.activities-update": "Afegir/actualitzar les vostres activitats de recerca", + "person.page.orcid.scope.activities-update": "Afegir/actualitzar les vostres activitats de recerca", // "person.page.orcid.scope.person-update": "Add/update other information about you", - "person.page.orcid.scope.person-update": "Afegir/actualitzar altres informacions sobre vostè", + "person.page.orcid.scope.person-update": "Afegir/actualitzar altres informacions sobre vostè", // "person.page.orcid.unlink.success": "The disconnection between the profile and the ORCID registry was successful", - "person.page.orcid.unlink.success": "S'ha efectuat amb èxit la desconnexió entre el perfil i el registre d'ORCID", + "person.page.orcid.unlink.success": "S'ha efectuat amb èxit la desconnexió entre el perfil i el registre d'ORCID", // "person.page.orcid.unlink.error": "An error occurred while disconnecting between the profile and the ORCID registry. Try again", - "person.page.orcid.unlink.error": "S'ha produït un error en la desconnexió entre el perfil i el registre d'ORCID. Torneu-ho a provar", + "person.page.orcid.unlink.error": "S'ha produït un error en la desconnexió entre el perfil i el registre d'ORCID. Torneu-ho a provar", // "person.orcid.sync.setting": "ORCID Synchronization settings", - "person.orcid.sync.setting": "Paràmetres de sincronització d'ORCID", + "person.orcid.sync.setting": "Paràmetres de sincronització d'ORCID", // "person.orcid.registry.queue": "ORCID Registry Queue", - "person.orcid.registry.queue": "Cua de registre d'ORCID", + "person.orcid.registry.queue": "Cua de registre d'ORCID", // "person.orcid.registry.auth": "ORCID Authorizations", - "person.orcid.registry.auth": "Autoritzacions ORCID", + "person.orcid.registry.auth": "Autoritzacions ORCID", // "home.recent-submissions.head": "Recent Submissions", - "home.recent-submissions.head": "Enviaments recents", + "home.recent-submissions.head": "Enviaments recents", // "listable-notification-object.default-message": "This object couldn't be retrieved", "listable-notification-object.default-message": "Aquest objecte no s'ha pogut recuperar", diff --git a/src/assets/i18n/cs.json5 b/src/assets/i18n/cs.json5 index 5ed1474384..36d137ebe3 100644 --- a/src/assets/i18n/cs.json5 +++ b/src/assets/i18n/cs.json5 @@ -1,6619 +1,6615 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", - + // "401.link.home-page": "Take me to the home page", // TODO New key - Add a translation "401.link.home-page": "Take me to the home page", - + // "401.unauthorized": "unauthorized", // TODO New key - Add a translation "401.unauthorized": "unauthorized", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", - + // "403.link.home-page": "Take me to the home page", // TODO New key - Add a translation "403.link.home-page": "Take me to the home page", - + // "403.forbidden": "forbidden", // TODO New key - Add a translation "403.forbidden": "forbidden", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", "404.help": "Nepodařilo se najít stránku, kterou hledáte. Je možné, že stránka byla přesunuta nebo smazána. Pomocí tlačítka níže můžete přejít na domovskou stránku. ", - + // "404.link.home-page": "Take me to the home page", "404.link.home-page": "Přejít na domovskou stránku", - + // "404.page-not-found": "page not found", "404.page-not-found": "stránka nenalezena", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.breadcrumbs": "System curation tasks", - + // "admin.curation-tasks.title": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.title": "System curation tasks", - + // "admin.curation-tasks.header": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.header": "System curation tasks", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.head": "Failure", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.head": "Create Bitstream format", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.head": "Success", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.head": "Failure", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.head": "Success", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "Tento seznam formátů souborů poskytuje informace o známých formátech a o úrovni jejich podpory.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.edit.description.hint": "", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.label": "Description", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.head": "Failure", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.label": "Internal", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.head": "Success", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", "admin.registries.bitstream-formats.head": "Registr formátů souborů", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", // TODO New key - Add a translation "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.delete": "Delete selected", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", - + // "admin.registries.bitstream-formats.table.internal": "internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.internal": "internal", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.mimetype": "MIME Type", - + // "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.return": "Return", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", "admin.registries.bitstream-formats.title": "DSpace Angular :: Registr formátů souborů", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", // TODO New key - Add a translation "admin.registries.metadata.breadcrumbs": "Metadata registry", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", "admin.registries.metadata.description": "Registr metadat je seznam všech metadatových polí dostupných v repozitáři. Tyto pole mohou být rozdělena do více schémat. DSpace však vyžaduje použití schématu Kvalifikovaný Dublin Core.", - + // "admin.registries.metadata.form.create": "Create metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.create": "Create metadata schema", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.edit": "Edit metadata schema", - + // "admin.registries.metadata.form.name": "Name", // TODO New key - Add a translation "admin.registries.metadata.form.name": "Name", - + // "admin.registries.metadata.form.namespace": "Namespace", // TODO New key - Add a translation "admin.registries.metadata.form.namespace": "Namespace", - + // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "Registr metadat", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", "admin.registries.metadata.schemas.no-items": "Žádná schémata metadat.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.delete": "Delete selected", - + // "admin.registries.metadata.schemas.table.id": "ID", "admin.registries.metadata.schemas.table.id": "ID", - + // "admin.registries.metadata.schemas.table.name": "Name", "admin.registries.metadata.schemas.table.name": "Název", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", "admin.registries.metadata.schemas.table.namespace": "Jmenný prostor", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", "admin.registries.metadata.title": "DSpace Angular :: Registr metadat", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", // TODO New key - Add a translation "admin.registries.schema.breadcrumbs": "Metadata schema", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Toto je schéma metadat pro „{{namespace}}“.", - + // "admin.registries.schema.fields.head": "Schema metadata fields", "admin.registries.schema.fields.head": "Pole schématu metadat", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "Žádná metadatová pole.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.schema.fields.table.delete": "Delete selected", - + // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Pole", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Poznámka o rozsahu", - + // "admin.registries.schema.form.create": "Create metadata field", // TODO New key - Add a translation "admin.registries.schema.form.create": "Create metadata field", - + // "admin.registries.schema.form.edit": "Edit metadata field", // TODO New key - Add a translation "admin.registries.schema.form.edit": "Edit metadata field", - + // "admin.registries.schema.form.element": "Element", // TODO New key - Add a translation "admin.registries.schema.form.element": "Element", - + // "admin.registries.schema.form.qualifier": "Qualifier", // TODO New key - Add a translation "admin.registries.schema.form.qualifier": "Qualifier", - + // "admin.registries.schema.form.scopenote": "Scope Note", // TODO New key - Add a translation "admin.registries.schema.form.scopenote": "Scope Note", - + // "admin.registries.schema.head": "Metadata Schema", "admin.registries.schema.head": "Schéma metadat", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.failure": "Error", // TODO New key - Add a translation "admin.registries.schema.notification.failure": "Error", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.success": "Success", // TODO New key - Add a translation "admin.registries.schema.notification.success": "Success", - + // "admin.registries.schema.return": "Return", // TODO New key - Add a translation "admin.registries.schema.return": "Return", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", "admin.registries.schema.title": "DSpace Angular :: Registr schémat metadat", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.delete": "Delete EPerson", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - + // "admin.access-control.epeople.actions.reset": "Reset password", // TODO New key - Add a translation "admin.access-control.epeople.actions.reset": "Reset password", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", // TODO New key - Add a translation "admin.access-control.epeople.title": "DSpace Angular :: EPeople", - + // "admin.access-control.epeople.head": "EPeople", // TODO New key - Add a translation "admin.access-control.epeople.head": "EPeople", - + // "admin.access-control.epeople.search.head": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.head": "Search", - + // "admin.access-control.epeople.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.epeople.button.see-all": "Browse All", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.metadata": "Metadata", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.email": "E-mail (exact)", - + // "admin.access-control.epeople.search.button": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.button": "Search", - + // "admin.access-control.epeople.button.add": "Add EPerson", // TODO New key - Add a translation "admin.access-control.epeople.button.add": "Add EPerson", - + // "admin.access-control.epeople.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.table.id": "ID", - + // "admin.access-control.epeople.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.table.name": "Name", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.table.email": "E-mail (exact)", - + // "admin.access-control.epeople.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.epeople.table.edit": "Edit", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", // TODO New key - Add a translation "admin.access-control.epeople.no-items": "No EPeople to show.", - + // "admin.access-control.epeople.form.create": "Create EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.create": "Create EPerson", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.edit": "Edit EPerson", - + // "admin.access-control.epeople.form.firstName": "First name", // TODO New key - Add a translation "admin.access-control.epeople.form.firstName": "First name", - + // "admin.access-control.epeople.form.lastName": "Last name", // TODO New key - Add a translation "admin.access-control.epeople.form.lastName": "Last name", - + // "admin.access-control.epeople.form.email": "E-mail", // TODO New key - Add a translation "admin.access-control.epeople.form.email": "E-mail", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", // TODO New key - Add a translation "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", // TODO New key - Add a translation "admin.access-control.epeople.form.canLogIn": "Can log in", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", // TODO New key - Add a translation "admin.access-control.epeople.form.requireCertificate": "Requires certificate", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", // TODO New key - Add a translation "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", - + // "admin.access-control.epeople.form.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.form.table.id": "ID", - + // "admin.access-control.epeople.form.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.form.table.name": "Name", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", // TODO New key - Add a translation "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", // TODO New key - Add a translation "admin.access-control.epeople.form.goToGroups": "Add to groups", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", // TODO New key - Add a translation "admin.access-control.groups.title": "DSpace Angular :: Groups", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", // TODO New key - Add a translation "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", // TODO New key - Add a translation "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", - + // "admin.access-control.groups.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.head": "Groups", - + // "admin.access-control.groups.button.add": "Add group", // TODO New key - Add a translation "admin.access-control.groups.button.add": "Add group", - + // "admin.access-control.groups.search.head": "Search groups", // TODO New key - Add a translation "admin.access-control.groups.search.head": "Search groups", - + // "admin.access-control.groups.button.see-all": "Browse all", // TODO New key - Add a translation "admin.access-control.groups.button.see-all": "Browse all", - + // "admin.access-control.groups.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.search.button": "Search", - + // "admin.access-control.groups.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.table.id": "ID", - + // "admin.access-control.groups.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.table.name": "Name", - + // "admin.access-control.groups.table.members": "Members", // TODO New key - Add a translation "admin.access-control.groups.table.members": "Members", - + // "admin.access-control.groups.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.groups.table.edit": "Edit", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.head.create": "Create group", // TODO New key - Add a translation "admin.access-control.groups.form.head.create": "Create group", - + // "admin.access-control.groups.form.head.edit": "Edit group", // TODO New key - Add a translation "admin.access-control.groups.form.head.edit": "Edit group", - + // "admin.access-control.groups.form.groupName": "Group name", // TODO New key - Add a translation "admin.access-control.groups.form.groupName": "Group name", - + // "admin.access-control.groups.form.groupDescription": "Description", // TODO New key - Add a translation "admin.access-control.groups.form.groupDescription": "Description", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", // TODO New key - Add a translation "admin.access-control.groups.form.actions.delete": "Delete Group", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.head": "EPeople", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.head": "Add EPeople", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.headMembers": "Current Members", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.button": "Search", - + // "admin.access-control.groups.form.members-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.id": "ID", - + // "admin.access-control.groups.form.members-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.name": "Name", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.head": "Groups", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.button": "Search", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.id": "ID", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.name": "Name", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", - + // "admin.access-control.groups.form.return": "Return to groups", // TODO New key - Add a translation "admin.access-control.groups.form.return": "Return to groups", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", // TODO New key - Add a translation "admin.search.breadcrumbs": "Administrative Search", - + // "admin.search.collection.edit": "Edit", // TODO New key - Add a translation "admin.search.collection.edit": "Edit", - + // "admin.search.community.edit": "Edit", // TODO New key - Add a translation "admin.search.community.edit": "Edit", - + // "admin.search.item.delete": "Delete", // TODO New key - Add a translation "admin.search.item.delete": "Delete", - + // "admin.search.item.edit": "Edit", // TODO New key - Add a translation "admin.search.item.edit": "Edit", - + // "admin.search.item.make-private": "Make Private", // TODO New key - Add a translation "admin.search.item.make-private": "Make Private", - + // "admin.search.item.make-public": "Make Public", // TODO New key - Add a translation "admin.search.item.make-public": "Make Public", - + // "admin.search.item.move": "Move", // TODO New key - Add a translation "admin.search.item.move": "Move", - + // "admin.search.item.reinstate": "Reinstate", // TODO New key - Add a translation "admin.search.item.reinstate": "Reinstate", - + // "admin.search.item.withdraw": "Withdraw", // TODO New key - Add a translation "admin.search.item.withdraw": "Withdraw", - + // "admin.search.title": "Administrative Search", // TODO New key - Add a translation "admin.search.title": "Administrative Search", - + // "administrativeView.search.results.head": "Administrative Search", // TODO New key - Add a translation "administrativeView.search.results.head": "Administrative Search", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.breadcrumbs": "Administer Workflow", - + // "admin.workflow.title": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.title": "Administer Workflow", - + // "admin.workflow.item.workflow": "Workflow", // TODO New key - Add a translation "admin.workflow.item.workflow": "Workflow", - + // "admin.workflow.item.delete": "Delete", // TODO New key - Add a translation "admin.workflow.item.delete": "Delete", - + // "admin.workflow.item.send-back": "Send back", // TODO New key - Add a translation "admin.workflow.item.send-back": "Send back", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.breadcrumbs": "Import Metadata", - + // "admin.metadata-import.title": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.title": "Import Metadata", - + // "admin.metadata-import.page.header": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.page.header": "Import Metadata", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", // TODO New key - Add a translation "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", - + // "admin.metadata-import.page.button.return": "Return", // TODO New key - Add a translation "admin.metadata-import.page.button.return": "Return", - + // "admin.metadata-import.page.button.proceed": "Proceed", // TODO New key - Add a translation "admin.metadata-import.page.button.proceed": "Proceed", - + // "admin.metadata-import.page.error.addFile": "Select file first!", // TODO New key - Add a translation "admin.metadata-import.page.error.addFile": "Select file first!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", "auth.errors.invalid-user": "Neplatná e-mailová adresa nebo heslo.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", "auth.messages.expired": "Vaše relace vypršela. Prosím, znova se přihlaste.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", // TODO New key - Add a translation "bitstream.edit.bitstream": "Bitstream: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", // TODO New key - Add a translation "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", - + // "bitstream.edit.form.description.label": "Description", // TODO New key - Add a translation "bitstream.edit.form.description.label": "Description", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", // TODO New key - Add a translation "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", // TODO New key - Add a translation "bitstream.edit.form.embargo.label": "Embargo until specific date", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", // TODO New key - Add a translation "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", - + // "bitstream.edit.form.fileName.label": "Filename", // TODO New key - Add a translation "bitstream.edit.form.fileName.label": "Filename", - + // "bitstream.edit.form.newFormat.label": "Describe new format", // TODO New key - Add a translation "bitstream.edit.form.newFormat.label": "Describe new format", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", // TODO New key - Add a translation "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", // TODO New key - Add a translation "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.label": "Selected Format", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.unknown": "Format not in list", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", // TODO New key - Add a translation "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", // TODO New key - Add a translation "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", // TODO New key - Add a translation "bitstream.edit.notifications.saved.title": "Bitstream saved", - + // "bitstream.edit.title": "Edit bitstream", // TODO New key - Add a translation "bitstream.edit.title": "Edit bitstream", - - - + + + // "browse.comcol.by.author": "By Author", // TODO New key - Add a translation "browse.comcol.by.author": "By Author", - + // "browse.comcol.by.dateissued": "By Issue Date", // TODO New key - Add a translation "browse.comcol.by.dateissued": "By Issue Date", - + // "browse.comcol.by.subject": "By Subject", // TODO New key - Add a translation "browse.comcol.by.subject": "By Subject", - + // "browse.comcol.by.title": "By Title", // TODO New key - Add a translation "browse.comcol.by.title": "By Title", - + // "browse.comcol.head": "Browse", // TODO New key - Add a translation "browse.comcol.head": "Browse", - + // "browse.empty": "No items to show.", // TODO New key - Add a translation "browse.empty": "No items to show.", - + // "browse.metadata.author": "Author", // TODO New key - Add a translation "browse.metadata.author": "Author", - + // "browse.metadata.dateissued": "Issue Date", // TODO New key - Add a translation "browse.metadata.dateissued": "Issue Date", - + // "browse.metadata.subject": "Subject", // TODO New key - Add a translation "browse.metadata.subject": "Subject", - + // "browse.metadata.title": "Title", // TODO New key - Add a translation "browse.metadata.title": "Title", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", // TODO New key - Add a translation "browse.metadata.author.breadcrumbs": "Browse by Author", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", // TODO New key - Add a translation "browse.metadata.dateissued.breadcrumbs": "Browse by Date", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", // TODO New key - Add a translation "browse.metadata.subject.breadcrumbs": "Browse by Subject", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", // TODO New key - Add a translation "browse.metadata.title.breadcrumbs": "Browse by Title", - + // "browse.startsWith.choose_start": "(Choose start)", // TODO New key - Add a translation "browse.startsWith.choose_start": "(Choose start)", - + // "browse.startsWith.choose_year": "(Choose year)", // TODO New key - Add a translation "browse.startsWith.choose_year": "(Choose year)", - + // "browse.startsWith.jump": "Jump to a point in the index:", // TODO New key - Add a translation "browse.startsWith.jump": "Jump to a point in the index:", - + // "browse.startsWith.months.april": "April", // TODO New key - Add a translation "browse.startsWith.months.april": "April", - + // "browse.startsWith.months.august": "August", // TODO New key - Add a translation "browse.startsWith.months.august": "August", - + // "browse.startsWith.months.december": "December", // TODO New key - Add a translation "browse.startsWith.months.december": "December", - + // "browse.startsWith.months.february": "February", // TODO New key - Add a translation "browse.startsWith.months.february": "February", - + // "browse.startsWith.months.january": "January", // TODO New key - Add a translation "browse.startsWith.months.january": "January", - + // "browse.startsWith.months.july": "July", // TODO New key - Add a translation "browse.startsWith.months.july": "July", - + // "browse.startsWith.months.june": "June", // TODO New key - Add a translation "browse.startsWith.months.june": "June", - + // "browse.startsWith.months.march": "March", // TODO New key - Add a translation "browse.startsWith.months.march": "March", - + // "browse.startsWith.months.may": "May", // TODO New key - Add a translation "browse.startsWith.months.may": "May", - + // "browse.startsWith.months.none": "(Choose month)", // TODO New key - Add a translation "browse.startsWith.months.none": "(Choose month)", - + // "browse.startsWith.months.november": "November", // TODO New key - Add a translation "browse.startsWith.months.november": "November", - + // "browse.startsWith.months.october": "October", // TODO New key - Add a translation "browse.startsWith.months.october": "October", - + // "browse.startsWith.months.september": "September", // TODO New key - Add a translation "browse.startsWith.months.september": "September", - + // "browse.startsWith.submit": "Go", // TODO New key - Add a translation "browse.startsWith.submit": "Go", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", // TODO New key - Add a translation "browse.startsWith.type_date": "Or type in a date (year-month):", - + // "browse.startsWith.type_text": "Or enter first few letters:", // TODO New key - Add a translation "browse.startsWith.type_text": "Or enter first few letters:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", "browse.title": "Prohlížíte {{ collection }} dle {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", // TODO New key - Add a translation "chips.remove": "Remove chip", - - - + + + // "collection.create.head": "Create a Collection", // TODO New key - Add a translation "collection.create.head": "Create a Collection", - + // "collection.create.notifications.success": "Successfully created the Collection", // TODO New key - Add a translation "collection.create.notifications.success": "Successfully created the Collection", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", // TODO New key - Add a translation "collection.create.sub-head": "Create a Collection for Community {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", // TODO New key - Add a translation "collection.curate.header": "Curate Collection: {{collection}}", - + // "collection.delete.cancel": "Cancel", // TODO New key - Add a translation "collection.delete.cancel": "Cancel", - + // "collection.delete.confirm": "Confirm", // TODO New key - Add a translation "collection.delete.confirm": "Confirm", - + // "collection.delete.head": "Delete Collection", // TODO New key - Add a translation "collection.delete.head": "Delete Collection", - + // "collection.delete.notification.fail": "Collection could not be deleted", // TODO New key - Add a translation "collection.delete.notification.fail": "Collection could not be deleted", - + // "collection.delete.notification.success": "Successfully deleted collection", // TODO New key - Add a translation "collection.delete.notification.success": "Successfully deleted collection", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", // TODO New key - Add a translation "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", - - - + + + // "collection.edit.delete": "Delete this collection", // TODO New key - Add a translation "collection.edit.delete": "Delete this collection", - + // "collection.edit.head": "Edit Collection", // TODO New key - Add a translation "collection.edit.head": "Edit Collection", - + // "collection.edit.breadcrumbs": "Edit Collection", // TODO New key - Add a translation "collection.edit.breadcrumbs": "Edit Collection", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.mapper.head": "Item Mapper", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - + // "collection.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.item-mapper.cancel": "Cancel", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", // TODO New key - Add a translation "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", // TODO New key - Add a translation "collection.edit.item-mapper.confirm": "Map selected items", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", // TODO New key - Add a translation "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", // TODO New key - Add a translation "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "collection.edit.item-mapper.no-search": "Please enter a query to search", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", // TODO New key - Add a translation "collection.edit.item-mapper.remove": "Remove selected item mappings", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.browse": "Browse mapped items", - + // "collection.edit.item-mapper.tabs.map": "Map new items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.map": "Map new items", - - - + + + // "collection.edit.logo.label": "Collection logo", // TODO New key - Add a translation "collection.edit.logo.label": "Collection logo", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", // TODO New key - Add a translation "collection.edit.logo.upload": "Drop a Collection Logo to upload", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", // TODO New key - Add a translation "collection.edit.notifications.success": "Successfully edited the Collection", - + // "collection.edit.return": "Return", // TODO New key - Add a translation "collection.edit.return": "Return", - - - + + + // "collection.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.head": "Curate", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.title": "Collection Edit - Curate", - + // "collection.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.head": "Authorizations", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.head": "Edit Metadata", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", - + // "collection.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.head": "Assign Roles", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.title": "Collection Edit - Roles", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", // TODO New key - Add a translation "collection.edit.tabs.source.external": "This collection harvests its content from an external source", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", // TODO New key - Add a translation "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", // TODO New key - Add a translation "collection.edit.tabs.source.form.harvestType": "Content being harvested", - + // "collection.edit.tabs.source.form.head": "Configure an external source", // TODO New key - Add a translation "collection.edit.tabs.source.form.head": "Configure an external source", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", // TODO New key - Add a translation "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSource": "OAI Provider", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", - + // "collection.edit.tabs.source.head": "Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.head": "Content Source", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.title": "Collection Edit - Content Source", - - - + + + // "collection.edit.template.add-button": "Add", // TODO New key - Add a translation "collection.edit.template.add-button": "Add", - + // "collection.edit.template.breadcrumbs": "Item template", // TODO New key - Add a translation "collection.edit.template.breadcrumbs": "Item template", - + // "collection.edit.template.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.template.cancel": "Cancel", - + // "collection.edit.template.delete-button": "Delete", // TODO New key - Add a translation "collection.edit.template.delete-button": "Delete", - + // "collection.edit.template.edit-button": "Edit", // TODO New key - Add a translation "collection.edit.template.edit-button": "Edit", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", // TODO New key - Add a translation "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", // TODO New key - Add a translation "collection.edit.template.label": "Template item", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.error": "Failed to delete the item template", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", - + // "collection.edit.template.title": "Edit Template Item", // TODO New key - Add a translation "collection.edit.template.title": "Edit Template Item", - - - + + + // "collection.form.abstract": "Short Description", // TODO New key - Add a translation "collection.form.abstract": "Short Description", - + // "collection.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "collection.form.description": "Introductory text (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", // TODO New key - Add a translation "collection.form.errors.title.required": "Please enter a collection name", - + // "collection.form.license": "License", // TODO New key - Add a translation "collection.form.license": "License", - + // "collection.form.provenance": "Provenance", // TODO New key - Add a translation "collection.form.provenance": "Provenance", - + // "collection.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "collection.form.rights": "Copyright text (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "collection.form.tableofcontents": "News (HTML)", - + // "collection.form.title": "Name", // TODO New key - Add a translation "collection.form.title": "Name", - - - + + + // "collection.listelement.badge": "Collection", // TODO New key - Add a translation "collection.listelement.badge": "Collection", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.head": "Poslední příspěvky", - + // "collection.page.browse.recent.empty": "No items to show", // TODO New key - Add a translation "collection.page.browse.recent.empty": "No items to show", - + // "collection.page.edit": "Edit this collection", // TODO New key - Add a translation "collection.page.edit": "Edit this collection", - + // "collection.page.handle": "Permanent URI for this collection", // TODO New key - Add a translation "collection.page.handle": "Permanent URI for this collection", - + // "collection.page.license": "License", "collection.page.license": "Licence", - + // "collection.page.news": "News", "collection.page.news": "Novinky", - - - + + + // "collection.select.confirm": "Confirm selected", // TODO New key - Add a translation "collection.select.confirm": "Confirm selected", - + // "collection.select.empty": "No collections to show", // TODO New key - Add a translation "collection.select.empty": "No collections to show", - + // "collection.select.table.title": "Title", // TODO New key - Add a translation "collection.select.table.title": "Title", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", // TODO New key - Add a translation "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", - + // "collection.source.update.notifications.error.title": "Server Error", // TODO New key - Add a translation "collection.source.update.notifications.error.title": "Server Error", - - - + + + // "communityList.tabTitle": "DSpace - Community List", // TODO New key - Add a translation "communityList.tabTitle": "DSpace - Community List", - + // "communityList.title": "List of Communities", // TODO New key - Add a translation "communityList.title": "List of Communities", - + // "communityList.showMore": "Show More", // TODO New key - Add a translation "communityList.showMore": "Show More", - - - + + + // "community.create.head": "Create a Community", // TODO New key - Add a translation "community.create.head": "Create a Community", - + // "community.create.notifications.success": "Successfully created the Community", // TODO New key - Add a translation "community.create.notifications.success": "Successfully created the Community", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", // TODO New key - Add a translation "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", // TODO New key - Add a translation "community.curate.header": "Curate Community: {{community}}", - + // "community.delete.cancel": "Cancel", // TODO New key - Add a translation "community.delete.cancel": "Cancel", - + // "community.delete.confirm": "Confirm", // TODO New key - Add a translation "community.delete.confirm": "Confirm", - + // "community.delete.head": "Delete Community", // TODO New key - Add a translation "community.delete.head": "Delete Community", - + // "community.delete.notification.fail": "Community could not be deleted", // TODO New key - Add a translation "community.delete.notification.fail": "Community could not be deleted", - + // "community.delete.notification.success": "Successfully deleted community", // TODO New key - Add a translation "community.delete.notification.success": "Successfully deleted community", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", // TODO New key - Add a translation "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", - + // "community.edit.delete": "Delete this community", // TODO New key - Add a translation "community.edit.delete": "Delete this community", - + // "community.edit.head": "Edit Community", // TODO New key - Add a translation "community.edit.head": "Edit Community", - + // "community.edit.breadcrumbs": "Edit Community", // TODO New key - Add a translation "community.edit.breadcrumbs": "Edit Community", - - + + // "community.edit.logo.label": "Community logo", // TODO New key - Add a translation "community.edit.logo.label": "Community logo", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", // TODO New key - Add a translation "community.edit.logo.notifications.add.success": "Upload Community logo successful.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", // TODO New key - Add a translation "community.edit.logo.upload": "Drop a Community Logo to upload", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", // TODO New key - Add a translation "community.edit.notifications.success": "Successfully edited the Community", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", // TODO New key - Add a translation "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - + // "community.edit.notifications.error": "An error occured while editing the Community", // TODO New key - Add a translation "community.edit.notifications.error": "An error occured while editing the Community", - + // "community.edit.return": "Return", // TODO New key - Add a translation "community.edit.return": "Return", - - - + + + // "community.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "community.edit.tabs.curate.head": "Curate", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", // TODO New key - Add a translation "community.edit.tabs.curate.title": "Community Edit - Curate", - + // "community.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.head": "Edit Metadata", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.title": "Community Edit - Metadata", - + // "community.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "community.edit.tabs.roles.head": "Assign Roles", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", // TODO New key - Add a translation "community.edit.tabs.roles.title": "Community Edit - Roles", - + // "community.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.head": "Authorizations", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - - - + + + // "community.listelement.badge": "Community", // TODO New key - Add a translation "community.listelement.badge": "Community", - - - + + + // "comcol-role.edit.no-group": "None", // TODO New key - Add a translation "comcol-role.edit.no-group": "None", - + // "comcol-role.edit.create": "Create", // TODO New key - Add a translation "comcol-role.edit.create": "Create", - + // "comcol-role.edit.restrict": "Restrict", // TODO New key - Add a translation "comcol-role.edit.restrict": "Restrict", - + // "comcol-role.edit.delete": "Delete", // TODO New key - Add a translation "comcol-role.edit.delete": "Delete", - - + + // "comcol-role.edit.community-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.community-admin.name": "Administrators", - + // "comcol-role.edit.collection-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.collection-admin.name": "Administrators", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", // TODO New key - Add a translation "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - - + + // "comcol-role.edit.submitters.name": "Submitters", // TODO New key - Add a translation "comcol-role.edit.submitters.name": "Submitters", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", // TODO New key - Add a translation "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", // TODO New key - Add a translation "comcol-role.edit.item_read.name": "Default item read access", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", // TODO New key - Add a translation "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.name": "Default bitstream read access", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", - - + + // "comcol-role.edit.editor.name": "Editors", // TODO New key - Add a translation "comcol-role.edit.editor.name": "Editors", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", // TODO New key - Add a translation "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", // TODO New key - Add a translation "comcol-role.edit.finaleditor.name": "Final editors", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", // TODO New key - Add a translation "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", // TODO New key - Add a translation "comcol-role.edit.reviewer.name": "Reviewers", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", // TODO New key - Add a translation "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", - - - + + + // "community.form.abstract": "Short Description", // TODO New key - Add a translation "community.form.abstract": "Short Description", - + // "community.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "community.form.description": "Introductory text (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", // TODO New key - Add a translation "community.form.errors.title.required": "Please enter a community name", - + // "community.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "community.form.rights": "Copyright text (HTML)", - + // "community.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "community.form.tableofcontents": "News (HTML)", - + // "community.form.title": "Name", // TODO New key - Add a translation "community.form.title": "Name", - + // "community.page.edit": "Edit this community", // TODO New key - Add a translation "community.page.edit": "Edit this community", - + // "community.page.handle": "Permanent URI for this community", // TODO New key - Add a translation "community.page.handle": "Permanent URI for this community", - + // "community.page.license": "License", "community.page.license": "Licence", - + // "community.page.news": "News", "community.page.news": "Novinky", - + // "community.all-lists.head": "Subcommunities and Collections", // TODO New key - Add a translation "community.all-lists.head": "Subcommunities and Collections", - + // "community.sub-collection-list.head": "Collections of this Community", "community.sub-collection-list.head": "Kolekce v této komunitě", - + // "community.sub-community-list.head": "Communities of this Community", // TODO New key - Add a translation "community.sub-community-list.head": "Communities of this Community", - - - + + + // "cookies.consent.accept-all": "Accept all", // TODO New key - Add a translation "cookies.consent.accept-all": "Accept all", - + // "cookies.consent.accept-selected": "Accept selected", // TODO New key - Add a translation "cookies.consent.accept-selected": "Accept selected", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.title": "(opt-out)", - + // "cookies.consent.app.purpose": "purpose", // TODO New key - Add a translation "cookies.consent.app.purpose": "purpose", - + // "cookies.consent.app.required.description": "This application is always required", // TODO New key - Add a translation "cookies.consent.app.required.description": "This application is always required", - + // "cookies.consent.app.required.title": "(always required)", // TODO New key - Add a translation "cookies.consent.app.required.title": "(always required)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", // TODO New key - Add a translation "cookies.consent.update": "There were changes since your last visit, please update your consent.", - + // "cookies.consent.close": "Close", // TODO New key - Add a translation "cookies.consent.close": "Close", - + // "cookies.consent.decline": "Decline", // TODO New key - Add a translation "cookies.consent.decline": "Decline", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", // TODO New key - Add a translation "cookies.consent.content-notice.learnMore": "Customize", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", // TODO New key - Add a translation "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", // TODO New key - Add a translation "cookies.consent.content-modal.title": "Information that we collect", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", // TODO New key - Add a translation "cookies.consent.app.title.authentication": "Authentication", - + // "cookies.consent.app.description.authentication": "Required for signing you in", // TODO New key - Add a translation "cookies.consent.app.description.authentication": "Required for signing you in", - - + + // "cookies.consent.app.title.preferences": "Preferences", // TODO New key - Add a translation "cookies.consent.app.title.preferences": "Preferences", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", // TODO New key - Add a translation "cookies.consent.app.description.preferences": "Required for saving your preferences", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", // TODO New key - Add a translation "cookies.consent.app.title.acknowledgement": "Acknowledgement", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", // TODO New key - Add a translation "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", // TODO New key - Add a translation "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", // TODO New key - Add a translation "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", - - - + + + // "cookies.consent.purpose.functional": "Functional", // TODO New key - Add a translation "cookies.consent.purpose.functional": "Functional", - + // "cookies.consent.purpose.statistical": "Statistical", // TODO New key - Add a translation "cookies.consent.purpose.statistical": "Statistical", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", // TODO New key - Add a translation - "curation-task.task.checklinks.label": "Check Links in Metadata", - + "curation-task.task.checklinks.label": "Check Links in Metadata", + // "curation-task.task.noop.label": "NOOP", // TODO New key - Add a translation "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", // TODO New key - Add a translation "curation-task.task.profileformats.label": "Profile Bitstream Formats", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", // TODO New key - Add a translation "curation-task.task.requiredmetadata.label": "Check for Required Metadata", - + // "curation-task.task.translate.label": "Microsoft Translator", // TODO New key - Add a translation "curation-task.task.translate.label": "Microsoft Translator", - + // "curation-task.task.vscan.label": "Virus Scan", // TODO New key - Add a translation "curation-task.task.vscan.label": "Virus Scan", - - - + + + // "curation.form.task-select.label": "Task:", // TODO New key - Add a translation "curation.form.task-select.label": "Task:", - + // "curation.form.submit": "Start", // TODO New key - Add a translation "curation.form.submit": "Start", - + // "curation.form.submit.success.head": "The curation task has been started successfully", // TODO New key - Add a translation "curation.form.submit.success.head": "The curation task has been started successfully", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", // TODO New key - Add a translation "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", - + // "curation.form.submit.error.head": "Running the curation task failed", // TODO New key - Add a translation "curation.form.submit.error.head": "Running the curation task failed", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", // TODO New key - Add a translation "curation.form.submit.error.content": "An error occured when trying to start the curation task.", - + // "curation.form.handle.label": "Handle:", // TODO New key - Add a translation "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", // TODO New key - Add a translation "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", - - - + + + // "dso-selector.create.collection.head": "New collection", // TODO New key - Add a translation "dso-selector.create.collection.head": "New collection", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", // TODO New key - Add a translation "dso-selector.create.collection.sub-level": "Create a new collection in", - + // "dso-selector.create.community.head": "New community", // TODO New key - Add a translation "dso-selector.create.community.head": "New community", - + // "dso-selector.create.community.sub-level": "Create a new community in", // TODO New key - Add a translation "dso-selector.create.community.sub-level": "Create a new community in", - + // "dso-selector.create.community.top-level": "Create a new top-level community", // TODO New key - Add a translation "dso-selector.create.community.top-level": "Create a new top-level community", - + // "dso-selector.create.item.head": "New item", // TODO New key - Add a translation "dso-selector.create.item.head": "New item", - + // "dso-selector.create.item.sub-level": "Create a new item in", // TODO New key - Add a translation "dso-selector.create.item.sub-level": "Create a new item in", - + // "dso-selector.create.submission.head": "New submission", // TODO New key - Add a translation "dso-selector.create.submission.head": "New submission", - + // "dso-selector.edit.collection.head": "Edit collection", // TODO New key - Add a translation "dso-selector.edit.collection.head": "Edit collection", - + // "dso-selector.edit.community.head": "Edit community", // TODO New key - Add a translation "dso-selector.edit.community.head": "Edit community", - + // "dso-selector.edit.item.head": "Edit item", // TODO New key - Add a translation "dso-selector.edit.item.head": "Edit item", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", // TODO New key - Add a translation "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - + // "dso-selector.no-results": "No {{ type }} found", // TODO New key - Add a translation "dso-selector.no-results": "No {{ type }} found", - + // "dso-selector.placeholder": "Search for a {{ type }}", // TODO New key - Add a translation "dso-selector.placeholder": "Search for a {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.export-metadata.cancel": "Cancel", - + // "confirmation-modal.export-metadata.confirm": "Export", // TODO New key - Add a translation "confirmation-modal.export-metadata.confirm": "Export", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.delete-eperson.cancel": "Cancel", - + // "confirmation-modal.delete-eperson.confirm": "Delete", // TODO New key - Add a translation "confirmation-modal.delete-eperson.confirm": "Delete", - - + + // "error.bitstream": "Error fetching bitstream", // TODO New key - Add a translation "error.bitstream": "Error fetching bitstream", - + // "error.browse-by": "Error fetching items", "error.browse-by": "Chyba během stahování záznamů", - + // "error.collection": "Error fetching collection", "error.collection": "Chyba během stahování kolekce", - + // "error.collections": "Error fetching collections", // TODO New key - Add a translation "error.collections": "Error fetching collections", - + // "error.community": "Error fetching community", "error.community": "Chyba během stahování komunity", - + // "error.identifier": "No item found for the identifier", // TODO New key - Add a translation "error.identifier": "No item found for the identifier", - + // "error.default": "Error", "error.default": "Chyba", - + // "error.item": "Error fetching item", "error.item": "Chyba během stahování záznamu", - + // "error.items": "Error fetching items", // TODO New key - Add a translation "error.items": "Error fetching items", - + // "error.objects": "Error fetching objects", "error.objects": "Chyba během stahování objektů", - + // "error.recent-submissions": "Error fetching recent submissions", "error.recent-submissions": "Chyba během stahování posledních příspěvků", - + // "error.search-results": "Error fetching search results", "error.search-results": "Chyba během stahování výsledků hledání", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "Chyba během stahování subkolekcí", - + // "error.sub-communities": "Error fetching sub-communities", // TODO New key - Add a translation "error.sub-communities": "Error fetching sub-communities", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", // TODO New key - Add a translation "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", - + // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Chyba během stahování komunit nejvyšší úrovně", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", "error.validation.license.notgranted": "Pro dokončení zaslání Musíte udělit licenci. Pokud v tuto chvíli tuto licenci nemůžete udělit, můžete svou práci uložit a později se k svému příspěveku vrátit nebo jej smazat.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", // TODO New key - Add a translation "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", // TODO New key - Add a translation "error.validation.filerequired": "The file upload is mandatory", - - - + + + // "file-section.error.header": "Error obtaining files for this item", // TODO New key - Add a translation "file-section.error.header": "Error obtaining files for this item", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", "footer.link.dspace": "software DSpace", - + // "footer.link.lyrasis": "LYRASIS", "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", // TODO New key - Add a translation "footer.link.cookies": "Cookie settings", - + // "footer.link.privacy-policy": "Privacy policy", // TODO New key - Add a translation "footer.link.privacy-policy": "Privacy policy", - + // "footer.link.end-user-agreement":"End User Agreement", // TODO New key - Add a translation - "footer.link.end-user-agreement":"End User Agreement", - - - + "footer.link.end-user-agreement": "End User Agreement", + + + // "forgot-email.form.header": "Forgot Password", // TODO New key - Add a translation "forgot-email.form.header": "Forgot Password", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "forgot-email.form.email": "Email Address *", // TODO New key - Add a translation "forgot-email.form.email": "Email Address *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "forgot-email.form.email.error.required": "Please fill in an email address", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "forgot-email.form.email.hint": "This address will be verified and used as your login name.", - + // "forgot-email.form.submit": "Submit", // TODO New key - Add a translation "forgot-email.form.submit": "Submit", - + // "forgot-email.form.success.head": "Verification email sent", // TODO New key - Add a translation "forgot-email.form.success.head": "Verification email sent", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "forgot-email.form.error.head": "Error when trying to register email", // TODO New key - Add a translation "forgot-email.form.error.head": "Error when trying to register email", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", // TODO New key - Add a translation "forgot-password.title": "Forgot Password", - + // "forgot-password.form.head": "Forgot Password", // TODO New key - Add a translation "forgot-password.form.head": "Forgot Password", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "forgot-password.form.card.security": "Security", // TODO New key - Add a translation "forgot-password.form.card.security": "Security", - + // "forgot-password.form.identification.header": "Identify", // TODO New key - Add a translation "forgot-password.form.identification.header": "Identify", - + // "forgot-password.form.identification.email": "Email address: ", // TODO New key - Add a translation "forgot-password.form.identification.email": "Email address: ", - + // "forgot-password.form.label.password": "Password", // TODO New key - Add a translation "forgot-password.form.label.password": "Password", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "forgot-password.form.label.passwordrepeat": "Retype to confirm", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "forgot-password.form.error.empty-password": "Please enter a password in the box below.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "forgot-password.form.error.matching-passwords": "The passwords do not match.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", // TODO New key - Add a translation "forgot-password.form.notification.error.title": "Error when trying to submit new password", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", // TODO New key - Add a translation "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", - + // "forgot-password.form.notification.success.title": "Password reset completed", // TODO New key - Add a translation "forgot-password.form.notification.success.title": "Password reset completed", - + // "forgot-password.form.submit": "Submit password", // TODO New key - Add a translation "forgot-password.form.submit": "Submit password", - - - + + + // "form.add": "Add", // TODO New key - Add a translation "form.add": "Add", - + // "form.add-help": "Click here to add the current entry and to add another one", // TODO New key - Add a translation "form.add-help": "Click here to add the current entry and to add another one", - + // "form.cancel": "Cancel", "form.cancel": "Zrušit", - + // "form.clear": "Clear", // TODO New key - Add a translation "form.clear": "Clear", - + // "form.clear-help": "Click here to remove the selected value", // TODO New key - Add a translation "form.clear-help": "Click here to remove the selected value", - + // "form.edit": "Edit", // TODO New key - Add a translation "form.edit": "Edit", - + // "form.edit-help": "Click here to edit the selected value", // TODO New key - Add a translation "form.edit-help": "Click here to edit the selected value", - + // "form.first-name": "First name", "form.first-name": "Křestní jméno", - + // "form.group-collapse": "Collapse", "form.group-collapse": "Sbalit", - + // "form.group-collapse-help": "Click here to collapse", "form.group-collapse-help": "Kliknutím sem sbalíte", - + // "form.group-expand": "Expand", "form.group-expand": "Rozbalit", - + // "form.group-expand-help": "Click here to expand and add more elements", "form.group-expand-help": "Kliknutím sem rozbalíte a přidáte další prvky", - + // "form.last-name": "Last name", "form.last-name": "Příjmení", - + // "form.loading": "Loading...", "form.loading": "Načítá se...", - + // "form.lookup": "Lookup", // TODO New key - Add a translation "form.lookup": "Lookup", - + // "form.lookup-help": "Click here to look up an existing relation", // TODO New key - Add a translation "form.lookup-help": "Click here to look up an existing relation", - + // "form.no-results": "No results found", "form.no-results": "Nebyli nalezeny žádné výsledky", - + // "form.no-value": "No value entered", "form.no-value": "Nebyla zadána hodnota", - + // "form.other-information": {}, // TODO New key - Add a translation "form.other-information": {}, - + // "form.remove": "Remove", "form.remove": "Smazat", - + // "form.save": "Save", // TODO New key - Add a translation "form.save": "Save", - + // "form.save-help": "Save changes", // TODO New key - Add a translation "form.save-help": "Save changes", - + // "form.search": "Search", "form.search": "Hledat", - + // "form.search-help": "Click here to look for an existing correspondence", // TODO New key - Add a translation "form.search-help": "Click here to look for an existing correspondence", - + // "form.submit": "Submit", "form.submit": "Odeslat", - - - + + + // "home.description": "", "home.description": "", - + // "home.breadcrumbs": "Home", // TODO New key - Add a translation "home.breadcrumbs": "Home", - + // "home.title": "DSpace Angular :: Home", "home.title": "DSpace Angular :: Domů", - + // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "Komunity v DSpace", - + // "home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Vybráním komunity můžete prohlížet její kolekce.", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.breadcrumbs": "End User Agreement", - + // "info.end-user-agreement.buttons.cancel": "Cancel", // TODO New key - Add a translation "info.end-user-agreement.buttons.cancel": "Cancel", - + // "info.end-user-agreement.buttons.save": "Save", // TODO New key - Add a translation "info.end-user-agreement.buttons.save": "Save", - + // "info.end-user-agreement.head": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.head": "End User Agreement", - + // "info.end-user-agreement.title": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.title": "End User Agreement", - + // "info.privacy.breadcrumbs": "Privacy Statement", // TODO New key - Add a translation "info.privacy.breadcrumbs": "Privacy Statement", - + // "info.privacy.head": "Privacy Statement", // TODO New key - Add a translation "info.privacy.head": "Privacy Statement", - + // "info.privacy.title": "Privacy Statement", // TODO New key - Add a translation "info.privacy.title": "Privacy Statement", - - - + + + // "item.alerts.private": "This item is private", // TODO New key - Add a translation "item.alerts.private": "This item is private", - + // "item.alerts.withdrawn": "This item has been withdrawn", // TODO New key - Add a translation "item.alerts.withdrawn": "This item has been withdrawn", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", // TODO New key - Add a translation "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", - + // "item.edit.authorizations.title": "Edit item's Policies", // TODO New key - Add a translation "item.edit.authorizations.title": "Edit item's Policies", - - - + + + // "item.badge.private": "Private", // TODO New key - Add a translation "item.badge.private": "Private", - + // "item.badge.withdrawn": "Withdrawn", // TODO New key - Add a translation "item.badge.withdrawn": "Withdrawn", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle": "Bundle", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.placeholder": "Select a bundle", - + // "item.bitstreams.upload.bundle.new": "Create bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.new": "Create bundle", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", // TODO New key - Add a translation - "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", - + "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.cancel": "Cancel", // TODO New key - Add a translation "item.bitstreams.upload.cancel": "Cancel", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", // TODO New key - Add a translation "item.bitstreams.upload.drop-message": "Drop a file to upload", - + // "item.bitstreams.upload.item": "Item: ", // TODO New key - Add a translation "item.bitstreams.upload.item": "Item: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", - + // "item.bitstreams.upload.title": "Upload bitstream", // TODO New key - Add a translation "item.bitstreams.upload.title": "Upload bitstream", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", // TODO New key - Add a translation "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.more": "Load more", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", // TODO New key - Add a translation "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", // TODO New key - Add a translation "item.edit.bitstreams.discard-button": "Discard", - + // "item.edit.bitstreams.edit.buttons.download": "Download", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.download": "Download", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.drag": "Drag", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.edit": "Edit", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.remove": "Remove", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.undo": "Undo changes", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", // TODO New key - Add a translation "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", - + // "item.edit.bitstreams.headers.actions": "Actions", // TODO New key - Add a translation "item.edit.bitstreams.headers.actions": "Actions", - + // "item.edit.bitstreams.headers.bundle": "Bundle", // TODO New key - Add a translation "item.edit.bitstreams.headers.bundle": "Bundle", - + // "item.edit.bitstreams.headers.description": "Description", // TODO New key - Add a translation "item.edit.bitstreams.headers.description": "Description", - + // "item.edit.bitstreams.headers.format": "Format", // TODO New key - Add a translation "item.edit.bitstreams.headers.format": "Format", - + // "item.edit.bitstreams.headers.name": "Name", // TODO New key - Add a translation "item.edit.bitstreams.headers.name": "Name", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", - + // "item.edit.bitstreams.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.bitstreams.reinstate-button": "Undo", - + // "item.edit.bitstreams.save-button": "Save", // TODO New key - Add a translation "item.edit.bitstreams.save-button": "Save", - + // "item.edit.bitstreams.upload-button": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.upload-button": "Upload", - - - + + + // "item.edit.delete.cancel": "Cancel", // TODO New key - Add a translation "item.edit.delete.cancel": "Cancel", - + // "item.edit.delete.confirm": "Delete", // TODO New key - Add a translation "item.edit.delete.confirm": "Delete", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", // TODO New key - Add a translation "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", - + // "item.edit.delete.error": "An error occurred while deleting the item", // TODO New key - Add a translation "item.edit.delete.error": "An error occurred while deleting the item", - + // "item.edit.delete.header": "Delete item: {{ id }}", // TODO New key - Add a translation "item.edit.delete.header": "Delete item: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", // TODO New key - Add a translation "item.edit.delete.success": "The item has been deleted", - + // "item.edit.head": "Edit Item", // TODO New key - Add a translation "item.edit.head": "Edit Item", - + // "item.edit.breadcrumbs": "Edit Item", // TODO New key - Add a translation "item.edit.breadcrumbs": "Edit Item", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.mapper.head": "Collection Mapper", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.add": "Map item to selected collections", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", - + // "item.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "item.edit.item-mapper.cancel": "Cancel", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", // TODO New key - Add a translation "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", // TODO New key - Add a translation "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", // TODO New key - Add a translation "item.edit.item-mapper.item": "Item: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "item.edit.item-mapper.no-search": "Please enter a query to search", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.browse": "Browse mapped collections", - + // "item.edit.item-mapper.tabs.map": "Map new collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.map": "Map new collections", - - - + + + // "item.edit.metadata.add-button": "Add", // TODO New key - Add a translation "item.edit.metadata.add-button": "Add", - + // "item.edit.metadata.discard-button": "Discard", // TODO New key - Add a translation "item.edit.metadata.discard-button": "Discard", - + // "item.edit.metadata.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.edit": "Edit", - + // "item.edit.metadata.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.remove": "Remove", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.undo": "Undo changes", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.unedit": "Stop editing", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", // TODO New key - Add a translation "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", - + // "item.edit.metadata.headers.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.headers.edit": "Edit", - + // "item.edit.metadata.headers.field": "Field", // TODO New key - Add a translation "item.edit.metadata.headers.field": "Field", - + // "item.edit.metadata.headers.language": "Lang", // TODO New key - Add a translation "item.edit.metadata.headers.language": "Lang", - + // "item.edit.metadata.headers.value": "Value", // TODO New key - Add a translation "item.edit.metadata.headers.value": "Value", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", // TODO New key - Add a translation "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.title": "Changed discarded", - + // "item.edit.metadata.notifications.error.title": "An error occurred", // TODO New key - Add a translation "item.edit.metadata.notifications.error.title": "An error occurred", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.title": "Metadata invalid", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.title": "Changed outdated", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.title": "Metadata saved", - + // "item.edit.metadata.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.metadata.reinstate-button": "Undo", - + // "item.edit.metadata.save-button": "Save", // TODO New key - Add a translation "item.edit.metadata.save-button": "Save", - - - + + + // "item.edit.modify.overview.field": "Field", // TODO New key - Add a translation "item.edit.modify.overview.field": "Field", - + // "item.edit.modify.overview.language": "Language", // TODO New key - Add a translation "item.edit.modify.overview.language": "Language", - + // "item.edit.modify.overview.value": "Value", // TODO New key - Add a translation "item.edit.modify.overview.value": "Value", - - - + + + // "item.edit.move.cancel": "Cancel", // TODO New key - Add a translation "item.edit.move.cancel": "Cancel", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", // TODO New key - Add a translation "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", // TODO New key - Add a translation "item.edit.move.error": "An error occurred when attempting to move the item", - + // "item.edit.move.head": "Move item: {{id}}", // TODO New key - Add a translation "item.edit.move.head": "Move item: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", // TODO New key - Add a translation "item.edit.move.inheritpolicies.checkbox": "Inherit policies", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", // TODO New key - Add a translation "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", - + // "item.edit.move.move": "Move", // TODO New key - Add a translation "item.edit.move.move": "Move", - + // "item.edit.move.processing": "Moving...", // TODO New key - Add a translation "item.edit.move.processing": "Moving...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", // TODO New key - Add a translation "item.edit.move.search.placeholder": "Enter a search query to look for collections", - + // "item.edit.move.success": "The item has been moved successfully", // TODO New key - Add a translation "item.edit.move.success": "The item has been moved successfully", - + // "item.edit.move.title": "Move item", // TODO New key - Add a translation "item.edit.move.title": "Move item", - - - + + + // "item.edit.private.cancel": "Cancel", // TODO New key - Add a translation "item.edit.private.cancel": "Cancel", - + // "item.edit.private.confirm": "Make it Private", // TODO New key - Add a translation "item.edit.private.confirm": "Make it Private", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", // TODO New key - Add a translation "item.edit.private.description": "Are you sure this item should be made private in the archive?", - + // "item.edit.private.error": "An error occurred while making the item private", // TODO New key - Add a translation "item.edit.private.error": "An error occurred while making the item private", - + // "item.edit.private.header": "Make item private: {{ id }}", // TODO New key - Add a translation "item.edit.private.header": "Make item private: {{ id }}", - + // "item.edit.private.success": "The item is now private", // TODO New key - Add a translation "item.edit.private.success": "The item is now private", - - - + + + // "item.edit.public.cancel": "Cancel", // TODO New key - Add a translation "item.edit.public.cancel": "Cancel", - + // "item.edit.public.confirm": "Make it Public", // TODO New key - Add a translation "item.edit.public.confirm": "Make it Public", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", // TODO New key - Add a translation "item.edit.public.description": "Are you sure this item should be made public in the archive?", - + // "item.edit.public.error": "An error occurred while making the item public", // TODO New key - Add a translation "item.edit.public.error": "An error occurred while making the item public", - + // "item.edit.public.header": "Make item public: {{ id }}", // TODO New key - Add a translation "item.edit.public.header": "Make item public: {{ id }}", - + // "item.edit.public.success": "The item is now public", // TODO New key - Add a translation "item.edit.public.success": "The item is now public", - - - + + + // "item.edit.reinstate.cancel": "Cancel", // TODO New key - Add a translation "item.edit.reinstate.cancel": "Cancel", - + // "item.edit.reinstate.confirm": "Reinstate", // TODO New key - Add a translation "item.edit.reinstate.confirm": "Reinstate", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", // TODO New key - Add a translation "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", // TODO New key - Add a translation "item.edit.reinstate.error": "An error occurred while reinstating the item", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", // TODO New key - Add a translation "item.edit.reinstate.header": "Reinstate item: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", // TODO New key - Add a translation "item.edit.reinstate.success": "The item was reinstated successfully", - - - + + + // "item.edit.relationships.discard-button": "Discard", // TODO New key - Add a translation "item.edit.relationships.discard-button": "Discard", - + // "item.edit.relationships.edit.buttons.add": "Add", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.add": "Add", - + // "item.edit.relationships.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.remove": "Remove", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.undo": "Undo changes", - + // "item.edit.relationships.no-relationships": "No relationships", // TODO New key - Add a translation "item.edit.relationships.no-relationships": "No relationships", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.title": "Changes discarded", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", // TODO New key - Add a translation "item.edit.relationships.notifications.failed.title": "Error editing relationships", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.title": "Changes outdated", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.title": "Relationships saved", - + // "item.edit.relationships.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.relationships.reinstate-button": "Undo", - + // "item.edit.relationships.save-button": "Save", // TODO New key - Add a translation "item.edit.relationships.save-button": "Save", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", // TODO New key - Add a translation "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.head": "Bitstreams", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", - + // "item.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "item.edit.tabs.curate.head": "Curate", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", // TODO New key - Add a translation "item.edit.tabs.curate.title": "Item Edit - Curate", - + // "item.edit.tabs.metadata.head": "Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.head": "Metadata", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.title": "Item Edit - Metadata", - + // "item.edit.tabs.relationships.head": "Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.head": "Relationships", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.title": "Item Edit - Relationships", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.button": "Permanently delete", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.label": "Move item to another collection", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.button": "Make it private...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.label": "Make item private", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.button": "Make it public...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.label": "Make item public", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", // TODO New key - Add a translation "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", - + // "item.edit.tabs.status.head": "Status", // TODO New key - Add a translation "item.edit.tabs.status.head": "Status", - + // "item.edit.tabs.status.labels.handle": "Handle", // TODO New key - Add a translation "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", // TODO New key - Add a translation "item.edit.tabs.status.labels.id": "Item Internal ID", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", // TODO New key - Add a translation "item.edit.tabs.status.labels.itemPage": "Item Page", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", // TODO New key - Add a translation "item.edit.tabs.status.labels.lastModified": "Last Modified", - + // "item.edit.tabs.status.title": "Item Edit - Status", // TODO New key - Add a translation "item.edit.tabs.status.title": "Item Edit - Status", - + // "item.edit.tabs.versionhistory.head": "Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.head": "Version History", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.title": "Item Edit - Version History", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", // TODO New key - Add a translation "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", - + // "item.edit.tabs.view.head": "View Item", // TODO New key - Add a translation "item.edit.tabs.view.head": "View Item", - + // "item.edit.tabs.view.title": "Item Edit - View", // TODO New key - Add a translation "item.edit.tabs.view.title": "Item Edit - View", - - - + + + // "item.edit.withdraw.cancel": "Cancel", // TODO New key - Add a translation "item.edit.withdraw.cancel": "Cancel", - + // "item.edit.withdraw.confirm": "Withdraw", // TODO New key - Add a translation "item.edit.withdraw.confirm": "Withdraw", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", // TODO New key - Add a translation "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", // TODO New key - Add a translation "item.edit.withdraw.error": "An error occurred while withdrawing the item", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", // TODO New key - Add a translation "item.edit.withdraw.header": "Withdraw item: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", // TODO New key - Add a translation "item.edit.withdraw.success": "The item was withdrawn successfully", - - - + + + // "item.listelement.badge": "Item", // TODO New key - Add a translation "item.listelement.badge": "Item", - + // "item.page.description": "Description", // TODO New key - Add a translation "item.page.description": "Description", - - // "item.page.edit": "Edit this item", - // TODO New key - Add a translation - "item.page.edit": "Edit this item", - + // "item.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "item.page.journal-issn": "Journal ISSN", - + // "item.page.journal-title": "Journal Title", // TODO New key - Add a translation "item.page.journal-title": "Journal Title", - + // "item.page.publisher": "Publisher", // TODO New key - Add a translation "item.page.publisher": "Publisher", - + // "item.page.titleprefix": "Item: ", // TODO New key - Add a translation "item.page.titleprefix": "Item: ", - + // "item.page.volume-title": "Volume Title", // TODO New key - Add a translation "item.page.volume-title": "Volume Title", - + // "item.search.results.head": "Item Search Results", // TODO New key - Add a translation "item.search.results.head": "Item Search Results", - + // "item.search.title": "DSpace Angular :: Item Search", // TODO New key - Add a translation "item.search.title": "DSpace Angular :: Item Search", - - - + + + // "item.page.abstract": "Abstract", "item.page.abstract": "Abstrakt", - + // "item.page.author": "Authors", "item.page.author": "Autor", - + // "item.page.citation": "Citation", // TODO New key - Add a translation "item.page.citation": "Citation", - + // "item.page.collections": "Collections", "item.page.collections": "Kolekce", - + // "item.page.date": "Date", "item.page.date": "Datum", - + // "item.page.edit": "Edit this item", // TODO New key - Add a translation "item.page.edit": "Edit this item", - + // "item.page.files": "Files", "item.page.files": "Soubory", - + // "item.page.filesection.description": "Description:", // TODO New key - Add a translation "item.page.filesection.description": "Description:", - + // "item.page.filesection.download": "Download", "item.page.filesection.download": "Stáhnout", - + // "item.page.filesection.format": "Format:", // TODO New key - Add a translation "item.page.filesection.format": "Format:", - + // "item.page.filesection.name": "Name:", // TODO New key - Add a translation "item.page.filesection.name": "Name:", - + // "item.page.filesection.size": "Size:", // TODO New key - Add a translation "item.page.filesection.size": "Size:", - + // "item.page.journal.search.title": "Articles in this journal", // TODO New key - Add a translation "item.page.journal.search.title": "Articles in this journal", - + // "item.page.link.full": "Full item page", "item.page.link.full": "Úplný záznam", - + // "item.page.link.simple": "Simple item page", "item.page.link.simple": "Minimální záznam", - + // "item.page.person.search.title": "Articles by this author", // TODO New key - Add a translation "item.page.person.search.title": "Articles by this author", - + // "item.page.related-items.view-more": "Show {{ amount }} more", // TODO New key - Add a translation "item.page.related-items.view-more": "Show {{ amount }} more", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", // TODO New key - Add a translation "item.page.related-items.view-less": "Hide last {{ amount }}", - + // "item.page.relationships.isAuthorOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isAuthorOfPublication": "Publications", - + // "item.page.relationships.isJournalOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isJournalOfPublication": "Publications", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfPerson": "Authors", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfProject": "Research Projects", - + // "item.page.subject": "Keywords", // TODO New key - Add a translation "item.page.subject": "Keywords", - + // "item.page.uri": "URI", "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", // TODO New key - Add a translation "item.page.bitstreams.view-more": "Show more", - + // "item.page.bitstreams.collapse": "Collapse", // TODO New key - Add a translation "item.page.bitstreams.collapse": "Collapse", - + // "item.page.filesection.original.bundle" : "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", - + "item.page.filesection.original.bundle": "Original bundle", + // "item.page.filesection.license.bundle" : "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", - + "item.page.filesection.license.bundle": "License bundle", + // "item.preview.dc.identifier.uri": "Identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.uri": "Identifier:", - + // "item.preview.dc.contributor.author": "Authors:", // TODO New key - Add a translation "item.preview.dc.contributor.author": "Authors:", - + // "item.preview.dc.date.issued": "Published date:", // TODO New key - Add a translation "item.preview.dc.date.issued": "Published date:", - + // "item.preview.dc.description.abstract": "Abstract:", // TODO New key - Add a translation "item.preview.dc.description.abstract": "Abstract:", - + // "item.preview.dc.identifier.other": "Other identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.other": "Other identifier:", - + // "item.preview.dc.language.iso": "Language:", // TODO New key - Add a translation "item.preview.dc.language.iso": "Language:", - + // "item.preview.dc.subject": "Subjects:", // TODO New key - Add a translation "item.preview.dc.subject": "Subjects:", - + // "item.preview.dc.title": "Title:", // TODO New key - Add a translation "item.preview.dc.title": "Title:", - + // "item.preview.person.familyName": "Surname:", // TODO New key - Add a translation "item.preview.person.familyName": "Surname:", - + // "item.preview.person.givenName": "Name:", // TODO New key - Add a translation "item.preview.person.givenName": "Name:", - + // "item.preview.person.identifier.orcid": "ORCID:", // TODO New key - Add a translation "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", // TODO New key - Add a translation "item.select.confirm": "Confirm selected", - + // "item.select.empty": "No items to show", // TODO New key - Add a translation "item.select.empty": "No items to show", - + // "item.select.table.author": "Author", // TODO New key - Add a translation "item.select.table.author": "Author", - + // "item.select.table.collection": "Collection", // TODO New key - Add a translation "item.select.table.collection": "Collection", - + // "item.select.table.title": "Title", // TODO New key - Add a translation "item.select.table.title": "Title", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", // TODO New key - Add a translation "item.version.history.empty": "There are no other versions for this item yet.", - + // "item.version.history.head": "Version History", // TODO New key - Add a translation "item.version.history.head": "Version History", - + // "item.version.history.return": "Return", // TODO New key - Add a translation "item.version.history.return": "Return", - + // "item.version.history.selected": "Selected version", // TODO New key - Add a translation "item.version.history.selected": "Selected version", - + // "item.version.history.table.version": "Version", // TODO New key - Add a translation "item.version.history.table.version": "Version", - + // "item.version.history.table.item": "Item", // TODO New key - Add a translation "item.version.history.table.item": "Item", - + // "item.version.history.table.editor": "Editor", // TODO New key - Add a translation "item.version.history.table.editor": "Editor", - + // "item.version.history.table.date": "Date", // TODO New key - Add a translation "item.version.history.table.date": "Date", - + // "item.version.history.table.summary": "Summary", // TODO New key - Add a translation "item.version.history.table.summary": "Summary", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", // TODO New key - Add a translation "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", - - - + + + // "journal.listelement.badge": "Journal", // TODO New key - Add a translation "journal.listelement.badge": "Journal", - + // "journal.page.description": "Description", // TODO New key - Add a translation "journal.page.description": "Description", - + // "journal.page.edit": "Edit this item", // TODO New key - Add a translation "journal.page.edit": "Edit this item", - + // "journal.page.editor": "Editor-in-Chief", // TODO New key - Add a translation "journal.page.editor": "Editor-in-Chief", - + // "journal.page.issn": "ISSN", // TODO New key - Add a translation "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", // TODO New key - Add a translation "journal.page.publisher": "Publisher", - + // "journal.page.titleprefix": "Journal: ", // TODO New key - Add a translation "journal.page.titleprefix": "Journal: ", - + // "journal.search.results.head": "Journal Search Results", // TODO New key - Add a translation "journal.search.results.head": "Journal Search Results", - + // "journal.search.title": "DSpace Angular :: Journal Search", // TODO New key - Add a translation "journal.search.title": "DSpace Angular :: Journal Search", - - - + + + // "journalissue.listelement.badge": "Journal Issue", // TODO New key - Add a translation "journalissue.listelement.badge": "Journal Issue", - + // "journalissue.page.description": "Description", // TODO New key - Add a translation "journalissue.page.description": "Description", - + // "journalissue.page.edit": "Edit this item", // TODO New key - Add a translation "journalissue.page.edit": "Edit this item", - + // "journalissue.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalissue.page.issuedate": "Issue Date", - + // "journalissue.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "journalissue.page.journal-issn": "Journal ISSN", - + // "journalissue.page.journal-title": "Journal Title", // TODO New key - Add a translation "journalissue.page.journal-title": "Journal Title", - + // "journalissue.page.keyword": "Keywords", // TODO New key - Add a translation "journalissue.page.keyword": "Keywords", - + // "journalissue.page.number": "Number", // TODO New key - Add a translation "journalissue.page.number": "Number", - + // "journalissue.page.titleprefix": "Journal Issue: ", // TODO New key - Add a translation "journalissue.page.titleprefix": "Journal Issue: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", // TODO New key - Add a translation "journalvolume.listelement.badge": "Journal Volume", - + // "journalvolume.page.description": "Description", // TODO New key - Add a translation "journalvolume.page.description": "Description", - + // "journalvolume.page.edit": "Edit this item", // TODO New key - Add a translation "journalvolume.page.edit": "Edit this item", - + // "journalvolume.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalvolume.page.issuedate": "Issue Date", - + // "journalvolume.page.titleprefix": "Journal Volume: ", // TODO New key - Add a translation "journalvolume.page.titleprefix": "Journal Volume: ", - + // "journalvolume.page.volume": "Volume", // TODO New key - Add a translation "journalvolume.page.volume": "Volume", - - - + + + // "loading.bitstream": "Loading bitstream...", // TODO New key - Add a translation "loading.bitstream": "Loading bitstream...", - + // "loading.bitstreams": "Loading bitstreams...", // TODO New key - Add a translation "loading.bitstreams": "Loading bitstreams...", - + // "loading.browse-by": "Loading items...", "loading.browse-by": "Načítají se záznamy...", - + // "loading.browse-by-page": "Loading page...", // TODO New key - Add a translation "loading.browse-by-page": "Loading page...", - + // "loading.collection": "Loading collection...", "loading.collection": "Načítá se kolekce...", - + // "loading.collections": "Loading collections...", // TODO New key - Add a translation "loading.collections": "Loading collections...", - + // "loading.content-source": "Loading content source...", // TODO New key - Add a translation "loading.content-source": "Loading content source...", - + // "loading.community": "Loading community...", "loading.community": "Načítá se komunita...", - + // "loading.default": "Loading...", "loading.default": "Načítá se...", - + // "loading.item": "Loading item...", "loading.item": "Načítá se záznam...", - + // "loading.items": "Loading items...", // TODO New key - Add a translation "loading.items": "Loading items...", - + // "loading.mydspace-results": "Loading items...", // TODO New key - Add a translation "loading.mydspace-results": "Loading items...", - + // "loading.objects": "Loading...", "loading.objects": "Načítá se...", - + // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "Načítají se poslední příspěvky...", - + // "loading.search-results": "Loading search results...", "loading.search-results": "Načítají se výsledky hledání...", - + // "loading.sub-collections": "Loading sub-collections...", "loading.sub-collections": "Načítají se subkolekce...", - + // "loading.sub-communities": "Loading sub-communities...", // TODO New key - Add a translation "loading.sub-communities": "Loading sub-communities...", - + // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "Načítají se komunity nejvyšší úrovně...", - - - + + + // "login.form.email": "Email address", "login.form.email": "E-mailová adresa", - + // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "Zapomněli jste své heslo?", - + // "login.form.header": "Please log in to DSpace", "login.form.header": "Prosím, přihlaste se do DSpace", - + // "login.form.new-user": "New user? Click here to register.", "login.form.new-user": "Nový uživatel? Zaregistrujte se kliknutím sem.", - + // "login.form.or-divider": "or", // TODO New key - Add a translation "login.form.or-divider": "or", - + // "login.form.password": "Password", "login.form.password": "Heslo", - + // "login.form.shibboleth": "Log in with Shibboleth", // TODO New key - Add a translation "login.form.shibboleth": "Log in with Shibboleth", - + // "login.form.submit": "Log in", "login.form.submit": "Přihlásit se", - + // "login.title": "Login", "login.title": "Přihlásit se", - + // "login.breadcrumbs": "Login", // TODO New key - Add a translation "login.breadcrumbs": "Login", - - - + + + // "logout.form.header": "Log out from DSpace", "logout.form.header": "Odhlásit se z DSpace", - + // "logout.form.submit": "Log out", "logout.form.submit": "Odhlásit se", - + // "logout.title": "Logout", "logout.title": "Odhlásit se", - - - + + + // "menu.header.admin": "Admin", // TODO New key - Add a translation "menu.header.admin": "Admin", - + // "menu.header.image.logo": "Repository logo", // TODO New key - Add a translation "menu.header.image.logo": "Repository logo", - - - + + + // "menu.section.access_control": "Access Control", // TODO New key - Add a translation "menu.section.access_control": "Access Control", - + // "menu.section.access_control_authorizations": "Authorizations", // TODO New key - Add a translation "menu.section.access_control_authorizations": "Authorizations", - + // "menu.section.access_control_groups": "Groups", // TODO New key - Add a translation "menu.section.access_control_groups": "Groups", - + // "menu.section.access_control_people": "People", // TODO New key - Add a translation "menu.section.access_control_people": "People", - - - + + + // "menu.section.admin_search": "Admin Search", // TODO New key - Add a translation "menu.section.admin_search": "Admin Search", - - - + + + // "menu.section.browse_community": "This Community", // TODO New key - Add a translation "menu.section.browse_community": "This Community", - + // "menu.section.browse_community_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_community_by_author": "By Author", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_community_by_issue_date": "By Issue Date", - + // "menu.section.browse_community_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_community_by_title": "By Title", - + // "menu.section.browse_global": "All of DSpace", // TODO New key - Add a translation "menu.section.browse_global": "All of DSpace", - + // "menu.section.browse_global_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_global_by_author": "By Author", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_global_by_dateissued": "By Issue Date", - + // "menu.section.browse_global_by_subject": "By Subject", // TODO New key - Add a translation "menu.section.browse_global_by_subject": "By Subject", - + // "menu.section.browse_global_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_global_by_title": "By Title", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", // TODO New key - Add a translation "menu.section.browse_global_communities_and_collections": "Communities & Collections", - - - + + + // "menu.section.control_panel": "Control Panel", // TODO New key - Add a translation "menu.section.control_panel": "Control Panel", - + // "menu.section.curation_task": "Curation Task", // TODO New key - Add a translation "menu.section.curation_task": "Curation Task", - - - + + + // "menu.section.edit": "Edit", // TODO New key - Add a translation "menu.section.edit": "Edit", - + // "menu.section.edit_collection": "Collection", // TODO New key - Add a translation "menu.section.edit_collection": "Collection", - + // "menu.section.edit_community": "Community", // TODO New key - Add a translation "menu.section.edit_community": "Community", - + // "menu.section.edit_item": "Item", // TODO New key - Add a translation "menu.section.edit_item": "Item", - - - + + + // "menu.section.export": "Export", // TODO New key - Add a translation "menu.section.export": "Export", - + // "menu.section.export_collection": "Collection", // TODO New key - Add a translation "menu.section.export_collection": "Collection", - + // "menu.section.export_community": "Community", // TODO New key - Add a translation "menu.section.export_community": "Community", - + // "menu.section.export_item": "Item", // TODO New key - Add a translation "menu.section.export_item": "Item", - + // "menu.section.export_metadata": "Metadata", // TODO New key - Add a translation "menu.section.export_metadata": "Metadata", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", // TODO New key - Add a translation "menu.section.icon.access_control": "Access Control menu section", - + // "menu.section.icon.admin_search": "Admin search menu section", // TODO New key - Add a translation "menu.section.icon.admin_search": "Admin search menu section", - + // "menu.section.icon.control_panel": "Control Panel menu section", // TODO New key - Add a translation "menu.section.icon.control_panel": "Control Panel menu section", - + // "menu.section.icon.curation_task": "Curation Task menu section", // TODO New key - Add a translation "menu.section.icon.curation_task": "Curation Task menu section", - + // "menu.section.icon.edit": "Edit menu section", // TODO New key - Add a translation "menu.section.icon.edit": "Edit menu section", - + // "menu.section.icon.export": "Export menu section", // TODO New key - Add a translation "menu.section.icon.export": "Export menu section", - + // "menu.section.icon.find": "Find menu section", // TODO New key - Add a translation "menu.section.icon.find": "Find menu section", - + // "menu.section.icon.import": "Import menu section", // TODO New key - Add a translation "menu.section.icon.import": "Import menu section", - + // "menu.section.icon.new": "New menu section", // TODO New key - Add a translation "menu.section.icon.new": "New menu section", - + // "menu.section.icon.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.icon.pin": "Pin sidebar", - + // "menu.section.icon.processes": "Processes menu section", // TODO New key - Add a translation "menu.section.icon.processes": "Processes menu section", - + // "menu.section.icon.registries": "Registries menu section", // TODO New key - Add a translation "menu.section.icon.registries": "Registries menu section", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", // TODO New key - Add a translation "menu.section.icon.statistics_task": "Statistics Task menu section", - + // "menu.section.icon.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.icon.unpin": "Unpin sidebar", - - - + + + // "menu.section.import": "Import", // TODO New key - Add a translation "menu.section.import": "Import", - + // "menu.section.import_batch": "Batch Import (ZIP)", // TODO New key - Add a translation "menu.section.import_batch": "Batch Import (ZIP)", - + // "menu.section.import_metadata": "Metadata", // TODO New key - Add a translation "menu.section.import_metadata": "Metadata", - - - + + + // "menu.section.new": "New", // TODO New key - Add a translation "menu.section.new": "New", - + // "menu.section.new_collection": "Collection", // TODO New key - Add a translation "menu.section.new_collection": "Collection", - + // "menu.section.new_community": "Community", // TODO New key - Add a translation "menu.section.new_community": "Community", - + // "menu.section.new_item": "Item", // TODO New key - Add a translation "menu.section.new_item": "Item", - + // "menu.section.new_item_version": "Item Version", // TODO New key - Add a translation "menu.section.new_item_version": "Item Version", - + // "menu.section.new_process": "Process", // TODO New key - Add a translation "menu.section.new_process": "Process", - - - + + + // "menu.section.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.pin": "Pin sidebar", - + // "menu.section.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.unpin": "Unpin sidebar", - - - + + + // "menu.section.processes": "Processes", // TODO New key - Add a translation "menu.section.processes": "Processes", - - - + + + // "menu.section.registries": "Registries", // TODO New key - Add a translation "menu.section.registries": "Registries", - + // "menu.section.registries_format": "Format", // TODO New key - Add a translation "menu.section.registries_format": "Format", - + // "menu.section.registries_metadata": "Metadata", // TODO New key - Add a translation "menu.section.registries_metadata": "Metadata", - - - + + + // "menu.section.statistics": "Statistics", // TODO New key - Add a translation "menu.section.statistics": "Statistics", - + // "menu.section.statistics_task": "Statistics Task", // TODO New key - Add a translation "menu.section.statistics_task": "Statistics Task", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", // TODO New key - Add a translation "menu.section.toggle.access_control": "Toggle Access Control section", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", // TODO New key - Add a translation "menu.section.toggle.control_panel": "Toggle Control Panel section", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", // TODO New key - Add a translation "menu.section.toggle.curation_task": "Toggle Curation Task section", - + // "menu.section.toggle.edit": "Toggle Edit section", // TODO New key - Add a translation "menu.section.toggle.edit": "Toggle Edit section", - + // "menu.section.toggle.export": "Toggle Export section", // TODO New key - Add a translation "menu.section.toggle.export": "Toggle Export section", - + // "menu.section.toggle.find": "Toggle Find section", // TODO New key - Add a translation "menu.section.toggle.find": "Toggle Find section", - + // "menu.section.toggle.import": "Toggle Import section", // TODO New key - Add a translation "menu.section.toggle.import": "Toggle Import section", - + // "menu.section.toggle.new": "Toggle New section", // TODO New key - Add a translation "menu.section.toggle.new": "Toggle New section", - + // "menu.section.toggle.registries": "Toggle Registries section", // TODO New key - Add a translation "menu.section.toggle.registries": "Toggle Registries section", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", // TODO New key - Add a translation "menu.section.toggle.statistics_task": "Toggle Statistics Task section", - - + + // "menu.section.workflow": "Administer Workflow", // TODO New key - Add a translation "menu.section.workflow": "Administer Workflow", - - + + // "mydspace.description": "", // TODO New key - Add a translation "mydspace.description": "", - + // "mydspace.general.text-here": "here", // TODO New key - Add a translation "mydspace.general.text-here": "here", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", // TODO New key - Add a translation "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", // TODO New key - Add a translation "mydspace.messages.description-placeholder": "Insert your message here...", - + // "mydspace.messages.hide-msg": "Hide message", // TODO New key - Add a translation "mydspace.messages.hide-msg": "Hide message", - + // "mydspace.messages.mark-as-read": "Mark as read", // TODO New key - Add a translation "mydspace.messages.mark-as-read": "Mark as read", - + // "mydspace.messages.mark-as-unread": "Mark as unread", // TODO New key - Add a translation "mydspace.messages.mark-as-unread": "Mark as unread", - + // "mydspace.messages.no-content": "No content.", // TODO New key - Add a translation "mydspace.messages.no-content": "No content.", - + // "mydspace.messages.no-messages": "No messages yet.", // TODO New key - Add a translation "mydspace.messages.no-messages": "No messages yet.", - + // "mydspace.messages.send-btn": "Send", // TODO New key - Add a translation "mydspace.messages.send-btn": "Send", - + // "mydspace.messages.show-msg": "Show message", // TODO New key - Add a translation "mydspace.messages.show-msg": "Show message", - + // "mydspace.messages.subject-placeholder": "Subject...", // TODO New key - Add a translation "mydspace.messages.subject-placeholder": "Subject...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", // TODO New key - Add a translation "mydspace.messages.submitter-help": "Select this option to send a message to controller.", - + // "mydspace.messages.title": "Messages", // TODO New key - Add a translation "mydspace.messages.title": "Messages", - + // "mydspace.messages.to": "To", // TODO New key - Add a translation "mydspace.messages.to": "To", - + // "mydspace.new-submission": "New submission", // TODO New key - Add a translation "mydspace.new-submission": "New submission", - + // "mydspace.new-submission-external": "Import metadata from external source", // TODO New key - Add a translation "mydspace.new-submission-external": "Import metadata from external source", - + // "mydspace.new-submission-external-short": "Import metadata", // TODO New key - Add a translation "mydspace.new-submission-external-short": "Import metadata", - + // "mydspace.results.head": "Your submissions", // TODO New key - Add a translation "mydspace.results.head": "Your submissions", - + // "mydspace.results.no-abstract": "No Abstract", // TODO New key - Add a translation "mydspace.results.no-abstract": "No Abstract", - + // "mydspace.results.no-authors": "No Authors", // TODO New key - Add a translation "mydspace.results.no-authors": "No Authors", - + // "mydspace.results.no-collections": "No Collections", // TODO New key - Add a translation "mydspace.results.no-collections": "No Collections", - + // "mydspace.results.no-date": "No Date", // TODO New key - Add a translation "mydspace.results.no-date": "No Date", - + // "mydspace.results.no-files": "No Files", // TODO New key - Add a translation "mydspace.results.no-files": "No Files", - + // "mydspace.results.no-results": "There were no items to show", // TODO New key - Add a translation "mydspace.results.no-results": "There were no items to show", - + // "mydspace.results.no-title": "No title", // TODO New key - Add a translation "mydspace.results.no-title": "No title", - + // "mydspace.results.no-uri": "No Uri", // TODO New key - Add a translation "mydspace.results.no-uri": "No Uri", - + // "mydspace.show.workflow": "All tasks", // TODO New key - Add a translation "mydspace.show.workflow": "All tasks", - + // "mydspace.show.workspace": "Your Submissions", // TODO New key - Add a translation "mydspace.show.workspace": "Your Submissions", - + // "mydspace.status.archived": "Archived", // TODO New key - Add a translation "mydspace.status.archived": "Archived", - + // "mydspace.status.validation": "Validation", // TODO New key - Add a translation "mydspace.status.validation": "Validation", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", // TODO New key - Add a translation "mydspace.status.waiting-for-controller": "Waiting for controller", - + // "mydspace.status.workflow": "Workflow", // TODO New key - Add a translation "mydspace.status.workflow": "Workflow", - + // "mydspace.status.workspace": "Workspace", // TODO New key - Add a translation "mydspace.status.workspace": "Workspace", - + // "mydspace.title": "MyDSpace", // TODO New key - Add a translation "mydspace.title": "MyDSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", // TODO New key - Add a translation "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", // TODO New key - Add a translation "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", // TODO New key - Add a translation "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", // TODO New key - Add a translation "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", // TODO New key - Add a translation "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", - + // "mydspace.view-btn": "View", // TODO New key - Add a translation "mydspace.view-btn": "View", - - - + + + // "nav.browse.header": "All of DSpace", // TODO New key - Add a translation "nav.browse.header": "All of DSpace", - + // "nav.community-browse.header": "By Community", // TODO New key - Add a translation "nav.community-browse.header": "By Community", - + // "nav.language": "Language switch", // TODO New key - Add a translation "nav.language": "Language switch", - + // "nav.login": "Log In", "nav.login": "Přihlásit se", - + // "nav.logout": "Log Out", "nav.logout": "Odhlásit se", - + // "nav.mydspace": "MyDSpace", // TODO New key - Add a translation "nav.mydspace": "MyDSpace", - + // "nav.profile": "Profile", // TODO New key - Add a translation "nav.profile": "Profile", - + // "nav.search": "Search", // TODO New key - Add a translation "nav.search": "Search", - + // "nav.statistics.header": "Statistics", // TODO New key - Add a translation "nav.statistics.header": "Statistics", - + // "nav.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "nav.stop-impersonating": "Stop impersonating EPerson", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", // TODO New key - Add a translation "orgunit.listelement.badge": "Organizational Unit", - + // "orgunit.page.city": "City", // TODO New key - Add a translation "orgunit.page.city": "City", - + // "orgunit.page.country": "Country", // TODO New key - Add a translation "orgunit.page.country": "Country", - + // "orgunit.page.dateestablished": "Date established", // TODO New key - Add a translation "orgunit.page.dateestablished": "Date established", - + // "orgunit.page.description": "Description", // TODO New key - Add a translation "orgunit.page.description": "Description", - + // "orgunit.page.edit": "Edit this item", // TODO New key - Add a translation "orgunit.page.edit": "Edit this item", - + // "orgunit.page.id": "ID", // TODO New key - Add a translation "orgunit.page.id": "ID", - + // "orgunit.page.titleprefix": "Organizational Unit: ", // TODO New key - Add a translation "orgunit.page.titleprefix": "Organizational Unit: ", - - - + + + // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "Výsledků na stránku", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", "pagination.showing.detail": "{{ range }} z {{ total }}", - + // "pagination.showing.label": "Now showing ", "pagination.showing.label": "Zobrazují se záznamy ", - + // "pagination.sort-direction": "Sort Options", "pagination.sort-direction": "Seřazení", - - - + + + // "person.listelement.badge": "Person", // TODO New key - Add a translation "person.listelement.badge": "Person", - + // "person.listelement.no-title": "No name found", // TODO New key - Add a translation "person.listelement.no-title": "No name found", - + // "person.page.birthdate": "Birth Date", // TODO New key - Add a translation "person.page.birthdate": "Birth Date", - + // "person.page.edit": "Edit this item", // TODO New key - Add a translation "person.page.edit": "Edit this item", - + // "person.page.email": "Email Address", // TODO New key - Add a translation "person.page.email": "Email Address", - + // "person.page.firstname": "First Name", // TODO New key - Add a translation "person.page.firstname": "First Name", - + // "person.page.jobtitle": "Job Title", // TODO New key - Add a translation "person.page.jobtitle": "Job Title", - + // "person.page.lastname": "Last Name", // TODO New key - Add a translation "person.page.lastname": "Last Name", - + // "person.page.link.full": "Show all metadata", // TODO New key - Add a translation "person.page.link.full": "Show all metadata", - + // "person.page.orcid": "ORCID", // TODO New key - Add a translation "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", // TODO New key - Add a translation "person.page.staffid": "Staff ID", - + // "person.page.titleprefix": "Person: ", // TODO New key - Add a translation "person.page.titleprefix": "Person: ", - + // "person.search.results.head": "Person Search Results", // TODO New key - Add a translation "person.search.results.head": "Person Search Results", - + // "person.search.title": "DSpace Angular :: Person Search", // TODO New key - Add a translation "person.search.title": "DSpace Angular :: Person Search", - - - + + + // "process.new.select-parameters": "Parameters", // TODO New key - Add a translation "process.new.select-parameters": "Parameters", - + // "process.new.cancel": "Cancel", // TODO New key - Add a translation "process.new.cancel": "Cancel", - + // "process.new.submit": "Submit", // TODO New key - Add a translation "process.new.submit": "Submit", - + // "process.new.select-script": "Script", // TODO New key - Add a translation "process.new.select-script": "Script", - + // "process.new.select-script.placeholder": "Choose a script...", // TODO New key - Add a translation "process.new.select-script.placeholder": "Choose a script...", - + // "process.new.select-script.required": "Script is required", // TODO New key - Add a translation "process.new.select-script.required": "Script is required", - + // "process.new.parameter.file.upload-button": "Select file...", // TODO New key - Add a translation "process.new.parameter.file.upload-button": "Select file...", - + // "process.new.parameter.file.required": "Please select a file", // TODO New key - Add a translation "process.new.parameter.file.required": "Please select a file", - + // "process.new.parameter.string.required": "Parameter value is required", // TODO New key - Add a translation "process.new.parameter.string.required": "Parameter value is required", - + // "process.new.parameter.type.value": "value", // TODO New key - Add a translation "process.new.parameter.type.value": "value", - + // "process.new.parameter.type.file": "file", // TODO New key - Add a translation "process.new.parameter.type.file": "file", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", // TODO New key - Add a translation "process.new.parameter.required.missing": "The following parameters are required but still missing:", - + // "process.new.notification.success.title": "Success", // TODO New key - Add a translation "process.new.notification.success.title": "Success", - + // "process.new.notification.success.content": "The process was successfully created", // TODO New key - Add a translation "process.new.notification.success.content": "The process was successfully created", - + // "process.new.notification.error.title": "Error", // TODO New key - Add a translation "process.new.notification.error.title": "Error", - + // "process.new.notification.error.content": "An error occurred while creating this process", // TODO New key - Add a translation "process.new.notification.error.content": "An error occurred while creating this process", - + // "process.new.header": "Create a new process", // TODO New key - Add a translation "process.new.header": "Create a new process", - + // "process.new.title": "Create a new process", // TODO New key - Add a translation "process.new.title": "Create a new process", - + // "process.new.breadcrumbs": "Create a new process", // TODO New key - Add a translation "process.new.breadcrumbs": "Create a new process", - - - + + + // "process.detail.arguments" : "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", - + "process.detail.arguments": "Arguments", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", - + "process.detail.arguments.empty": "This process doesn't contain any arguments", + // "process.detail.back" : "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", - + "process.detail.back": "Back", + // "process.detail.output" : "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", - + "process.detail.output": "Process Output", + // "process.detail.logs.button": "Retrieve process output", // TODO New key - Add a translation "process.detail.logs.button": "Retrieve process output", - + // "process.detail.logs.loading": "Retrieving", // TODO New key - Add a translation "process.detail.logs.loading": "Retrieving", - + // "process.detail.logs.none": "This process has no output", // TODO New key - Add a translation "process.detail.logs.none": "This process has no output", - + // "process.detail.output-files" : "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", - + "process.detail.output-files": "Output Files", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", - + "process.detail.output-files.empty": "This process doesn't contain any output files", + // "process.detail.script" : "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", - + "process.detail.script": "Script", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", - + "process.detail.title": "Process: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", - + "process.detail.start-time": "Start time", + // "process.detail.end-time" : "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", - + "process.detail.end-time": "Finish time", + // "process.detail.status" : "Status", // TODO New key - Add a translation - "process.detail.status" : "Status", - + "process.detail.status": "Status", + // "process.detail.create" : "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", - - - + "process.detail.create": "Create similar process", + + + // "process.overview.table.finish" : "Finish time", // TODO New key - Add a translation - "process.overview.table.finish" : "Finish time", - + "process.overview.table.finish": "Finish time", + // "process.overview.table.id" : "Process ID", // TODO New key - Add a translation - "process.overview.table.id" : "Process ID", - + "process.overview.table.id": "Process ID", + // "process.overview.table.name" : "Name", // TODO New key - Add a translation - "process.overview.table.name" : "Name", - + "process.overview.table.name": "Name", + // "process.overview.table.start" : "Start time", // TODO New key - Add a translation - "process.overview.table.start" : "Start time", - + "process.overview.table.start": "Start time", + // "process.overview.table.status" : "Status", // TODO New key - Add a translation - "process.overview.table.status" : "Status", - + "process.overview.table.status": "Status", + // "process.overview.table.user" : "User", // TODO New key - Add a translation - "process.overview.table.user" : "User", - + "process.overview.table.user": "User", + // "process.overview.title": "Processes Overview", // TODO New key - Add a translation "process.overview.title": "Processes Overview", - + // "process.overview.breadcrumbs": "Processes Overview", // TODO New key - Add a translation "process.overview.breadcrumbs": "Processes Overview", - + // "process.overview.new": "New", // TODO New key - Add a translation "process.overview.new": "New", - - + + // "profile.breadcrumbs": "Update Profile", // TODO New key - Add a translation "profile.breadcrumbs": "Update Profile", - + // "profile.card.identify": "Identify", // TODO New key - Add a translation "profile.card.identify": "Identify", - + // "profile.card.security": "Security", // TODO New key - Add a translation "profile.card.security": "Security", - + // "profile.form.submit": "Update Profile", // TODO New key - Add a translation "profile.form.submit": "Update Profile", - + // "profile.groups.head": "Authorization groups you belong to", // TODO New key - Add a translation "profile.groups.head": "Authorization groups you belong to", - + // "profile.head": "Update Profile", // TODO New key - Add a translation "profile.head": "Update Profile", - + // "profile.metadata.form.error.firstname.required": "First Name is required", // TODO New key - Add a translation "profile.metadata.form.error.firstname.required": "First Name is required", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", // TODO New key - Add a translation "profile.metadata.form.error.lastname.required": "Last Name is required", - + // "profile.metadata.form.label.email": "Email Address", // TODO New key - Add a translation "profile.metadata.form.label.email": "Email Address", - + // "profile.metadata.form.label.firstname": "First Name", // TODO New key - Add a translation "profile.metadata.form.label.firstname": "First Name", - + // "profile.metadata.form.label.language": "Language", // TODO New key - Add a translation "profile.metadata.form.label.language": "Language", - + // "profile.metadata.form.label.lastname": "Last Name", // TODO New key - Add a translation "profile.metadata.form.label.lastname": "Last Name", - + // "profile.metadata.form.label.phone": "Contact Telephone", // TODO New key - Add a translation "profile.metadata.form.label.phone": "Contact Telephone", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", // TODO New key - Add a translation "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", // TODO New key - Add a translation "profile.metadata.form.notifications.success.title": "Profile saved", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", // TODO New key - Add a translation "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", - + // "profile.notifications.warning.no-changes.title": "No changes", // TODO New key - Add a translation "profile.notifications.warning.no-changes.title": "No changes", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "profile.security.form.error.matching-passwords": "The passwords do not match.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.error.password-length": "The password should be at least 6 characters long.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "profile.security.form.label.password": "Password", // TODO New key - Add a translation "profile.security.form.label.password": "Password", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "profile.security.form.label.passwordrepeat": "Retype to confirm", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", // TODO New key - Add a translation "profile.security.form.notifications.success.content": "Your changes to the password were saved.", - + // "profile.security.form.notifications.success.title": "Password saved", // TODO New key - Add a translation "profile.security.form.notifications.success.title": "Password saved", - + // "profile.security.form.notifications.error.title": "Error changing passwords", // TODO New key - Add a translation "profile.security.form.notifications.error.title": "Error changing passwords", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", - + // "profile.title": "Update Profile", // TODO New key - Add a translation "profile.title": "Update Profile", - - - + + + // "project.listelement.badge": "Research Project", // TODO New key - Add a translation "project.listelement.badge": "Research Project", - + // "project.page.contributor": "Contributors", // TODO New key - Add a translation "project.page.contributor": "Contributors", - + // "project.page.description": "Description", // TODO New key - Add a translation "project.page.description": "Description", - + // "project.page.edit": "Edit this item", // TODO New key - Add a translation "project.page.edit": "Edit this item", - + // "project.page.expectedcompletion": "Expected Completion", // TODO New key - Add a translation "project.page.expectedcompletion": "Expected Completion", - + // "project.page.funder": "Funders", // TODO New key - Add a translation "project.page.funder": "Funders", - + // "project.page.id": "ID", // TODO New key - Add a translation "project.page.id": "ID", - + // "project.page.keyword": "Keywords", // TODO New key - Add a translation "project.page.keyword": "Keywords", - + // "project.page.status": "Status", // TODO New key - Add a translation "project.page.status": "Status", - + // "project.page.titleprefix": "Research Project: ", // TODO New key - Add a translation "project.page.titleprefix": "Research Project: ", - + // "project.search.results.head": "Project Search Results", // TODO New key - Add a translation "project.search.results.head": "Project Search Results", - - - + + + // "publication.listelement.badge": "Publication", // TODO New key - Add a translation "publication.listelement.badge": "Publication", - + // "publication.page.description": "Description", // TODO New key - Add a translation "publication.page.description": "Description", - + // "publication.page.edit": "Edit this item", // TODO New key - Add a translation "publication.page.edit": "Edit this item", - + // "publication.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "publication.page.journal-issn": "Journal ISSN", - + // "publication.page.journal-title": "Journal Title", // TODO New key - Add a translation "publication.page.journal-title": "Journal Title", - + // "publication.page.publisher": "Publisher", // TODO New key - Add a translation "publication.page.publisher": "Publisher", - + // "publication.page.titleprefix": "Publication: ", // TODO New key - Add a translation "publication.page.titleprefix": "Publication: ", - + // "publication.page.volume-title": "Volume Title", // TODO New key - Add a translation "publication.page.volume-title": "Volume Title", - + // "publication.search.results.head": "Publication Search Results", // TODO New key - Add a translation "publication.search.results.head": "Publication Search Results", - + // "publication.search.title": "DSpace Angular :: Publication Search", // TODO New key - Add a translation "publication.search.title": "DSpace Angular :: Publication Search", - - + + // "register-email.title": "New user registration", // TODO New key - Add a translation "register-email.title": "New user registration", - + // "register-page.create-profile.header": "Create Profile", // TODO New key - Add a translation "register-page.create-profile.header": "Create Profile", - + // "register-page.create-profile.identification.header": "Identify", // TODO New key - Add a translation "register-page.create-profile.identification.header": "Identify", - + // "register-page.create-profile.identification.email": "Email Address", // TODO New key - Add a translation "register-page.create-profile.identification.email": "Email Address", - + // "register-page.create-profile.identification.first-name": "First Name *", // TODO New key - Add a translation "register-page.create-profile.identification.first-name": "First Name *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", // TODO New key - Add a translation "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", - + // "register-page.create-profile.identification.last-name": "Last Name *", // TODO New key - Add a translation "register-page.create-profile.identification.last-name": "Last Name *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", // TODO New key - Add a translation "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - + // "register-page.create-profile.identification.contact": "Contact Telephone", // TODO New key - Add a translation "register-page.create-profile.identification.contact": "Contact Telephone", - + // "register-page.create-profile.identification.language": "Language", // TODO New key - Add a translation "register-page.create-profile.identification.language": "Language", - + // "register-page.create-profile.security.header": "Security", // TODO New key - Add a translation "register-page.create-profile.security.header": "Security", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "register-page.create-profile.security.label.password": "Password *", // TODO New key - Add a translation "register-page.create-profile.security.label.password": "Password *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", // TODO New key - Add a translation "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", - + // "register-page.create-profile.submit": "Complete Registration", // TODO New key - Add a translation "register-page.create-profile.submit": "Complete Registration", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", // TODO New key - Add a translation "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", - + // "register-page.create-profile.submit.error.head": "Registration failed", // TODO New key - Add a translation "register-page.create-profile.submit.error.head": "Registration failed", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", // TODO New key - Add a translation "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - + // "register-page.create-profile.submit.success.head": "Registration completed", // TODO New key - Add a translation "register-page.create-profile.submit.success.head": "Registration completed", - - + + // "register-page.registration.header": "New user registration", // TODO New key - Add a translation "register-page.registration.header": "New user registration", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "register-page.registration.email": "Email Address *", // TODO New key - Add a translation "register-page.registration.email": "Email Address *", - + // "register-page.registration.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "register-page.registration.email.error.required": "Please fill in an email address", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "register-page.registration.email.error.pattern": "Please fill in a valid email address", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "register-page.registration.email.hint": "This address will be verified and used as your login name.", - + // "register-page.registration.submit": "Register", // TODO New key - Add a translation "register-page.registration.submit": "Register", - + // "register-page.registration.success.head": "Verification email sent", // TODO New key - Add a translation "register-page.registration.success.head": "Verification email sent", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "register-page.registration.error.head": "Error when trying to register email", // TODO New key - Add a translation "register-page.registration.error.head": "Error when trying to register email", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", // TODO New key - Add a translation "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - + // "relationships.add.error.server.content": "The server returned an error", // TODO New key - Add a translation "relationships.add.error.server.content": "The server returned an error", - + // "relationships.add.error.title": "Unable to add relationship", // TODO New key - Add a translation "relationships.add.error.title": "Unable to add relationship", - + // "relationships.isAuthorOf": "Authors", // TODO New key - Add a translation "relationships.isAuthorOf": "Authors", - + // "relationships.isAuthorOf.Person": "Authors (persons)", // TODO New key - Add a translation "relationships.isAuthorOf.Person": "Authors (persons)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", // TODO New key - Add a translation "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", - + // "relationships.isIssueOf": "Journal Issues", // TODO New key - Add a translation "relationships.isIssueOf": "Journal Issues", - + // "relationships.isJournalIssueOf": "Journal Issue", // TODO New key - Add a translation "relationships.isJournalIssueOf": "Journal Issue", - + // "relationships.isJournalOf": "Journals", // TODO New key - Add a translation "relationships.isJournalOf": "Journals", - + // "relationships.isOrgUnitOf": "Organizational Units", // TODO New key - Add a translation "relationships.isOrgUnitOf": "Organizational Units", - + // "relationships.isPersonOf": "Authors", // TODO New key - Add a translation "relationships.isPersonOf": "Authors", - + // "relationships.isProjectOf": "Research Projects", // TODO New key - Add a translation "relationships.isProjectOf": "Research Projects", - + // "relationships.isPublicationOf": "Publications", // TODO New key - Add a translation "relationships.isPublicationOf": "Publications", - + // "relationships.isPublicationOfJournalIssue": "Articles", // TODO New key - Add a translation "relationships.isPublicationOfJournalIssue": "Articles", - + // "relationships.isSingleJournalOf": "Journal", // TODO New key - Add a translation "relationships.isSingleJournalOf": "Journal", - + // "relationships.isSingleVolumeOf": "Journal Volume", // TODO New key - Add a translation "relationships.isSingleVolumeOf": "Journal Volume", - + // "relationships.isVolumeOf": "Journal Volumes", // TODO New key - Add a translation "relationships.isVolumeOf": "Journal Volumes", - + // "relationships.isContributorOf": "Contributors", // TODO New key - Add a translation "relationships.isContributorOf": "Contributors", - - - + + + // "resource-policies.add.button": "Add", // TODO New key - Add a translation "resource-policies.add.button": "Add", - + // "resource-policies.add.for.": "Add a new policy", // TODO New key - Add a translation "resource-policies.add.for.": "Add a new policy", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", // TODO New key - Add a translation "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", // TODO New key - Add a translation "resource-policies.add.for.bundle": "Add a new Bundle policy", - + // "resource-policies.add.for.item": "Add a new Item policy", // TODO New key - Add a translation "resource-policies.add.for.item": "Add a new Item policy", - + // "resource-policies.add.for.community": "Add a new Community policy", // TODO New key - Add a translation "resource-policies.add.for.community": "Add a new Community policy", - + // "resource-policies.add.for.collection": "Add a new Collection policy", // TODO New key - Add a translation "resource-policies.add.for.collection": "Add a new Collection policy", - + // "resource-policies.create.page.heading": "Create new resource policy for ", // TODO New key - Add a translation "resource-policies.create.page.heading": "Create new resource policy for ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", // TODO New key - Add a translation "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - + // "resource-policies.create.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.create.page.success.content": "Operation successful", - + // "resource-policies.create.page.title": "Create new resource policy", // TODO New key - Add a translation "resource-policies.create.page.title": "Create new resource policy", - + // "resource-policies.delete.btn": "Delete selected", // TODO New key - Add a translation "resource-policies.delete.btn": "Delete selected", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", // TODO New key - Add a translation "resource-policies.delete.btn.title": "Delete selected resource policies", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", // TODO New key - Add a translation "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", - + // "resource-policies.delete.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.delete.success.content": "Operation successful", - + // "resource-policies.edit.page.heading": "Edit resource policy ", // TODO New key - Add a translation "resource-policies.edit.page.heading": "Edit resource policy ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", // TODO New key - Add a translation "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - + // "resource-policies.edit.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.edit.page.success.content": "Operation successful", - + // "resource-policies.edit.page.title": "Edit resource policy", // TODO New key - Add a translation "resource-policies.edit.page.title": "Edit resource policy", - + // "resource-policies.form.action-type.label": "Select the action type", // TODO New key - Add a translation "resource-policies.form.action-type.label": "Select the action type", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", // TODO New key - Add a translation "resource-policies.form.action-type.required": "You must select the resource policy action.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.select.btn": "Select", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.action": "Action", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.name": "Name", - + // "resource-policies.form.date.end.label": "End Date", // TODO New key - Add a translation "resource-policies.form.date.end.label": "End Date", - + // "resource-policies.form.date.start.label": "Start Date", // TODO New key - Add a translation "resource-policies.form.date.start.label": "Start Date", - + // "resource-policies.form.description.label": "Description", // TODO New key - Add a translation "resource-policies.form.description.label": "Description", - + // "resource-policies.form.name.label": "Name", // TODO New key - Add a translation "resource-policies.form.name.label": "Name", - + // "resource-policies.form.policy-type.label": "Select the policy type", // TODO New key - Add a translation "resource-policies.form.policy-type.label": "Select the policy type", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", // TODO New key - Add a translation "resource-policies.form.policy-type.required": "You must select the resource policy type.", - + // "resource-policies.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.table.headers.action": "Action", - + // "resource-policies.table.headers.date.end": "End Date", // TODO New key - Add a translation "resource-policies.table.headers.date.end": "End Date", - + // "resource-policies.table.headers.date.start": "Start Date", // TODO New key - Add a translation "resource-policies.table.headers.date.start": "Start Date", - + // "resource-policies.table.headers.edit": "Edit", // TODO New key - Add a translation "resource-policies.table.headers.edit": "Edit", - + // "resource-policies.table.headers.edit.group": "Edit group", // TODO New key - Add a translation "resource-policies.table.headers.edit.group": "Edit group", - + // "resource-policies.table.headers.edit.policy": "Edit policy", // TODO New key - Add a translation "resource-policies.table.headers.edit.policy": "Edit policy", - + // "resource-policies.table.headers.eperson": "EPerson", // TODO New key - Add a translation "resource-policies.table.headers.eperson": "EPerson", - + // "resource-policies.table.headers.group": "Group", // TODO New key - Add a translation "resource-policies.table.headers.group": "Group", - + // "resource-policies.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.table.headers.name": "Name", - + // "resource-policies.table.headers.policyType": "type", // TODO New key - Add a translation "resource-policies.table.headers.policyType": "type", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", // TODO New key - Add a translation "resource-policies.table.headers.title.for.item": "Policies for Item", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", // TODO New key - Add a translation "resource-policies.table.headers.title.for.community": "Policies for Community", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", // TODO New key - Add a translation "resource-policies.table.headers.title.for.collection": "Policies for Collection", - - - + + + // "search.description": "", "search.description": "", - + // "search.switch-configuration.title": "Show", // TODO New key - Add a translation "search.switch-configuration.title": "Show", - + // "search.title": "DSpace Angular :: Search", "search.title": "DSpace Angular :: Hledat", - + // "search.breadcrumbs": "Search", // TODO New key - Add a translation "search.breadcrumbs": "Search", - - + + // "search.filters.applied.f.author": "Author", "search.filters.applied.f.author": "Autor", - + // "search.filters.applied.f.dateIssued.max": "End date", "search.filters.applied.f.dateIssued.max": "Do data", - + // "search.filters.applied.f.dateIssued.min": "Start date", "search.filters.applied.f.dateIssued.min": "Od data", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", // TODO New key - Add a translation "search.filters.applied.f.dateSubmitted": "Date submitted", - + // "search.filters.applied.f.discoverable": "Private", // TODO New key - Add a translation "search.filters.applied.f.discoverable": "Private", - + // "search.filters.applied.f.entityType": "Item Type", // TODO New key - Add a translation "search.filters.applied.f.entityType": "Item Type", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", "search.filters.applied.f.has_content_in_original_bundle": "Má soubory", - + // "search.filters.applied.f.itemtype": "Type", // TODO New key - Add a translation "search.filters.applied.f.itemtype": "Type", - + // "search.filters.applied.f.namedresourcetype": "Status", // TODO New key - Add a translation "search.filters.applied.f.namedresourcetype": "Status", - + // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Předmět", - + // "search.filters.applied.f.submitter": "Submitter", // TODO New key - Add a translation "search.filters.applied.f.submitter": "Submitter", - + // "search.filters.applied.f.jobTitle": "Job Title", // TODO New key - Add a translation "search.filters.applied.f.jobTitle": "Job Title", - + // "search.filters.applied.f.birthDate.max": "End birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.max": "End birth date", - + // "search.filters.applied.f.birthDate.min": "Start birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.min": "Start birth date", - + // "search.filters.applied.f.withdrawn": "Withdrawn", // TODO New key - Add a translation "search.filters.applied.f.withdrawn": "Withdrawn", - - - + + + // "search.filters.filter.author.head": "Author", "search.filters.filter.author.head": "Autor", - + // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "Jméno autora", - + // "search.filters.filter.birthDate.head": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.head": "Birth Date", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.placeholder": "Birth Date", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.head": "Date Published", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.placeholder": "Date Published", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.head": "Editor", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.placeholder": "Editor", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.head": "Subject", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.head": "Publisher", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "Datum", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", "search.filters.filter.dateIssued.max.placeholder": "Datum od", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", "search.filters.filter.dateIssued.min.placeholder": "Datum do", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.head": "Date submitted", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.placeholder": "Date submitted", - + // "search.filters.filter.discoverable.head": "Private", // TODO New key - Add a translation "search.filters.filter.discoverable.head": "Private", - + // "search.filters.filter.withdrawn.head": "Withdrawn", // TODO New key - Add a translation "search.filters.filter.withdrawn.head": "Withdrawn", - + // "search.filters.filter.entityType.head": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.head": "Item Type", - + // "search.filters.filter.entityType.placeholder": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.placeholder": "Item Type", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", "search.filters.filter.has_content_in_original_bundle.head": "Má soubory", - + // "search.filters.filter.itemtype.head": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.head": "Type", - + // "search.filters.filter.itemtype.placeholder": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.placeholder": "Type", - + // "search.filters.filter.jobTitle.head": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.head": "Job Title", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.placeholder": "Job Title", - + // "search.filters.filter.knowsLanguage.head": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.head": "Known language", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.placeholder": "Known language", - + // "search.filters.filter.namedresourcetype.head": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.head": "Status", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.placeholder": "Status", - + // "search.filters.filter.objectpeople.head": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.head": "People", - + // "search.filters.filter.objectpeople.placeholder": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.placeholder": "People", - + // "search.filters.filter.organizationAddressCountry.head": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.head": "Country", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.placeholder": "Country", - + // "search.filters.filter.organizationAddressLocality.head": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.head": "City", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.placeholder": "City", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.head": "Date Founded", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", - + // "search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Rozsah", - + // "search.filters.filter.scope.placeholder": "Scope filter", "search.filters.filter.scope.placeholder": "Filtr rozsahu", - + // "search.filters.filter.show-less": "Collapse", "search.filters.filter.show-less": "Sbalit", - + // "search.filters.filter.show-more": "Show more", "search.filters.filter.show-more": "Zobrazit více", - + // "search.filters.filter.subject.head": "Subject", "search.filters.filter.subject.head": "Předmět", - + // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "Předmět", - + // "search.filters.filter.submitter.head": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.head": "Submitter", - + // "search.filters.filter.submitter.placeholder": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.placeholder": "Submitter", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", // TODO New key - Add a translation "search.filters.entityType.JournalIssue": "Journal Issue", - + // "search.filters.entityType.JournalVolume": "Journal Volume", // TODO New key - Add a translation "search.filters.entityType.JournalVolume": "Journal Volume", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", // TODO New key - Add a translation "search.filters.entityType.OrgUnit": "Organizational Unit", - + // "search.filters.has_content_in_original_bundle.true": "Yes", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.true": "Yes", - + // "search.filters.has_content_in_original_bundle.false": "No", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.false": "No", - + // "search.filters.discoverable.true": "No", // TODO New key - Add a translation "search.filters.discoverable.true": "No", - + // "search.filters.discoverable.false": "Yes", // TODO New key - Add a translation "search.filters.discoverable.false": "Yes", - + // "search.filters.withdrawn.true": "Yes", // TODO New key - Add a translation "search.filters.withdrawn.true": "Yes", - + // "search.filters.withdrawn.false": "No", // TODO New key - Add a translation "search.filters.withdrawn.false": "No", - - + + // "search.filters.head": "Filters", "search.filters.head": "Filtry", - + // "search.filters.reset": "Reset filters", "search.filters.reset": "Obnovit filtry", - - - + + + // "search.form.search": "Search", "search.form.search": "Hledat", - + // "search.form.search_dspace": "Search DSpace", "search.form.search_dspace": "Hledat v DSpace", - + // "search.form.search_mydspace": "Search MyDSpace", // TODO New key - Add a translation "search.form.search_mydspace": "Search MyDSpace", - - - + + + // "search.results.head": "Search Results", "search.results.head": "Výsledky hledání", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "Nebyli nalezeny žádné výsledky", - + // "search.results.no-results-link": "quotes around it", // TODO New key - Add a translation "search.results.no-results-link": "quotes around it", - + // "search.results.empty": "Your search returned no results.", // TODO New key - Add a translation "search.results.empty": "Your search returned no results.", - - - + + + // "search.sidebar.close": "Back to results", "search.sidebar.close": "Zpět na výsledky", - + // "search.sidebar.filters.title": "Filters", "search.sidebar.filters.title": "Filtry", - + // "search.sidebar.open": "Search Tools", "search.sidebar.open": "Vyhledávací nástroje", - + // "search.sidebar.results": "results", "search.sidebar.results": "výsledky", - + // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "Výsledků na stránku", - + // "search.sidebar.settings.sort-by": "Sort By", "search.sidebar.settings.sort-by": "Řadit dle", - + // "search.sidebar.settings.title": "Settings", "search.sidebar.settings.title": "Nastavení", - - - + + + // "search.view-switch.show-detail": "Show detail", // TODO New key - Add a translation "search.view-switch.show-detail": "Show detail", - + // "search.view-switch.show-grid": "Show as grid", "search.view-switch.show-grid": "Zobrazit mřížku", - + // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "Zobrazit seznam", - - - + + + // "sorting.ASC": "Ascending", // TODO New key - Add a translation "sorting.ASC": "Ascending", - + // "sorting.DESC": "Descending", // TODO New key - Add a translation "sorting.DESC": "Descending", - + // "sorting.dc.title.ASC": "Title Ascending", "sorting.dc.title.ASC": "Název vzestupně", - + // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Název sestupně", - + // "sorting.score.DESC": "Relevance", "sorting.score.DESC": "Relevance", - - - + + + // "statistics.title": "Statistics", // TODO New key - Add a translation "statistics.title": "Statistics", - + // "statistics.header": "Statistics for {{ scope }}", // TODO New key - Add a translation "statistics.header": "Statistics for {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", // TODO New key - Add a translation "statistics.breadcrumbs": "Statistics", - + // "statistics.page.no-data": "No data available", // TODO New key - Add a translation "statistics.page.no-data": "No data available", - + // "statistics.table.no-data": "No data available", // TODO New key - Add a translation "statistics.table.no-data": "No data available", - + // "statistics.table.title.TotalVisits": "Total visits", // TODO New key - Add a translation "statistics.table.title.TotalVisits": "Total visits", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", // TODO New key - Add a translation "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - + // "statistics.table.title.TotalDownloads": "File Visits", // TODO New key - Add a translation "statistics.table.title.TotalDownloads": "File Visits", - + // "statistics.table.title.TopCountries": "Top country views", // TODO New key - Add a translation "statistics.table.title.TopCountries": "Top country views", - + // "statistics.table.title.TopCities": "Top city views", // TODO New key - Add a translation "statistics.table.title.TopCities": "Top city views", - + // "statistics.table.header.views": "Views", // TODO New key - Add a translation "statistics.table.header.views": "Views", - - - + + + // "submission.edit.title": "Edit Submission", // TODO New key - Add a translation "submission.edit.title": "Edit Submission", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", // TODO New key - Add a translation "submission.general.cannot_submit": "You have not the privilege to make a new submission.", - + // "submission.general.deposit": "Deposit", // TODO New key - Add a translation "submission.general.deposit": "Deposit", - + // "submission.general.discard.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.general.discard.confirm.cancel": "Cancel", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.general.discard.confirm.submit": "Yes, I'm sure", - + // "submission.general.discard.confirm.title": "Discard submission", // TODO New key - Add a translation "submission.general.discard.confirm.title": "Discard submission", - + // "submission.general.discard.submit": "Discard", // TODO New key - Add a translation "submission.general.discard.submit": "Discard", - + // "submission.general.save": "Save", // TODO New key - Add a translation "submission.general.save": "Save", - + // "submission.general.save-later": "Save for later", // TODO New key - Add a translation "submission.general.save-later": "Save for later", - - + + // "submission.import-external.page.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.page.title": "Import metadata from an external source", - + // "submission.import-external.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.title": "Import metadata from an external source", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", // TODO New key - Add a translation "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", // TODO New key - Add a translation "submission.import-external.back-to-my-dspace": "Back to MyDSpace", - + // "submission.import-external.search.placeholder": "Search the external source", // TODO New key - Add a translation "submission.import-external.search.placeholder": "Search the external source", - + // "submission.import-external.search.button": "Search", // TODO New key - Add a translation "submission.import-external.search.button": "Search", - + // "submission.import-external.search.button.hint": "Write some words to search", // TODO New key - Add a translation "submission.import-external.search.button.hint": "Write some words to search", - + // "submission.import-external.search.source.hint": "Pick an external source", // TODO New key - Add a translation "submission.import-external.search.source.hint": "Pick an external source", - + // "submission.import-external.source.arxiv": "arXiv", // TODO New key - Add a translation "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", // TODO New key - Add a translation "submission.import-external.source.loading": "Loading ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", // TODO New key - Add a translation "submission.import-external.source.sherpaJournal": "SHERPA Journals", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", // TODO New key - Add a translation "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - + // "submission.import-external.source.orcid": "ORCID", // TODO New key - Add a translation "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", // TODO New key - Add a translation "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", // TODO New key - Add a translation "submission.import-external.source.lcname": "Library of Congress Names", - + // "submission.import-external.preview.title": "Item Preview", // TODO New key - Add a translation "submission.import-external.preview.title": "Item Preview", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", // TODO New key - Add a translation "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", - + // "submission.import-external.preview.button.import": "Start submission", // TODO New key - Add a translation "submission.import-external.preview.button.import": "Start submission", - + // "submission.import-external.preview.error.import.title": "Submission error", // TODO New key - Add a translation "submission.import-external.preview.error.import.title": "Submission error", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", // TODO New key - Add a translation "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", - + // "submission.sections.describe.relationship-lookup.close": "Close", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.close": "Close", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.search": "Go", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Project": "Projects", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Publication": "Publications", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Person": "Authors", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", // TODO New key - Add a translation - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", - + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", - + // "submission.sections.ccLicense.type": "License Type", // TODO New key - Add a translation "submission.sections.ccLicense.type": "License Type", - + // "submission.sections.ccLicense.select": "Select a license type…", // TODO New key - Add a translation "submission.sections.ccLicense.select": "Select a license type…", - + // "submission.sections.ccLicense.change": "Change your license type…", // TODO New key - Add a translation "submission.sections.ccLicense.change": "Change your license type…", - + // "submission.sections.ccLicense.none": "No licenses available", // TODO New key - Add a translation "submission.sections.ccLicense.none": "No licenses available", - + // "submission.sections.ccLicense.option.select": "Select an option…", // TODO New key - Add a translation "submission.sections.ccLicense.option.select": "Select an option…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", // TODO New key - Add a translation "submission.sections.ccLicense.link": "You’ve selected the following license:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", // TODO New key - Add a translation "submission.sections.ccLicense.confirmation": "I grant the license above", - + // "submission.sections.general.add-more": "Add more", // TODO New key - Add a translation "submission.sections.general.add-more": "Add more", - + // "submission.sections.general.collection": "Collection", // TODO New key - Add a translation "submission.sections.general.collection": "Collection", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", // TODO New key - Add a translation "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", // TODO New key - Add a translation "submission.sections.general.discard_success_notice": "Submission discarded successfully.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", - + // "submission.sections.general.no-collection": "No collection found", // TODO New key - Add a translation "submission.sections.general.no-collection": "No collection found", - + // "submission.sections.general.no-sections": "No options available", // TODO New key - Add a translation "submission.sections.general.no-sections": "No options available", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", // TODO New key - Add a translation "submission.sections.general.save_success_notice": "Submission saved successfully.", - + // "submission.sections.general.search-collection": "Search for a collection", // TODO New key - Add a translation "submission.sections.general.search-collection": "Search for a collection", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", // TODO New key - Add a translation "submission.sections.general.sections_not_valid": "There are incomplete sections.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", // TODO New key - Add a translation "submission.sections.submit.progressbar.CClicense": "Creative commons license", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.recycle": "Recycle", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepcustom": "Describe", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepone": "Describe", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.steptwo": "Describe", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", // TODO New key - Add a translation "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", - + // "submission.sections.submit.progressbar.license": "Deposit license", // TODO New key - Add a translation "submission.sections.submit.progressbar.license": "Deposit license", - + // "submission.sections.submit.progressbar.upload": "Upload files", // TODO New key - Add a translation "submission.sections.submit.progressbar.upload": "Upload files", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.cancel": "Cancel", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.title": "Delete bitstream", - + // "submission.sections.upload.delete.submit": "Delete", // TODO New key - Add a translation "submission.sections.upload.delete.submit": "Delete", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", // TODO New key - Add a translation "submission.sections.upload.drop-message": "Drop files to attach them to the item", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", // TODO New key - Add a translation "submission.sections.upload.form.access-condition-label": "Access condition type", - + // "submission.sections.upload.form.date-required": "Date is required.", // TODO New key - Add a translation "submission.sections.upload.form.date-required": "Date is required.", - + // "submission.sections.upload.form.from-label": "Grant access from", // TODO New key - Add a translation "submission.sections.upload.form.from-label": "Grant access from", - + // "submission.sections.upload.form.from-placeholder": "From", // TODO New key - Add a translation "submission.sections.upload.form.from-placeholder": "From", - + // "submission.sections.upload.form.group-label": "Group", // TODO New key - Add a translation "submission.sections.upload.form.group-label": "Group", - + // "submission.sections.upload.form.group-required": "Group is required.", // TODO New key - Add a translation "submission.sections.upload.form.group-required": "Group is required.", - + // "submission.sections.upload.form.until-label": "Grant access until", // TODO New key - Add a translation "submission.sections.upload.form.until-label": "Grant access until", - + // "submission.sections.upload.form.until-placeholder": "Until", // TODO New key - Add a translation "submission.sections.upload.form.until-placeholder": "Until", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", // TODO New key - Add a translation "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", - + // "submission.sections.upload.no-entry": "No", // TODO New key - Add a translation "submission.sections.upload.no-entry": "No", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", // TODO New key - Add a translation "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", - + // "submission.sections.upload.save-metadata": "Save metadata", // TODO New key - Add a translation "submission.sections.upload.save-metadata": "Save metadata", - + // "submission.sections.upload.undo": "Cancel", // TODO New key - Add a translation "submission.sections.upload.undo": "Cancel", - + // "submission.sections.upload.upload-failed": "Upload failed", // TODO New key - Add a translation "submission.sections.upload.upload-failed": "Upload failed", - + // "submission.sections.upload.upload-successful": "Upload successful", // TODO New key - Add a translation "submission.sections.upload.upload-successful": "Upload successful", - - - + + + // "submission.submit.title": "Submission", // TODO New key - Add a translation "submission.submit.title": "Submission", - - - + + + // "submission.workflow.generic.delete": "Delete", // TODO New key - Add a translation "submission.workflow.generic.delete": "Delete", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", // TODO New key - Add a translation "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - + // "submission.workflow.generic.edit": "Edit", // TODO New key - Add a translation "submission.workflow.generic.edit": "Edit", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", - + // "submission.workflow.generic.view": "View", // TODO New key - Add a translation "submission.workflow.generic.view": "View", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve": "Approve", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", - + // "submission.workflow.tasks.claimed.edit": "Edit", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit": "Edit", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.title": "Reason", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.submit": "Reject", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return": "Return to pool", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", // TODO New key - Add a translation "submission.workflow.tasks.generic.error": "Error occurred during operation...", - + // "submission.workflow.tasks.generic.processing": "Processing...", // TODO New key - Add a translation "submission.workflow.tasks.generic.processing": "Processing...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", // TODO New key - Add a translation "submission.workflow.tasks.generic.submitter": "Submitter", - + // "submission.workflow.tasks.generic.success": "Operation successful", // TODO New key - Add a translation "submission.workflow.tasks.generic.success": "Operation successful", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim": "Claim", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.hide-detail": "Hide detail", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.show-detail": "Show detail", - - - + + + // "title": "DSpace", "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", // TODO New key - Add a translation "vocabulary-treeview.header": "Hierarchical tree view", - + // "vocabulary-treeview.load-more": "Load more", // TODO New key - Add a translation "vocabulary-treeview.load-more": "Load more", - + // "vocabulary-treeview.search.form.reset": "Reset", // TODO New key - Add a translation "vocabulary-treeview.search.form.reset": "Reset", - + // "vocabulary-treeview.search.form.search": "Search", // TODO New key - Add a translation "vocabulary-treeview.search.form.search": "Search", - + // "vocabulary-treeview.search.no-result": "There were no items to show", // TODO New key - Add a translation "vocabulary-treeview.search.no-result": "There were no items to show", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", // TODO New key - Add a translation "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", // TODO New key - Add a translation "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", - - - + + + // "uploader.browse": "browse", // TODO New key - Add a translation "uploader.browse": "browse", - + // "uploader.drag-message": "Drag & Drop your files here", // TODO New key - Add a translation "uploader.drag-message": "Drag & Drop your files here", - + // "uploader.or": ", or ", // TODO New key - Add a translation "uploader.or": ", or ", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO New key - Add a translation "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", - + // "uploader.queue-length": "Queue length", // TODO New key - Add a translation "uploader.queue-length": "Queue length", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", // TODO New key - Add a translation "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", // TODO New key - Add a translation "workflowAdmin.search.results.head": "Administer Workflow", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.title": "Deleted", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", - + // "workflow-item.delete.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.delete.notification.error.title": "Something went wrong", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", // TODO New key - Add a translation "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", - + // "workflow-item.delete.title": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.title": "Delete workflow item", - + // "workflow-item.delete.header": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.header": "Delete workflow item", - + // "workflow-item.delete.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.delete.button.cancel": "Cancel", - + // "workflow-item.delete.button.confirm": "Delete", // TODO New key - Add a translation "workflow-item.delete.button.confirm": "Delete", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.title": "Sent back to submitter", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.send-back.notification.error.title": "Something went wrong", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.title": "Send workflow item back to submitter", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.header": "Send workflow item back to submitter", - + // "workflow-item.send-back.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.send-back.button.cancel": "Cancel", - + // "workflow-item.send-back.button.confirm": "Send back" // TODO New key - Add a translation - "workflow-item.send-back.button.confirm": "Send back" - + "workflow-item.send-back.button.confirm": "Send back", + } diff --git a/src/assets/i18n/de.json5 b/src/assets/i18n/de.json5 index df4c2cb4ee..661c102577 100644 --- a/src/assets/i18n/de.json5 +++ b/src/assets/i18n/de.json5 @@ -1,36 +1,36 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", "401.help": "Sie sind nicht berechtigt, auf diese Seite zuzugreifen. Mit dem Link unten kommen Sie zurück zur Startseite.", - + // "401.link.home-page": "Take me to the home page", "401.link.home-page": "Zur Startseite", - + // "401.unauthorized": "unauthorized", "401.unauthorized": "unautorisiert", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", "403.help": "Sie sind nicht berechtigt, auf diese Seite zuzugreifen. Über den Button unten auf der Seite gelangen Sie zurück zur Startseite.", - + // "403.link.home-page": "Take me to the home page", "403.link.home-page": "Zur Startseite", - + // "403.forbidden": "forbidden", "403.forbidden": "verboten", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", "404.help": "Die Seite konnte nicht gefunden werden. Eventuell wurde sie verschoben oder gelöscht. Über den Button unten auf der Seite gelangen Sie zurück zur Startseite.", - + // "404.link.home-page": "Take me to the home page", "404.link.home-page": "Zur Startseite", - + // "404.page-not-found": "page not found", "404.page-not-found": "Seite nicht gefunden", - + // "admin.access-control.epeople.breadcrumbs": "EPeople", "admin.access-control.epeople.breadcrumbs": "Personen suchen", @@ -54,732 +54,732 @@ // "admin.curation-tasks.breadcrumbs": "System curation tasks", "admin.curation-tasks.breadcrumbs": "Wartungsarbeiten", - + // "admin.curation-tasks.title": "System curation tasks", "admin.curation-tasks.title": "Wartungsarbeiten", - + // "admin.curation-tasks.header": "System curation tasks", "admin.curation-tasks.header": "Wartungsarbeiten", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", "admin.registries.bitstream-formats.breadcrumbs": "Referenzliste der Dateiformate", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.create.breadcrumbs": "Dateiformat", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", "admin.registries.bitstream-formats.create.failure.content": "Beim Anlegen eines neuen Dateiformates ist ein Fehler aufgetreten.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", "admin.registries.bitstream-formats.create.failure.head": "Aktion fehlgeschlagen", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", "admin.registries.bitstream-formats.create.head": "Neues Dateiformat anlegen", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", "admin.registries.bitstream-formats.create.new": "Ein neues Dateiformat hinzufügen", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", "admin.registries.bitstream-formats.create.success.content": "Das neue Dateiformat wurde erfolgreich angelegt.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", "admin.registries.bitstream-formats.create.success.head": "Aktion erfolgreich", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.failure.amount": "{{ amount }} Dateiformat(e) konnte(n) nicht gelöscht werden.", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", "admin.registries.bitstream-formats.delete.failure.head": "Fehler", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.success.amount": "{{ amount }} Dateiformat(e) wurden erfolgreich gelöscht.", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", "admin.registries.bitstream-formats.delete.success.head": "Aktion erfolgreich", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "Die Liste der Dateiformate enthält Informationen über bekannte Formate und deren Unterstützungsgrad.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.edit.breadcrumbs": "Dateiformat", - + // "admin.registries.bitstream-formats.edit.description.hint": "", "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", "admin.registries.bitstream-formats.edit.description.label": "Beschreibung", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", "admin.registries.bitstream-formats.edit.extensions.hint": "Hier können Sie Endungen angeben, anhand derer das Format hochgeladener Dateien automatisch erkannt wird. Sie können mehrere Endungen pro Dateiformat angeben.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", "admin.registries.bitstream-formats.edit.extensions.label": "Dateiendungen", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", "admin.registries.bitstream-formats.edit.extensions.placeholder": "Bitte geben Sie die Dateiendung ohne Punkt ein.", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", "admin.registries.bitstream-formats.edit.failure.content": "Beim Bearbeiten des Dateiformats ist ein Fehler aufgetreten.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", "admin.registries.bitstream-formats.edit.failure.head": "Aktion fehlgeschlagen", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", "admin.registries.bitstream-formats.edit.head": "Dateiformat: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", "admin.registries.bitstream-formats.edit.internal.hint": "Als \"intern\" gekennzeichnete Dateiformate dienen administrativen Zwecken und sind nicht öffentlich sichtbar.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", "admin.registries.bitstream-formats.edit.internal.label": "intern", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", "admin.registries.bitstream-formats.edit.mimetype.hint": "MIME-Type dieses Dateiformats. Ein MIME-Type kann auch mehreren Dateiformaten zugeordnet werden.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", "admin.registries.bitstream-formats.edit.mimetype.label": "MIME-Type", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", "admin.registries.bitstream-formats.edit.shortDescription.hint": "Ein eindeutiger Name für dieses Format, (z.B. Microsoft Word XP oder Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", "admin.registries.bitstream-formats.edit.success.content": "Das Dateiformat wurde erfolgreich bearbeitet.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", "admin.registries.bitstream-formats.edit.success.head": "Aktion erfolgreich", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", "admin.registries.bitstream-formats.edit.supportLevel.hint": "Der Unterstützungsgrad, den Ihre Einrichtung für dieses Format anbietet", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", "admin.registries.bitstream-formats.edit.supportLevel.label": "Unterstützungsgrad", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", "admin.registries.bitstream-formats.head": "Referenzliste der Dateiformate", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", "admin.registries.bitstream-formats.no-items": "Es gibt keine Dateiformate in der Referenzliste.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", "admin.registries.bitstream-formats.table.delete": "Auswahl löschen", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", "admin.registries.bitstream-formats.table.deselect-all": "Nichts auswählen", - + // "admin.registries.bitstream-formats.table.internal": "internal", "admin.registries.bitstream-formats.table.internal": "intern", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", "admin.registries.bitstream-formats.table.mimetype": "MIME-Type", - + // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", "admin.registries.bitstream-formats.table.return": "Zurück", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Bekannt", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Unterstützt", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unbekannt", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", "admin.registries.bitstream-formats.table.supportLevel.head": "Unterstützungsgrad", - + // "admin.registries.bitstream-formats.title": "Bitstream Format Registry", "admin.registries.bitstream-formats.title": "Referenzliste der Dateiformate", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", "admin.registries.metadata.breadcrumbs": "Referenzliste der Metadaten", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", "admin.registries.metadata.description": "In der Referenzliste der Metadaten sind alle Metadatenfelder aufgeführt, die in diesem Repositorium zur Verfügung stehen. Diese Felder können auf verschiedene Schemata aufgeteilt sein. Für DSpace ist das Dublin Core Schema auf jeden Fall erforderlich.", - + // "admin.registries.metadata.form.create": "Create metadata schema", "admin.registries.metadata.form.create": "Metadatenschema anlegen", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", "admin.registries.metadata.form.edit": "Metadatenschema bearbeiten", - + // "admin.registries.metadata.form.name": "Name", "admin.registries.metadata.form.name": "Name", - + // "admin.registries.metadata.form.namespace": "Namespace", "admin.registries.metadata.form.namespace": "Namensraum", - + // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "Metadatenreferenzliste", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", "admin.registries.metadata.schemas.no-items": "Es gibt keine Metadatenschemata in der Referenzliste.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", "admin.registries.metadata.schemas.table.delete": "Auswahl löschen", - + // "admin.registries.metadata.schemas.table.id": "ID", "admin.registries.metadata.schemas.table.id": "ID", - + // "admin.registries.metadata.schemas.table.name": "Name", "admin.registries.metadata.schemas.table.name": "Name", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", "admin.registries.metadata.schemas.table.namespace": "Namensraum", - + // "admin.registries.metadata.title": "Metadata Registry", "admin.registries.metadata.title": "Metadatenreferenzliste", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", "admin.registries.schema.breadcrumbs": "Metadatenschema", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Dies ist das Metadatenschema für den Namensraum \"{{namespace}}\".", - + // "admin.registries.schema.fields.head": "Schema metadata fields", "admin.registries.schema.fields.head": "Im Schema enthaltene Metadatenfelder", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "Es gibt keine Metadatenfelder in diesem Schema.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", "admin.registries.schema.fields.table.delete": "Auswahl löschen", - + // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Feld", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Gültigkeitsbereich", - + // "admin.registries.schema.form.create": "Create metadata field", "admin.registries.schema.form.create": "Metadatenfeld anlegen", - + // "admin.registries.schema.form.edit": "Edit metadata field", "admin.registries.schema.form.edit": "Metadatenfeld bearbeiten", - + // "admin.registries.schema.form.element": "Element", "admin.registries.schema.form.element": "Element", - + // "admin.registries.schema.form.qualifier": "Qualifier", "admin.registries.schema.form.qualifier": "Qualifizierer", - + // "admin.registries.schema.form.scopenote": "Scope Note", "admin.registries.schema.form.scopenote": "Geltungsbereich", - + // "admin.registries.schema.head": "Metadata Schema", "admin.registries.schema.head": "Metadatenschema", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.created": "\"{{prefix}}\" wurde erfolgreich angelegt.", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.failure": "{{amount}} Metadatenschema(ta) konnte(n) nicht gelöscht werden.", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.success": "{{amount}} Metadatenschema(ta) wurde(n) gelöscht.", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.edited": "Das Schema \"{{prefix}}\" wurde erfolgreich bearbeitet.", - + // "admin.registries.schema.notification.failure": "Error", "admin.registries.schema.notification.failure": "Fehler", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", "admin.registries.schema.notification.field.created": "Das Feld \"{{field}}\" wurde erfolgreich angelegt.", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.failure": "{{amount}} Metadatenfeld(er) konnte(n) nicht gelöscht werden.", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.success": "{{amount}} Metadatenfeld(er) wurde(n) erfolgreich gelöscht.", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "Das Feld \"{{field}}\" wurde erfolgreich bearbeitet.", - + // "admin.registries.schema.notification.success": "Success", "admin.registries.schema.notification.success": "Erfolg", - + // "admin.registries.schema.return": "Return", "admin.registries.schema.return": "Zurück", - + // "admin.registries.schema.title": "Metadata Schema Registry", "admin.registries.schema.title": "Referenzliste der Metadatenschemata", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", "admin.access-control.epeople.actions.delete": "Person löschen", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", "admin.access-control.epeople.actions.impersonate": "Als Person einloggen", - + // "admin.access-control.epeople.actions.reset": "Reset password", "admin.access-control.epeople.actions.reset": "Passwort zurücksetzen", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", "admin.access-control.epeople.actions.stop-impersonating": "Von Person ausloggen", - + // "admin.access-control.epeople.title": "EPeople", "admin.access-control.epeople.title": "Personen", - + // "admin.access-control.epeople.head": "EPeople", "admin.access-control.epeople.head": "Personen", - + // "admin.access-control.epeople.search.head": "Search", "admin.access-control.epeople.search.head": "Suche", - + // "admin.access-control.epeople.button.see-all": "Browse All", "admin.access-control.epeople.button.see-all": "Alles durchsuchen", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", "admin.access-control.epeople.search.scope.metadata": "Metadaten", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", "admin.access-control.epeople.search.scope.email": "E-Mail (exakt)", - + // "admin.access-control.epeople.search.button": "Search", "admin.access-control.epeople.search.button": "Suche", - + // "admin.access-control.epeople.button.add": "Add EPerson", "admin.access-control.epeople.button.add": "Person hinzufügen", - + // "admin.access-control.epeople.table.id": "ID", "admin.access-control.epeople.table.id": "ID", - + // "admin.access-control.epeople.table.name": "Name", "admin.access-control.epeople.table.name": "Name", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", "admin.access-control.epeople.table.email": "E-Mail (exakt)", - + // "admin.access-control.epeople.table.edit": "Edit", "admin.access-control.epeople.table.edit": "Bearbeiten", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.edit": "\"{{name}}\" bearbeiten", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.remove": "\"{{name}}\" löschen", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", "admin.access-control.epeople.no-items": "Keine Personen dazu.", - + // "admin.access-control.epeople.form.create": "Create EPerson", "admin.access-control.epeople.form.create": "Person erstellen", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", "admin.access-control.epeople.form.edit": "Person bearbeiten", - + // "admin.access-control.epeople.form.firstName": "First name", "admin.access-control.epeople.form.firstName": "Vorname", - + // "admin.access-control.epeople.form.lastName": "Last name", "admin.access-control.epeople.form.lastName": "Nachname", - + // "admin.access-control.epeople.form.email": "E-mail", "admin.access-control.epeople.form.email": "E-Mail-Adresse", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", "admin.access-control.epeople.form.emailHint": "Bitte geben Sie eine gültige E-Mail-Adresse an.", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", "admin.access-control.epeople.form.canLogIn": "Darf sich anmelden", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", "admin.access-control.epeople.form.requireCertificate": "Es wird ein Zertifikat benötigt.", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.success": "Die Person \"{{name}}\" wurde erstellt.", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.failure": "Die Person \"{{name}}\" konnte nicht erstellt werden.", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Die Person \"{{name}}\" konnte nicht erstellt werden, weil die E-Mail-Adresse \"{{email}}\" bereits verwendet wird.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Die Person \"{{name}}\" konnte nicht bearbeitet werden, weil die E-Mail-Adresse \"{{email}}\" bereits verwendet wird.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.success": "Die Person \"{{name}}\" wurde erfolgreich bearbeitet.", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.failure": "Die Person \"{{name}}\" konnte nicht bearbeitet werden.", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.success": "Die Person \"{{name}}\" wurde gelöscht.", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.failure": "Die Person \"{{name}}\" konnte nicht gelöscht werden.", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Mitglied dieser Gruppen:", - + // "admin.access-control.epeople.form.table.id": "ID", "admin.access-control.epeople.form.table.id": "ID", - + // "admin.access-control.epeople.form.table.name": "Name", "admin.access-control.epeople.form.table.name": "Name", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", "admin.access-control.epeople.form.memberOfNoGroups": "Diese Person ist kein Mitglied einer Gruppe.", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", "admin.access-control.epeople.form.goToGroups": "Zu Gruppen hinzufügen", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.failure": "Person: \"{{name}}\" konnte nicht gelöscht werden", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.success": "Person: \"{{name}}\" erfolgreich gelöscht", - - - + + + // "admin.access-control.groups.title": "Groups", "admin.access-control.groups.title": "Gruppen", - + // "admin.access-control.groups.title.singleGroup": "Edit Group", "admin.access-control.groups.title.singleGroup": "Gruppe bearbeiten", - + // "admin.access-control.groups.title.addGroup": "New Group", "admin.access-control.groups.title.addGroup": "Neue Gruppe", - + // "admin.access-control.groups.head": "Groups", "admin.access-control.groups.head": "Gruppen", - + // "admin.access-control.groups.button.add": "Add group", "admin.access-control.groups.button.add": "Gruppe hinzufügen", - + // "admin.access-control.groups.search.head": "Search groups", "admin.access-control.groups.search.head": "Gruppen suchen", - + // "admin.access-control.groups.button.see-all": "Browse all", "admin.access-control.groups.button.see-all": "Alles durchsuchen", - + // "admin.access-control.groups.search.button": "Search", "admin.access-control.groups.search.button": "Suche", - + // "admin.access-control.groups.table.id": "ID", "admin.access-control.groups.table.id": "ID", - + // "admin.access-control.groups.table.name": "Name", "admin.access-control.groups.table.name": "Name", - + // "admin.access-control.groups.table.members": "Members", "admin.access-control.groups.table.members": "Mitglieder", - + // "admin.access-control.groups.table.edit": "Edit", "admin.access-control.groups.table.edit": "Bearbeiten", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.edit": "\"{{name}}\" bearbeiten", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.remove": "\"{{name}}\" löschen", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.no-items": "Keine Gruppen gefunden, die dies in ihrem Namen oder als UUID haben", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", "admin.access-control.groups.notification.deleted.success": "Gruppe \"{{name}}\" erfolgreich gelöscht", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", "admin.access-control.groups.notification.deleted.failure.title": "Gruppe \"{{name}}\" konnte nicht gelöscht werden", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", "admin.access-control.groups.notification.deleted.failure.content": "Ursache: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.permanent": "Diese Gruppe ist permanent, das heißt sie kann nicht bearbeitet oder gelöscht werden. Sie können jedoch über diese Seite Gruppenmitglieder hinzufügen und entfernen.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.workflowGroup": "Diese Gruppe kann nicht geändert oder gelöscht werden, da sie einer Rolle im Einreichungs- und Workflow-Prozess im \"{{name}}\" {{comcol}} zugeordnet ist. Sie können sie auf der Bearbeitungsseite {{comcol}} im Tab \"assign roles\" löschen. Hier können Sie Gruppenmitglieder hinzufügen und entfernen.", - + // "admin.access-control.groups.form.head.create": "Create group", "admin.access-control.groups.form.head.create": "Gruppe erstellen", - + // "admin.access-control.groups.form.head.edit": "Edit group", "admin.access-control.groups.form.head.edit": "Gruppe bearbeiten", - + // "admin.access-control.groups.form.groupName": "Group name", "admin.access-control.groups.form.groupName": "Gruppenname", - + // "admin.access-control.groups.form.groupDescription": "Description", "admin.access-control.groups.form.groupDescription": "Beschreibung", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.success": "Gruppe \"{{name}}\" erfolgreich erstellt", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.failure": "Gruppe \"{{name}}\" konnte nicht erstellt werden", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Die Gruppe mit dem Namen: \"{{name}}\" konnte nicht erstellt werden. Stellen Sie sicher, dass der Name nicht bereits verwendet wird.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.failure": "Gruppe \"{{name}}\" konnte nicht bearbeitet werden", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Der Name \"{{name}}\" wird bereits verwendet!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.success": "Gruppe \"{{name}}\" erfolgreich bearbeitet", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", "admin.access-control.groups.form.actions.delete": "Gruppe löschen", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.header": "Gruppe \"{{ dsoName }}\" löschen", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.info": "Sind Sie sicher, dass Sie die Gruppe \"{{ dsoName }}\" löschen möchten", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", "admin.access-control.groups.form.delete-group.modal.cancel": "Abbrechen", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", "admin.access-control.groups.form.delete-group.modal.confirm": "Löschen", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.success": "Gruppe \"{{ name }}\" erfolgreich gelöscht", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.failure.title": "Gruppe \"{{ name }}\" konnte nicht gelöscht werden", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", "admin.access-control.groups.form.notification.deleted.failure.content": "Ursache: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", "admin.access-control.groups.form.members-list.head": "Personen", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", "admin.access-control.groups.form.members-list.search.head": "Personen hinzufügen", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", "admin.access-control.groups.form.members-list.button.see-all": "Alles durchsuchen", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", "admin.access-control.groups.form.members-list.headMembers": "Derzeitige Mitglieder", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadaten", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", "admin.access-control.groups.form.members-list.search.scope.email": "E-Mail (exakt)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", "admin.access-control.groups.form.members-list.search.button": "Suche", - + // "admin.access-control.groups.form.members-list.table.id": "ID", "admin.access-control.groups.form.members-list.table.id": "ID", - + // "admin.access-control.groups.form.members-list.table.name": "Name", "admin.access-control.groups.form.members-list.table.name": "Name", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", "admin.access-control.groups.form.members-list.table.edit": "Entfernen / Hinzufügen", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Mitglieder mit dem Namen \"{{name}}\" entfernen", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.addMember": "Das Mitglied \"{{name}}\" wurde hinzugefügt.", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.addMember": "Das Mitglied \"{{name}}\" konnte nicht hinzugefügt werden.", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Das Mitglied \"{{name}}\" wurde gelöscht.", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Das Mitglied \"{{name}}\" konnte nicht gelöscht werden.", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Mitglied mit dem Namen \"{{name}}\" hinzufügen", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Keine derzeit aktive Gruppe, bitte erst einen Namen eingeben.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", "admin.access-control.groups.form.members-list.no-members-yet": "Noch keine Mitglieder in der Gruppe, bitte suchen und hinzufügen.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", "admin.access-control.groups.form.members-list.no-items": "Keine Personen in dieser Suche gefunden", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure": "Etwas ist fehlgeschlagen: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", "admin.access-control.groups.form.subgroups-list.head": "Gruppen", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", "admin.access-control.groups.form.subgroups-list.search.head": "Untergruppe hinzufügen", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", "admin.access-control.groups.form.subgroups-list.button.see-all": "Alles durchsuchen", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", "admin.access-control.groups.form.subgroups-list.headSubgroups": "Derzeitige Untergruppen", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", "admin.access-control.groups.form.subgroups-list.search.button": "Suche", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", "admin.access-control.groups.form.subgroups-list.table.id": "ID", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", "admin.access-control.groups.form.subgroups-list.table.name": "Name", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", "admin.access-control.groups.form.subgroups-list.table.edit": "Entfernen / Hinzufügen", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Untergruppe mit Namen \"{{name}}\" entfernen", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Untergruppe mit Namen \"{{name}}\" hinzufügen", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Derzeitige Gruppe", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Untergruppe: \"{{name}}\" erfolgreich hinzugefügt", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Untergruppe: \"{{name}}\" konnte nicht hinzugefügt werden", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Untergruppe: \"{{name}}\" erfolgreich gelöscht", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Untergruppe: \"{{name}}\" konnte nicht gelöscht werden", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Keine derzeit aktive Gruppe, bitte erst einen Namen eingeben.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Dies ist die derzeitige Gruppe, sie kann nicht hinzugefügt werden.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.form.subgroups-list.no-items": "Keine Gruppen gefunden, die dies in ihrem Namen oder als UUID haben", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Die Gruppe hat noch keine Untergruppen.", - + // "admin.access-control.groups.form.return": "Return to groups", "admin.access-control.groups.form.return": "Zurück zu den Gruppen", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", "admin.search.breadcrumbs": "Admin-Suche", - + // "admin.search.collection.edit": "Edit", "admin.search.collection.edit": "Bearbeiten", - + // "admin.search.community.edit": "Edit", "admin.search.community.edit": "Bearbeiten", - + // "admin.search.item.delete": "Delete", "admin.search.item.delete": "Löschen", - + // "admin.search.item.edit": "Edit", "admin.search.item.edit": "Bearbeiten", - + // "admin.search.item.make-private": "Make Private", "admin.search.item.make-private": "Verbergen", - + // "admin.search.item.make-public": "Make Public", "admin.search.item.make-public": "Öffentlich anzeigen", - + // "admin.search.item.move": "Move", "admin.search.item.move": "Verschieben", - + // "admin.search.item.reinstate": "Reinstate", "admin.search.item.reinstate": "Wiederherstellen", - + // "admin.search.item.withdraw": "Withdraw", "admin.search.item.withdraw": "Zurückziehen", - + // "admin.search.title": "Administrative Search", "admin.search.title": "Admin-Suche", - + // "administrativeView.search.results.head": "Administrative Search", "administrativeView.search.results.head": "Admin-Suche", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", "admin.workflow.breadcrumbs": "Workflows verwalten", - + // "admin.workflow.title": "Administer Workflow", "admin.workflow.title": "Workflows verwalten", - + // "admin.workflow.item.workflow": "Workflow", "admin.workflow.item.workflow": "Workflows", - + // "admin.workflow.item.delete": "Delete", "admin.workflow.item.delete": "Löschen", - + // "admin.workflow.item.send-back": "Send back", "admin.workflow.item.send-back": "Zurücksenden", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", "admin.metadata-import.breadcrumbs": "Metadaten importieren", - + // "admin.metadata-import.title": "Import Metadata", "admin.metadata-import.title": "Metadaten importieren", - + // "admin.metadata-import.page.header": "Import Metadata", "admin.metadata-import.page.header": "Metadaten importieren", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", "admin.metadata-import.page.help": "Um Metadaten im Batch-Verfahren zu importieren, wählen Sie bitte eine CSV-Datei zum Hochladen aus oder ziehen Sie diese ins Browser-Fenster.", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", "admin.metadata-import.page.dropMsg": "Ziehen Sie eine CSV-Datei mit Metadaten zum Importieren in das Browser-Fenster.", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", "admin.metadata-import.page.dropMsgReplace": "Legen Sie eine neue CSV-Datei hier ab, um die Importdatei zu ersetzen.", - + // "admin.metadata-import.page.button.return": "Return", "admin.metadata-import.page.button.return": "Zurück", - + // "admin.metadata-import.page.button.proceed": "Proceed", "admin.metadata-import.page.button.proceed": "Fortfahren", - + // "admin.metadata-import.page.error.addFile": "Select file first!", "admin.metadata-import.page.error.addFile": "Bitte wählen Sie zuerst eine Datei aus.", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", "auth.errors.invalid-user": "Passwort oder E-Mail-Adresse ungültig.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", "auth.messages.expired": "Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.", - - - + + + // "auth.messages.token-refresh-failed": "Refreshing your session token failed. Please log in again.", "auth.messages.token-refresh-failed": "Aktualisierung fehlgeschlagen. Bitte melden Sie sich erneut an.", @@ -842,108 +842,108 @@ // "bitstream.edit.bitstream": "Bitstream: ", "bitstream.edit.bitstream": "Bitstream: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", "bitstream.edit.form.description.hint": "Hier können Sie eine kurze Beschreibung der Datei angeben, zum Beispiel \"Artikel\" oder \"Tabellenhanhang\".", - + // "bitstream.edit.form.description.label": "Description", "bitstream.edit.form.description.label": "Beschreibung", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", "bitstream.edit.form.embargo.hint": "Der erste Tag, ab dem der Zugang erlaubt ist. Dieses Datum kann in diesem Formular nicht verändert werden. Um eine Embargo-Frist für eine Datei festzulegen, zu Item Status gehen, auf Authorizations... klicken, die Richtlinie READ für die Datei erstellen oder verändern und das Start Date wie gewünscht einstellen.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", "bitstream.edit.form.embargo.label": "Sperrfrist", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", "bitstream.edit.form.fileName.hint": "Hier können Sie den Dateinamen ändern. Beachten Sie bitte, dass sich dadurch die angezeigte Datei-URL ändert. Alte Links werden jedoch weiterhin aufgelöst, solange sich die Sequenz-ID nicht ändert.", - + // "bitstream.edit.form.fileName.label": "Filename", "bitstream.edit.form.fileName.label": "Dateiname", - + // "bitstream.edit.form.iiifLabel.label": "IIIF Label", "bitstream.edit.form.iiifLabel.label": "IIIF-Bezeichnung", // "bitstream.edit.form.newFormat.label": "Describe new format", "bitstream.edit.form.newFormat.label": "Neues Format beschreiben", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", "bitstream.edit.form.newFormat.hint": "Name und Versionsnummer des Programms, das Sie verwendet haben, um die Datei zu erstellen (z. B. \"ACMESoft SuperApp, Version 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", "bitstream.edit.form.primaryBitstream.label": "Primäre Datei", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", "bitstream.edit.form.selectedFormat.hint": "Falls das Format nicht in der obigen Liste enthalten ist, wählen Sie bitte \"Anderes Format\" und beschreiben Sie es unter \"Neues Format beschreiben\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", "bitstream.edit.form.selectedFormat.label": "Ausgewähltes Format", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", "bitstream.edit.form.selectedFormat.unknown": "Anderes Format", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", "bitstream.edit.notifications.error.format.title": "Beim Speichern des Dateiformats ist ein Fehler aufgetreten", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", "bitstream.edit.notifications.saved.content": "Ihre Änderungen an der Datei wurden gespeichert.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", "bitstream.edit.notifications.saved.title": "Datei gespeichert", - + // "bitstream.edit.return": "Back", "bitstream.edit.return": "Zurück", // "bitstream.edit.title": "Edit bitstream", "bitstream.edit.title": "Datei bearbeiten", - - + + // "browse.back.all-results": "All browse results", "browse.back.all-results": "Filter zurücksetzen", - + // "browse.comcol.by.author": "By Author", "browse.comcol.by.author": "Nach Autor:in", - + // "browse.comcol.by.dateissued": "By Issue Date", "browse.comcol.by.dateissued": "Nach Erscheinungsjahr", - + // "browse.comcol.by.subject": "By Subject", "browse.comcol.by.subject": "Nach Schlagwort", - + // "browse.comcol.by.title": "By Title", "browse.comcol.by.title": "Nach Titel", - + // "browse.comcol.head": "Browse", "browse.comcol.head": "Listen", - + // "browse.empty": "No items to show.", "browse.empty": "Es gibt keine Items, die angezeigt werden können.", - + // "browse.metadata.author": "Author", "browse.metadata.author": "Autor:in", - + // "browse.metadata.dateissued": "Issue Date", "browse.metadata.dateissued": "Erscheinungsdatum", - + // "browse.metadata.subject": "Subject", "browse.metadata.subject": "Schlagwort", - + // "browse.metadata.title": "Title", "browse.metadata.title": "Titel", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", "browse.metadata.author.breadcrumbs": "Auflistung nach Autor:in", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", "browse.metadata.dateissued.breadcrumbs": "Auflistung nach Datum", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", "browse.metadata.subject.breadcrumbs": "Schlagwörter", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", "browse.metadata.title.breadcrumbs": "Titel", - + // "browse.next.button": "Next", "browse.next.button": "Weiter", @@ -952,122 +952,122 @@ // "browse.startsWith.choose_start": "(Choose start)", "browse.startsWith.choose_start": "(Startpunkt wählen)", - + // "browse.startsWith.choose_year": "(Choose year)", "browse.startsWith.choose_year": "(Zeitpunkt wählen)", - + // "browse.startsWith.choose_year.label": "Choose the issue year", "browse.startsWith.choose_year.label": "Erscheinungsjahr auswählen", // "browse.startsWith.jump": "Jump to a point in the index:", "browse.startsWith.jump": "Zu einem Punkt im Index springen:", - + // "browse.startsWith.months.april": "April", "browse.startsWith.months.april": "April", - + // "browse.startsWith.months.august": "August", "browse.startsWith.months.august": "August", - + // "browse.startsWith.months.december": "December", "browse.startsWith.months.december": "Dezember", - + // "browse.startsWith.months.february": "February", "browse.startsWith.months.february": "Februar", - + // "browse.startsWith.months.january": "January", "browse.startsWith.months.january": "Januar", - + // "browse.startsWith.months.july": "July", "browse.startsWith.months.july": "Juli", - + // "browse.startsWith.months.june": "June", "browse.startsWith.months.june": "Juni", - + // "browse.startsWith.months.march": "March", "browse.startsWith.months.march": "März", - + // "browse.startsWith.months.may": "May", "browse.startsWith.months.may": "Mai", - + // "browse.startsWith.months.none": "(Choose month)", "browse.startsWith.months.none": "(Monat auswählen)", - + // "browse.startsWith.months.none.label": "Choose the issue month", "browse.startsWith.months.none.label": "Erscheinungsmonat auswählen", // "browse.startsWith.months.november": "November", "browse.startsWith.months.november": "November", - + // "browse.startsWith.months.october": "October", "browse.startsWith.months.october": "Oktober", - + // "browse.startsWith.months.september": "September", "browse.startsWith.months.september": "September", - + // "browse.startsWith.submit": "Go", "browse.startsWith.submit": "Los", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", "browse.startsWith.type_date": "Oder geben Sie ein Datum ein:", - + // "browse.startsWith.type_text": "Or enter first few letters:", "browse.startsWith.type_text": "Oder geben Sie die ersten Buchstaben ein:", - + // "browse.title": "Browsing {{ collection }} by {{ field }}{{ startsWith }} {{ value }}", "browse.title": "Auflistung {{ collection }} nach {{ field }}{{ startsWith }} {{ value }}", // "browse.title.page": "Browsing {{ collection }} by {{ field }} {{ value }}", "browse.title.page": "Auflistung {{ collection }} nach {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", "chips.remove": "Teil löschen", - - - + + + // "collection.create.head": "Create a Collection", "collection.create.head": "Eine Sammlung anlegen", - + // "collection.create.notifications.success": "Successfully created the Collection", "collection.create.notifications.success": "Sammlung erfolgreich angelegt", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", "collection.create.sub-head": "Eine Sammlung in dem Bereich {{ parent }} anlegen", - + // "collection.curate.header": "Curate Collection: {{collection}}", "collection.curate.header": "Sammlung: {{collection}} pflegen", - + // "collection.delete.cancel": "Cancel", "collection.delete.cancel": "Abbrechen", - + // "collection.delete.confirm": "Confirm", "collection.delete.confirm": "Bestätigen", - + // "collection.delete.head": "Delete Collection", "collection.delete.head": "Sammlung löschen", - + // "collection.delete.notification.fail": "Collection could not be deleted", "collection.delete.notification.fail": "Die Sammlung konnte nicht gelöscht werden.", - + // "collection.delete.notification.success": "Successfully deleted collection", "collection.delete.notification.success": "Die Sammlung wurde erfolgreich gelöscht", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", "collection.delete.text": "Sind Sie sicher, dass Sie die Sammlung \"{{ dso }}\" löschen wollen?", - - - + + + // "collection.edit.delete": "Delete this collection", "collection.edit.delete": "Diese Sammlung löschen", - + // "collection.edit.head": "Edit Collection", "collection.edit.head": "Sammlung bearbeiten", - + // "collection.edit.breadcrumbs": "Edit Collection", "collection.edit.breadcrumbs": "Sammlung bearbeiten", - - - + + + // "collection.edit.logo.delete-undo.title": "Undo delete", "collection.edit.logo.delete-undo.title": "Löschen rückgängig machen", @@ -1076,268 +1076,268 @@ // "collection.edit.tabs.mapper.head": "Item Mapper", "collection.edit.tabs.mapper.head": "Item spiegeln", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", "collection.edit.tabs.item-mapper.title": "Sammlung bearbeiten - Item spiegeln", - + // "collection.edit.item-mapper.cancel": "Cancel", "collection.edit.item-mapper.cancel": "Abbrechen", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", "collection.edit.item-mapper.collection": "Sammlung: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", "collection.edit.item-mapper.confirm": "Ausgewählte Items spiegeln", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", "collection.edit.item-mapper.description": "Sammlungsadministrator:innen haben die Möglichkeit Items von einer Sammlung in eine andere zu spiegeln. Man kann nach Items in anderen Sammlungen suchen und diese spiegeln oder sich eine Liste der gespiegelten Items anzeigen lassen.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", "collection.edit.item-mapper.head": "Item spiegeln - Spiegelt Items aus anderen Sammlungen", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", "collection.edit.item-mapper.no-search": "Bitte geben Sie eine Suchanfrage ein.", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", "collection.edit.item-mapper.notifications.map.error.content": "Beim Spiegeln von {{amount}} Ressource(n) ist ein Fehler aufgetreten.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", "collection.edit.item-mapper.notifications.map.error.head": "Fehler beim Spiegeln", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", "collection.edit.item-mapper.notifications.map.success.content": "{{amount}} Item(s) erfolgreich gespiegelt.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", "collection.edit.item-mapper.notifications.map.success.head": "Spiegelung abgeschlossen", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.error.content": "Beim Spiegeln von {{amount}} Item(s) ist ein Fehler aufgetreten.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", "collection.edit.item-mapper.notifications.unmap.error.head": "Spiegeln Entfernen Fehler", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.success.content": "{{amount}} Spiegelung(en) wurde(n) entfernt.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", "collection.edit.item-mapper.notifications.unmap.success.head": "Spiegelung entfernen abgeschlossen", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", "collection.edit.item-mapper.remove": "Spiegelung der ausgewählten Items entfernen", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", "collection.edit.item-mapper.tabs.browse": "Gespiegelte Items auflisten", - + // "collection.edit.item-mapper.tabs.map": "Map new items", "collection.edit.item-mapper.tabs.map": "Neue Items spiegeln", - - - + + + // "collection.edit.logo.label": "Collection logo", "collection.edit.logo.label": "Sammlungslogo", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", "collection.edit.logo.notifications.add.error": "Hochladen des Sammlungslogos fehlgeschlagen. Bitte überprüfen Sie den Inhalt, bevor Sie es erneut versuchen.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", "collection.edit.logo.notifications.add.success": "Sammlungslogo erfolgreich hochgeladen.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", "collection.edit.logo.notifications.delete.success.title": "Logo gelöscht", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", "collection.edit.logo.notifications.delete.success.content": "Logo der Sammlung erfolgreich gelöscht", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", "collection.edit.logo.notifications.delete.error.title": "Fehler beim Löschen des Logos", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", "collection.edit.logo.upload": "Ziehen Sie ein Logo herüber, um es hochzuladen.", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", "collection.edit.notifications.success": "Sammlung erfolgreich bearbeitet", - + // "collection.edit.return": "Return", "collection.edit.return": "Zurück", - - - + + + // "collection.edit.tabs.curate.head": "Curate", "collection.edit.tabs.curate.head": "Datenpflege", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", "collection.edit.tabs.curate.title": "Sammlung bearbeiten - Datenpflege", - + // "collection.edit.tabs.authorizations.head": "Authorizations", "collection.edit.tabs.authorizations.head": "Berechtigungen", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", "collection.edit.tabs.authorizations.title": "Sammlung bearbeiten - Berechtigungen", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", "collection.edit.tabs.metadata.head": "Metadaten bearbeiten", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", "collection.edit.tabs.metadata.title": "Sammlung bearbeiten - Metadaten", - + // "collection.edit.tabs.roles.head": "Assign Roles", "collection.edit.tabs.roles.head": "Rollen zuweisen", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", "collection.edit.tabs.roles.title": "Sammlung bearbeiten - Rollen", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", "collection.edit.tabs.source.external": "Diese Sammlung bezieht ihre Inhalte aus einer externen Quelle", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", "collection.edit.tabs.source.form.errors.oaiSource.required": "Sie müssen die OAI-Set-Id der Zielsammlung angeben.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", "collection.edit.tabs.source.form.harvestType": "Der Inhalt wird automatisch bezogen", - + // "collection.edit.tabs.source.form.head": "Configure an external source", "collection.edit.tabs.source.form.head": "Externe Quelle konfigurieren", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", "collection.edit.tabs.source.form.metadataConfigId": "Metadatenformat", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", "collection.edit.tabs.source.form.oaiSetId": "OAI-spezifische Set-ID", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", "collection.edit.tabs.source.form.oaiSource": "OAI-Anbieter", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Bezieht Metadaten und Dateien (ORE-Schnittstelle erforderlich)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Bezieht Metadaten und Referenzen auf Dateien (ORE-Schnittstelle erforderlich))", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Nur Metadaten beziehen", - + // "collection.edit.tabs.source.head": "Content Source", "collection.edit.tabs.source.head": "Herkunft des Inhalts", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "collection.edit.tabs.source.notifications.discarded.content": "Die Änderungen wurden verworfen. Bitte klicken Sie auf \"Rückgängig\", um sie wieder einzusetzen.", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", "collection.edit.tabs.source.notifications.discarded.title": "Änderungen verworfen", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "collection.edit.tabs.source.notifications.invalid.content": "Ihre Änderungen wurden nicht gespeichert. Stellen Sie sicher, dass alle Felder gültig sind bevor Sie speichern.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", "collection.edit.tabs.source.notifications.invalid.title": "Metadaten ungültig", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", "collection.edit.tabs.source.notifications.saved.content": "Die Quelle für den Inhalt der Sammlung wurde geändert.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", "collection.edit.tabs.source.notifications.saved.title": "Bezugsquelle für den Inhalt gespeichert", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", "collection.edit.tabs.source.title": "Sammlung bearbeiten - Bezugsquelle für den Inhalt", - - - + + + // "collection.edit.template.add-button": "Add", "collection.edit.template.add-button": "Hinzufügen", - + // "collection.edit.template.breadcrumbs": "Item template", "collection.edit.template.breadcrumbs": "Metadatenvorlage", - + // "collection.edit.template.cancel": "Cancel", "collection.edit.template.cancel": "Abbrechen", - + // "collection.edit.template.delete-button": "Delete", "collection.edit.template.delete-button": "Löschen", - + // "collection.edit.template.edit-button": "Edit", "collection.edit.template.edit-button": "Bearbeiten", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", "collection.edit.template.head": "Itemvorlage für Sammlung \"{{ collection }}\" bearbeiten", - + // "collection.edit.template.label": "Template item", "collection.edit.template.label": "Itemvorlage", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", "collection.edit.template.notifications.delete.error": "Löschen der Metadatenvorlage fehlgeschlagen", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", "collection.edit.template.notifications.delete.success": "Die Metadatenvorlage wurde erfolgreich gelöscht.", - + // "collection.edit.template.title": "Edit Template Item", "collection.edit.template.title": "Metadatenvorlage bearbeiten", - - - + + + // "collection.form.abstract": "Short Description", "collection.form.abstract": "Kurzbeschreibung", - + // "collection.form.description": "Introductory text (HTML)", "collection.form.description": "Einleitender Text (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", "collection.form.errors.title.required": "Bitte geben Sie einen Namen für die Sammlung ein.", - + // "collection.form.license": "License", "collection.form.license": "Lizenzbestimmung", - + // "collection.form.provenance": "Provenance", "collection.form.provenance": "Herkunft", - + // "collection.form.rights": "Copyright text (HTML)", "collection.form.rights": "Copyright Text (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", "collection.form.tableofcontents": "Neuigkeiten (HTML)", - + // "collection.form.title": "Name", "collection.form.title": "Name", - - - + + + // "collection.listelement.badge": "Collection", "collection.listelement.badge": "Sammlung", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.head": "Neueste Veröffentlichungen", - + // "collection.page.browse.recent.empty": "No items to show", "collection.page.browse.recent.empty": "Es gibt keine Items, die angezeigt werden können.", - + // "collection.page.edit": "Edit this collection", "collection.page.edit": "Diese Sammlung bearbeiten", - + // "collection.page.handle": "Permanent URI for this collection", "collection.page.handle": "Dauerhafte URI für die Sammlung", - + // "collection.page.license": "License", "collection.page.license": "Lizenz", - + // "collection.page.news": "News", "collection.page.news": "Neuigkeiten", - - - + + + // "collection.select.confirm": "Confirm selected", "collection.select.confirm": "Auswahl bestätigen", - + // "collection.select.empty": "No collections to show", "collection.select.empty": "Es gibt keine Sammlungen, die angezeigt werden können", - + // "collection.select.table.title": "Title", "collection.select.table.title": "Titel", - - - + + + // "collection.source.controls.import.running": "Importing...", "collection.source.controls.import.running": "Importiere...", @@ -1352,391 +1352,391 @@ // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", "collection.source.update.notifications.error.content": "Die angegebenen Einstellungen wurden getestet und haben nicht funktioniert.", - + // "collection.source.update.notifications.error.title": "Server Error", "collection.source.update.notifications.error.title": "Serverfehler", - - - + + + // "community.edit.logo.delete-undo.title": "Undo delete", "community.edit.logo.delete-undo.title": "Löschen rückgängig machen", // "community.edit.logo.delete.title": "Delete logo", "community.edit.logo.delete.title": "Logo löschen", - + // "communityList.breadcrumbs": "Community List", "communityList.breadcrumbs": "Bereichsliste", // "communityList.tabTitle": "Community List", "communityList.tabTitle": "Bereichsliste", - + // "communityList.title": "List of Communities", "communityList.title": "Liste der Bereiche", - + // "communityList.showMore": "Show More", "communityList.showMore": "Mehr anzeigen", - - - + + + // "community.create.head": "Create a Community", "community.create.head": "Sammlung anlegen", - + // "community.create.notifications.success": "Successfully created the Community", "community.create.notifications.success": "Bereich erfolgreich angelegt", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", "community.create.sub-head": "Teilbereich im Bereich {{ parent }} anlegen", - + // "community.curate.header": "Curate Community: {{community}}", "community.curate.header": "Bereich: {{community}} pflegen", - + // "community.delete.cancel": "Cancel", "community.delete.cancel": "Abbrechen", - + // "community.delete.confirm": "Confirm", "community.delete.confirm": "Bestätigen", - + // "community.delete.head": "Delete Community", "community.delete.head": "Bereich Löschen", - + // "community.delete.notification.fail": "Community could not be deleted", "community.delete.notification.fail": "Der Bereich konnte nicht gelöscht werden.", - + // "community.delete.notification.success": "Successfully deleted community", "community.delete.notification.success": "Der Bereich wurde erfolgreich gelöscht.", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", "community.delete.text": "Sind Sie sicher, dass Sie den Bereich \"{{ dso }}\" löschen möchten?", - + // "community.edit.delete": "Delete this community", "community.edit.delete": "Diesen Bereich löschen", - + // "community.edit.head": "Edit Community", "community.edit.head": "Bereich bearbeiten", - + // "community.edit.breadcrumbs": "Edit Community", "community.edit.breadcrumbs": "Bereich bearbeiten", - - + + // "community.edit.logo.label": "Community logo", "community.edit.logo.label": "Bereichslogo", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", "community.edit.logo.notifications.add.error": "Hochladen des Bereichslogos fehlgeschlagen. Bitte überprüfen Sie den Inhalt bevor Sie es erneut versuchen.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", "community.edit.logo.notifications.add.success": "Hochladen des Bereichslogos erfolgreich.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", "community.edit.logo.notifications.delete.success.title": "Logo gelöscht", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", "community.edit.logo.notifications.delete.success.content": "Das Bereichslogo wurde erfolgreich gelöscht", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", "community.edit.logo.notifications.delete.error.title": "Fehler beim Löschen des Logos", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", "community.edit.logo.upload": "Ziehen Sie ein Bereichslogo herüber, um es hochzuladen", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", "community.edit.notifications.success": "Bereich erfolgreich bearbeitet", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", "community.edit.notifications.unauthorized": "Sie haben keine Berechtigung, diese Änderung vorzunehmen", - + // "community.edit.notifications.error": "An error occured while editing the Community", "community.edit.notifications.error": "Bei der Bearbeitung des Bereichs ist ein Fehler aufgetreten", - + // "community.edit.return": "Return", "community.edit.return": "Zurück", - - - + + + // "community.edit.tabs.curate.head": "Curate", "community.edit.tabs.curate.head": "Datenpflege", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", "community.edit.tabs.curate.title": "Bereich bearbeiten - Datenpflege", - + // "community.edit.tabs.metadata.head": "Edit Metadata", "community.edit.tabs.metadata.head": "Metadaten bearbeiten", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", "community.edit.tabs.metadata.title": "Bereich bearbeiten - Metadaten", - + // "community.edit.tabs.roles.head": "Assign Roles", "community.edit.tabs.roles.head": "Rollen zuordnen", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", "community.edit.tabs.roles.title": "Bereich bearbeiten - Rollen", - + // "community.edit.tabs.authorizations.head": "Authorizations", "community.edit.tabs.authorizations.head": "Berechtigungen", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", "community.edit.tabs.authorizations.title": "Bereich bearbeiten - Berechtigungen", - - - + + + // "community.listelement.badge": "Community", "community.listelement.badge": "Bereich", - - - + + + // "comcol-role.edit.no-group": "None", "comcol-role.edit.no-group": "Keine", - + // "comcol-role.edit.create": "Create", "comcol-role.edit.create": "Erstellen", - + // "comcol-role.edit.restrict": "Restrict", "comcol-role.edit.restrict": "Beschränken", - + // "comcol-role.edit.delete": "Delete", "comcol-role.edit.delete": "Löschen", - - + + // "comcol-role.edit.community-admin.name": "Administrators", "comcol-role.edit.community-admin.name": "Administrator:innen", - + // "comcol-role.edit.collection-admin.name": "Administrators", "comcol-role.edit.collection-admin.name": "Administrator:innen", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.community-admin.description": "Community-Administrator:innen können Teilbereiche oder Sammlungen erstellen, verwalten oder die Verwaltung anderen zuweisen. Darüber hinaus entscheiden sie, wer Items zu einer Teilsammlung einreichen, Item-Metadaten bearbeiten (nach der Einreichung) und bestehende Items von anderen Sammlungen verknüpfen kann (vorbehaltlich einer Berechtigung).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", "comcol-role.edit.collection-admin.description": "Sammlungsadministrator:innen entscheiden, wer Items zu einer Sammlung einreichen, Item-Metadaten bearbeiten (nach der Einreichung) and und bestehende Items von anderen Sammlungen mit dieser Sammlung verknüpfen kann (vorbehaltlich einer Berechtigung für diese Sammlung).", - - + + // "comcol-role.edit.submitters.name": "Submitters", "comcol-role.edit.submitters.name": "Einreichende", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", "comcol-role.edit.submitters.description": "Personen und Gruppen, die neue Items für diese Sammlung einreichen dürfen", - - + + // "comcol-role.edit.item_read.name": "Default item read access", "comcol-role.edit.item_read.name": "Standardeinstellungen für den Lesezugriff auf Items", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", "comcol-role.edit.item_read.description": "Personen und Gruppen, die neu eingereichte Items dieser Sammlung lesen können. Änderungen an dieser Rolle sind nicht rückwirkend. Bestehende Items im System können weiterhin von denjenigen eingesehen werden, die zum Zeitpunkt des Hinzufügens Lesezugriff hatten.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", "comcol-role.edit.item_read.anonymous-group": "Freigeschaltete Items sind standardmäßig für jede:n öffentlich sichtbar.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", "comcol-role.edit.bitstream_read.name": "Standardeinstellungen für den Lesezugriff auf Dateien", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.bitstream_read.description": "Community-Administrator:innen können Teilbereiche oder Sammlungen erstellen, verwalten oder die Verwaltung anderen zuweisen. Darüber hinaus entscheiden sie, wer Items zu einer Teilsammlung einreichen, Item-Metadaten bearbeiten (nach der Einreichung) und bestehende Items von anderen Sammlungen verknüpfen kann (vorbehaltlich einer Berechtigung).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", "comcol-role.edit.bitstream_read.anonymous-group": "Freigeschaltete Dateien sind standardmäßig für jede:n öffentlich sichtbar.", - - + + // "comcol-role.edit.editor.name": "Editors", "comcol-role.edit.editor.name": "Redakteur:innen", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", "comcol-role.edit.editor.description": "Die Redakteure können die Metadaten der eingehenden Beiträge bearbeiten und sie dann annehmen oder ablehnen.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", "comcol-role.edit.finaleditor.name": "Endredakteur:innen", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", "comcol-role.edit.finaleditor.description": "Die Endredakteur:innen können die Metadaten der eingehenden Beiträge bearbeiten, sie können sie jedoch nicht ablehnen.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", "comcol-role.edit.reviewer.name": "Prüfer:innen", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", "comcol-role.edit.reviewer.description": "Die Prüfer:innen können eingehende Beiträge annehmen oder ablehnen. Sie können jedoch nicht die Metadaten der Einreichung bearbeiten.", - - - + + + // "community.form.abstract": "Short Description", "community.form.abstract": "Kurzbeschreibung", - + // "community.form.description": "Introductory text (HTML)", "community.form.description": "Einleitender Text (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", "community.form.errors.title.required": "Bitte geben Sie einen Namen für den Bereich ein.", - + // "community.form.rights": "Copyright text (HTML)", "community.form.rights": "Copyright Text (HTML)", - + // "community.form.tableofcontents": "News (HTML)", "community.form.tableofcontents": "Neuigkeiten (HTML)", - + // "community.form.title": "Name", "community.form.title": "Name", - + // "community.page.edit": "Edit this community", "community.page.edit": "Diesen Bereich bearbeiten", - + // "community.page.handle": "Permanent URI for this community", "community.page.handle": "Dauerhafte URI für den Bereich", - + // "community.page.license": "License", "community.page.license": "Lizenz", - + // "community.page.news": "News", "community.page.news": "Neuigkeiten", - + // "community.all-lists.head": "Subcommunities and Collections", "community.all-lists.head": "Teilbereiche in diesem Bereich", - + // "community.sub-collection-list.head": "Collections of this Community", "community.sub-collection-list.head": "Sammlungen in diesem Bereich", - + // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "Teilbereiche in diesem Bereich", - - - + + + // "cookies.consent.accept-all": "Accept all", "cookies.consent.accept-all": "Alle Cookies akzeptieren", - + // "cookies.consent.accept-selected": "Accept selected", "cookies.consent.accept-selected": "Nur ausgewählte Cookies akzeptieren", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", "cookies.consent.app.opt-out.description": "Diese App wird standardmäßig geladen (Sie können dies jedoch deaktivieren).", - + // "cookies.consent.app.opt-out.title": "(opt-out)", "cookies.consent.app.opt-out.title": "(opt-out)", - + // "cookies.consent.app.purpose": "purpose", "cookies.consent.app.purpose": "Verwendungszweck", - + // "cookies.consent.app.required.description": "This application is always required", "cookies.consent.app.required.description": "Dieser Eintrag ist immer erforderlich.", - + // "cookies.consent.app.required.title": "(always required)", "cookies.consent.app.required.title": "(immer erforderlich)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", "cookies.consent.update": "Seit Ihrem letzten Besuch haben sich Änderungen ergeben, bitte aktualisieren Sie Ihr Einverständnis.", - + // "cookies.consent.close": "Close", "cookies.consent.close": "Schließen", - + // "cookies.consent.decline": "Decline", "cookies.consent.decline": "Ablehnen", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", "cookies.consent.content-notice.description": "Wir sammeln und verarbeiten Ihre personenbezogenen Daten für die folgenden Zwecke: Authentifikation, Einstellungen, Zustimmungen und Statistiken.
Um mehr zu erfahren, lesen Sie bitte unsere {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", "cookies.consent.content-notice.learnMore": "Anpassen", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", "cookies.consent.content-modal.description": "Hier können Sie die Informationen, die wir über Sie sammeln, einsehen und anpassen.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", "cookies.consent.content-modal.privacy-policy.name": "Datenschutzbestimmungen", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", "cookies.consent.content-modal.privacy-policy.text": "Um mehr zu erfahren, lesen Sie bitte unsere {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Information, die wir sammeln", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Authentifizierung", - + // "cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Erforderlich für Ihre Anmeldung", - - + + // "cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Präferenzen", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", "cookies.consent.app.description.preferences": "Erforderlich zum Speichern Ihrer Präferenzen", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", "cookies.consent.app.title.acknowledgement": "Bestätigung", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", "cookies.consent.app.description.acknowledgement": "Erforderlich für die Speicherung Ihrer Bestätigungen und Einwilligungen", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", "cookies.consent.app.description.google-analytics": "Gestattet es uns, statistische Daten zu erheben", - - - + + + // "cookies.consent.purpose.functional": "Functional", "cookies.consent.purpose.functional": "Funktionell", - + // "cookies.consent.purpose.statistical": "Statistical", "cookies.consent.purpose.statistical": "Statistisch", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Links in Metadaten prüfen", - + "curation-task.task.checklinks.label": "Links in Metadaten prüfen", + // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", "curation-task.task.profileformats.label": "Dateiformate auflisten", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", "curation-task.task.requiredmetadata.label": "Prüfung auf erforderliche Metadaten", - + // "curation-task.task.translate.label": "Microsoft Translator", "curation-task.task.translate.label": "Microsoft Übersetzer", - + // "curation-task.task.vscan.label": "Virus Scan", "curation-task.task.vscan.label": "Virenscan", - - - + + + // "curation.form.task-select.label": "Task:", "curation.form.task-select.label": "Aufgabe:", - + // "curation.form.submit": "Start", "curation.form.submit": "Start", - + // "curation.form.submit.success.head": "The curation task has been started successfully", "curation.form.submit.success.head": "Die Datenpflegeroutine wurde erfolgreich gestartet", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", "curation.form.submit.success.content": "Sie werden auf die entsprechende Prozessseite weitergeleitet.", - + // "curation.form.submit.error.head": "Running the curation task failed", "curation.form.submit.error.head": "Die Ausführung der Datenpflegeroutine ist fehlgeschlagen", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", "curation.form.submit.error.content": "Beim Versuch, die Datenpflegeroutine zu starten, ist ein Fehler aufgetreten.", - + // "curation.form.handle.label": "Handle:", "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", "curation.form.handle.hint": "Tipp: Geben Sie [your-handle-prefix]/0 ein, um eine Aufgabe für die ganze Website auszuführen. Nicht alle Aufgaben unterstützen diese Funktion.", - - - + + + // "deny-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I regret to inform you that it's not possible to send you a copy of the file(s) you have requested, concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>", "deny-request-copy.email.message": "Sehr geehrte:r {{ recipientName }},\nLeider kann ich Ihnen die angeforderte Datei zu meiner Veröffentlichung \"{{ itemUrl }}\" ({{ itemName }}) nicht schicken.\n\nMit freundlichen Grüßen\n{{ authorName }} <{{ authorEmail }}>", @@ -1754,46 +1754,46 @@ // "dso-selector.create.collection.head": "New collection", "dso-selector.create.collection.head": "Neue Sammlung", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", "dso-selector.create.collection.sub-level": "Eine neue Sammlung erstellen in", - + // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "Neuer Bereich", - + // "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.sub-level": "Einen neuen Bereich anlegen in", - + // "dso-selector.create.community.top-level": "Create a new top-level community", "dso-selector.create.community.top-level": "Einen neuen Bereich auf oberster Ebene anlegen", - + // "dso-selector.create.item.head": "New item", "dso-selector.create.item.head": "Neues Item", - + // "dso-selector.create.item.sub-level": "Create a new item in", "dso-selector.create.item.sub-level": "Ein neues Item erstellen in", - + // "dso-selector.create.submission.head": "New submission", "dso-selector.create.submission.head": "Neue Veröffentlichung", - + // "dso-selector.edit.collection.head": "Edit collection", "dso-selector.edit.collection.head": "Sammlung bearbeiten", - + // "dso-selector.edit.community.head": "Edit community", "dso-selector.edit.community.head": "Bereich bearbeiten", - + // "dso-selector.edit.item.head": "Edit item", "dso-selector.edit.item.head": "Item bearbeiten", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", "dso-selector.export-metadata.dspaceobject.head": "Exportieren der Metadaten aus", - + // "dso-selector.no-results": "No {{ type }} found", "dso-selector.no-results": "Kein(e) {{ type }} gefunden", - + // "dso-selector.placeholder": "Search for a {{ type }}", "dso-selector.placeholder": "Suche nach {{ type }}", - + // "dso-selector.select.collection.head": "Select a collection", "dso-selector.select.collection.head": "Sammlung auswählen", @@ -1805,91 +1805,88 @@ // "dso-selector.set-scope.community.input-header": "Search for a community or collection", "dso-selector.set-scope.community.input-header": "Suche Bereich oder Sammlung", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "Exportieren der Metadaten für {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.info": "Möchten Sie wirklich Metadaten für {{ dsoName }} exportieren?", - + // "confirmation-modal.export-metadata.cancel": "Cancel", "confirmation-modal.export-metadata.cancel": "Abbrechen", - + // "confirmation-modal.export-metadata.confirm": "Export", "confirmation-modal.export-metadata.confirm": "Exportieren", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.header": "Person \"{{ dsoName }}\" löschen", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.info": "Möchten Sie die Person \"{{ dsoName }}\" wirklich löschen?", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", "confirmation-modal.delete-eperson.cancel": "Abbrechen", - + // "confirmation-modal.delete-eperson.confirm": "Delete", "confirmation-modal.delete-eperson.confirm": "Löschen", - - - // "dso-selector.select.collection.head": "Select a collection", - "dso-selector.select.collection.head": "Bitte wählen Sie eine Sammlung aus.", + // "dso.name.untitled": "Untitled", "dso.name.untitled": "Unbenannt", // "error.bitstream": "Error fetching bitstream", "error.bitstream": "Die Datei konnte nicht geladen werden.", - + // "error.browse-by": "Error fetching items", "error.browse-by": "Fehler beim Laden der Items", - + // "error.collection": "Error fetching collection", "error.collection": "Fehler beim Laden der Sammlung", - + // "error.collections": "Error fetching collections", "error.collections": "Fehler beim Laden der Sammlungen", - + // "error.community": "Error fetching community", "error.community": "Fehler beim Laden des Bereichs", - + // "error.identifier": "No item found for the identifier", "error.identifier": "Zu dieser Kennung wurde kein Item gefunden.", - + // "error.default": "Error", "error.default": "Fehler", - + // "error.invalid-search-query": "Search query is not valid. Please check Solr query syntax best practices for further information about this error.", "error.invalid-search-query": "Ihre Suchanfrage ist ungültig. Weitere Informationen zur Syntax für Solr-Queries finden Sie hier.", // "error.item": "Error fetching item", "error.item": "Fehler beim Laden des Items", - + // "error.items": "Error fetching items", "error.items": "Fehler beim Laden der Items", - + // "error.objects": "Error fetching objects", "error.objects": "Fehler beim Laden der Objekte", - + // "error.recent-submissions": "Error fetching recent submissions", "error.recent-submissions": "Fehler beim Laden der neuesten Veröffentlichungen", - + // "error.search-results": "Error fetching search results", "error.search-results": "Fehler beim Laden der Suchergebnisse", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "Fehler beim Laden der Teilsammlungen", - + // "error.sub-communities": "Error fetching sub-communities", "error.sub-communities": "Fehler beim Laden der Teilbereiche", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", "error.submission.sections.init-form-error": "Ein Fehler ist bei der Initialisierung der Eingabemaske aufgetreten. Bitte Überprüfen Sie die Konfiguration Ihrer Eingabemaske. Details s.u.

", - + // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Hauptbereich konnte nicht geladen werden", - + // "error.validation.NotValidEmail": "This E-mail is not a valid email", "error.validation.NotValidEmail": "Ungültige E-Mail-Adresse", @@ -1901,208 +1898,208 @@ // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", "error.validation.license.notgranted": "Um die Veröffentlichung abzuschließen, müssen Sie die Lizenzbedingungen akzeptieren. Wenn Sie zur Zeit dazu nicht in der Lage sind, können Sie Ihre Arbeit sichern und später dazu zurückkehren, um zuzustimmen oder die Einreichung zu löschen.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", "error.validation.pattern": "Die Eingabe muss dem folgenden Muster entsprechen: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", "error.validation.filerequired": "Das Hochladen einer Datei ist erforderlich.", - - - + + + // "error.validation.required": "This field is required", "error.validation.required": "Dieses Feld darf nicht leer bleiben.", // "file-section.error.header": "Error obtaining files for this item", "file-section.error.header": "Fehler beim Abrufen der Dateien für dieses Item", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "Copyright © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace Software", - + // "footer.link.feedback": "Send Feedback", "footer.link.feedback": "Feedback schicken", // "footer.link.lyrasis": "LYRASIS", "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", "footer.link.cookies": "Cookie-Einstellungen", - + // "footer.link.privacy-policy": "Privacy policy", "footer.link.privacy-policy": "Datenschutzbestimmungen", - + // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Endnutzervereinbarung", - - + "footer.link.end-user-agreement": "Endnutzervereinbarung", + + // "forgot-email.form.header": "Forgot Password", "forgot-email.form.header": "Passwort vergessen", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "forgot-email.form.info": "Erstellen Sie ein Konto, um neue Einträge in DSpace hochzuladen und per E-Mail über Neuigkeiten informiert zu werden.", - + // "forgot-email.form.email": "Email Address *", "forgot-email.form.email": "E-Mail-Addresse *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", "forgot-email.form.email.error.required": "Bitte geben Sie eine E-Mail-Adresse an.", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", "forgot-email.form.email.error.pattern": "Bitte geben Sie eine gültige E-Mail-Adresse an.", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", "forgot-email.form.email.hint": "Diese Adresse wird überprüft und als Ihr Anmeldename verwendet.", - + // "forgot-email.form.submit": "Submit", "forgot-email.form.submit": "Einreichen", - + // "forgot-email.form.success.head": "Verification email sent", "forgot-email.form.success.head": "Verifizierungs-E-Mail gesendet", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "forgot-email.form.success.content": "Eine E-Mail mit weitergehenden Informationen wurde an {{ email }} verschickt.", - + // "forgot-email.form.error.head": "Error when trying to register email", "forgot-email.form.error.head": "Registrierung der E-Mail-Adresse fehlgeschlagen", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", "forgot-email.form.error.content": "Bei der Registrierung der E-Mail-Adresse {{ email }} ist ein Fehler aufgetreten.", - - - + + + // "forgot-password.title": "Forgot Password", "forgot-password.title": "Passwort vergessen", - + // "forgot-password.form.head": "Forgot Password", "forgot-password.form.head": "Passwort vergessen", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box.", "forgot-password.form.info": "Bitte geben Sie ein neues Passwort ein und bestätigen Sie es erneut.", - + // "forgot-password.form.card.security": "Security", "forgot-password.form.card.security": "Sicherheit", - + // "forgot-password.form.identification.header": "Identify", "forgot-password.form.identification.header": "Identifizieren", - + // "forgot-password.form.identification.email": "Email address: ", "forgot-password.form.identification.email": "E-Mail-Addresse: ", - + // "forgot-password.form.label.password": "Password", "forgot-password.form.label.password": "Passwort", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", "forgot-password.form.label.passwordrepeat": "Zum Bestätigen wiederholen", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", "forgot-password.form.error.empty-password": "Bitte geben Sie unten ein Passwort ein.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", "forgot-password.form.error.matching-passwords": "Die Passwörter stimmen nicht überein.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", "forgot-password.form.error.password-length": "Das Passwort sollte mindestens 6 Zeichen lang sein.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", "forgot-password.form.notification.error.title": "Fehler beim Versuch, ein neues Passwort zu übermitteln", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", "forgot-password.form.notification.success.content": "Ihr Passwort wurde erfolgreich zurückgesetzt und Sie wurden eingeloggt.", - + // "forgot-password.form.notification.success.title": "Password reset completed", "forgot-password.form.notification.success.title": "Passwort erfolgreich zurückgesetzt", - + // "forgot-password.form.submit": "Submit password", "forgot-password.form.submit": "Passwort abschicken", - - - + + + // "form.add": "Add", "form.add": "Hinzufügen", - + // "form.add-help": "Click here to add the current entry and to add another one", "form.add-help": "Klicken Sie hier, um den aktuellen Eintrag und einen weiteren hinzuzufügen", - + // "form.cancel": "Cancel", "form.cancel": "Abbrechen", - + // "form.clear": "Clear", "form.clear": "Eingaben löschen", - + // "form.clear-help": "Click here to remove the selected value", "form.clear-help": "Klicken Sie hier, um den ausgewählten Wert zu entfernen", - + // "form.discard": "Discard", "form.discard": "Verwerfen", // "form.edit": "Edit", "form.edit": "Bearbeiten", - + // "form.edit-help": "Click here to edit the selected value", "form.edit-help": "Klicken Sie hier, um den ausgewählten Wert zu bearbeiten", - + // "form.first-name": "First name", "form.first-name": "Vorname", - + // "form.group-collapse": "Collapse", "form.group-collapse": "Zusammenklappen", - + // "form.group-collapse-help": "Click here to collapse", "form.group-collapse-help": "Einklappen", - + // "form.group-expand": "Expand", "form.group-expand": "Ausklappen", - + // "form.group-expand-help": "Click here to expand and add more elements", "form.group-expand-help": "Zum Ausklappen und Hinzufügen weiterer Elemente klicken Sie bitte hier.", - + // "form.last-name": "Last name", "form.last-name": "Nachname", - + // "form.loading": "Loading...", "form.loading": "Lädt...", - + // "form.lookup": "Lookup", "form.lookup": "Nachschlagen", - + // "form.lookup-help": "Click here to look up an existing relation", "form.lookup-help": "Klicken Sie hier, um eine bestehende Beziehung nachzuschlagen", - + // "form.no-results": "No results found", "form.no-results": "Keine Ergebnisse gefunden", - + // "form.no-value": "No value entered", "form.no-value": "Kein Wert eingegeben", - + // "form.other-information": {}, "form.other-information": {}, - + // "form.remove": "Remove", "form.remove": "Entfernen", - + // "form.save": "Save", "form.save": "Speichern", - + // "form.save-help": "Save changes", "form.save-help": "Änderungen speichern", - + // "form.search": "Search", "form.search": "Suche", - + // "form.search-help": "Click here to look for an existing correspondence", "form.search-help": "Klicken Sie hier, um eine Übereinstimmung zu suchen", - + // "form.submit": "Submit", "form.submit": "Abschicken", - - - + + + // "grant-deny-request-copy.deny": "Don't send copy", "grant-deny-request-copy.deny": "Anfrage ablehnen", @@ -2144,1724 +2141,1715 @@ // "home.description": "", "home.description": "", - + // "home.breadcrumbs": "Home", "home.breadcrumbs": "Startseite", - + // "home.search-form.placeholder": "Search the repository ...", "home.search-form.placeholder": "Durchsuche Repositorium", - + // "home.title": "Home", "home.title": "Startseite", - + // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "Hauptbereiche in DSpace", - + // "home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Wählen Sie einen Bereich, um dessen Inhalt anzusehen.", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", "info.end-user-agreement.accept": "Ich habe die Endnutzer-Vereinbarung gelesen und stimme ihr zu.", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", "info.end-user-agreement.accept.error": "Beim Akzeptieren der Endnutzer-Vereinbarung ist ein Fehler aufgetreten", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", "info.end-user-agreement.accept.success": "Endnutzer-Vereinbarung erfolgreich aktualisiert", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", "info.end-user-agreement.breadcrumbs": "Endnutzer-Vereinbarung", - + // "info.end-user-agreement.buttons.cancel": "Cancel", "info.end-user-agreement.buttons.cancel": "Abbrechen", - + // "info.end-user-agreement.buttons.save": "Save", "info.end-user-agreement.buttons.save": "Speichern", - + // "info.end-user-agreement.head": "End User Agreement", "info.end-user-agreement.head": "Endnutzer-Vereinbarung", - + // "info.end-user-agreement.title": "End User Agreement", "info.end-user-agreement.title": "Endnutzer-Vereinbarung", - + // "info.privacy.breadcrumbs": "Privacy Statement", "info.privacy.breadcrumbs": "Datenschutzerklärung", - + // "info.privacy.head": "Privacy Statement", "info.privacy.head": "Datenschutzerklärung", - + // "info.privacy.title": "Privacy Statement", "info.privacy.title": "Datenschutzerklärung", - - - + + + // "item.alerts.private": "This item is private", "item.alerts.private": "Dieses Item ist nicht öffentlich sichtbar.", - + // "item.alerts.withdrawn": "This item has been withdrawn", "item.alerts.withdrawn": "Dieses Item wurde zurückgezogen.", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", "item.edit.authorizations.heading": "Mit diesem Editor können Sie die Richtlinien für Items sowie für einzelne Item-Komponenten (Pakete und Bitstreams) anzeigen und ändern. Ein Item ist ein Container für Pakete, und ein Paket ist ein Container für Bitstreams. Container haben normalerweise ADD/REMOVE/READ/WRITE-Richtlinien, während Bitstreams nur READ/WRITE-Richtlinien haben.", - + // "item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Item-Richtlinien bearbeiten", - - - + + + // "item.badge.private": "Private", "item.badge.private": "Verborgen", - + // "item.badge.withdrawn": "Withdrawn", "item.badge.withdrawn": "Zurückgezogen", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", "item.bitstreams.upload.bundle": "Bündel", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", "item.bitstreams.upload.bundle.placeholder": "Wählen Sie ein Bündel aus", - + // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Bündel erstellen", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Diesem Item fehlt ein Bundle. Ohne Bundle kann keine Datei hochgeladen werden.", - + // "item.bitstreams.upload.cancel": "Cancel", "item.bitstreams.upload.cancel": "Abbrechen", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", "item.bitstreams.upload.drop-message": "Eine Datei zum Hochladen ablegen", - + // "item.bitstreams.upload.item": "Item: ", "item.bitstreams.upload.item": "Item: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", "item.bitstreams.upload.notifications.bundle.created.content": "Neues Bündel erfolgreich erstellt.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", "item.bitstreams.upload.notifications.bundle.created.title": "Bündel erstellt", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", "item.bitstreams.upload.notifications.upload.failed": "Hochladen fehlgeschlagen. Bitte überprüfen Sie den Inhalt, bevor Sie es erneut versuchen.", - + // "item.bitstreams.upload.title": "Upload bitstream", "item.bitstreams.upload.title": "Datei hochladen", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", "item.edit.bitstreams.bundle.edit.buttons.upload": "Hochladen", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", "item.edit.bitstreams.bundle.displaying": "Derzeit werden {{ amount }} von insgesamt {{ total }} Dateien angezeigt.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", "item.edit.bitstreams.bundle.load.all": "Alle ({{ total }}) laden", - + // "item.edit.bitstreams.bundle.load.more": "Load more", "item.edit.bitstreams.bundle.load.more": "Mehr laden", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", "item.edit.bitstreams.bundle.name": "Bündel: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", "item.edit.bitstreams.discard-button": "Verwerfen", - + // "item.edit.bitstreams.edit.buttons.download": "Download", "item.edit.bitstreams.edit.buttons.download": "Herunterladen", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", "item.edit.bitstreams.edit.buttons.drag": "Ziehen", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", "item.edit.bitstreams.edit.buttons.edit": "Bearbeiten", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", "item.edit.bitstreams.edit.buttons.remove": "Entfernen", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", "item.edit.bitstreams.edit.buttons.undo": "Änderungen rückgängig machen", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", "item.edit.bitstreams.empty": "Dieses Item enthält keine Dateien. Klicken Sie auf das Feld \"Hochladen\", um eine Datei hinzuzufügen.", - + // "item.edit.bitstreams.headers.actions": "Actions", "item.edit.bitstreams.headers.actions": "Aktionen", - + // "item.edit.bitstreams.headers.bundle": "Bundle", "item.edit.bitstreams.headers.bundle": "Bündel", - + // "item.edit.bitstreams.headers.description": "Description", "item.edit.bitstreams.headers.description": "Beschreibung", - + // "item.edit.bitstreams.headers.format": "Format", "item.edit.bitstreams.headers.format": "Format", - + // "item.edit.bitstreams.headers.name": "Name", "item.edit.bitstreams.headers.name": "Name", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.bitstreams.notifications.discarded.content": "Ihre Änderungen wurden verworfen. Um sie wiederherzustellen, klicken Sie bitte auf \"Rückgängig\".", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", "item.edit.bitstreams.notifications.discarded.title": "Änderungen verworfen", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", "item.edit.bitstreams.notifications.move.failed.title": "Fehler beim Verschieben von Dateien", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", "item.edit.bitstreams.notifications.move.saved.content": "Die von Ihnen vorgenommenen Änderungen an den Dateien und Bündeln dieses Artikels wurden gespeichert.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", "item.edit.bitstreams.notifications.move.saved.title": "Änderungen gespeichert", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.bitstreams.notifications.outdated.content": "Das Item, an der Sie gerade arbeiten, wurde von einem anderen Account geändert. Ihre aktuellen Änderungen werden verworfen, um Konflikte zu vermeiden.", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", "item.edit.bitstreams.notifications.outdated.title": "Veraltete Änderungen", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", "item.edit.bitstreams.notifications.remove.failed.title": "Fehler beim Löschen der Datei", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", "item.edit.bitstreams.notifications.remove.saved.content": "Sie haben die Datei(en) entfernt.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", "item.edit.bitstreams.notifications.remove.saved.title": "Änderungen gespeichert", - + // "item.edit.bitstreams.reinstate-button": "Undo", "item.edit.bitstreams.reinstate-button": "Rückgängig", - + // "item.edit.bitstreams.save-button": "Save", "item.edit.bitstreams.save-button": "Speichern", - + // "item.edit.bitstreams.upload-button": "Upload", "item.edit.bitstreams.upload-button": "Hochladen", - - - + + + // "item.edit.delete.cancel": "Cancel", "item.edit.delete.cancel": "Abbrechen", - + // "item.edit.delete.confirm": "Delete", "item.edit.delete.confirm": "Löschen", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", "item.edit.delete.description": "Möchten Sie das Item wirklich löschen? Achtung: Wenn Sie es löschen, wird bei Aufruf der URL kein Hinweis auf ein zurückgezogenes Item angezeigt, sondern eine 404er-Fehlermeldung.", - + // "item.edit.delete.error": "An error occurred while deleting the item", "item.edit.delete.error": "Beim Löschen der Ressource ist ein Fehler aufgetreten", - + // "item.edit.delete.header": "Delete item: {{ id }}", "item.edit.delete.header": "Löschen des Items: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", "item.edit.delete.success": "Das Item wurde gelöscht.", - + // "item.edit.head": "Edit Item", "item.edit.head": "Item bearbeiten", - + // "item.edit.breadcrumbs": "Edit Item", "item.edit.breadcrumbs": "Item bearbeiten", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", "item.edit.tabs.mapper.head": "Spiegeln", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", "item.edit.tabs.item-mapper.title": "Item bearbeiten - Spiegeln", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "Item in die gewählte(n) Sammlung(en) spiegeln", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", "item.edit.item-mapper.buttons.remove": "Spiegelung des Items aus den ausgewählten Sammlungen entfernen", - + // "item.edit.item-mapper.cancel": "Cancel", "item.edit.item-mapper.cancel": "Abbrechen", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", "item.edit.item-mapper.description": "Sammlungsadministrator:innen haben die Möglichkeit Items von einer Sammlung in eine andere zu spiegeln. Man kann nach Items in anderen Sammlungen suchen und diese spiegeln oder sich eine Liste der gespiegelten Items anzeigen lassen.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", "item.edit.item-mapper.head": "Item spiegeln - Spiegelt ein Item in andere Sammlungen", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "Item: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", "item.edit.item-mapper.no-search": "Bitte geben Sie einen Suchbegriff ein", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.error.content": "Beim Spiegeln des Items in {{amount}} Sammlung(en) ist ein Fehler aufgetreten.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", "item.edit.item-mapper.notifications.add.error.head": "Fehler beim Spiegeln", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.success.content": "Das Item wurde erfolgreich in {{amount}} Sammlung(en) gespiegelt.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", "item.edit.item-mapper.notifications.add.success.head": "Spiegeln abgeschlossen", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "Beim Entfernen der Spiegelung in {{amount}} Sammlung(en) ist ein Fehler aufgetreten.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", "item.edit.item-mapper.notifications.remove.error.head": "Fehler beim Entfernen von gespiegelten Items", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.success.content": "Die Spiegelung dieses Items wurde aus {{amount}} Sammlung(en) entfernt.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", "item.edit.item-mapper.notifications.remove.success.head": "Entfernen der Spiegelung abgeschlossen", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", "item.edit.item-mapper.tabs.browse": "Gespiegelte Sammlungen anzeigen", - + // "item.edit.item-mapper.tabs.map": "Map new collections", "item.edit.item-mapper.tabs.map": "Neue Sammlungen spiegeln", - - - + + + // "item.edit.metadata.add-button": "Add", "item.edit.metadata.add-button": "Hinzufügen", - + // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "Verwerfen", - + // "item.edit.metadata.edit.buttons.edit": "Edit", "item.edit.metadata.edit.buttons.edit": "Bearbeiten", - + // "item.edit.metadata.edit.buttons.remove": "Remove", "item.edit.metadata.edit.buttons.remove": "Entfernen", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", "item.edit.metadata.edit.buttons.undo": "Änderungen rückgängig machen", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "Bearbeitung beenden", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", "item.edit.metadata.empty": "Das Item enthält derzeit keine Metadaten. Klicken Sie auf \"Hinzufügen\", um Metadaten zu ergänzen.", - + // "item.edit.metadata.headers.edit": "Edit", "item.edit.metadata.headers.edit": "Bearbeiten", - + // "item.edit.metadata.headers.field": "Field", "item.edit.metadata.headers.field": "Feld", - + // "item.edit.metadata.headers.language": "Lang", "item.edit.metadata.headers.language": "Sprache", - + // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "Wert", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", "item.edit.metadata.metadatafield.invalid": "Bitte wählen Sie ein gültiges Metadatenfeld", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.metadata.notifications.discarded.content": "Ihre Änderungen wurden verworfen. Um sie wiederherzustellen, klicken Sie bitte auf \"Rückgängig\".", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", "item.edit.metadata.notifications.discarded.title": "Änderungen verworfen", - + // "item.edit.metadata.notifications.error.title": "An error occurred", "item.edit.metadata.notifications.error.title": "Es ist ein Fehler aufgetreten.", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "item.edit.metadata.notifications.invalid.content": "Ihre Änderungen wurden nicht gespeichert. Stellen Sie sicher, dass alle Felder gültig sind, bevor Sie Abspeichern.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", "item.edit.metadata.notifications.invalid.title": "Metadaten ungültig", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.metadata.notifications.outdated.content": "Das Item, an dem Sie gerade arbeiten, wurde von einem anderen Account geändert. Ihre aktuellen Änderungen werden nicht angewandt, um Konflikte zu vermeiden.", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", "item.edit.metadata.notifications.outdated.title": "Änderung veraltet", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", "item.edit.metadata.notifications.saved.content": "Ihre Änderungen an den Metadaten des Items wurden gespeichert.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", "item.edit.metadata.notifications.saved.title": "Metadaten gespeichert", - + // "item.edit.metadata.reinstate-button": "Undo", "item.edit.metadata.reinstate-button": "Rückgängig machen", - + // "item.edit.metadata.save-button": "Save", "item.edit.metadata.save-button": "Speichern", - - - + + + // "item.edit.modify.overview.field": "Field", "item.edit.modify.overview.field": "Feld", - + // "item.edit.modify.overview.language": "Language", "item.edit.modify.overview.language": "Sprache", - + // "item.edit.modify.overview.value": "Value", "item.edit.modify.overview.value": "Wert", - - - + + + // "item.edit.move.cancel": "Cancel", "item.edit.move.cancel": "Abbrechen", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", "item.edit.move.error": "Verschieben des Items fehlgeschlagen", - + // "item.edit.move.head": "Move item: {{id}}", "item.edit.move.head": "Item : {{id}} verschieben", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", "item.edit.move.inheritpolicies.checkbox": "Rechte erben", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", "item.edit.move.inheritpolicies.description": "Standardrechte der Zielsammlung erben", - + // "item.edit.move.move": "Move", "item.edit.move.move": "Verschieben", - + // "item.edit.move.processing": "Moving...", "item.edit.move.processing": "Verschieben...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", "item.edit.move.search.placeholder": "Geben Sie einen Begriff ein, um nach Sammlungen zu suchen", - + // "item.edit.move.success": "The item has been moved successfully", "item.edit.move.success": "Das Item wurde verschoben.", - + // "item.edit.move.title": "Move item", "item.edit.move.title": "Item verschieben", - - - + + + // "item.edit.private.cancel": "Cancel", "item.edit.private.cancel": "Abbrechen", - + // "item.edit.private.confirm": "Make it Private", "item.edit.private.confirm": "Verbergen", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", "item.edit.private.description": "Möchten Sie diesen Eintrag als nicht öffentlich sichtbar markieren?", - + // "item.edit.private.error": "An error occurred while making the item private", "item.edit.private.error": "Verbergen des Items fehlgeschlagen", - + // "item.edit.private.header": "Make item private: {{ id }}", "item.edit.private.header": "Item: {{ id }} verbergen", - + // "item.edit.private.success": "The item is now private", "item.edit.private.success": "Dieses Items ist nicht öffentlich sichtbar", - - - + + + // "item.edit.public.cancel": "Cancel", "item.edit.public.cancel": "Abbrechen", - + // "item.edit.public.confirm": "Make it Public", "item.edit.public.confirm": "Öffentlich machen", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", "item.edit.public.description": "Möchten Sie das Item wirklich öffentlich sichtbar machen?", - + // "item.edit.public.error": "An error occurred while making the item public", "item.edit.public.error": "Veröffentlichung des Items fehlgeschlagen", - + // "item.edit.public.header": "Make item public: {{ id }}", "item.edit.public.header": "Item: {{ id }} öffentlich sichtbar machen", - + // "item.edit.public.success": "The item is now public", "item.edit.public.success": "Das Item ist nun öffentlich sichtbar.", - - - + + + // "item.edit.reinstate.cancel": "Cancel", "item.edit.reinstate.cancel": "Abbrechen", - + // "item.edit.reinstate.confirm": "Reinstate", "item.edit.reinstate.confirm": "Wiederherstellen", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", "item.edit.reinstate.description": "Möchten Sie das Item wirklich wieder aufnehmen?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", "item.edit.reinstate.error": "Wiederherstellen des Items fehlgeschlagen", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", "item.edit.reinstate.header": "Item: {{ id }} wiederherstellen", - + // "item.edit.reinstate.success": "The item was reinstated successfully", "item.edit.reinstate.success": "Das Item wurde wiederhergestellt.", - - - + + + // "item.edit.relationships.discard-button": "Discard", "item.edit.relationships.discard-button": "Abbrechen", - + // "item.edit.relationships.edit.buttons.add": "Add", "item.edit.relationships.edit.buttons.add": "Hinzufügen", - + // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "Entfernen", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", "item.edit.relationships.edit.buttons.undo": "Rückgängig machen", - + // "item.edit.relationships.no-relationships": "No relationships", "item.edit.relationships.no-relationships": "Keine Beziehungen", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.relationships.notifications.discarded.content": "Ihre Änderungen wurden verworfen. Um sie wiederherzustellen, klicken Sie bitte auf \"Rückgängig\".", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", "item.edit.relationships.notifications.discarded.title": "Änderungen verworfen", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", "item.edit.relationships.notifications.failed.title": "Fehler beim Bearbeiten der Beziehung", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.relationships.notifications.outdated.content": "Das Item, das Sie gerade bearbeiten, wurde von einem anderen Account geändert. Ihre aktuellen Änderungen werden verworfen, um Konflikte zu vermeiden.", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", "item.edit.relationships.notifications.outdated.title": "Änderungen veraltet", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", "item.edit.relationships.notifications.saved.content": "Ihre Änderungen an den Beziehungen des Items wurden gespeichert.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", "item.edit.relationships.notifications.saved.title": "Beziehungen gespeichert", - + // "item.edit.relationships.reinstate-button": "Undo", "item.edit.relationships.reinstate-button": "Rückgängig machen", - + // "item.edit.relationships.save-button": "Save", "item.edit.relationships.save-button": "Speichern", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", "item.edit.relationships.no-entity-type": "Fügt den Metadaten 'dspace.entity.type' hinzu, damit Beziehungen für dieses Item angelegt werden können.", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", "item.edit.tabs.bitstreams.head": "Dateien", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", "item.edit.tabs.bitstreams.title": "Item bearbeiten - Dateien", - + // "item.edit.tabs.curate.head": "Curate", "item.edit.tabs.curate.head": "Pflegen", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "Item bearbeiten - Pflegen", - + // "item.edit.tabs.metadata.head": "Metadata", "item.edit.tabs.metadata.head": "Metadaten", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", "item.edit.tabs.metadata.title": "Item bearbeiten - Metadaten", - + // "item.edit.tabs.relationships.head": "Relationships", "item.edit.tabs.relationships.head": "Beziehungen", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", "item.edit.tabs.relationships.title": "Item bearbeiten - Relationen", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", "item.edit.tabs.status.buttons.authorizations.button": "Berechtigungen...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", "item.edit.tabs.status.buttons.authorizations.label": "Rechte des Items bearbeiten", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", "item.edit.tabs.status.buttons.delete.button": "Endgültig löschen", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", "item.edit.tabs.status.buttons.delete.label": "Unwiderruflich löschen", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", "item.edit.tabs.status.buttons.mappedCollections.button": "Gespiegelte Sammlungen", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "Gespiegelte Sammlungen bearbeiten", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", "item.edit.tabs.status.buttons.move.button": "Verschieben Sie diesen Artikel in eine andere Sammlung", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", "item.edit.tabs.status.buttons.move.label": "Item in eine andere Sammlung verschieben", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", "item.edit.tabs.status.buttons.private.button": "Verbergen", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", "item.edit.tabs.status.buttons.private.label": "Item verbergen", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", "item.edit.tabs.status.buttons.public.button": "Öffentlich machen...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", "item.edit.tabs.status.buttons.public.label": "Item öffentlich sichtbar machen", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", "item.edit.tabs.status.buttons.reinstate.button": "Wiederherstellen...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", "item.edit.tabs.status.buttons.reinstate.label": "Item im Repositorium wiederherstellen", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", "item.edit.tabs.status.buttons.withdraw.button": "Ziehen Sie diesen Artikel zurück", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", "item.edit.tabs.status.buttons.withdraw.label": "Item aus dem Repositorium zurückziehen", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", "item.edit.tabs.status.description": "Herzlich willkommen auf der Item-Bearbeitungs-Seite. Hier können Sie Items zurückziehen, wiederherstellen, verschieben oder löschen. In den anderen Tabs können Sie Dateien und Metadaten bearbeiten.", - + // "item.edit.tabs.status.head": "Status", "item.edit.tabs.status.head": "Status", - + // "item.edit.tabs.status.labels.handle": "Handle", "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", "item.edit.tabs.status.labels.id": "Interne ID des Items", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", "item.edit.tabs.status.labels.itemPage": "Startseite des Items", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", "item.edit.tabs.status.labels.lastModified": "Zuletzt geändert", - + // "item.edit.tabs.status.title": "Item Edit - Status", "item.edit.tabs.status.title": "Item bearbeiten - Status", - + // "item.edit.tabs.versionhistory.head": "Version History", "item.edit.tabs.versionhistory.head": "Versionsgeschichte", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", "item.edit.tabs.versionhistory.title": "Item bearbeiten - Versionsgeschichte", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", "item.edit.tabs.versionhistory.under-construction": "Das Bearbeiten oder Hinzufügen neuer Versionen ist in dieser Benutzeroberfläche noch nicht möglich.", - + // "item.edit.tabs.view.head": "View Item", "item.edit.tabs.view.head": "Item ansehen", - + // "item.edit.tabs.view.title": "Item Edit - View", "item.edit.tabs.view.title": "Item bearbeiten - Ansicht", - - - + + + // "item.edit.withdraw.cancel": "Cancel", "item.edit.withdraw.cancel": "Abbrechen", - + // "item.edit.withdraw.confirm": "Withdraw", "item.edit.withdraw.confirm": "Zurückziehen", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", "item.edit.withdraw.description": "Möchten Sie das Item wirklich aus dem Repositorium zurückziehen?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", "item.edit.withdraw.error": "Zurückziehen des Items fehlgeschlagen", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", "item.edit.withdraw.header": "Item: {{ id }} zurückziehen", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", "item.edit.withdraw.success": "Das Item wurde zurückgezogen.", - - - + + + // "item.listelement.badge": "Item", "item.listelement.badge": "Item", - + // "item.page.description": "Description", "item.page.description": "Beschreibung", - - // "item.page.edit": "Edit this item", - "item.page.edit": "Dieses Item bearbeiten", - + // "item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "ISSN der Zeitschrift", - + // "item.page.journal-title": "Journal Title", "item.page.journal-title": "Zeitschriftentitel", - + // "item.page.publisher": "Publisher", "item.page.publisher": "Verlag", - + // "item.page.titleprefix": "Item: ", "item.page.titleprefix": "Item: ", - + // "item.page.volume-title": "Volume Title", "item.page.volume-title": "Bandtitel", - + // "item.search.results.head": "Item Search Results", "item.search.results.head": "Item-Suchergebnisse", - + // "item.search.title": "Item Search", "item.search.title": "Item-Suche", - - - + + + // "item.page.abstract": "Abstract", "item.page.abstract": "Zusammenfassung", - + // "item.page.author": "Authors", "item.page.author": "Autor:innen", - + // "item.page.citation": "Citation", "item.page.citation": "Zitierform", - + // "item.page.collections": "Collections", "item.page.collections": "Sammlungen", - + // "item.page.date": "Date", "item.page.date": "Datum", - + // "item.page.edit": "Edit this item", "item.page.edit": "Dieses Item bearbeiten", - + // "item.page.files": "Files", "item.page.files": "Dateien", - + // "item.page.filesection.description": "Description:", "item.page.filesection.description": "Beschreibung:", - + // "item.page.filesection.download": "Download", "item.page.filesection.download": "Herunterladen", - + // "item.page.filesection.format": "Format:", "item.page.filesection.format": "Format:", - + // "item.page.filesection.name": "Name:", "item.page.filesection.name": "Name:", - + // "item.page.filesection.size": "Size:", "item.page.filesection.size": "Größe:", - + // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "Artikel in dieser Zeitschrift", - + // "item.page.link.full": "Full item page", "item.page.link.full": "Komplettanzeige", - + // "item.page.link.simple": "Simple item page", "item.page.link.simple": "Kurzanzeige", - + // "item.page.person.search.title": "Articles by this author", "item.page.person.search.title": "Veröffentlichungen dieses:dieser Autor:in", - + // "item.page.related-items.view-more": "Show {{ amount }} more", "item.page.related-items.view-more": "{{ amount }} mehr anzeigen", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", "item.page.related-items.view-less": "{{ amount }} weniger anzeigen", - + // "item.page.relationships.isAuthorOfPublication": "Publications", "item.page.relationships.isAuthorOfPublication": "Veröffentichungen", - + // "item.page.relationships.isJournalOfPublication": "Publications", "item.page.relationships.isJournalOfPublication": "Veröffentlichungen", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", "item.page.relationships.isOrgUnitOfPerson": "Autor:innen", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", "item.page.relationships.isOrgUnitOfProject": "Forschungsprojekte", - + // "item.page.subject": "Keywords", "item.page.subject": "Schlagwörter", - + // "item.page.uri": "URI", "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", "item.page.bitstreams.view-more": "Mehr anzeigen", - + // "item.page.bitstreams.collapse": "Collapse", "item.page.bitstreams.collapse": "Zuklappen", - + // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Originalbündel", - + "item.page.filesection.original.bundle": "Originalbündel", + // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Lizenzbündel", - + "item.page.filesection.license.bundle": "Lizenzbündel", + // "item.preview.dc.identifier.uri": "Identifier:", "item.preview.dc.identifier.uri": "Identifikator:", - + // "item.preview.dc.contributor.author": "Authors:", "item.preview.dc.contributor.author": "Autor:innen:", - + // "item.preview.dc.date.issued": "Published date:", "item.preview.dc.date.issued": "Erscheinungsdatum:", - + // "item.preview.dc.description.abstract": "Abstract:", "item.preview.dc.description.abstract": "Zusammenfassung:", - + // "item.preview.dc.identifier.other": "Other identifier:", "item.preview.dc.identifier.other": "Sonstiger Identifikator:", - + // "item.preview.dc.language.iso": "Language:", "item.preview.dc.language.iso": "Sprache:", - + // "item.preview.dc.subject": "Subjects:", "item.preview.dc.subject": "Themen:", - + // "item.preview.dc.title": "Title:", "item.preview.dc.title": "Titel:", - + // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "Nachname:", - + // "item.preview.person.givenName": "Name:", "item.preview.person.givenName": "Vorname:", - + // "item.preview.person.identifier.orcid": "ORCID:", "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", "item.select.confirm": "Auswahl bestätigen", - + // "item.select.empty": "No items to show", "item.select.empty": "Es gibt keine Items, die angezeigt werden können.", - + // "item.select.table.author": "Author", "item.select.table.author": "Autor:in", - + // "item.select.table.collection": "Collection", "item.select.table.collection": "Sammlung", - + // "item.select.table.title": "Title", "item.select.table.title": "Titel", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", "item.version.history.empty": "Dieses Item hat noch keine anderen Versionen.", - + // "item.version.history.head": "Version History", "item.version.history.head": "Versionsgeschichte", - + // "item.version.history.return": "Return", "item.version.history.return": "Zurück", - + // "item.version.history.selected": "Selected version", "item.version.history.selected": "Ausgewählte Version", - + // "item.version.history.table.version": "Version", "item.version.history.table.version": "Version", - + // "item.version.history.table.item": "Item", "item.version.history.table.item": "Item", - + // "item.version.history.table.editor": "Editor", "item.version.history.table.editor": "Herausgeber:in", - + // "item.version.history.table.date": "Date", "item.version.history.table.date": "Datum", - + // "item.version.history.table.summary": "Summary", "item.version.history.table.summary": "Zusammenfassung", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", "item.version.notice": "Dies ist nicht die neueste Version dieses Items. Die neueste Version finden Sie unter hier.", - - - + + + // "journal.listelement.badge": "Journal", "journal.listelement.badge": "Zeitschrift", - + // "journal.page.description": "Description", "journal.page.description": "Beschreibung", - + // "journal.page.edit": "Edit this item", "journal.page.edit": "Dieses Item bearbeiten", - + // "journal.page.editor": "Editor-in-Chief", "journal.page.editor": "Chefredakteur:in", - + // "journal.page.issn": "ISSN", "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", "journal.page.publisher": "Verlag", - + // "journal.page.titleprefix": "Journal: ", "journal.page.titleprefix": "Zeitschrift: ", - + // "journal.search.results.head": "Journal Search Results", "journal.search.results.head": "Suchergebnisse für Zeitschriften", - + // "journal.search.title": "Journal Search", "journal.search.title": "Zeitschriftensuche", - - - + + + // "journalissue.listelement.badge": "Journal Issue", "journalissue.listelement.badge": "Zeitschriftenheft", - + // "journalissue.page.description": "Description", "journalissue.page.description": "Beschreibeung", - + // "journalissue.page.edit": "Edit this item", "journalissue.page.edit": "Dieses Item bearbeiten", - + // "journalissue.page.issuedate": "Issue Date", "journalissue.page.issuedate": "Erscheinungsdatum", - + // "journalissue.page.journal-issn": "Journal ISSN", "journalissue.page.journal-issn": "ISSN der Zeitschrift", - + // "journalissue.page.journal-title": "Journal Title", "journalissue.page.journal-title": "Titel der Zeitschrift", - + // "journalissue.page.keyword": "Keywords", "journalissue.page.keyword": "Schlagwörter", - + // "journalissue.page.number": "Number", "journalissue.page.number": "Zählung", - + // "journalissue.page.titleprefix": "Journal Issue: ", "journalissue.page.titleprefix": "Zeitschriftenheft:", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", "journalvolume.listelement.badge": "Zeitschriftenband", - + // "journalvolume.page.description": "Description", "journalvolume.page.description": "Beschreibung", - + // "journalvolume.page.edit": "Edit this item", "journalvolume.page.edit": "Dieses Item bearbeiten", - + // "journalvolume.page.issuedate": "Issue Date", "journalvolume.page.issuedate": "Erscheinungsdatum", - + // "journalvolume.page.titleprefix": "Journal Volume: ", "journalvolume.page.titleprefix": "Zeitschriftenband: ", - + // "journalvolume.page.volume": "Volume", "journalvolume.page.volume": "Band", - - - + + + // "loading.bitstream": "Loading bitstream...", "loading.bitstream": "Lade Datei...", - + // "loading.bitstreams": "Loading bitstreams...", "loading.bitstreams": "Lade Datei...", - + // "loading.browse-by": "Loading items...", "loading.browse-by": "Lade Items...", - + // "loading.browse-by-page": "Loading page...", "loading.browse-by-page": "Lade Seite...", - + // "loading.collection": "Loading collection...", "loading.collection": "Lade Sammlung...", - + // "loading.collections": "Loading collections...", "loading.collections": "Lade Sammlungen...", - + // "loading.content-source": "Loading content source...", "loading.content-source": "Lade Bezugsquelle...", - + // "loading.community": "Loading community...", "loading.community": "Lade Bereich...", - + // "loading.default": "Loading...", "loading.default": "Lade...", - + // "loading.item": "Loading item...", "loading.item": "Lade Item...", - + // "loading.items": "Loading items...", "loading.items": "Lade Items...", - + // "loading.mydspace-results": "Loading items...", "loading.mydspace-results": "Lade Items...", - + // "loading.objects": "Loading...", "loading.objects": "Lade...", - + // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "Lade neueste Veröffentlichungen...", - + // "loading.search-results": "Loading search results...", "loading.search-results": "Lade Suchergebnisse...", - + // "loading.sub-collections": "Loading sub-collections...", "loading.sub-collections": "Lade Untersammlungen...", - + // "loading.sub-communities": "Loading sub-communities...", "loading.sub-communities": "Lade Teilbereiche...", - + // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "Lade Hauptbereiche...", - - - + + + // "login.form.email": "Email address", "login.form.email": "E-Mail-Adresse", - + // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "Haben Sie Ihr Passwort vergessen?", - + // "login.form.header": "Please log in to DSpace", "login.form.header": "Bitte melden Sie sich an.", - + // "login.form.new-user": "New user? Click here to register.", "login.form.new-user": "Neu hier? Klicken Sie hier, um sich zu registrieren.", - + // "login.form.or-divider": "or", "login.form.or-divider": "oder", - + // "login.form.password": "Password", "login.form.password": "Passwort", - + // "login.form.shibboleth": "Log in with Shibboleth", "login.form.shibboleth": "Anmeldung mit Shibboleth", - + // "login.form.submit": "Log in", "login.form.submit": "Anmelden", - + // "login.title": "Login", "login.title": "Anmelden", - + // "login.breadcrumbs": "Login", "login.breadcrumbs": "Anmelden", - - - + + + // "logout.form.header": "Log out from DSpace", "logout.form.header": "Abmelden", - + // "logout.form.submit": "Log out", "logout.form.submit": "Abmelden", - + // "logout.title": "Logout", "logout.title": "Abmelden", - - - + + + // "menu.header.admin": "Admin", "menu.header.admin": "Administration", - + // "menu.header.image.logo": "Repository logo", "menu.header.image.logo": "Logo des Repositoriums", - - - + + + // "menu.section.access_control": "Access Control", "menu.section.access_control": "Zugriffskontrolle", - + // "menu.section.access_control_authorizations": "Authorizations", "menu.section.access_control_authorizations": "Rechte", - + // "menu.section.access_control_groups": "Groups", "menu.section.access_control_groups": "Gruppen", - + // "menu.section.access_control_people": "People", "menu.section.access_control_people": "Personen", - - - + + + // "menu.section.admin_search": "Admin Search", "menu.section.admin_search": "Admin-Suche", - - - + + + // "menu.section.browse_community": "This Community", "menu.section.browse_community": "Dieser Bereich", - + // "menu.section.browse_community_by_author": "By Author", "menu.section.browse_community_by_author": "Nach Autor:in", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", "menu.section.browse_community_by_issue_date": "Nach Erscheinungsdatum", - + // "menu.section.browse_community_by_title": "By Title", "menu.section.browse_community_by_title": "Nach Titel", - + // "menu.section.browse_global": "All of DSpace", "menu.section.browse_global": "Das gesamte Repositorium", - + // "menu.section.browse_global_by_author": "By Author", "menu.section.browse_global_by_author": "Nach Autor:in", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", "menu.section.browse_global_by_dateissued": "Nach Erscheinungsjahr", - + // "menu.section.browse_global_by_subject": "By Subject", "menu.section.browse_global_by_subject": "Nach Schlagwort", - + // "menu.section.browse_global_by_title": "By Title", "menu.section.browse_global_by_title": "Nach Titel", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", "menu.section.browse_global_communities_and_collections": "Bereiche & Sammlungen", - - - + + + // "menu.section.control_panel": "Control Panel", "menu.section.control_panel": "Kontrollfeld", - + // "menu.section.curation_task": "Curation Task", "menu.section.curation_task": "Datenpflegeroutinen", - - - + + + // "menu.section.edit": "Edit", "menu.section.edit": "Bearbeiten", - + // "menu.section.edit_collection": "Collection", "menu.section.edit_collection": "Sammlung", - + // "menu.section.edit_community": "Community", "menu.section.edit_community": "Bereich", - + // "menu.section.edit_item": "Item", "menu.section.edit_item": "Item", - - - + + + // "menu.section.export": "Export", "menu.section.export": "Export", - + // "menu.section.export_collection": "Collection", "menu.section.export_collection": "Sammlung", - + // "menu.section.export_community": "Community", "menu.section.export_community": "Bereich", - + // "menu.section.export_item": "Item", "menu.section.export_item": "Item", - + // "menu.section.export_metadata": "Metadata", "menu.section.export_metadata": "Metadaten", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", "menu.section.icon.access_control": "Menübereich Zugriffskontrolle", - + // "menu.section.icon.admin_search": "Admin search menu section", "menu.section.icon.admin_search": "Menüabschnitt (Admin-Suche)", - + // "menu.section.icon.control_panel": "Control Panel menu section", "menu.section.icon.control_panel": "Menübereich Kontrollfeld", - + // "menu.section.icon.curation_task": "Curation Task menu section", "menu.section.icon.curation_task": "Menübereich Datepflegeroutinen", - + // "menu.section.icon.edit": "Edit menu section", "menu.section.icon.edit": "Menübereich bearbeiten", - + // "menu.section.icon.export": "Export menu section", "menu.section.icon.export": "Menübereich Export", - + // "menu.section.icon.find": "Find menu section", "menu.section.icon.find": "Menübereich Suche", - + // "menu.section.icon.import": "Import menu section", "menu.section.icon.import": "Menübereich Import", - + // "menu.section.icon.new": "New menu section", "menu.section.icon.new": "Neuer Menübereich", - + // "menu.section.icon.pin": "Pin sidebar", "menu.section.icon.pin": "Seitenleiste Anheften", - + // "menu.section.icon.processes": "Processes menu section", "menu.section.icon.processes": "Menübereich Prozesse", - + // "menu.section.icon.registries": "Registries menu section", "menu.section.icon.registries": "Menübereich Referenzlisten", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", "menu.section.icon.statistics_task": "Menübereich Statistikaufgaben", - + // "menu.section.icon.unpin": "Unpin sidebar", "menu.section.icon.unpin": "Seitenbereich loslösen", - - - + + + // "menu.section.import": "Import", "menu.section.import": "Import", - + // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "Import (ZIP)", - + // "menu.section.import_metadata": "Metadata", "menu.section.import_metadata": "Metadaten", - - - + + + // "menu.section.new": "New", "menu.section.new": "Neu", - + // "menu.section.new_collection": "Collection", "menu.section.new_collection": "Sammlung", - + // "menu.section.new_community": "Community", "menu.section.new_community": "Bereich", - + // "menu.section.new_item": "Item", "menu.section.new_item": "Item", - + // "menu.section.new_item_version": "Item Version", "menu.section.new_item_version": "Item-Version", - + // "menu.section.new_process": "Process", "menu.section.new_process": "Prozess", - - - + + + // "menu.section.pin": "Pin sidebar", "menu.section.pin": "Seitenleiste anheften", - + // "menu.section.unpin": "Unpin sidebar", "menu.section.unpin": "Seitenleiste loslösen", - - - + + + // "menu.section.processes": "Processes", "menu.section.processes": "Prozesse", - - - + + + // "menu.section.registries": "Registries", "menu.section.registries": "Referenzlisten", - + // "menu.section.registries_format": "Format", "menu.section.registries_format": "Format", - + // "menu.section.registries_metadata": "Metadata", "menu.section.registries_metadata": "Metadaten", - - - + + + // "menu.section.statistics": "Statistics", "menu.section.statistics": "Statistiken", - + // "menu.section.statistics_task": "Statistics Task", "menu.section.statistics_task": "Statistikaufgaben", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", "menu.section.toggle.access_control": "Bereich Zugriffskontrolle umschalten", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", "menu.section.toggle.control_panel": "Bereich Kontrollfeld umschalten", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", "menu.section.toggle.curation_task": "Bereich Datenpflegeroutinen umschalten", - + // "menu.section.toggle.edit": "Toggle Edit section", "menu.section.toggle.edit": "Bereich Bearbeiten umschalten", - + // "menu.section.toggle.export": "Toggle Export section", "menu.section.toggle.export": "Bereich Export umschalten", - + // "menu.section.toggle.find": "Toggle Find section", "menu.section.toggle.find": "Bereich Suche umschalten", - + // "menu.section.toggle.import": "Toggle Import section", "menu.section.toggle.import": "Bereich Import umschalten", - + // "menu.section.toggle.new": "Toggle New section", "menu.section.toggle.new": "Neuen Bereich umschalten", - + // "menu.section.toggle.registries": "Toggle Registries section", "menu.section.toggle.registries": "Bereich Referenzlisten umschalten", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", "menu.section.toggle.statistics_task": "Bereich Statistikaufgaben umschalten", - - + + // "menu.section.workflow": "Administer Workflow", "menu.section.workflow": "Geschäftsgänge verwalten", - - + + // "mydspace.description": "", "mydspace.description": "", - + // "mydspace.general.text-here": "here", "mydspace.general.text-here": "hier", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", "mydspace.messages.controller-help": "Wählen Sie diese Option, um der Person eine Nachricht zu schicken, die das Item eingereicht hat.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", "mydspace.messages.description-placeholder": "Geben Sie Ihre Nachricht hier ein...", - + // "mydspace.messages.hide-msg": "Hide message", "mydspace.messages.hide-msg": "Nachricht ausblenden", - + // "mydspace.messages.mark-as-read": "Mark as read", "mydspace.messages.mark-as-read": "Als gelesen markieren", - + // "mydspace.messages.mark-as-unread": "Mark as unread", "mydspace.messages.mark-as-unread": "Als ungelesen markieren", - + // "mydspace.messages.no-content": "No content.", "mydspace.messages.no-content": "Kein Inhalt.", - + // "mydspace.messages.no-messages": "No messages yet.", "mydspace.messages.no-messages": "Es sind noch keine Nachrichten vorhanden.", - + // "mydspace.messages.send-btn": "Send", "mydspace.messages.send-btn": "Senden", - + // "mydspace.messages.show-msg": "Show message", "mydspace.messages.show-msg": "Nachricht anzeigen", - + // "mydspace.messages.subject-placeholder": "Subject...", "mydspace.messages.subject-placeholder": "Betreff...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", "mydspace.messages.submitter-help": "Wählen Sie diese Option, um dem Supervisor eine Nachricht zu schicken.", - + // "mydspace.messages.title": "Messages", "mydspace.messages.title": "Nachrichten", - + // "mydspace.messages.to": "To", "mydspace.messages.to": "An", - + // "mydspace.new-submission": "New submission", "mydspace.new-submission": "Neue Veröffentlichung", - + // "mydspace.new-submission-external": "Import metadata from external source", "mydspace.new-submission-external": "Importieren von Metadaten aus einer externen Quelle", - + // "mydspace.new-submission-external-short": "Import metadata", "mydspace.new-submission-external-short": "Importieren von Metadaten", - + // "mydspace.results.head": "Your submissions", "mydspace.results.head": "Ihre Veröffentlichungen", - + // "mydspace.results.no-abstract": "No Abstract", "mydspace.results.no-abstract": "Keine Zusammenfassung", - + // "mydspace.results.no-authors": "No Authors", "mydspace.results.no-authors": "Keine Autor:innen", - + // "mydspace.results.no-collections": "No Collections", "mydspace.results.no-collections": "Keine Sammlungen", - + // "mydspace.results.no-date": "No Date", "mydspace.results.no-date": "Kein Datum", - + // "mydspace.results.no-files": "No Files", "mydspace.results.no-files": "Keine Dateien", - + // "mydspace.results.no-results": "There were no items to show", "mydspace.results.no-results": "Es gibt keine Items, die angezeigt werden können.", - + // "mydspace.results.no-title": "No title", "mydspace.results.no-title": "Kein Titel", - + // "mydspace.results.no-uri": "No Uri", "mydspace.results.no-uri": "Keine URI", - + // "mydspace.show.workflow": "All tasks", "mydspace.show.workflow": "Alle Aufgaben", - + // "mydspace.show.workspace": "Your Submissions", "mydspace.show.workspace": "Ihre Veröffentlichungen", - + // "mydspace.status.archived": "Archived", "mydspace.status.archived": "Archiviert", - + // "mydspace.status.validation": "Validation", "mydspace.status.validation": "Validierung", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", "mydspace.status.waiting-for-controller": "Warten auf die Überprüfung", - + // "mydspace.status.workflow": "Workflow", "mydspace.status.workflow": "Geschäftsgang", - + // "mydspace.status.workspace": "Workspace", "mydspace.status.workspace": "Arbeitsbereich", - + // "mydspace.title": "MyDSpace", "mydspace.title": "Mein DSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", "mydspace.upload.upload-failed": "Fehler beim Anlegen eines neuen Arbeitsbereiches. Bitte überprüfen Sie den Inhalt bevor Sie es nochmal versuchen.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", "mydspace.upload.upload-failed-manyentries": "Unverarbeitbare Datei. Es wurden zu viele Einträge erkannt, aber nur einer für die Datei zugelassen.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", "mydspace.upload.upload-failed-moreonefile": "Unverarbeitbare Anfrage. Nur eine Datei ist erlaubt.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", "mydspace.upload.upload-multiple-successful": "{{qty}} neue(s) Arbeitsbereichsitem(s) angelegt.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", "mydspace.upload.upload-successful": "Das Workspace-Item wurde neu angelegt. Klicken Sie {{here}}, um es zu bearbeiten.", - + // "mydspace.view-btn": "View", "mydspace.view-btn": "Anzeige", - - - + + + // "nav.browse.header": "All of DSpace", "nav.browse.header": "Das gesamte Repositorium", - + // "nav.community-browse.header": "By Community", "nav.community-browse.header": "Nach Bereich", - + // "nav.language": "Language switch", "nav.language": "Sprachumschalter", - + // "nav.login": "Log In", "nav.login": "Anmelden", - + // "nav.logout": "Log Out", "nav.logout": "Abmelden", - + // "nav.mydspace": "MyDSpace", "nav.mydspace": "Mein DSpace", - + // "nav.profile": "Profile", "nav.profile": "Profil", - + // "nav.search": "Search", "nav.search": "Suche", - + // "nav.statistics.header": "Statistics", "nav.statistics.header": "Statistiken", - + // "nav.stop-impersonating": "Stop impersonating EPerson", "nav.stop-impersonating": "Als Person ausloggen", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", "orgunit.listelement.badge": "Organisationseinheit", - + // "orgunit.page.city": "City", "orgunit.page.city": "Stadt", - + // "orgunit.page.country": "Country", "orgunit.page.country": "Land", - + // "orgunit.page.dateestablished": "Date established", "orgunit.page.dateestablished": "Ursprungsdatum", - + // "orgunit.page.description": "Description", "orgunit.page.description": "Beschreibung", - + // "orgunit.page.edit": "Edit this item", "orgunit.page.edit": "Dieses Item bearbeiten", - + // "orgunit.page.id": "ID", "orgunit.page.id": "ID", - + // "orgunit.page.titleprefix": "Organizational Unit: ", "orgunit.page.titleprefix": "Organisationseinheit: ", - - - + + + // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "Treffer pro Seite", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", "pagination.showing.detail": "{{ range }} von {{ total }}", - + // "pagination.showing.label": "Now showing ", "pagination.showing.label": "Gerade angezeigt ", - + // "pagination.sort-direction": "Sort Options", "pagination.sort-direction": "Sortieroptionen", - - - + + + // "person.listelement.badge": "Person", "person.listelement.badge": "Person", - + // "person.listelement.no-title": "No name found", "person.listelement.no-title": "Kein Name gefunden", - + // "person.page.birthdate": "Birth Date", "person.page.birthdate": "Geburtsdatum", - + // "person.page.edit": "Edit this item", "person.page.edit": "Dieses Item bearbeiten", - + // "person.page.email": "Email Address", "person.page.email": "E-Mail-Adresse", - + // "person.page.firstname": "First Name", "person.page.firstname": "Vorname", - + // "person.page.jobtitle": "Job Title", "person.page.jobtitle": "Berufsbeschreibung", - + // "person.page.lastname": "Last Name", "person.page.lastname": "Nachname", - + // "person.page.link.full": "Show all metadata", "person.page.link.full": "Alle Metadaten anzeigen", - + // "person.page.orcid": "ORCID", "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", "person.page.staffid": "Personalnummer", - + // "person.page.titleprefix": "Person: ", "person.page.titleprefix": "Person: ", - + // "person.search.results.head": "Person Search Results", "person.search.results.head": "Ergebnisse der Personensuche", - + // "person.search.title": "Person Search", "person.search.title": "Personensuche", - - - - // "process.detail.output": "Process Output", - "process.detail.output": "Prozessausgabe (Log)", - // "process.detail.output-files.empty": "This process doesn't contain any output files", - "process.detail.output-files.empty": "Dieser Prozess enthält keine Ausgabedateien.", + // "process.new.select-parameters": "Parameters", "process.new.select-parameters": "Parameter", - + // "process.new.cancel": "Cancel", "process.new.cancel": "Abbrechen", - + // "process.new.submit": "Submit", "process.new.submit": "Eingabe", - + // "process.new.select-script": "Script", "process.new.select-script": "Skript", - + // "process.new.select-script.placeholder": "Choose a script...", "process.new.select-script.placeholder": "Wählen Sie ein Skript...", - + // "process.new.select-script.required": "Script is required", "process.new.select-script.required": "Skript ist erforderlich", - + // "process.new.parameter.file.upload-button": "Select file...", "process.new.parameter.file.upload-button": "Datei auswählen", - + // "process.new.parameter.file.required": "Please select a file", "process.new.parameter.file.required": "Bitte wählen Sie eine Datei aus", - + // "process.new.parameter.string.required": "Parameter value is required", "process.new.parameter.string.required": "Parameterwert ist erforderlich", - + // "process.new.parameter.type.value": "value", "process.new.parameter.type.value": "Wert", - + // "process.new.parameter.type.file": "file", "process.new.parameter.type.file": "Datei", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", "process.new.parameter.required.missing": "Die folgenden Parameter sind erforderlich, fehlen aber noch:", - + // "process.new.notification.success.title": "Success", "process.new.notification.success.title": "Erfolg", - + // "process.new.notification.success.content": "The process was successfully created", "process.new.notification.success.content": "Der Prozess wurde erfolgreich erstellt", - + // "process.new.notification.error.title": "Error", "process.new.notification.error.title": "Fehler", - + // "process.new.notification.error.content": "An error occurred while creating this process", "process.new.notification.error.content": "Beim Erstellen dieses Prozesses ist ein Fehler aufgetreten", - + // "process.new.header": "Create a new process", "process.new.header": "Einen neuen Prozess erstellen", - + // "process.new.title": "Create a new process", "process.new.title": "Einen neuen Prozess erstellen", - + // "process.new.breadcrumbs": "Create a new process", "process.new.breadcrumbs": "Einen neuen Prozess erstellen", - - - + + + // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Parameter", - + "process.detail.arguments": "Parameter", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Dieser Prozess beinhaltet keine Parameter", - + "process.detail.arguments.empty": "Dieser Prozess beinhaltet keine Parameter", + // "process.detail.back" : "Back", - "process.detail.back" : "Zurück", - + "process.detail.back": "Zurück", + // "process.detail.output" : "Process Output", - "process.detail.output" : "Prozessausgabe", - + "process.detail.output": "Prozessausgabe", + // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Log anzeigen", - + // "process.detail.logs.loading": "Retrieving", "process.detail.logs.loading": "Abrufen", - + // "process.detail.logs.none": "This process has no output", "process.detail.logs.none": "Dieser Prozess gibt nichts aus.", - + // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Ausgabedateien", - + "process.detail.output-files": "Ausgabedateien", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Dieser Prozess enthält keine Ausgabedateien", - + "process.detail.output-files.empty": "Dieser Prozess enthält keine Ausgabedateien", + // "process.detail.script" : "Script", - "process.detail.script" : "Skript", - + "process.detail.script": "Skript", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Prozess: {{ id }} - {{ name }}", - + "process.detail.title": "Prozess: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Startzeit", - + "process.detail.start-time": "Startzeit", + // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Schlusszeit", - + "process.detail.end-time": "Schlusszeit", + // "process.detail.status" : "Status", - "process.detail.status" : "Status", - + "process.detail.status": "Status", + // "process.detail.create" : "Create similar process", - "process.detail.create" : "Erstelle ähnlichen Prozess", - - - + "process.detail.create": "Erstelle ähnlichen Prozess", + + + // "process.overview.table.finish" : "Finish time", - "process.overview.table.finish" : "Schlusszeit", - + "process.overview.table.finish": "Schlusszeit", + // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "Prozess ID", - + "process.overview.table.id": "Prozess ID", + // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Name", - + "process.overview.table.name": "Name", + // "process.overview.table.start" : "Start time", - "process.overview.table.start" : "Startzeit", - + "process.overview.table.start": "Startzeit", + // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Status", - + "process.overview.table.status": "Status", + // "process.overview.table.user" : "User", - "process.overview.table.user" : "Benutzer:in", - + "process.overview.table.user": "Benutzer:in", + // "process.overview.title": "Processes Overview", "process.overview.title": "Überblick der Prozesse", - + // "process.overview.breadcrumbs": "Processes Overview", "process.overview.breadcrumbs": "Überblick der Prozesse", - + // "process.overview.new": "New", "process.overview.new": "Neu", - - + + // "profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Profil aktualisieren", - + // "profile.card.identify": "Identify", "profile.card.identify": "Identifizieren", - + // "profile.card.security": "Security", "profile.card.security": "Sicherheit", - + // "profile.form.submit": "Update Profile", "profile.form.submit": "Profil aktualisieren", - + // "profile.groups.head": "Authorization groups you belong to", "profile.groups.head": "Berechtigungsgruppen, denen Sie angehören", - + // "profile.head": "Update Profile", "profile.head": "Profil aktualisieren", - + // "profile.metadata.form.error.firstname.required": "First Name is required", "profile.metadata.form.error.firstname.required": "Vorname muss angegeben werden", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", "profile.metadata.form.error.lastname.required": "Nachname muss angegeben werden", - + // "profile.metadata.form.label.email": "Email Address", "profile.metadata.form.label.email": "E-Mail-Adresse", - + // "profile.metadata.form.label.firstname": "First Name", "profile.metadata.form.label.firstname": "Vorname", - + // "profile.metadata.form.label.language": "Language", "profile.metadata.form.label.language": "Sprache", - + // "profile.metadata.form.label.lastname": "Last Name", "profile.metadata.form.label.lastname": "Nachname", - + // "profile.metadata.form.label.phone": "Contact Telephone", "profile.metadata.form.label.phone": "Telefonnummer", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", "profile.metadata.form.notifications.success.content": "Ihre Profiländerungen wurden gespeichert.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", "profile.metadata.form.notifications.success.title": "Profil gespeichert", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", "profile.notifications.warning.no-changes.content": "Es wurden keine Änderungen am Profil vorgenommen.", - + // "profile.notifications.warning.no-changes.title": "No changes", "profile.notifications.warning.no-changes.title": "Keine Änderungen", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", "profile.security.form.error.matching-passwords": "Die Passwörter stimmen nicht überein.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box.", "profile.security.form.info": "Im nachfolgenden Feld können Sie bei Bedarf ein neues Passwort eingeben und es durch erneute Eingabe in das zweite Feld bestätigen.", - + // "profile.security.form.label.password": "Password", "profile.security.form.label.password": "Passwort", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", "profile.security.form.label.passwordrepeat": "Zum Bestätigen das Passwort erneut eingeben", - + // "profile.security.form.label.current-password": "Current password", "profile.security.form.label.current-password": "Ihr aktuelles Passwort", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", "profile.security.form.notifications.success.content": "Ihr geändertes Passwort wurde gespeichert.", - + // "profile.security.form.notifications.success.title": "Password saved", "profile.security.form.notifications.success.title": "Passwort gespeichert", - + // "profile.security.form.notifications.error.title": "Error changing passwords", "profile.security.form.notifications.error.title": "Fehler beim Ändern von Passwörtern", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", "profile.security.form.notifications.error.not-long-enough": "Das Passwort sollte mindestens 6 Zeichen lang sein.", - + // "profile.security.form.notifications.error.change-failed": "An error occurred while trying to change the password. Please check if the current password is correct.", "profile.security.form.notifications.error.change-failed": "Es ist ein Fehler beim Ändern des Passworts aufgetreten. Bitte überprüfen Sie, ob Ihr aktuelles Passwort korrekt eingegeben wurde.", @@ -3870,231 +3858,231 @@ // "profile.security.form.notifications.error.general": "Please fill required fields of security form.", "profile.security.form.notifications.error.general": "Bitte füllen Sie alle Pflichtfelder im Formular aus.", - + // "profile.title": "Update Profile", "profile.title": "Profil aktualisieren", - - - + + + // "project.listelement.badge": "Research Project", "project.listelement.badge": "Forschungsprojekt", - + // "project.page.contributor": "Contributors", "project.page.contributor": "Beteiligte", - + // "project.page.description": "Description", "project.page.description": "Beschreibung", - + // "project.page.edit": "Edit this item", "project.page.edit": "Dieses Item bearbeiten", - + // "project.page.expectedcompletion": "Expected Completion", "project.page.expectedcompletion": "Erwartetes Abschlussdatum", - + // "project.page.funder": "Funders", "project.page.funder": "Förderer", - + // "project.page.id": "ID", "project.page.id": "ID", - + // "project.page.keyword": "Keywords", "project.page.keyword": "Schlagwörter", - + // "project.page.status": "Status", "project.page.status": "Status", - + // "project.page.titleprefix": "Research Project: ", "project.page.titleprefix": "Forschungsvorhaben: ", - + // "project.search.results.head": "Project Search Results", "project.search.results.head": "Suchergebnisse für Projekte", - - - + + + // "publication.listelement.badge": "Publication", "publication.listelement.badge": "Veröffentlichung", - + // "publication.page.description": "Description", "publication.page.description": "Beschreibung", - + // "publication.page.edit": "Edit this item", "publication.page.edit": "Dieses Item bearbeiten", - + // "publication.page.journal-issn": "Journal ISSN", "publication.page.journal-issn": "ISSN der Zeitschrift", - + // "publication.page.journal-title": "Journal Title", "publication.page.journal-title": "Zeitschriftentitel", - + // "publication.page.publisher": "Publisher", "publication.page.publisher": "Verlag", - + // "publication.page.titleprefix": "Publication: ", "publication.page.titleprefix": "Publikation: ", - + // "publication.page.volume-title": "Volume Title", "publication.page.volume-title": "Bandtitel", - + // "publication.search.results.head": "Publication Search Results", "publication.search.results.head": "Suchergebnisse Publikationen", - + // "publication.search.title": "Publication Search", "publication.search.title": "Publikationssuche", - - + + // "register-email.title": "New user registration", "register-email.title": "Neu registrieren", - + // "register-page.create-profile.header": "Create Profile", "register-page.create-profile.header": "Profil erstellen", - + // "register-page.create-profile.identification.header": "Identify", "register-page.create-profile.identification.header": "Identifizieren", - + // "register-page.create-profile.identification.email": "Email Address", "register-page.create-profile.identification.email": "E-Mail-Adresse", - + // "register-page.create-profile.identification.first-name": "First Name *", "register-page.create-profile.identification.first-name": "Vorname *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", "register-page.create-profile.identification.first-name.error": "Bitte geben Sie einen Vornamen ein", - + // "register-page.create-profile.identification.last-name": "Last Name *", "register-page.create-profile.identification.last-name": "Nachname *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", "register-page.create-profile.identification.last-name.error": "Bitte geben Sie einen Nachnamen ein", - + // "register-page.create-profile.identification.contact": "Contact Telephone", "register-page.create-profile.identification.contact": "Telefonnummer", - + // "register-page.create-profile.identification.language": "Language", "register-page.create-profile.identification.language": "Sprache", - + // "register-page.create-profile.security.header": "Security", "register-page.create-profile.security.header": "Sicherheit", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box.", "register-page.create-profile.security.info": "Bitte geben Sie ein Passwort in das unten stehende Feld ein und bestätigen Sie es, indem Sie es in das zweite Feld erneut eingeben.", - + // "register-page.create-profile.security.label.password": "Password *", "register-page.create-profile.security.label.password": "Passwort *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", "register-page.create-profile.security.label.passwordrepeat": "Zum Bestätigen erneut eingeben *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", "register-page.create-profile.security.error.empty-password": "Bitte geben Sie in das unten stehende Feld ein Passwort ein.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", "register-page.create-profile.security.error.matching-passwords": "Die Passwörter stimmen nicht überein.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", "register-page.create-profile.security.error.password-length": "Das Passwort sollte mindestens 6 Zeichen lang sein.", - + // "register-page.create-profile.submit": "Complete Registration", "register-page.create-profile.submit": "Vollständige Registrierung", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", "register-page.create-profile.submit.error.content": "Bei der Registrierung eines neuen Accounts ist ein Fehler aufgetreten.", - + // "register-page.create-profile.submit.error.head": "Registration failed", "register-page.create-profile.submit.error.head": "Registrierung fehlgeschlagen", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", "register-page.create-profile.submit.success.content": "Sie haben sich erfolgreich registriert und wurden angemeldet.", - + // "register-page.create-profile.submit.success.head": "Registration completed", "register-page.create-profile.submit.success.head": "Registrierung abgeschlossen", - - + + // "register-page.registration.header": "New user registration", "register-page.registration.header": "Neues Konto anlegen", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "register-page.registration.info": "Registrieren Sie ein Konto, um Sammlungen für E-Mail-Updates zu abonnieren und neue Items in DSpace einzugeben.", - + // "register-page.registration.email": "Email Address *", "register-page.registration.email": "E-Mail-Adresse *", - + // "register-page.registration.email.error.required": "Please fill in an email address", "register-page.registration.email.error.required": "Bitte geben Sie eine E-Mail Adresse an", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", "register-page.registration.email.error.pattern": "Bitte geben Sie eine gültige E-Mail Adresse an", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", "register-page.registration.email.hint": "Diese Adresse wird überprüft und als Ihr Accountname verwendet..", - + // "register-page.registration.submit": "Register", "register-page.registration.submit": "Registrieren", - + // "register-page.registration.success.head": "Verification email sent", "register-page.registration.success.head": "Bestätigungs-E-Mail gesendet", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "register-page.registration.success.content": "Es wurde eine E-Mail mit einer speziellen URL und weiteren Anweisungen an {{ email }} gesendet.", - + // "register-page.registration.error.head": "Error when trying to register email", "register-page.registration.error.head": "Fehler beim Versuch, eine E-Mail zu registrieren", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", "register-page.registration.error.content": "Bei der Registrierung der folgenden E-Mail-Adresse ist ein Fehler aufgetreten: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", "relationships.add.error.relationship-type.content": "Für den Beziehungstyp {{ type }} zwischen den beiden Items konnte keine passende Übereinstimmung gefunden werden", - + // "relationships.add.error.server.content": "The server returned an error", "relationships.add.error.server.content": "Der Server hat einen Fehler zurückgegeben", - + // "relationships.add.error.title": "Unable to add relationship", "relationships.add.error.title": "Beziehung kann nicht hinzugefügt werden", - + // "relationships.isAuthorOf": "Authors", "relationships.isAuthorOf": "Autor:innen", - + // "relationships.isAuthorOf.Person": "Authors (persons)", "relationships.isAuthorOf.Person": "Autor:innen (Personen)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", "relationships.isAuthorOf.OrgUnit": "Autor:innen (Organisationseinheiten)", - + // "relationships.isIssueOf": "Journal Issues", "relationships.isIssueOf": "Zeitschriftenhefte", - + // "relationships.isJournalIssueOf": "Journal Issue", "relationships.isJournalIssueOf": "Zeitschriftenheft", - + // "relationships.isJournalOf": "Journals", "relationships.isJournalOf": "Zeitschriften", - + // "relationships.isOrgUnitOf": "Organizational Units", "relationships.isOrgUnitOf": "Organisationseinheiten", - + // "relationships.isPersonOf": "Authors", "relationships.isPersonOf": "Autor:innen", - + // "relationships.isProjectOf": "Research Projects", "relationships.isProjectOf": "Forschungsvorhaben", - + // "relationships.isPublicationOf": "Publications", "relationships.isPublicationOf": "Publikationen", - + // "relationships.isPublicationOfJournalIssue": "Articles", "relationships.isPublicationOfJournalIssue": "Artikel", - + // "relationships.isSingleJournalOf": "Journal", "relationships.isSingleJournalOf": "Zeitschrift", - + // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "Zeitschriftenband", - + // "relationships.isVolumeOf": "Journal Volumes", "relationships.isVolumeOf": "Zeitschriftenbände", - + // "relationships.isContributorOf": "Contributors", "relationships.isContributorOf": "Beteiligte", @@ -4120,489 +4108,489 @@ // "resource-policies.add.button": "Add", "resource-policies.add.button": "Hinzufügen", - + // "resource-policies.add.for.": "Add a new policy", "resource-policies.add.for.": "Eine neue Richtlinie hinzufügen", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", "resource-policies.add.for.bitstream": "Eine neue Datei-Richtlinie hinzufügen", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", "resource-policies.add.for.bundle": "Eine neue Bündel-Richtlinie hinzufügen", - + // "resource-policies.add.for.item": "Add a new Item policy", "resource-policies.add.for.item": "Eine neue Item-Richtlinie hinzufügen", - + // "resource-policies.add.for.community": "Add a new Community policy", "resource-policies.add.for.community": "Eine neue Bereiche-Richtlinie hinzufügen", - + // "resource-policies.add.for.collection": "Add a new Collection policy", "resource-policies.add.for.collection": "Eine neue Sammlungen-Richtlinie hinzufügen", - + // "resource-policies.create.page.heading": "Create new resource policy for ", "resource-policies.create.page.heading": "Eine neue Ressourcen-Richtlinie erstellen für ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", "resource-policies.create.page.failure.content": "Bei der Erstellung der Ressourcen-Richtlinie ist ein Fehler aufgetreten.", - + // "resource-policies.create.page.success.content": "Operation successful", "resource-policies.create.page.success.content": "Vorgang erfolgreich", - + // "resource-policies.create.page.title": "Create new resource policy", "resource-policies.create.page.title": "Eine neue Ressourcen-Richtlinie erstellen", - + // "resource-policies.delete.btn": "Delete selected", "resource-policies.delete.btn": "Markierte löschen", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", "resource-policies.delete.btn.title": "Ausgewählte Ressourcen-Richtlinien löschen", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", "resource-policies.delete.failure.content": "Beim Löschen der ausgewählten Ressourcen-Richtlinien ist ein Fehler aufgetreten.", - + // "resource-policies.delete.success.content": "Operation successful", "resource-policies.delete.success.content": "Vorgang erfolgreich", - + // "resource-policies.edit.page.heading": "Edit resource policy ", "resource-policies.edit.page.heading": "Ressourcen-Richtlinie bearbeiten ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", "resource-policies.edit.page.failure.content": "Beim Bearbeiten der Ressourcen-Richtlinie ist ein Fehler aufgetreten.", - + // "resource-policies.edit.page.success.content": "Operation successful", "resource-policies.edit.page.success.content": "Vorgang erfolgreich", - + // "resource-policies.edit.page.title": "Edit resource policy", "resource-policies.edit.page.title": "Ressourcen-Richtlinie bearbeiten", - + // "resource-policies.form.action-type.label": "Select the action type", "resource-policies.form.action-type.label": "Wählen Sie die Aktionsart", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", "resource-policies.form.action-type.required": "Bitte wählen Sie eine Aktion für die Ressourcenrichtlinie aus.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", "resource-policies.form.eperson-group-list.label": "Die Person oder Gruppe, der die Genehmigung erteilt wird", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", "resource-policies.form.eperson-group-list.select.btn": "Auswählen", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", "resource-policies.form.eperson-group-list.tab.eperson": "Suche nach einer Person", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", "resource-policies.form.eperson-group-list.tab.group": "Suche nach einer Gruppe", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", "resource-policies.form.eperson-group-list.table.headers.action": "Aktion", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", "resource-policies.form.eperson-group-list.table.headers.name": "Name", - + // "resource-policies.form.date.end.label": "End Date", "resource-policies.form.date.end.label": "Enddatum", - + // "resource-policies.form.date.start.label": "Start Date", "resource-policies.form.date.start.label": "Startdatum", - + // "resource-policies.form.description.label": "Description", "resource-policies.form.description.label": "Beschreibung", - + // "resource-policies.form.name.label": "Name", "resource-policies.form.name.label": "Name", - + // "resource-policies.form.policy-type.label": "Select the policy type", "resource-policies.form.policy-type.label": "Wählen Sie den Richtlinientyp", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", "resource-policies.form.policy-type.required": "Bitte wählen Sie einen Richtlinientyp für die Ressource aus.", - + // "resource-policies.table.headers.action": "Action", "resource-policies.table.headers.action": "Aktion", - + // "resource-policies.table.headers.date.end": "End Date", "resource-policies.table.headers.date.end": "Enddatum", - + // "resource-policies.table.headers.date.start": "Start Date", "resource-policies.table.headers.date.start": "Startdatum", - + // "resource-policies.table.headers.edit": "Edit", "resource-policies.table.headers.edit": "Bearbeiten", - + // "resource-policies.table.headers.edit.group": "Edit group", "resource-policies.table.headers.edit.group": "Gruppe bearbeiten", - + // "resource-policies.table.headers.edit.policy": "Edit policy", "resource-policies.table.headers.edit.policy": "Richtlinie bearbeiten", - + // "resource-policies.table.headers.eperson": "EPerson", "resource-policies.table.headers.eperson": "Person", - + // "resource-policies.table.headers.group": "Group", "resource-policies.table.headers.group": "Gruppe", - + // "resource-policies.table.headers.id": "ID", "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", "resource-policies.table.headers.name": "Name", - + // "resource-policies.table.headers.policyType": "type", "resource-policies.table.headers.policyType": "Typ", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", "resource-policies.table.headers.title.for.bitstream": "Richtlinien für Dateien", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", "resource-policies.table.headers.title.for.bundle": "Richtlinien für Bündel", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", "resource-policies.table.headers.title.for.item": "Richtlinien für Items", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", "resource-policies.table.headers.title.for.community": "Richtlinien für Bereiche", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", "resource-policies.table.headers.title.for.collection": "Richtlinien für Sammlungen", - - - + + + // "search.description": "", "search.description": "", - + // "search.filters.filter.birthDate.label": "Search birth date", "search.filters.filter.birthDate.label": "Geburtsdatum suchen", // "search.switch-configuration.title": "Show", "search.switch-configuration.title": "Zeige", - + // "search.title": "Search", "search.title": "Suche", - + // "search.breadcrumbs": "Search", "search.breadcrumbs": "Suche", - + // "search.search-form.placeholder": "Search the repository ...", "search.search-form.placeholder": "Durchsuche Repositorium", - + // "search.filters.applied.f.author": "Author", "search.filters.applied.f.author": "Autor:in", - + // "search.filters.applied.f.dateIssued.max": "End date", "search.filters.applied.f.dateIssued.max": "Enddatum", - + // "search.filters.applied.f.dateIssued.min": "Start date", "search.filters.applied.f.dateIssued.min": "Anfangsdatum", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", "search.filters.applied.f.dateSubmitted": "Datum der Einreichung", - + // "search.filters.applied.f.discoverable": "Private", "search.filters.applied.f.discoverable": "Verborgen", - + // "search.filters.applied.f.entityType": "Item Type", "search.filters.applied.f.entityType": "Item-Typ", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", "search.filters.applied.f.has_content_in_original_bundle": "Dateien dazu vorhanden?", - + // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "Typ", - + // "search.filters.applied.f.namedresourcetype": "Status", "search.filters.applied.f.namedresourcetype": "Status", - + // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Thema", - + // "search.filters.applied.f.submitter": "Submitter", "search.filters.applied.f.submitter": "Einreichende:r", - + // "search.filters.applied.f.jobTitle": "Job Title", "search.filters.applied.f.jobTitle": "Berufsbezeichnung", - + // "search.filters.applied.f.birthDate.max": "End birth date", "search.filters.applied.f.birthDate.max": "Geburtsdatum (bis)", - + // "search.filters.applied.f.birthDate.min": "Start birth date", "search.filters.applied.f.birthDate.min": "Geburtsdatum (von)", - + // "search.filters.applied.f.withdrawn": "Withdrawn", "search.filters.applied.f.withdrawn": "Zurückgezogen", - - - + + + // "search.filters.filter.author.head": "Author", "search.filters.filter.author.head": "Autor:in", - + // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "Autor:innenname", - + // "search.filters.filter.author.label": "Search author name", "search.filters.filter.author.label": "Autorensuche", - + // "search.filters.filter.birthDate.head": "Birth Date", "search.filters.filter.birthDate.head": "Geburtsdatum", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", "search.filters.filter.birthDate.placeholder": "Geburtsdatum", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", "search.filters.filter.creativeDatePublished.head": "Erscheinungsdatum", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", "search.filters.filter.creativeDatePublished.placeholder": "Erscheinungsdatum", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Herausgeber:in", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", "search.filters.filter.creativeWorkEditor.placeholder": "Herausgeber:in", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", "search.filters.filter.creativeWorkKeywords.head": "Thema", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", "search.filters.filter.creativeWorkKeywords.placeholder": "Thema", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", "search.filters.filter.creativeWorkPublisher.head": "Verlag", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", "search.filters.filter.creativeWorkPublisher.placeholder": "Verlag", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "Datum", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", "search.filters.filter.dateIssued.max.placeholder": "Ältestes Datum", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", "search.filters.filter.dateIssued.min.placeholder": "Jüngstes Datum", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", "search.filters.filter.dateSubmitted.head": "Datum der Einreichung", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", "search.filters.filter.dateSubmitted.placeholder": "Datum der Einreichung", - + // "search.filters.filter.discoverable.head": "Private", "search.filters.filter.discoverable.head": "Verborgen", - + // "search.filters.filter.withdrawn.head": "Withdrawn", "search.filters.filter.withdrawn.head": "Zurückgezogen", - + // "search.filters.filter.entityType.head": "Item Type", "search.filters.filter.entityType.head": "Item-Typ", - + // "search.filters.filter.entityType.placeholder": "Item Type", "search.filters.filter.entityType.placeholder": "Item-Typ", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", "search.filters.filter.has_content_in_original_bundle.head": "Enthält Dateien", - + // "search.filters.filter.itemtype.head": "Type", "search.filters.filter.itemtype.head": "Typ", - + // "search.filters.filter.itemtype.placeholder": "Type", "search.filters.filter.itemtype.placeholder": "Typ", - + // "search.filters.filter.jobTitle.head": "Job Title", "search.filters.filter.jobTitle.head": "Berufsbezeichnung", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", "search.filters.filter.jobTitle.placeholder": "Berufsbezeichnung", - + // "search.filters.filter.knowsLanguage.head": "Known language", "search.filters.filter.knowsLanguage.head": "Bekannte Sprache", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", "search.filters.filter.knowsLanguage.placeholder": "Bekannte Sprache", - + // "search.filters.filter.namedresourcetype.head": "Status", "search.filters.filter.namedresourcetype.head": "Status", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", "search.filters.filter.namedresourcetype.placeholder": "Status", - + // "search.filters.filter.objectpeople.head": "People", "search.filters.filter.objectpeople.head": "Personen", - + // "search.filters.filter.objectpeople.placeholder": "People", "search.filters.filter.objectpeople.placeholder": "Personen", - + // "search.filters.filter.organizationAddressCountry.head": "Country", "search.filters.filter.organizationAddressCountry.head": "Land", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", "search.filters.filter.organizationAddressCountry.placeholder": "Land", - + // "search.filters.filter.organizationAddressLocality.head": "City", "search.filters.filter.organizationAddressLocality.head": "Stadt", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", "search.filters.filter.organizationAddressLocality.placeholder": "Stadt", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", "search.filters.filter.organizationFoundingDate.head": "Gründungsdatum", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", "search.filters.filter.organizationFoundingDate.placeholder": "Gründungsdatum", - + // "search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Bereich", - + // "search.filters.filter.scope.placeholder": "Scope filter", "search.filters.filter.scope.placeholder": "Bereichsfilter", - + // "search.filters.filter.show-less": "Collapse", "search.filters.filter.show-less": "Zusammenklappen", - + // "search.filters.filter.show-more": "Show more", "search.filters.filter.show-more": "Mehr anzeigen", - + // "search.filters.filter.subject.head": "Subject", "search.filters.filter.subject.head": "Thema", - + // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "Thema", - + // "search.filters.filter.submitter.head": "Submitter", "search.filters.filter.submitter.head": "Einreichende:r", - + // "search.filters.filter.submitter.placeholder": "Submitter", "search.filters.filter.submitter.placeholder": "Einreichende:r", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", "search.filters.entityType.JournalIssue": "Zeitschriftenheft", - + // "search.filters.entityType.JournalVolume": "Journal Volume", "search.filters.entityType.JournalVolume": "Zeitschriftenband", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", "search.filters.entityType.OrgUnit": "Organisationseinheit", - + // "search.filters.has_content_in_original_bundle.true": "Yes", "search.filters.has_content_in_original_bundle.true": "Ja", - + // "search.filters.has_content_in_original_bundle.false": "No", "search.filters.has_content_in_original_bundle.false": "Nein", - + // "search.filters.discoverable.true": "No", "search.filters.discoverable.true": "Nein", - + // "search.filters.discoverable.false": "Yes", "search.filters.discoverable.false": "Ja", - + // "search.filters.withdrawn.true": "Yes", "search.filters.withdrawn.true": "Ja", - + // "search.filters.withdrawn.false": "No", "search.filters.withdrawn.false": "Nein", - - + + // "search.filters.head": "Filters", "search.filters.head": "Filter", - + // "search.filters.reset": "Reset filters", "search.filters.reset": "Filter zurücksetzen", - - - + + + // "search.form.search": "Search", "search.form.search": "Suche", - + // "search.form.search_dspace": "Search DSpace", "search.form.search_dspace": "Suche in DSpace", - + // "search.form.search_mydspace": "Search MyDSpace", "search.form.search_mydspace": "Suche im persönlichen Arbeitsbereich", - + // "search.form.scope.all": "All of DSpace", "search.form.scope.all": "Alles durchsuchen", - + // "search.results.head": "Search Results", "search.results.head": "Suchergebnisse", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "Ihre Suche führte zu keinem Ergebnis. Versuchen Sie es mit ", - + // "search.results.no-results-link": "quotes around it", "search.results.no-results-link": "Anführungszeichen", - + // "search.results.empty": "Your search returned no results.", "search.results.empty": "Ihre Suche führte zu keinem Ergebnis.", - + // "search.results.view-result": "View", "search.results.view-result": "Anzeigen", // "default.search.results.head": "Search Results", "default.search.results.head": "Suchergebnisse", - + // "search.sidebar.close": "Back to results", "search.sidebar.close": "Zurück zu den Ergebnissen", - + // "search.sidebar.filters.title": "Filters", "search.sidebar.filters.title": "Filter", - + // "search.sidebar.open": "Search Tools", "search.sidebar.open": "Suchwerkzeuge", - + // "search.sidebar.results": "results", "search.sidebar.results": "Ergebnisse", - + // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "Ergebnisse pro Seite", - + // "search.sidebar.settings.sort-by": "Sort By", "search.sidebar.settings.sort-by": "Sortieren nach", - + // "search.sidebar.settings.title": "Settings", "search.sidebar.settings.title": "Einstellungen", - - - + + + // "search.view-switch.show-detail": "Show detail", "search.view-switch.show-detail": "Detailanzeige", - + // "search.view-switch.show-grid": "Show as grid", "search.view-switch.show-grid": "Als Raster anzeigen", - + // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "Als Liste anzeigen", - - - + + + // "sorting.ASC": "Ascending", "sorting.ASC": "Aufsteigend", - + // "sorting.DESC": "Descending", "sorting.DESC": "Absteigend", - + // "sorting.dc.title.ASC": "Title Ascending", "sorting.dc.title.ASC": "Titel aufsteigend", - + // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Titel absteigend", - + // "sorting.score.ASC": "Least Relevant", "sorting.score.ASC": "Relevanz aufsteigend", // "sorting.score.DESC": "Most Relevant", "sorting.score.DESC": "Relevanz absteigend", - + // "sorting.dc.date.issued.ASC": "Date Issued Ascending", "sorting.dc.date.issued.ASC": "Erscheinungsdatum aufsteigend", // "sorting.dc.date.issued.DESC": "Date Issued Descending", "sorting.dc.date.issued.DESC": "Erscheinungsdatum absteigend", - + // "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending", "sorting.dc.date.accessioned.ASC": "Freischaltungsdatum aufsteigend", @@ -4614,721 +4602,721 @@ // "sorting.lastModified.DESC": "Last modified Descending", "sorting.lastModified.DESC": "Änderungsdatum absteigend", - + // "statistics.title": "Statistics", "statistics.title": "Statistiken", - + // "statistics.header": "Statistics for {{ scope }}", "statistics.header": "Statistiken für {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", "statistics.breadcrumbs": "Statistiken", - + // "statistics.page.no-data": "No data available", "statistics.page.no-data": "Keine Daten verfügbar", - + // "statistics.table.no-data": "No data available", "statistics.table.no-data": "Keine Daten verfügbar", - + // "statistics.table.title.TotalVisits": "Total visits", "statistics.table.title.TotalVisits": "Aufrufe insgesamt", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", "statistics.table.title.TotalVisitsPerMonth": "Aufrufe pro Monat", - + // "statistics.table.title.TotalDownloads": "File Visits", "statistics.table.title.TotalDownloads": "Datei-Aufrufe", - + // "statistics.table.title.TopCountries": "Top country views", "statistics.table.title.TopCountries": "Top-Länder-Aufrufe", - + // "statistics.table.title.TopCities": "Top city views", "statistics.table.title.TopCities": "Top-Städte-Aufrufe", - + // "statistics.table.header.views": "Views", "statistics.table.header.views": "Aufrufe", - - + + // "submission.edit.breadcrumbs": "Edit Submission", "submission.edit.breadcrumbs": "Einreichung bearbeiten", - + // "submission.edit.title": "Edit Submission", "submission.edit.title": "Einreichung bearbeiten", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", "submission.general.cannot_submit": "Sie verfügen nicht über die Rechte, eine neue Einreichung zu machen.", - + // "submission.general.deposit": "Deposit", "submission.general.deposit": "Einreichen", - + // "submission.general.discard.confirm.cancel": "Cancel", "submission.general.discard.confirm.cancel": "Abbrechen", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", "submission.general.discard.confirm.info": "Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "Ja, ich bin sicher", - + // "submission.general.discard.confirm.title": "Discard submission", "submission.general.discard.confirm.title": "Einreichung verwerfen", - + // "submission.general.discard.submit": "Discard", "submission.general.discard.submit": "Verwerfen", - + // "submission.general.info.saved": "Saved", "submission.general.info.saved": "Gespeichert", // "submission.general.info.pending-changes": "Unsaved changes", "submission.general.info.pending-changes": "Ungespeicherte Änderungen", - + // "submission.general.save": "Save", "submission.general.save": "Speichern", - + // "submission.general.save-later": "Save for later", "submission.general.save-later": "Für später speichern", - - + + // "submission.import-external.page.title": "Import metadata from an external source", "submission.import-external.page.title": "Importieren von Metadaten aus einer externen Quelle", - + // "submission.import-external.title": "Import metadata from an external source", "submission.import-external.title": "Importieren von Metadaten aus einer externen Quelle", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", "submission.import-external.page.hint": "Geben Sie oben eine Abfrage ein, um Items aus dem Internet zu finden, die in DSpace importiert werden sollen.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", "submission.import-external.back-to-my-dspace": "Zurück zu MyDSpace", - + // "submission.import-external.search.placeholder": "Search the external source", "submission.import-external.search.placeholder": "Suche in der externen Quelle", - + // "submission.import-external.search.button": "Search", "submission.import-external.search.button": "Suche", - + // "submission.import-external.search.button.hint": "Write some words to search", "submission.import-external.search.button.hint": "Schreiben Sie einige Wörter zum Suchen", - + // "submission.import-external.search.source.hint": "Pick an external source", "submission.import-external.search.source.hint": "Wählen Sie eine externe Quelle", - + // "submission.import-external.source.arxiv": "arXiv", "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", "submission.import-external.source.loading": "Laden ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", "submission.import-external.source.sherpaJournal": "SHERPA Zeitschriften", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", "submission.import-external.source.sherpaPublisher": "SHERPA Verlage", - + // "submission.import-external.source.orcid": "ORCID", "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", "submission.import-external.source.lcname": "Library of Congress Names", - + // "submission.import-external.preview.title": "Item Preview", "submission.import-external.preview.title": "Item-Vorschau", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", "submission.import-external.preview.subtitle": "Die folgenden Metadaten wurden aus einer externen Quelle importiert. Sie werden vorausgefüllt, wenn Sie die Eingabe starten.", - + // "submission.import-external.preview.button.import": "Start submission", "submission.import-external.preview.button.import": "Start Eingabe", - + // "submission.import-external.preview.error.import.title": "Submission error", "submission.import-external.preview.error.import.title": "Eingabefehler", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", "submission.import-external.preview.error.import.body": "Während des Importvorgangs für Einträge aus externen Quellen ist ein Fehler aufgetreten.", - + // "submission.sections.describe.relationship-lookup.close": "Close", "submission.sections.describe.relationship-lookup.close": "Schließen", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", "submission.sections.describe.relationship-lookup.external-source.added": "Der lokale Eintrage wurde erfolgreich zur Auswahl hinzugefügt.", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Importiere Autor:innen-Metadaten", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Zeitschrift importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Zeitschriftenheft importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Zeitschriftenband importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Importiere Autor:innen-Metadaten", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Lokal:e Autor:in wurde der Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Externe:r Autor:in wurde importiert und zur Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Referenz", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": " Als neuen lokalen Referenzwert importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Abbrechen", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Wählen Sie eine Sammlung, um neue Einträge dorthin zu importieren.", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entitäten", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Als neue lokale Entität importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Von LC Name importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Von ORCID importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Von Sherpa Zeitschriften importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Von Sherpa Verlag importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importieren aus PubMed", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importieren aus arXiv", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Zeitschrift aus externer Quelle importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Lokale Zeitschrift wurde erfolgreich zur Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Externe Zeitschrift wurde erfolgreich importiert und der Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Externe Zeitschriftenausgabe importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Lokale Zeitschriftenausgabe wurde erfolgreich zur Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Externe Zeitschriftenausgabe wurde erfolgreich importiert und zur Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Externen Zeitschriftenband importieren", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Der lokale Zeitschriftenband wurde erfolgreich zur Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Externer Zeitschriftenband wurde erfolgreich importiert und zur Auswahl hinzugefügt", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Wählen Sie einen lokalen Treffer aus:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Nichts auswählen", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Seite abwählen", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", "submission.sections.describe.relationship-lookup.search-tab.loading": "Laden...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Suchanfrage", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", "submission.sections.describe.relationship-lookup.search-tab.search": "Los", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", "submission.sections.describe.relationship-lookup.search-tab.select-all": "Alles auswählen", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", "submission.sections.describe.relationship-lookup.search-tab.select-page": "Seite auswählen", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", "submission.sections.describe.relationship-lookup.selected": "{{ size }} Items ausgewählt", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Lokale Autor:innen ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Lokale Zeitschriften ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Lokale Projekte ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Lokale Publicationen ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Lokale Autor:innen ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Lokale Organisationseinheiten ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Lokale Datenpakete ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Lokale Dateien ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Lokale Zeitschriften ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Lokale Zeitschriftenhefte ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Lokale Zeitschriftenhefte ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokale Zeitschriftenbände ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Lokale Zeitschriftenbände ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Zeitschriften ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Verlage ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Namen ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Suche nach Fördereinrichtungen", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Suche nach Förderungen", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Suche nach Organisationseinheiten", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Aktuelle Auswahl ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Zeitschriftenhefte", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Zeitschriftenhefte", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Zeitschriftenbände", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "Zeitschriftenbände", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Zeitschriften", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Autor:innen", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Fördereinrichtung", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", "submission.sections.describe.relationship-lookup.title.Project": "Projekte", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", "submission.sections.describe.relationship-lookup.title.Publication": "Publikationen", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", "submission.sections.describe.relationship-lookup.title.Person": "Autor:innen", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organisationseinheiten", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", "submission.sections.describe.relationship-lookup.title.DataPackage": "Datenpakete", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", "submission.sections.describe.relationship-lookup.title.DataFile": "Dateien", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", "submission.sections.describe.relationship-lookup.title.Funding Agency": "Fördereinrichtung", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Förderung", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Übergeordnete Organisationeinheit", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Liste umschalten", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", "submission.sections.describe.relationship-lookup.selection-tab.settings": "Einstellungen", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Ihre Auswahl ist momentan leer.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Ausgewählte Autor:innen", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Ausgewählte Zeitschriften", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Ausgewählte Zeitschriftenbände", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Ausgewählte Projekte", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Ausgewählte Publikationen", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Ausgewählte Autor:innen", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Ausgewählte Organisationseinheiten", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Ausgewählte Datenpakete", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Ausgewählte Dateien", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Ausgewählte Zeitschriften", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Ausgewählte Ausgaben", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Ausgewählte Zeitschriftenbände", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Ausgewählte Fördereinrichtung", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Ausgewählte Förderung", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Ausgewählte Ausgabe", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Ausgewählte Organisationseinheit", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Suchergebnisse", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Suchergebnisse", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Suchergebnisse", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Suchergebnisse", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Suchergebnisse", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Suchergebnisse", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Suchergebnisse", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Möchten Sie die Namensvariante \"{{ value }}\" speichern, damit sie bei zukünftigen Veröffentlichungen erneut verwendet werden kann? Sie können die Variante bei dieser Veröffentlichung auch verwenden, ohne sie zu speichern.", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Als Namensvariante speichern", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Nur für diese Einreichung verwenden", - + // "submission.sections.ccLicense.type": "License Type", "submission.sections.ccLicense.type": "Lizenztyp", - + // "submission.sections.ccLicense.select": "Select a license type…", "submission.sections.ccLicense.select": "Wählen Sie einen Lizenztyp…", - + // "submission.sections.ccLicense.change": "Change your license type…", "submission.sections.ccLicense.change": "Wechseln Sie Ihren Lizenztyp…", - + // "submission.sections.ccLicense.none": "No licenses available", "submission.sections.ccLicense.none": "Keine Lizenzen verfügbar", - + // "submission.sections.ccLicense.option.select": "Select an option…", "submission.sections.ccLicense.option.select": "Wählen Sie eine Option…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", "submission.sections.ccLicense.link": "Sie haben folgende Lizenz gewählt:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", "submission.sections.ccLicense.confirmation": "Ich räume die oben genannte Lizenz ein.", - + // "submission.sections.general.add-more": "Add more", "submission.sections.general.add-more": "Mehr Hinzufügen", - + // "submission.sections.general.collection": "Collection", "submission.sections.general.collection": "Sammlung", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", "submission.sections.general.deposit_error_notice": "Beim Einreichen des Items ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", "submission.sections.general.deposit_success_notice": "Veröffentlichung erfolgreich eingereicht", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", "submission.sections.general.discard_error_notice": "Beim Verwerfen der Einreichung ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", "submission.sections.general.discard_success_notice": "Einreichung erfolgreich verworfen.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", "submission.sections.general.metadata-extracted": "Neue Metadaten wurden extrahiert und dem Bereich {{sectionId}} zugeordnet.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", "submission.sections.general.metadata-extracted-new-section": "Neuer Bereich {{sectionId}} wurde zur Einreichung hinzugefügt.", - + // "submission.sections.general.no-collection": "No collection found", "submission.sections.general.no-collection": "Keine Sammlung gefunden", - + // "submission.sections.general.no-sections": "No options available", "submission.sections.general.no-sections": "Es stehen keine Optionen zur Verfügung", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", "submission.sections.general.save_error_notice": "Beim Speichern des Items ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", "submission.sections.general.save_success_notice": "Einreichung erfolgreich gespeichert.", - + // "submission.sections.general.search-collection": "Search for a collection", "submission.sections.general.search-collection": "Suche nach einer Sammlung", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", "submission.sections.general.sections_not_valid": "Es gibt unvollständige Abschnitte.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", "submission.sections.submit.progressbar.CClicense": "Creative commons license", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", "submission.sections.submit.progressbar.describe.recycle": "Wiederverwerten", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", "submission.sections.submit.progressbar.describe.stepcustom": "Beschreiben", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", "submission.sections.submit.progressbar.describe.stepone": "Beschreiben", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", "submission.sections.submit.progressbar.describe.steptwo": "Beschreiben", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", "submission.sections.submit.progressbar.detect-duplicate": "Doppelter Eintrag?", - + // "submission.sections.submit.progressbar.license": "Deposit license", "submission.sections.submit.progressbar.license": "Einreichlizenz", - + // "submission.sections.submit.progressbar.upload": "Upload files", "submission.sections.submit.progressbar.upload": "Hochgeladene Dateien", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", "submission.sections.upload.delete.confirm.cancel": "Abbrechen", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", "submission.sections.upload.delete.confirm.info": "Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", "submission.sections.upload.delete.confirm.submit": "Ja, ich bin sicher", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", "submission.sections.upload.delete.confirm.title": "Datei löschen", - + // "submission.sections.upload.delete.submit": "Delete", "submission.sections.upload.delete.submit": "Löschen", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", "submission.sections.upload.drop-message": "Dateien herüberziehen, um sie dem Item hinzuzufügen", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", "submission.sections.upload.form.access-condition-label": "Zugriffsbedingung Typ", - + // "submission.sections.upload.form.date-required": "Date is required.", "submission.sections.upload.form.date-required": "Datum erforderlich.", - + // "submission.sections.upload.form.from-label": "Grant access from", "submission.sections.upload.form.from-label": "Zugriff gewährt ab", - + // "submission.sections.upload.form.from-placeholder": "From", "submission.sections.upload.form.from-placeholder": "Ab", - + // "submission.sections.upload.form.group-label": "Group", "submission.sections.upload.form.group-label": "Gruppe", - + // "submission.sections.upload.form.group-required": "Group is required.", "submission.sections.upload.form.group-required": "Bitte geben Sie eine Gruppe an.", - + // "submission.sections.upload.form.until-label": "Grant access until", "submission.sections.upload.form.until-label": "Zugriff gewährt bis", - + // "submission.sections.upload.form.until-placeholder": "Until", "submission.sections.upload.form.until-placeholder": "Bis", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", "submission.sections.upload.header.policy.default.nolist": "In diese Sammlung {{collectionName}} hochgeladene Dateien werden für folgende(n) Gruppe(n) zugänglich sein:", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", "submission.sections.upload.header.policy.default.withlist": "Bitte beachten Sie, dass in diese Sammlung {{collectionName}} hochgeladene Dateien zugüglich zu dem, was für einzelne Dateien entschieden wurde, für folgende Gruppe(n) zugänglich sein:", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", "submission.sections.upload.info": "Hier finden Sie alle Dateien, die aktuell zum Item gehören. Sie können ihre Metadaten und Zugriffsrechte bearbeiten oder weitere Dateien per Drag & Drop hinzufügen.", - + // "submission.sections.upload.no-entry": "No", "submission.sections.upload.no-entry": "Kein Eintrag", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", "submission.sections.upload.no-file-uploaded": "Es wurde noch keine Datei hochgeladen.", - + // "submission.sections.upload.save-metadata": "Save metadata", "submission.sections.upload.save-metadata": "Metadaten speichern", - + // "submission.sections.upload.undo": "Cancel", "submission.sections.upload.undo": "Abbrechen", - + // "submission.sections.upload.upload-failed": "Upload failed", "submission.sections.upload.upload-failed": "Hochladen fehlgeschlagen", - + // "submission.sections.upload.upload-successful": "Upload successful", "submission.sections.upload.upload-successful": "Hochladen erfolgreich", - - - + + + // "submission.submit.title": "Submission", "submission.submit.title": "Einreichung", - - - + + + // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "Löschen", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", "submission.workflow.generic.delete-help": "Wenn Sie dieses Item verwerfen möchten, wählen Sie bitte \"Löschen\". Sie werden danach um Bestätigung gebeten.", - + // "submission.workflow.generic.edit": "Edit", "submission.workflow.generic.edit": "Bearbeiten", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", "submission.workflow.generic.edit-help": "Wählen Sie diese Option, um die Metadaten des Items zu bearbeiten.", - + // "submission.workflow.generic.view": "View", "submission.workflow.generic.view": "Anzeige", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", "submission.workflow.generic.view-help": "Wählen Sie diese Option, um die Metadaten des Items anzuzeigen.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", "submission.workflow.tasks.claimed.approve": "Zustimmen", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", "submission.workflow.tasks.claimed.approve_help": "Wenn Sie dieses Item begutachtet haben und die Aufnahme in die Sammlung befürworten, wählen Sie bitte \"Zustimmen\".", - + // "submission.workflow.tasks.claimed.edit": "Edit", "submission.workflow.tasks.claimed.edit": "Bearbeiten", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "Wählen Sie diese Option, um die Metadaten des Items zu bearbeiten.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", "submission.workflow.tasks.claimed.reject.reason.info": "Bitte geben Sie unten den Grund für Ihre Ablehnung und Änderungswünsche für eine erneute Einreichung an.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", "submission.workflow.tasks.claimed.reject.reason.placeholder": "Beschreiben Sie den Grund für die Ablehnung", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", "submission.workflow.tasks.claimed.reject.reason.submit": "Item ablehnen", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", "submission.workflow.tasks.claimed.reject.reason.title": "Grund", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", "submission.workflow.tasks.claimed.reject.submit": "Ablehnen", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", "submission.workflow.tasks.claimed.reject_help": "Wenn Sie dieses Item begutachtet und für ungeeignet zur Aufnahme in die Sammlung befunden haben, wählen Sie bitte \"Ablehnen\". Sie können anschließend der:dem Einreichenden den Grund für die Ablehnung und mögliche Änderungswünsche für eine erneute Einreichung mitteilen.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", "submission.workflow.tasks.claimed.return": "Zurück in den gemeinsamen Aufgabenbereich", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", "submission.workflow.tasks.claimed.return_help": "Aufgabe in den Aufgabenpool zurückgeben, so dass jemand Anderes die Aufgabe übernehmen kann", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", "submission.workflow.tasks.generic.error": "Ein Fehler ist aufgetreten...", - + // "submission.workflow.tasks.generic.processing": "Processing...", "submission.workflow.tasks.generic.processing": "Verarbeitung läuft...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", "submission.workflow.tasks.generic.submitter": "Einreichende:r", - + // "submission.workflow.tasks.generic.success": "Operation successful", "submission.workflow.tasks.generic.success": "Aktion erfolgreich", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", "submission.workflow.tasks.pool.claim": "Übernehmen", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", "submission.workflow.tasks.pool.claim_help": "Aufgabe übernehmen", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", "submission.workflow.tasks.pool.hide-detail": "Details verbergen", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "Details anzeigen", - + // "submission.workspace.generic.view": "View", "submission.workspace.generic.view": "Anzeige", // "submission.workspace.generic.view-help": "Select this option to view the item's metadata.", "submission.workspace.generic.view-help": "Wählen Sie diese Option, um die Metadaten des Items anzuzeigen.", - - - + + + // "thumbnail.default.alt": "Thumbnail Image", "thumbnail.default.alt": "Vorschaubild", @@ -5352,62 +5340,62 @@ // "thumbnail.person.placeholder": "No Profile Picture Available", "thumbnail.person.placeholder": "Profilbild nicht verfügbar", - - + + // "title": "DSpace", "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", "vocabulary-treeview.header": "Hierarchische Baumansicht", - + // "vocabulary-treeview.load-more": "Load more", "vocabulary-treeview.load-more": "Mehr laden", - + // "vocabulary-treeview.search.form.reset": "Reset", "vocabulary-treeview.search.form.reset": "Zurücksetzen", - + // "vocabulary-treeview.search.form.search": "Search", "vocabulary-treeview.search.form.search": "Suche", - + // "vocabulary-treeview.search.no-result": "There were no items to show", "vocabulary-treeview.search.no-result": "Keine passenden Items vorhanden", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", "vocabulary-treeview.tree.description.nsi": "Norwegischer Wissenschaftsindex (Norwegian Science Index)", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", "vocabulary-treeview.tree.description.srsc": "Forschungsthemen-Kategorien", - - - + + + // "uploader.browse": "browse", "uploader.browse": "stöbern", - + // "uploader.drag-message": "Drag & Drop your files here", "uploader.drag-message": "Bitte ziehen Sie Ihre Dateien hierhin.", - + // "uploader.or": ", or ", "uploader.or": ", oder", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation "uploader.processing": "In Arbeit...", - + // "uploader.queue-length": "Queue length", "uploader.queue-length": "Länge der Warteschlange", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-item.info": "Wählen Sie die Typen für die Sie die virtuellen Metadaten als reelle Metadaten speichern wollen", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", "virtual-metadata.delete-item.modal-head": "Virtuelle Metadaten dieser Relation", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-relationship.modal-head": "Wählen Sie die Items aus, deren virtuelle Metadaten Sie als echte Metadaten speichern möchten.", - - + + // "workspace.search.results.head": "Your submissions", "workspace.search.results.head": "Ihre Veröffentlichungen", @@ -5416,55 +5404,55 @@ // "workflow.search.results.head": "Workflow tasks", "workflow.search.results.head": "Workflow-Aufgaben", - - + + // "workflow-item.delete.notification.success.title": "Deleted", "workflow-item.delete.notification.success.title": "Gelöscht", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", "workflow-item.delete.notification.success.content": "Dieses Workflow-Item wurde gelöscht.", - + // "workflow-item.delete.notification.error.title": "Something went wrong", "workflow-item.delete.notification.error.title": "Das hat leider nicht funktioniert.", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", "workflow-item.delete.notification.error.content": "Das Workflow-Item konnte nicht gelöscht werden.", - + // "workflow-item.delete.title": "Delete workflow item", "workflow-item.delete.title": "Workflow-Item löschen", - + // "workflow-item.delete.header": "Delete workflow item", "workflow-item.delete.header": "Workflow-Item löschen", - + // "workflow-item.delete.button.cancel": "Cancel", "workflow-item.delete.button.cancel": "Abbrechen", - + // "workflow-item.delete.button.confirm": "Delete", "workflow-item.delete.button.confirm": "Löschen", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", "workflow-item.send-back.notification.success.title": "An die:den Einreichende:n zurückgeschickt", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", "workflow-item.send-back.notification.success.content": "Dieses Workflow-Item wurde an die:den Einreichende:n zurückgeschickt.", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", "workflow-item.send-back.notification.error.title": "Das hat leider nicht funktioniert.", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", "workflow-item.send-back.notification.error.content": "Das Workflow-Item konnte nicht an die:den Einreichende:n zurückgeschickt werden.", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", "workflow-item.send-back.title": "Workflow-Item an die:den Einreichende:n zurücksenden", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", "workflow-item.send-back.header": "Workflow-Item an die:den Einreichende:n zurücksenden", - + // "workflow-item.send-back.button.cancel": "Cancel", "workflow-item.send-back.button.cancel": "Abbrechen", - + // "workflow-item.send-back.button.confirm": "Send back" - "workflow-item.send-back.button.confirm": "Zurücksenden" - + "workflow-item.send-back.button.confirm": "Zurücksenden", + } diff --git a/src/assets/i18n/el.json5 b/src/assets/i18n/el.json5 index 35cad25fd2..af8a4fce49 100644 --- a/src/assets/i18n/el.json5 +++ b/src/assets/i18n/el.json5 @@ -1,2248 +1,2248 @@ { - "401.help": "Δεν έχετε εξουσιοδότηση πρόσβασης σε αυτήν τη σελίδα. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", - "401.link.home-page": "Μετάβαση στην αρχική σελίδα", - "401.unauthorized": "Χωρίς εξουσιοδότηση", - "403.forbidden": "Απαγορευμένη πρόσβαση", - "403.help": "Δεν έχετε άδεια πρόσβασης σε αυτήν τη σελίδα. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", - "403.link.home-page": "Μετάβαση στην αρχική σελίδα", - "404.help": "Δεν μπορούμε να βρούμε τη σελίδα που ψάχνετε. Η σελίδα μπορεί να έχει μετακινηθεί ή διαγραφεί. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", - "404.link.home-page": "Μετάβαση στην αρχική σελίδα", - "404.page-not-found": "Η σελίδα δεν βρέθηκε", - "500.help": "Ο διακομιστής δεν μπορεί προσωρινά να εξυπηρετήσει το αίτημά σας λόγω εργασιών συντήρησης ή προβλημάτων χωρητικότητας. Παρακαλώ προσπαθήστε ξανά αργότερα.", - "500.link.home-page": "Μετάβαση στην αρχική σελίδα", - "500.page-internal-server-error": "Μη διαθέσιμη υπηρεσία", - "access-status.embargo.listelement.badge": "Embargo", - "access-status.metadata.only.listelement.badge": "Μόνο μεταδεδομένα", - "access-status.open.access.listelement.badge": "Ανοιχτή πρόσβαση", - "access-status.restricted.listelement.badge": "Περιορισμένος", - "access-status.unknown.listelement.badge": "Αγνωστος", - "admin.access-control.epeople.actions.delete": "Διαγραφή Eperson", - "admin.access-control.epeople.actions.impersonate": "Προσομοιώστε το Eperson", - "admin.access-control.epeople.actions.reset": "Επαναφορά κωδικού πρόσβασης", - "admin.access-control.epeople.actions.stop-impersonating": "Διακοπή προσομοίωσης χρήστη", - "admin.access-control.epeople.breadcrumbs": "Χρήστες", - "admin.access-control.epeople.button.add": "Προσθήκη Eperson", - "admin.access-control.epeople.button.see-all": "Περιήγηση σε όλα", - "admin.access-control.epeople.form.canLogIn": "Δυνατότητα σύνδεσης", - "admin.access-control.epeople.form.create": "Δημιουργία EPerson", - "admin.access-control.epeople.form.edit": "Επεξεργασία EPerson", - "admin.access-control.epeople.form.email": "Ηλεκτρονική Διεύθυνση", - "admin.access-control.epeople.form.emailHint": "Πρέπει να είναι έγκυρη διεύθυνση e-mail", - "admin.access-control.epeople.form.firstName": "Ονομα", - "admin.access-control.epeople.form.goToGroups": "Προσθήκη σε ομάδες", - "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Μέλος αυτών των ομάδων:", - "admin.access-control.epeople.form.lastName": "Επίθετο", - "admin.access-control.epeople.form.memberOfNoGroups": "Αυτό το EPerson δεν είναι μέλος καμίας ομάδας", - "admin.access-control.epeople.form.notification.created.failure": "Αποτυχία δημιουργίας EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Αποτυχία δημιουργίας Eperson \"{{name}}\", email \"{{email}}\" που χρησιμοποιείται ήδη.", - "admin.access-control.epeople.form.notification.created.success": "Δημιουργήθηκε με επιτυχία το Eperson \"{{name}}\"", - "admin.access-control.epeople.form.notification.deleted.failure": "Απέτυχε η διαγραφή του EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.deleted.success": "Διαγράφηκε επιτυχώς το Eperson \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.failure": "Απέτυχε η επεξεργασία του EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Απέτυχε η επεξεργασία του EPerson \"{{name}}\", email \"{{email}}\" που χρησιμοποιείται ήδη.", - "admin.access-control.epeople.form.notification.edited.success": "Έγινε επιτυχής επεξεργασία του EPerson \"{{name}}\"", - "admin.access-control.epeople.form.requireCertificate": "Απαιτεί πιστοποιητικό", - "admin.access-control.epeople.form.return": "Επιστροφή", - "admin.access-control.epeople.form.table.collectionOrCommunity": "Συλλογή/Κοινότητα", - "admin.access-control.epeople.form.table.id": "ID", - "admin.access-control.epeople.form.table.name": "Ονομα", - "admin.access-control.epeople.head": "Χρήστες", - "admin.access-control.epeople.no-items": "Δεν υπάρχουν χρήστες για εμφάνιση.", - "admin.access-control.epeople.notification.deleted.failure": "Απέτυχε η διαγραφή του EPerson: \"{{name}}\"", - "admin.access-control.epeople.notification.deleted.success": "Διαγράφηκε επιτυχώς το EPerson: \"{{name}}\"", - "admin.access-control.epeople.search.button": "Αναζήτηση", - "admin.access-control.epeople.search.head": "Αναζήτηση", - "admin.access-control.epeople.search.placeholder": "Αναζήτηση χρηστών...", - "admin.access-control.epeople.search.scope.email": "E-mail (ακριβώς)", - "admin.access-control.epeople.search.scope.metadata": "Μεταδεδομένα", - "admin.access-control.epeople.table.edit": "Επεξεργασία", - "admin.access-control.epeople.table.edit.buttons.edit": "Επεξεργασία \"{{name}}\"", - "admin.access-control.epeople.table.edit.buttons.edit-disabled": "Δεν έχετε εξουσιοδότηση να επεξεργαστείτε αυτήν την ομάδα", - "admin.access-control.epeople.table.edit.buttons.remove": "Διαγραφή \"{{name}}\"", - "admin.access-control.epeople.table.email": "E-mail (ακριβώς)", - "admin.access-control.epeople.table.id": "ID", - "admin.access-control.epeople.table.name": "Ονομα", - "admin.access-control.epeople.title": "χρήστες", - "admin.access-control.groups.addGroup.breadcrumbs": "Νέα ομάδα", - "admin.access-control.groups.breadcrumbs": "Ομάδες", - "admin.access-control.groups.button.add": "Προσθήκη ομάδας", - "admin.access-control.groups.button.see-all": "Περιήγηση σε όλα", - "admin.access-control.groups.form.actions.delete": "Διαγραφή ομάδας", - "admin.access-control.groups.form.alert.permanent": "Αυτή η ομάδα είναι μόνιμη, επομένως δεν είναι δυνατή η επεξεργασία ή η διαγραφή της. Μπορείτε ακόμα να προσθέσετε και να αφαιρέσετε μέλη ομάδας χρησιμοποιώντας αυτήν τη σελίδα.", - "admin.access-control.groups.form.alert.workflowGroup": "Αυτή η ομάδα δεν μπορεί να τροποποιηθεί ή να διαγραφεί επειδή αντιστοιχεί σε έναν ρόλο στη διαδικασία υποβολής και ροής εργασιών στο \"{{name}}\" {{comcol}}. Μπορείτε να προχωρήσετε στη διαγραφή από την καρτέλα \"εκχώρηση ρόλων\" στη σελίδα επεξεργασίας {{comcol}}. Μπορείτε ακόμα να προσθέσετε και να αφαιρέσετε μέλη ομάδας χρησιμοποιώντας αυτήν τη σελίδα.", - "admin.access-control.groups.form.delete-group.modal.cancel": "Ακύρωση", - "admin.access-control.groups.form.delete-group.modal.confirm": "Διαγραφή", - "admin.access-control.groups.form.delete-group.modal.header": "Διαγραφή ομάδας \"{{ dsoName }}\"", - "admin.access-control.groups.form.delete-group.modal.info": "Είστε βέβαιοι ότι θέλετε να διαγράψετε την ομάδα \"{{ dsoName }}\"", - "admin.access-control.groups.form.groupCommunity": "Κοινότητα ή Συλλογή", - "admin.access-control.groups.form.groupDescription": "Περιγραφή", - "admin.access-control.groups.form.groupName": "Όνομα ομάδας", - "admin.access-control.groups.form.head.create": "Δημιουργία ομάδας", - "admin.access-control.groups.form.head.edit": "Επεξεργασία ομάδας", - "admin.access-control.groups.form.members-list.button.see-all": "Περιήγηση σε όλα", - "admin.access-control.groups.form.members-list.head": "Χρήστες", - "admin.access-control.groups.form.members-list.headMembers": "Τρέχοντα Μέλη", - "admin.access-control.groups.form.members-list.no-items": "Δεν βρέθηκαν χρήτες σε αυτήν την αναζήτηση", - "admin.access-control.groups.form.members-list.no-members-yet": "Δεν υπάρχουν ακόμη μέλη στην ομάδα, αναζητήστε και προσθέστε.", - "admin.access-control.groups.form.members-list.notification.failure.addMember": "Αποτυχία προσθήκης μέλους: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Αποτυχία διαγραφής μέλους: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Δεν υπάρχει τρέχουσα ενεργή ομάδα, υποβάλετε πρώτα ένα όνομα.", - "admin.access-control.groups.form.members-list.notification.success.addMember": "Προστέθηκε με επιτυχία μέλος: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Το μέλος διαγράφηκε επιτυχώς: \"{{name}}\"", - "admin.access-control.groups.form.members-list.search.button": "Αναζήτηση", - "admin.access-control.groups.form.members-list.search.head": "Προσθήκη EPeople", - "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (ακριβώς)", - "admin.access-control.groups.form.members-list.search.scope.metadata": "Μεταδεδομένα", - "admin.access-control.groups.form.members-list.table.edit": "Αφαίρεση / Προσθήκη", - "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Προσθήκη μέλους με όνομα \"{{name}}\"", - "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Κατάργηση μέλους με όνομα \"{{name}}\"", - "admin.access-control.groups.form.members-list.table.email": "Ηλεκτρονική διεύθυνση", - "admin.access-control.groups.form.members-list.table.id": "ID", - "admin.access-control.groups.form.members-list.table.identity": "ID", - "admin.access-control.groups.form.members-list.table.name": "Ονομα", - "admin.access-control.groups.form.members-list.table.netid": "NetID", - "admin.access-control.groups.form.notification.created.failure": "Αποτυχία δημιουργίας ομάδας \"{{name}}\"", - "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Αποτυχία δημιουργίας Ομάδας με όνομα: \"{{name}}\", βεβαιωθείτε ότι το όνομα δεν χρησιμοποιείται ήδη.", - "admin.access-control.groups.form.notification.created.success": "Η ομάδα \"{{name}}\" δημιουργήθηκε με επιτυχία", - "admin.access-control.groups.form.notification.deleted.failure.content": "Αιτία: \"{{ cause }}\"", - "admin.access-control.groups.form.notification.deleted.failure.title": "Απέτυχε η διαγραφή της ομάδας \"{{ name }}\"", - "admin.access-control.groups.form.notification.deleted.success": "Η ομάδα \"{{ name }}\" διαγράφηκε επιτυχώς", - "admin.access-control.groups.form.notification.edited.failure": "Απέτυχε η επεξεργασία της ομάδας \"{{name}}\"", - "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Το όνομα \"{{name}}\" χρησιμοποιείται ήδη!", - "admin.access-control.groups.form.notification.edited.success": "Η ομάδα \"{{name}}\" επεξεργάστηκε με επιτυχία", - "admin.access-control.groups.form.return": "Επιστροφή", - "admin.access-control.groups.form.subgroups-list.button.see-all": "Περιήγηση σε όλα", - "admin.access-control.groups.form.subgroups-list.head": "Ομάδες", - "admin.access-control.groups.form.subgroups-list.headSubgroups": "Τρέχουσες υποομάδες", - "admin.access-control.groups.form.subgroups-list.no-items": "Δεν βρέθηκαν ομάδες με αυτό στο όνομά τους ή αυτό ως UUID", - "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Δεν υπάρχουν ακόμη υποομάδες στην ομάδα.", - "admin.access-control.groups.form.subgroups-list.notification.failure": "Κάτι πήγε στραβά: \"{{cause}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Αποτυχία προσθήκης υποομάδας: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Αποτυχία διαγραφής υποομάδας: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Δεν υπάρχει τρέχουσα ενεργή ομάδα, υποβάλετε πρώτα ένα όνομα.", - "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Αυτή είναι η τρέχουσα ομάδα, δεν μπορεί να προστεθεί.", - "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Η υποομάδα προστέθηκε με επιτυχία: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Η υποομάδα διαγράφηκε επιτυχώς: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.search.button": "Αναζήτηση", - "admin.access-control.groups.form.subgroups-list.search.head": "Προσθήκη υποομάδας", - "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Συλλογή/Κοινότητα", - "admin.access-control.groups.form.subgroups-list.table.edit": "Αφαίρεση / Προσθήκη", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Προσθήκη υποομάδας με όνομα \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Κατάργηση υποομάδας με όνομα \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Τρέχουσα ομάδα", - "admin.access-control.groups.form.subgroups-list.table.id": "ID", - "admin.access-control.groups.form.subgroups-list.table.name": "Ονομα", - "admin.access-control.groups.head": "Ομάδες", - "admin.access-control.groups.no-items": "Δεν βρέθηκαν ομάδες με αυτό στο όνομά τους ή αυτό ως UUID", - "admin.access-control.groups.notification.deleted.failure.content": "Αιτία: \"{{cause}}\"", - "admin.access-control.groups.notification.deleted.failure.title": "Απέτυχε η διαγραφή της ομάδας \"{{name}}\"", - "admin.access-control.groups.notification.deleted.success": "Η ομάδα \"{{name}}\" διαγράφηκε επιτυχώς", - "admin.access-control.groups.search.button": "Αναζήτηση", - "admin.access-control.groups.search.head": "Αναζήτηση ομάδων", - "admin.access-control.groups.search.placeholder": "Αναζήτηση ομάδων...", - "admin.access-control.groups.singleGroup.breadcrumbs": "Επεξεργασία ομάδας", - "admin.access-control.groups.table.collectionOrCommunity": "Συλλογή/Κοινότητα", - "admin.access-control.groups.table.edit": "Επεξεργασία", - "admin.access-control.groups.table.edit.buttons.edit": "Επεξεργασία \"{{name}}\"", - "admin.access-control.groups.table.edit.buttons.remove": "Διαγραφή \"{{name}}\"", - "admin.access-control.groups.table.id": "ID", - "admin.access-control.groups.table.members": "Μέλη", - "admin.access-control.groups.table.name": "Ονομα", - "admin.access-control.groups.title": "Ομάδες", - "admin.access-control.groups.title.addGroup": "Νέα ομάδα", - "admin.access-control.groups.title.singleGroup": "Επεξεργασία ομάδας", - "admin.curation-tasks.breadcrumbs": "Εργασίες επιμέλειας συστήματος", - "admin.curation-tasks.header": "Εργασίες επιμέλειας συστήματος", - "admin.curation-tasks.title": "Εργασίες επιμέλειας συστήματος", - "admin.metadata-import.breadcrumbs": "Εισαγωγή μεταδεδομένων", - "admin.metadata-import.page.button.proceed": "Συνέχεια", - "admin.metadata-import.page.button.return": "Επιστροφή", - "admin.metadata-import.page.dropMsg": "Αποθέστε ένα CSV μεταδεδομένων για εισαγωγή", - "admin.metadata-import.page.dropMsgReplace": "Αποθέστε για να αντικαταστήσετε το CSV μεταδεδομένων για εισαγωγή", - "admin.metadata-import.page.error.addFile": "Επιλέξτε πρώτα το αρχείο!", - "admin.metadata-import.page.header": "Εισαγωγή μεταδεδομένων", - "admin.metadata-import.page.help": "Μπορείτε να αποθέσετε ή να περιηγηθείτε σε αρχεία CSV που περιέχουν λειτουργίες μαζικών μεταδεδομένων σε αρχεία εδώ", - "admin.metadata-import.page.validateOnly": "Μόνο επικύρωση", - "admin.metadata-import.title": "Εισαγωγή μεταδεδομένων", - "admin.registries.bitstream-formats.breadcrumbs": "Μορφοποίηση μητρώου", - "admin.registries.bitstream-formats.create.breadcrumbs": "Μορφότυπο bitstream", - "admin.registries.bitstream-formats.create.failure.content": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία του νέου μορφοτύπου bitstream.", - "admin.registries.bitstream-formats.create.failure.head": "Αποτυχία", - "admin.registries.bitstream-formats.create.head": "Δημιουργήστε μορφότυπο Bitstream", - "admin.registries.bitstream-formats.create.new": "Προσθέστε μορφότυπο bitstream", - "admin.registries.bitstream-formats.create.success.content": "Το νέο μορφότυπο bitstream δημιουργήθηκε με επιτυχία.", - "admin.registries.bitstream-formats.create.success.head": "Επιτυχία", - "admin.registries.bitstream-formats.delete.failure.amount": "Αποτυχία κατάργησης {{ amount }} μορφότυπου(ών)", - "admin.registries.bitstream-formats.delete.failure.head": "Αποτυχία", - "admin.registries.bitstream-formats.delete.success.amount": "Καταργήθηκαν με επιτυχία {{ amount }} μορφότυπα", - "admin.registries.bitstream-formats.delete.success.head": "Επιτυχία", - "admin.registries.bitstream-formats.description": "Αυτή η λίστα μορφοτύπων bitstream παρέχει πληροφορίες σχετικά με γνωστά μορφότυπα και το επίπεδο υποστήριξής τους.", - "admin.registries.bitstream-formats.edit.breadcrumbs": "Μορφότυπο bitstream", - "admin.registries.bitstream-formats.edit.description.label": "Περιγραφή", - "admin.registries.bitstream-formats.edit.extensions.hint": "Οι επεκτάσεις είναι επεκτάσεις αρχείων που χρησιμοποιούνται για την αυτόματη αναγνώριση του μορφοτύπου των μεταφορτωμένων αρχείων. Μπορείτε να εισαγάγετε πολλές επεκτάσεις για κάθε μορφότυπο.", - "admin.registries.bitstream-formats.edit.extensions.label": "Επεκτάσεις αρχείων", - "admin.registries.bitstream-formats.edit.extensions.placeholder": "Εισαγάγετε μια επέκταση αρχείου χωρίς την τελεία", - "admin.registries.bitstream-formats.edit.failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία του μορφότυπου bitstream.", - "admin.registries.bitstream-formats.edit.failure.head": "Αποτυχία", - "admin.registries.bitstream-formats.edit.head": "Μορφότυπο: {{ format }}", - "admin.registries.bitstream-formats.edit.internal.hint": "Οι μορφές που επισημαίνονται ως εσωτερικές αποκρύπτονται από τον χρήστη και χρησιμοποιούνται για διαχειριστικούς σκοπούς.", - "admin.registries.bitstream-formats.edit.internal.label": "Εσωτερική", - "admin.registries.bitstream-formats.edit.mimetype.hint": "Ο τύπος MIME που σχετίζεται με αυτό το μορφότυπο, δεν χρειάζεται να είναι μοναδικός.", - "admin.registries.bitstream-formats.edit.mimetype.label": "Τύπος MIME", - "admin.registries.bitstream-formats.edit.shortDescription.hint": "Ένα μοναδικό όνομα μορφότυπου, (π.χ. Microsoft Word XP ή Microsoft Word 2000)", - "admin.registries.bitstream-formats.edit.shortDescription.label": "Ονομα", - "admin.registries.bitstream-formats.edit.success.content": "Το μορφότυπο bitstream επεξεργάστηκε με επιτυχία.", - "admin.registries.bitstream-formats.edit.success.head": "Επιτυχία", - "admin.registries.bitstream-formats.edit.supportLevel.hint": "Το επίπεδο υποστήριξης που παρέχεται για αυτόν τον μορφότυπο.", - "admin.registries.bitstream-formats.edit.supportLevel.label": "Επίπεδο υποστήριξης", - "admin.registries.bitstream-formats.head": "Μητρώο μορφότυπων", - "admin.registries.bitstream-formats.no-items": "Δεν υπάρχουν μορφότυπα bitstream για εμφάνιση.", - "admin.registries.bitstream-formats.table.delete": "Διαγραφή επιλεγμένων", - "admin.registries.bitstream-formats.table.deselect-all": "Αποεπιλογή όλων", - "admin.registries.bitstream-formats.table.internal": "εσωτερικός", - "admin.registries.bitstream-formats.table.mimetype": "mimetype", - "admin.registries.bitstream-formats.table.name": "Ονομα", + "401.help": "Δεν έχετε εξουσιοδότηση πρόσβασης σε αυτήν τη σελίδα. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", + "401.link.home-page": "Μετάβαση στην αρχική σελίδα", + "401.unauthorized": "Χωρίς εξουσιοδότηση", + "403.forbidden": "Απαγορευμένη πρόσβαση", + "403.help": "Δεν έχετε άδεια πρόσβασης σε αυτήν τη σελίδα. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", + "403.link.home-page": "Μετάβαση στην αρχική σελίδα", + "404.help": "Δεν μπορούμε να βρούμε τη σελίδα που ψάχνετε. Η σελίδα μπορεί να έχει μετακινηθεί ή διαγραφεί. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", + "404.link.home-page": "Μετάβαση στην αρχική σελίδα", + "404.page-not-found": "Η σελίδα δεν βρέθηκε", + "500.help": "Ο διακομιστής δεν μπορεί προσωρινά να εξυπηρετήσει το αίτημά σας λόγω εργασιών συντήρησης ή προβλημάτων χωρητικότητας. Παρακαλώ προσπαθήστε ξανά αργότερα.", + "500.link.home-page": "Μετάβαση στην αρχική σελίδα", + "500.page-internal-server-error": "Μη διαθέσιμη υπηρεσία", + "access-status.embargo.listelement.badge": "Embargo", + "access-status.metadata.only.listelement.badge": "Μόνο μεταδεδομένα", + "access-status.open.access.listelement.badge": "Ανοιχτή πρόσβαση", + "access-status.restricted.listelement.badge": "Περιορισμένος", + "access-status.unknown.listelement.badge": "Αγνωστος", + "admin.access-control.epeople.actions.delete": "Διαγραφή Eperson", + "admin.access-control.epeople.actions.impersonate": "Προσομοιώστε το Eperson", + "admin.access-control.epeople.actions.reset": "Επαναφορά κωδικού πρόσβασης", + "admin.access-control.epeople.actions.stop-impersonating": "Διακοπή προσομοίωσης χρήστη", + "admin.access-control.epeople.breadcrumbs": "Χρήστες", + "admin.access-control.epeople.button.add": "Προσθήκη Eperson", + "admin.access-control.epeople.button.see-all": "Περιήγηση σε όλα", + "admin.access-control.epeople.form.canLogIn": "Δυνατότητα σύνδεσης", + "admin.access-control.epeople.form.create": "Δημιουργία EPerson", + "admin.access-control.epeople.form.edit": "Επεξεργασία EPerson", + "admin.access-control.epeople.form.email": "Ηλεκτρονική Διεύθυνση", + "admin.access-control.epeople.form.emailHint": "Πρέπει να είναι έγκυρη διεύθυνση e-mail", + "admin.access-control.epeople.form.firstName": "Ονομα", + "admin.access-control.epeople.form.goToGroups": "Προσθήκη σε ομάδες", + "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Μέλος αυτών των ομάδων:", + "admin.access-control.epeople.form.lastName": "Επίθετο", + "admin.access-control.epeople.form.memberOfNoGroups": "Αυτό το EPerson δεν είναι μέλος καμίας ομάδας", + "admin.access-control.epeople.form.notification.created.failure": "Αποτυχία δημιουργίας EPerson \"{{name}}\"", + "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Αποτυχία δημιουργίας Eperson \"{{name}}\", email \"{{email}}\" που χρησιμοποιείται ήδη.", + "admin.access-control.epeople.form.notification.created.success": "Δημιουργήθηκε με επιτυχία το Eperson \"{{name}}\"", + "admin.access-control.epeople.form.notification.deleted.failure": "Απέτυχε η διαγραφή του EPerson \"{{name}}\"", + "admin.access-control.epeople.form.notification.deleted.success": "Διαγράφηκε επιτυχώς το Eperson \"{{name}}\"", + "admin.access-control.epeople.form.notification.edited.failure": "Απέτυχε η επεξεργασία του EPerson \"{{name}}\"", + "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Απέτυχε η επεξεργασία του EPerson \"{{name}}\", email \"{{email}}\" που χρησιμοποιείται ήδη.", + "admin.access-control.epeople.form.notification.edited.success": "Έγινε επιτυχής επεξεργασία του EPerson \"{{name}}\"", + "admin.access-control.epeople.form.requireCertificate": "Απαιτεί πιστοποιητικό", + "admin.access-control.epeople.form.return": "Επιστροφή", + "admin.access-control.epeople.form.table.collectionOrCommunity": "Συλλογή/Κοινότητα", + "admin.access-control.epeople.form.table.id": "ID", + "admin.access-control.epeople.form.table.name": "Ονομα", + "admin.access-control.epeople.head": "Χρήστες", + "admin.access-control.epeople.no-items": "Δεν υπάρχουν χρήστες για εμφάνιση.", + "admin.access-control.epeople.notification.deleted.failure": "Απέτυχε η διαγραφή του EPerson: \"{{name}}\"", + "admin.access-control.epeople.notification.deleted.success": "Διαγράφηκε επιτυχώς το EPerson: \"{{name}}\"", + "admin.access-control.epeople.search.button": "Αναζήτηση", + "admin.access-control.epeople.search.head": "Αναζήτηση", + "admin.access-control.epeople.search.placeholder": "Αναζήτηση χρηστών...", + "admin.access-control.epeople.search.scope.email": "E-mail (ακριβώς)", + "admin.access-control.epeople.search.scope.metadata": "Μεταδεδομένα", + "admin.access-control.epeople.table.edit": "Επεξεργασία", + "admin.access-control.epeople.table.edit.buttons.edit": "Επεξεργασία \"{{name}}\"", + "admin.access-control.epeople.table.edit.buttons.edit-disabled": "Δεν έχετε εξουσιοδότηση να επεξεργαστείτε αυτήν την ομάδα", + "admin.access-control.epeople.table.edit.buttons.remove": "Διαγραφή \"{{name}}\"", + "admin.access-control.epeople.table.email": "E-mail (ακριβώς)", + "admin.access-control.epeople.table.id": "ID", + "admin.access-control.epeople.table.name": "Ονομα", + "admin.access-control.epeople.title": "χρήστες", + "admin.access-control.groups.addGroup.breadcrumbs": "Νέα ομάδα", + "admin.access-control.groups.breadcrumbs": "Ομάδες", + "admin.access-control.groups.button.add": "Προσθήκη ομάδας", + "admin.access-control.groups.button.see-all": "Περιήγηση σε όλα", + "admin.access-control.groups.form.actions.delete": "Διαγραφή ομάδας", + "admin.access-control.groups.form.alert.permanent": "Αυτή η ομάδα είναι μόνιμη, επομένως δεν είναι δυνατή η επεξεργασία ή η διαγραφή της. Μπορείτε ακόμα να προσθέσετε και να αφαιρέσετε μέλη ομάδας χρησιμοποιώντας αυτήν τη σελίδα.", + "admin.access-control.groups.form.alert.workflowGroup": "Αυτή η ομάδα δεν μπορεί να τροποποιηθεί ή να διαγραφεί επειδή αντιστοιχεί σε έναν ρόλο στη διαδικασία υποβολής και ροής εργασιών στο \"{{name}}\" {{comcol}}. Μπορείτε να προχωρήσετε στη διαγραφή από την καρτέλα \"εκχώρηση ρόλων\" στη σελίδα επεξεργασίας {{comcol}}. Μπορείτε ακόμα να προσθέσετε και να αφαιρέσετε μέλη ομάδας χρησιμοποιώντας αυτήν τη σελίδα.", + "admin.access-control.groups.form.delete-group.modal.cancel": "Ακύρωση", + "admin.access-control.groups.form.delete-group.modal.confirm": "Διαγραφή", + "admin.access-control.groups.form.delete-group.modal.header": "Διαγραφή ομάδας \"{{ dsoName }}\"", + "admin.access-control.groups.form.delete-group.modal.info": "Είστε βέβαιοι ότι θέλετε να διαγράψετε την ομάδα \"{{ dsoName }}\"", + "admin.access-control.groups.form.groupCommunity": "Κοινότητα ή Συλλογή", + "admin.access-control.groups.form.groupDescription": "Περιγραφή", + "admin.access-control.groups.form.groupName": "Όνομα ομάδας", + "admin.access-control.groups.form.head.create": "Δημιουργία ομάδας", + "admin.access-control.groups.form.head.edit": "Επεξεργασία ομάδας", + "admin.access-control.groups.form.members-list.button.see-all": "Περιήγηση σε όλα", + "admin.access-control.groups.form.members-list.head": "Χρήστες", + "admin.access-control.groups.form.members-list.headMembers": "Τρέχοντα Μέλη", + "admin.access-control.groups.form.members-list.no-items": "Δεν βρέθηκαν χρήτες σε αυτήν την αναζήτηση", + "admin.access-control.groups.form.members-list.no-members-yet": "Δεν υπάρχουν ακόμη μέλη στην ομάδα, αναζητήστε και προσθέστε.", + "admin.access-control.groups.form.members-list.notification.failure.addMember": "Αποτυχία προσθήκης μέλους: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Αποτυχία διαγραφής μέλους: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Δεν υπάρχει τρέχουσα ενεργή ομάδα, υποβάλετε πρώτα ένα όνομα.", + "admin.access-control.groups.form.members-list.notification.success.addMember": "Προστέθηκε με επιτυχία μέλος: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Το μέλος διαγράφηκε επιτυχώς: \"{{name}}\"", + "admin.access-control.groups.form.members-list.search.button": "Αναζήτηση", + "admin.access-control.groups.form.members-list.search.head": "Προσθήκη EPeople", + "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (ακριβώς)", + "admin.access-control.groups.form.members-list.search.scope.metadata": "Μεταδεδομένα", + "admin.access-control.groups.form.members-list.table.edit": "Αφαίρεση / Προσθήκη", + "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Προσθήκη μέλους με όνομα \"{{name}}\"", + "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Κατάργηση μέλους με όνομα \"{{name}}\"", + "admin.access-control.groups.form.members-list.table.email": "Ηλεκτρονική διεύθυνση", + "admin.access-control.groups.form.members-list.table.id": "ID", + "admin.access-control.groups.form.members-list.table.identity": "ID", + "admin.access-control.groups.form.members-list.table.name": "Ονομα", + "admin.access-control.groups.form.members-list.table.netid": "NetID", + "admin.access-control.groups.form.notification.created.failure": "Αποτυχία δημιουργίας ομάδας \"{{name}}\"", + "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Αποτυχία δημιουργίας Ομάδας με όνομα: \"{{name}}\", βεβαιωθείτε ότι το όνομα δεν χρησιμοποιείται ήδη.", + "admin.access-control.groups.form.notification.created.success": "Η ομάδα \"{{name}}\" δημιουργήθηκε με επιτυχία", + "admin.access-control.groups.form.notification.deleted.failure.content": "Αιτία: \"{{ cause }}\"", + "admin.access-control.groups.form.notification.deleted.failure.title": "Απέτυχε η διαγραφή της ομάδας \"{{ name }}\"", + "admin.access-control.groups.form.notification.deleted.success": "Η ομάδα \"{{ name }}\" διαγράφηκε επιτυχώς", + "admin.access-control.groups.form.notification.edited.failure": "Απέτυχε η επεξεργασία της ομάδας \"{{name}}\"", + "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Το όνομα \"{{name}}\" χρησιμοποιείται ήδη!", + "admin.access-control.groups.form.notification.edited.success": "Η ομάδα \"{{name}}\" επεξεργάστηκε με επιτυχία", + "admin.access-control.groups.form.return": "Επιστροφή", + "admin.access-control.groups.form.subgroups-list.button.see-all": "Περιήγηση σε όλα", + "admin.access-control.groups.form.subgroups-list.head": "Ομάδες", + "admin.access-control.groups.form.subgroups-list.headSubgroups": "Τρέχουσες υποομάδες", + "admin.access-control.groups.form.subgroups-list.no-items": "Δεν βρέθηκαν ομάδες με αυτό στο όνομά τους ή αυτό ως UUID", + "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Δεν υπάρχουν ακόμη υποομάδες στην ομάδα.", + "admin.access-control.groups.form.subgroups-list.notification.failure": "Κάτι πήγε στραβά: \"{{cause}}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Αποτυχία προσθήκης υποομάδας: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Αποτυχία διαγραφής υποομάδας: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Δεν υπάρχει τρέχουσα ενεργή ομάδα, υποβάλετε πρώτα ένα όνομα.", + "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Αυτή είναι η τρέχουσα ομάδα, δεν μπορεί να προστεθεί.", + "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Η υποομάδα προστέθηκε με επιτυχία: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Η υποομάδα διαγράφηκε επιτυχώς: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.search.button": "Αναζήτηση", + "admin.access-control.groups.form.subgroups-list.search.head": "Προσθήκη υποομάδας", + "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Συλλογή/Κοινότητα", + "admin.access-control.groups.form.subgroups-list.table.edit": "Αφαίρεση / Προσθήκη", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Προσθήκη υποομάδας με όνομα \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Κατάργηση υποομάδας με όνομα \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Τρέχουσα ομάδα", + "admin.access-control.groups.form.subgroups-list.table.id": "ID", + "admin.access-control.groups.form.subgroups-list.table.name": "Ονομα", + "admin.access-control.groups.head": "Ομάδες", + "admin.access-control.groups.no-items": "Δεν βρέθηκαν ομάδες με αυτό στο όνομά τους ή αυτό ως UUID", + "admin.access-control.groups.notification.deleted.failure.content": "Αιτία: \"{{cause}}\"", + "admin.access-control.groups.notification.deleted.failure.title": "Απέτυχε η διαγραφή της ομάδας \"{{name}}\"", + "admin.access-control.groups.notification.deleted.success": "Η ομάδα \"{{name}}\" διαγράφηκε επιτυχώς", + "admin.access-control.groups.search.button": "Αναζήτηση", + "admin.access-control.groups.search.head": "Αναζήτηση ομάδων", + "admin.access-control.groups.search.placeholder": "Αναζήτηση ομάδων...", + "admin.access-control.groups.singleGroup.breadcrumbs": "Επεξεργασία ομάδας", + "admin.access-control.groups.table.collectionOrCommunity": "Συλλογή/Κοινότητα", + "admin.access-control.groups.table.edit": "Επεξεργασία", + "admin.access-control.groups.table.edit.buttons.edit": "Επεξεργασία \"{{name}}\"", + "admin.access-control.groups.table.edit.buttons.remove": "Διαγραφή \"{{name}}\"", + "admin.access-control.groups.table.id": "ID", + "admin.access-control.groups.table.members": "Μέλη", + "admin.access-control.groups.table.name": "Ονομα", + "admin.access-control.groups.title": "Ομάδες", + "admin.access-control.groups.title.addGroup": "Νέα ομάδα", + "admin.access-control.groups.title.singleGroup": "Επεξεργασία ομάδας", + "admin.curation-tasks.breadcrumbs": "Εργασίες επιμέλειας συστήματος", + "admin.curation-tasks.header": "Εργασίες επιμέλειας συστήματος", + "admin.curation-tasks.title": "Εργασίες επιμέλειας συστήματος", + "admin.metadata-import.breadcrumbs": "Εισαγωγή μεταδεδομένων", + "admin.metadata-import.page.button.proceed": "Συνέχεια", + "admin.metadata-import.page.button.return": "Επιστροφή", + "admin.metadata-import.page.dropMsg": "Αποθέστε ένα CSV μεταδεδομένων για εισαγωγή", + "admin.metadata-import.page.dropMsgReplace": "Αποθέστε για να αντικαταστήσετε το CSV μεταδεδομένων για εισαγωγή", + "admin.metadata-import.page.error.addFile": "Επιλέξτε πρώτα το αρχείο!", + "admin.metadata-import.page.header": "Εισαγωγή μεταδεδομένων", + "admin.metadata-import.page.help": "Μπορείτε να αποθέσετε ή να περιηγηθείτε σε αρχεία CSV που περιέχουν λειτουργίες μαζικών μεταδεδομένων σε αρχεία εδώ", + "admin.metadata-import.page.validateOnly": "Μόνο επικύρωση", + "admin.metadata-import.title": "Εισαγωγή μεταδεδομένων", + "admin.registries.bitstream-formats.breadcrumbs": "Μορφοποίηση μητρώου", + "admin.registries.bitstream-formats.create.breadcrumbs": "Μορφότυπο bitstream", + "admin.registries.bitstream-formats.create.failure.content": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία του νέου μορφοτύπου bitstream.", + "admin.registries.bitstream-formats.create.failure.head": "Αποτυχία", + "admin.registries.bitstream-formats.create.head": "Δημιουργήστε μορφότυπο Bitstream", + "admin.registries.bitstream-formats.create.new": "Προσθέστε μορφότυπο bitstream", + "admin.registries.bitstream-formats.create.success.content": "Το νέο μορφότυπο bitstream δημιουργήθηκε με επιτυχία.", + "admin.registries.bitstream-formats.create.success.head": "Επιτυχία", + "admin.registries.bitstream-formats.delete.failure.amount": "Αποτυχία κατάργησης {{ amount }} μορφότυπου(ών)", + "admin.registries.bitstream-formats.delete.failure.head": "Αποτυχία", + "admin.registries.bitstream-formats.delete.success.amount": "Καταργήθηκαν με επιτυχία {{ amount }} μορφότυπα", + "admin.registries.bitstream-formats.delete.success.head": "Επιτυχία", + "admin.registries.bitstream-formats.description": "Αυτή η λίστα μορφοτύπων bitstream παρέχει πληροφορίες σχετικά με γνωστά μορφότυπα και το επίπεδο υποστήριξής τους.", + "admin.registries.bitstream-formats.edit.breadcrumbs": "Μορφότυπο bitstream", + "admin.registries.bitstream-formats.edit.description.label": "Περιγραφή", + "admin.registries.bitstream-formats.edit.extensions.hint": "Οι επεκτάσεις είναι επεκτάσεις αρχείων που χρησιμοποιούνται για την αυτόματη αναγνώριση του μορφοτύπου των μεταφορτωμένων αρχείων. Μπορείτε να εισαγάγετε πολλές επεκτάσεις για κάθε μορφότυπο.", + "admin.registries.bitstream-formats.edit.extensions.label": "Επεκτάσεις αρχείων", + "admin.registries.bitstream-formats.edit.extensions.placeholder": "Εισαγάγετε μια επέκταση αρχείου χωρίς την τελεία", + "admin.registries.bitstream-formats.edit.failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία του μορφότυπου bitstream.", + "admin.registries.bitstream-formats.edit.failure.head": "Αποτυχία", + "admin.registries.bitstream-formats.edit.head": "Μορφότυπο: {{ format }}", + "admin.registries.bitstream-formats.edit.internal.hint": "Οι μορφές που επισημαίνονται ως εσωτερικές αποκρύπτονται από τον χρήστη και χρησιμοποιούνται για διαχειριστικούς σκοπούς.", + "admin.registries.bitstream-formats.edit.internal.label": "Εσωτερική", + "admin.registries.bitstream-formats.edit.mimetype.hint": "Ο τύπος MIME που σχετίζεται με αυτό το μορφότυπο, δεν χρειάζεται να είναι μοναδικός.", + "admin.registries.bitstream-formats.edit.mimetype.label": "Τύπος MIME", + "admin.registries.bitstream-formats.edit.shortDescription.hint": "Ένα μοναδικό όνομα μορφότυπου, (π.χ. Microsoft Word XP ή Microsoft Word 2000)", + "admin.registries.bitstream-formats.edit.shortDescription.label": "Ονομα", + "admin.registries.bitstream-formats.edit.success.content": "Το μορφότυπο bitstream επεξεργάστηκε με επιτυχία.", + "admin.registries.bitstream-formats.edit.success.head": "Επιτυχία", + "admin.registries.bitstream-formats.edit.supportLevel.hint": "Το επίπεδο υποστήριξης που παρέχεται για αυτόν τον μορφότυπο.", + "admin.registries.bitstream-formats.edit.supportLevel.label": "Επίπεδο υποστήριξης", + "admin.registries.bitstream-formats.head": "Μητρώο μορφότυπων", + "admin.registries.bitstream-formats.no-items": "Δεν υπάρχουν μορφότυπα bitstream για εμφάνιση.", + "admin.registries.bitstream-formats.table.delete": "Διαγραφή επιλεγμένων", + "admin.registries.bitstream-formats.table.deselect-all": "Αποεπιλογή όλων", + "admin.registries.bitstream-formats.table.internal": "εσωτερικός", + "admin.registries.bitstream-formats.table.mimetype": "mimetype", + "admin.registries.bitstream-formats.table.name": "Ονομα", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - "admin.registries.bitstream-formats.table.return": "Επιστροφή", - "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Γνωστός", - "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Υποστηρίζεται", - "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Αγνωστος", - "admin.registries.bitstream-formats.table.supportLevel.head": "Επίπεδο Υποστήριξης", - "admin.registries.bitstream-formats.title": "Μητρώο μορφότυπων", - "admin.registries.metadata.breadcrumbs": "Μητρώο μεταδεδομένων", - "admin.registries.metadata.description": "Το μητρώο μεταδεδομένων διατηρεί μια λίστα με όλα τα πεδία μεταδεδομένων που είναι διαθέσιμα στο χώρο αποθήκευσης. Αυτά τα πεδία μπορούν να χωριστούν σε πολλαπλά σχήματα. Ωστόσο, το DSpace απαιτεί το πιστοποιημένο σχήμα Dublin Core.", - "admin.registries.metadata.form.create": "Δημιουργία σχήματος μεταδεδομένων", - "admin.registries.metadata.form.edit": "Επεξεργασία σχήματος μεταδεδομένων", - "admin.registries.metadata.form.name": "Ονομα", - "admin.registries.metadata.form.namespace": "namespace", - "admin.registries.metadata.head": "Μητρώο μεταδεδομένων", - "admin.registries.metadata.schemas.no-items": "Δεν υπάρχουν σχήματα μεταδεδομένων για εμφάνιση.", - "admin.registries.metadata.schemas.table.delete": "Διαγραφή επιλεγμένων", - "admin.registries.metadata.schemas.table.id": "ID", - "admin.registries.metadata.schemas.table.name": "Ονομα", - "admin.registries.metadata.schemas.table.namespace": "namespace", - "admin.registries.metadata.title": "Μητρώο μεταδεδομένων", - "admin.registries.schema.breadcrumbs": "Σχήμα μεταδεδομένων", - "admin.registries.schema.description": "Αυτό είναι το σχήμα μεταδεδομένων για το \"{{namespace}}\".", - "admin.registries.schema.fields.head": "Πεδία μεταδεδομένων σχήματος", - "admin.registries.schema.fields.no-items": "Δεν υπάρχουν πεδία μεταδεδομένων για εμφάνιση.", - "admin.registries.schema.fields.table.delete": "Διαγραφή επιλεγμένων", - "admin.registries.schema.fields.table.field": "Πεδίο", + "admin.registries.bitstream-formats.table.id": "ID", + "admin.registries.bitstream-formats.table.return": "Επιστροφή", + "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Γνωστός", + "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Υποστηρίζεται", + "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Αγνωστος", + "admin.registries.bitstream-formats.table.supportLevel.head": "Επίπεδο Υποστήριξης", + "admin.registries.bitstream-formats.title": "Μητρώο μορφότυπων", + "admin.registries.metadata.breadcrumbs": "Μητρώο μεταδεδομένων", + "admin.registries.metadata.description": "Το μητρώο μεταδεδομένων διατηρεί μια λίστα με όλα τα πεδία μεταδεδομένων που είναι διαθέσιμα στο χώρο αποθήκευσης. Αυτά τα πεδία μπορούν να χωριστούν σε πολλαπλά σχήματα. Ωστόσο, το DSpace απαιτεί το πιστοποιημένο σχήμα Dublin Core.", + "admin.registries.metadata.form.create": "Δημιουργία σχήματος μεταδεδομένων", + "admin.registries.metadata.form.edit": "Επεξεργασία σχήματος μεταδεδομένων", + "admin.registries.metadata.form.name": "Ονομα", + "admin.registries.metadata.form.namespace": "namespace", + "admin.registries.metadata.head": "Μητρώο μεταδεδομένων", + "admin.registries.metadata.schemas.no-items": "Δεν υπάρχουν σχήματα μεταδεδομένων για εμφάνιση.", + "admin.registries.metadata.schemas.table.delete": "Διαγραφή επιλεγμένων", + "admin.registries.metadata.schemas.table.id": "ID", + "admin.registries.metadata.schemas.table.name": "Ονομα", + "admin.registries.metadata.schemas.table.namespace": "namespace", + "admin.registries.metadata.title": "Μητρώο μεταδεδομένων", + "admin.registries.schema.breadcrumbs": "Σχήμα μεταδεδομένων", + "admin.registries.schema.description": "Αυτό είναι το σχήμα μεταδεδομένων για το \"{{namespace}}\".", + "admin.registries.schema.fields.head": "Πεδία μεταδεδομένων σχήματος", + "admin.registries.schema.fields.no-items": "Δεν υπάρχουν πεδία μεταδεδομένων για εμφάνιση.", + "admin.registries.schema.fields.table.delete": "Διαγραφή επιλεγμένων", + "admin.registries.schema.fields.table.field": "Πεδίο", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - "admin.registries.schema.fields.table.scopenote": "Πεδίο εφαρμογής", - "admin.registries.schema.form.create": "Δημιουργία πεδίου μεταδεδομένων", - "admin.registries.schema.form.edit": "Επεξεργασία πεδίου μεταδεδομένων", - "admin.registries.schema.form.element": "Element", - "admin.registries.schema.form.qualifier": "Qualifier", - "admin.registries.schema.form.scopenote": "Πεδίο εφαρμογής", - "admin.registries.schema.head": "Σχήμα Μεταδεδομένων", - "admin.registries.schema.notification.created": "Δημιουργήθηκε με επιτυχία σχήμα μεταδεδομένων \"{{prefix}}\"", - "admin.registries.schema.notification.deleted.failure": "Αποτυχία διαγραφής {{amount}} σχημάτων μεταδεδομένων", - "admin.registries.schema.notification.deleted.success": "Διαγράφηκαν με επιτυχία {{amount}} σχήματα μεταδεδομένων", - "admin.registries.schema.notification.edited": "Το σχήμα μεταδεδομένων \"{{prefix}}\" επεξεργάστηκε με επιτυχία", - "admin.registries.schema.notification.failure": "Αποτυχία", - "admin.registries.schema.notification.field.created": "Δημιουργήθηκε με επιτυχία το πεδίο μεταδεδομένων \"{{field}}\"", - "admin.registries.schema.notification.field.deleted.failure": "Απέτυχε η διαγραφή {{amount}} πεδίων μεταδεδομένων", - "admin.registries.schema.notification.field.deleted.success": "Διαγράφηκαν με επιτυχία {{amount}} πεδία μεταδεδομένων", - "admin.registries.schema.notification.field.edited": "Το πεδίο μεταδεδομένων \"{{field}}\" επεξεργάστηκε με επιτυχία", - "admin.registries.schema.notification.success": "Επιτυχία", - "admin.registries.schema.return": "Επιστροφή", - "admin.registries.schema.title": "Μητρώο σχήματος μεταδεδομένων", - "admin.search.breadcrumbs": "Αναζήτηση Διαχειριστή", - "admin.search.collection.edit": "Επεξεργασία", - "admin.search.community.edit": "Επεξεργασία", - "admin.search.item.delete": "Διαγραφή", - "admin.search.item.edit": "Επεξεργασία", - "admin.search.item.make-private": "Μετατροπή σε ιδιωτικό", - "admin.search.item.make-public": "Μετατροπή σε δημόσιο", - "admin.search.item.move": "Μετακίνηση", - "admin.search.item.reinstate": "Επαναφορά", - "admin.search.item.withdraw": "Απόσυρση", - "admin.search.title": "Αναζήτηση", - "admin.workflow.breadcrumbs": "Διαχείριση ροής εργασιών", - "admin.workflow.item.delete": "Διαγραφή", - "admin.workflow.item.send-back": "Επιστροφή", - "admin.workflow.item.workflow": "Ροή εργασιών", - "admin.workflow.title": "Διαχείριση ροής εργασιών", - "administrativeView.search.results.head": "Αναζήτηση Διαχειριστή", - "auth.errors.invalid-user": "Μη έγκυρη διεύθυνση ηλ. ταχυδρομείου ή κωδικός πρόσβασης.", - "auth.messages.expired": "Η συνεδρία (session) σας έχει λήξει. Παρακαλούμε συνδεθείτε ξανά.", - "auth.messages.token-refresh-failed": "Η ανανέωση της συνεδρίας (session) απέτυχε. Παρακαλούμε συνδεθείτε ξανά.", - "bitstream-request-a-copy.alert.canDownload1": "Έχετε ήδη πρόσβαση σε αυτό το αρχείο. Εάν θέλετε να κατεβάσετε το αρχείο, κάντε κλικ", - "bitstream-request-a-copy.alert.canDownload2": "εδώ", - "bitstream-request-a-copy.allfiles.label": "Αρχεία", - "bitstream-request-a-copy.email.error": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου.", - "bitstream-request-a-copy.email.hint": "Αυτή η διεύθυνση email χρησιμοποιείται για την αποστολή του αρχείου.", - "bitstream-request-a-copy.email.label": "Η ηλεκτρονική σου διεύθυνση *", - "bitstream-request-a-copy.files-all-false.label": "Μόνο το αρχείο που ζητήθηκε", - "bitstream-request-a-copy.files-all-true.label": "Όλα τα αρχεία (του τεκμηρίου αυτού) σε περιορισμένη πρόσβαση", - "bitstream-request-a-copy.header": "Ζητήστε ένα αντίγραφο του αρχείου", - "bitstream-request-a-copy.intro": "Εισαγάγετε τις ακόλουθες πληροφορίες για να ζητήσετε αντίγραφο για το ακόλουθο τεκμήριο:", - "bitstream-request-a-copy.intro.bitstream.all": "Αίτημα όλων των αρχείων.", - "bitstream-request-a-copy.intro.bitstream.one": "Ζητώντας το ακόλουθο αρχείο:", - "bitstream-request-a-copy.message.label": "Μήνυμα", - "bitstream-request-a-copy.name.error": "Το όνομα είναι υποχρεωτικό", - "bitstream-request-a-copy.name.label": "Ονομα *", - "bitstream-request-a-copy.return": "Επιστροφή", - "bitstream-request-a-copy.submit": "Ζητήστε αντίγραφο", - "bitstream-request-a-copy.submit.error": "Παρουσιάστηκε κάποιο πρόβλημα με την υποβολή του αιτήματος για το τεκμήριο.", - "bitstream-request-a-copy.submit.success": "Το αίτημα τεκμηρίου υποβλήθηκε με επιτυχία.", - "bitstream.download.page": "Τώρα γίνεται λήψη του {{bitstream}}...", - "bitstream.download.page.back": "Επιστροφή", - "bitstream.edit.authorizations.link": "Επεξεργαστείτε τις πολιτικές του αρχείου", - "bitstream.edit.authorizations.title": "Επεξεργαστείτε τις πολιτικές του αρχείου", - "bitstream.edit.bitstream": "Αρχείο:", - "bitstream.edit.form.description.hint": "Προαιρετικά, δώστε μια σύντομη περιγραφή του αρχείου, για παράδειγμα \"Κύριο άρθρο\" ή \"Αναγνώσεις δεδομένων πειράματος\".", - "bitstream.edit.form.description.label": "Περιγραφή", - "bitstream.edit.form.embargo.hint": "Η πρώτη ημέρα από την οποία επιτρέπεται η πρόσβαση. Αυτή η ημερομηνία δεν μπορεί να τροποποιηθεί σε αυτήν τη φόρμα. Για να ορίσετε μια ημερομηνία embargo για ένα αρχείο, μεταβείτε στην καρτέλα Κατάσταση τεκμηρίου, κάντε κλικ στην επιλογή Εξουσιοδοτήσεις..., δημιουργήστε ή επεξεργαστείτε την πολιτική READ του αρχείου και ορίστε την Ημερομηνία έναρξης όπως επιθυμείτε.", - "bitstream.edit.form.embargo.label": "Εμπάργκο (embargo) μέχρι συγκεκριμένη ημερομηνία", - "bitstream.edit.form.fileName.hint": "Αλλάξτε το όνομα αρχείου για το αρχείο. Λάβετε υπόψη ότι αυτό θα αλλάξει τη διεύθυνση URL του αρχείου, αλλά οι παλιοί σύνδεσμοι θα εξακολουθούν να ισχύουν όσο το αναγνωριστικό ακολουθίας (sequence) δεν αλλάζει.", - "bitstream.edit.form.fileName.label": "Ονομα αρχείου", - "bitstream.edit.form.iiifHeight.hint": "Το ύψος του καμβά πρέπει συνήθως να ταιριάζει με το ύψος της εικόνας.", - "bitstream.edit.form.iiifHeight.label": "Ύψος καμβά IIIF", - "bitstream.edit.form.iiifLabel.hint": "Ετικέτα καμβά για αυτήν την εικόνα. Εάν δεν παρέχεται, θα χρησιμοποιηθεί η προεπιλεγμένη ετικέτα.", - "bitstream.edit.form.iiifLabel.label": "Ετικέτα IIIF", - "bitstream.edit.form.iiifToc.hint": "Η προσθήκη κειμένου εδώ καθιστά την αρχή ενός νέου εύρους πίνακα περιεχομένων.", - "bitstream.edit.form.iiifToc.label": "IIIF Πίνακας περιεχομένων", - "bitstream.edit.form.iiifWidth.hint": "Το πλάτος του καμβά πρέπει συνήθως να ταιριάζει με το πλάτος της εικόνας.", - "bitstream.edit.form.iiifWidth.label": "Πλάτος καμβά IIIF", - "bitstream.edit.form.newFormat.hint": "Η εφαρμογή που χρησιμοποιήσατε για τη δημιουργία του αρχείου και ο αριθμός έκδοσης (για παράδειγμα, \"ACMESoft SuperApp έκδοση 1.5\").", - "bitstream.edit.form.newFormat.label": "Περιγράψτε το νέο μορφότυπο", - "bitstream.edit.form.primaryBitstream.label": "Κύριο αρχείο", - "bitstream.edit.form.selectedFormat.hint": "Εάν το μορφότυπο δεν βρίσκεται στην παραπάνω λίστα, επιλέξτε \"μορφότυπο που δεν είναι στη λίστα\" παραπάνω και περιγράψτε την στην ενότητα \"Περιγραφή νέου μορφότυπο\".", - "bitstream.edit.form.selectedFormat.label": "Επιλεγμένο μορφότυπο", - "bitstream.edit.form.selectedFormat.unknown": "Το μορφότυπο δεν είναι στη λίστα", - "bitstream.edit.notifications.error.format.title": "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του μορφότυπου του αρχείου", - "bitstream.edit.notifications.saved.content": "Οι αλλαγές σας σε αυτό το αρχείο αποθηκεύτηκαν.", - "bitstream.edit.notifications.saved.title": "το αρχείο αποθηκεύτηκε", - "bitstream.edit.return": "Επιστροφή", - "bitstream.edit.title": "Επεξεργασία αρχείου", - "browse.back.all-results": "Όλα τα αποτελέσματα περιήγησης", - "browse.comcol.by.author": "Από Συγγραφέα", - "browse.comcol.by.dateissued": "Κατά Ημερομηνία Έκδοσης", - "browse.comcol.by.subject": "Κατά θέμα", - "browse.comcol.by.title": "Με τίτλο", - "browse.comcol.head": "Περιηγούμαι", - "browse.empty": "Δεν υπάρχουν τεκμήρια για εμφάνιση.", - "browse.metadata.author": "Συγγραφέας", - "browse.metadata.author.breadcrumbs": "Πλοήγηση ανά συγγραφέα", - "browse.metadata.dateissued": "Ημερομηνία έκδοσης", - "browse.metadata.dateissued.breadcrumbs": "Πλοήγηση ανά ημερομηνία", - "browse.metadata.subject": "Θέμα", - "browse.metadata.subject.breadcrumbs": "Πλοήγηση ανά θέμα", - "browse.metadata.title": "Τίτλος", - "browse.metadata.title.breadcrumbs": "Πλοήγηση ανά τίτλο", - "browse.startsWith": ", από {{ startsWith }}", - "browse.startsWith.choose_start": "(Επιλέξτε την έναρξη)", - "browse.startsWith.choose_year": "(Επιλέξτε έτος)", - "browse.startsWith.choose_year.label": "Επιλέξτε το έτος έκδοσης", - "browse.startsWith.jump": "Φιλτράρετε τα αποτελέσματα ανά έτος ή μήνα", - "browse.startsWith.months.april": "Απρίλιος", - "browse.startsWith.months.august": "Αύγουστος", - "browse.startsWith.months.december": "Δεκέμβριος", - "browse.startsWith.months.february": "Φεβρουάριος", - "browse.startsWith.months.january": "Ιανουάριος", - "browse.startsWith.months.july": "Ιούλιος", - "browse.startsWith.months.june": "Ιούνιος", - "browse.startsWith.months.march": "Μάρτιος", - "browse.startsWith.months.may": "Μάιος", - "browse.startsWith.months.none": "(Επιλέξτε μήνα)", - "browse.startsWith.months.none.label": "Επιλέξτε τον μήνα έκδοσης", - "browse.startsWith.months.november": "Νοέμβριος", - "browse.startsWith.months.october": "Οκτώβριος", - "browse.startsWith.months.september": "Σεπτέμβριος", - "browse.startsWith.submit": "Περιήγηση", - "browse.startsWith.type_date": "Φιλτράρισμα αποτελεσμάτων ανά ημερομηνία", - "browse.startsWith.type_date.label": "Ή πληκτρολογήστε μια ημερομηνία (έτος-μήνας) και κάντε κλικ στο κουμπί Αναζήτηση", - "browse.startsWith.type_text": "Φιλτράρετε τα αποτελέσματα πληκτρολογώντας τα πρώτα γράμματα", - "browse.title": "Πλοήγηση στη {{ collection }} ανά {{ field }}{{ startsWith }} {{ value }}", - "browse.title.page": "Πλοήγηση στη {{ collection }} ανά {{ field }} {{ value }}", - "chips.remove": "Remove chip", - "collection.create.head": "Δημιουργήστε μια Συλλογή", - "collection.create.notifications.success": "Δημιουργήθηκε με επιτυχία η Συλλογή", - "collection.create.sub-head": "Δημιουργήστε μια συλλογή για την κοινότητα {{ parent }}", - "collection.curate.header": "Επιμέλεια συλλογής: {{collection}}", - "collection.delete.cancel": "Ακύρωση", - "collection.delete.confirm": "Επιβεβαίωση", - "collection.delete.head": "Διαγραφή συλλογής", - "collection.delete.notification.fail": "Δεν ήταν δυνατή η διαγραφή της συλλογής", - "collection.delete.notification.success": "Η συλλογή διαγράφηκε με επιτυχία", - "collection.delete.processing": "Διαγραφή", - "collection.delete.text": "Είστε βέβαιοι ότι θέλετε να διαγράψετε τη συλλογή \"{{ dso }}\"", - "collection.edit.breadcrumbs": "Επεξεργασία συλλογής", - "collection.edit.delete": "Διαγραφή αυτής της συλλογής", - "collection.edit.head": "Επεξεργασία συλλογής", - "collection.edit.item-mapper.cancel": "Ακύρωση", - "collection.edit.item-mapper.collection": "Συλλογή: \"{{name}}\"", - "collection.edit.item-mapper.confirm": "αντιστοίχηση επιλεγμένων τεκμηρίων", - "collection.edit.item-mapper.description": "Αυτό είναι το εργαλείο αντιστοίχισης τεκμηρίων που επιτρέπει στους διαχειριστές της συλλογής να αντιστοιχίσουν τεκμήρια από άλλες συλλογές σε αυτήν τη συλλογή. Μπορείτε να αναζητήσετε τεκμήρια από άλλες συλλογές και να τα αντιστοιχίσετε ή να περιηγηθείτε στη λίστα των αντιστοιχισμένων αντικειμένων.", - "collection.edit.item-mapper.head": "Αντιστοίχιση τεκμηρίων - Αντιστοίχιση από άλλες συλλογές", - "collection.edit.item-mapper.no-search": "Εισαγάγετε ένα ερώτημα για αναζήτηση", - "collection.edit.item-mapper.notifications.map.error.content": "Παρουσιάστηκαν σφάλματα για την αντιστοίχιση {{amount}} τεκμηρίων.", - "collection.edit.item-mapper.notifications.map.error.head": "Σφάλματα αντιστοίχησης", - "collection.edit.item-mapper.notifications.map.success.content": "Έγινε επιτυχής αντιστοίχιση {{amount}} τεκμηρίων.", - "collection.edit.item-mapper.notifications.map.success.head": "Η αντιστοίχηση ολοκληρώθηκε", - "collection.edit.item-mapper.notifications.unmap.error.content": "Παρουσιάστηκαν σφάλματα κατά την κατάργηση των αντιστοιχίσεων {{amount}} τεκμηρίων.", - "collection.edit.item-mapper.notifications.unmap.error.head": "Κατάργηση σφαλμάτων αντιστοίχησης", - "collection.edit.item-mapper.notifications.unmap.success.content": "Καταργήθηκαν με επιτυχία οι αντιστοιχίσεις {{amount}} τεκμηρίων.", - "collection.edit.item-mapper.notifications.unmap.success.head": "Η κατάργηση της αντιστοίχησης ολοκληρώθηκε", - "collection.edit.item-mapper.remove": "Αφαιρέστε τις αντιστοιχίσεις επιλεγμένων τεκμηρίων", - "collection.edit.item-mapper.search-form.placeholder": "Αναζήτηση τεκμηρίων...", - "collection.edit.item-mapper.tabs.browse": "Περιηγηθείτε σε αντιστοιχισμένα τεκμήρια", - "collection.edit.item-mapper.tabs.map": "αντιστοίχηση νέων τεκμηρίων", - "collection.edit.item.authorizations.load-bundle-button": "Φορτώστε περισσότερα πακέτα", - "collection.edit.item.authorizations.load-more-button": "Φόρτωσε περισσότερα", - "collection.edit.item.authorizations.show-bitstreams-button": "Εμφάνιση πολιτικών αρχείου για το πακέτο", - "collection.edit.logo.delete-undo.title": "Αναίρεση διαγραφή", - "collection.edit.logo.delete.title": "Διαγραφή λογότυπου", - "collection.edit.logo.label": "Λογότυπο συλλογής", - "collection.edit.logo.notifications.add.error": "Η μεταφόρτωση του λογότυπου της Συλλογής απέτυχε. Επαληθεύστε το περιεχόμενο πριν προσπαθήσετε ξανά.", - "collection.edit.logo.notifications.add.success": "Επιτυχής μεταφόρτωση λογότυπου συλλογής.", - "collection.edit.logo.notifications.delete.error.title": "Σφάλμα κατά τη διαγραφή του λογότυπου", - "collection.edit.logo.notifications.delete.success.content": "Το λογότυπο της συλλογής διαγράφηκε με επιτυχία", - "collection.edit.logo.notifications.delete.success.title": "Το λογότυπο διαγράφηκε", - "collection.edit.logo.upload": "Σύρετε ένα λογότυπο συλλογής για μεταφόρτωση", - "collection.edit.notifications.success": "Έγινε επιτυχής επεξεργασία της Συλλογής", - "collection.edit.return": "Επιστροφή", - "collection.edit.tabs.authorizations.head": "Εξουσιοδοτήσεις", - "collection.edit.tabs.authorizations.title": "Επεξεργασία συλλογής - Εξουσιοδοτήσεις", - "collection.edit.tabs.curate.head": "Βοηθός ιερέα", - "collection.edit.tabs.curate.title": "Επεξεργασία συλλογής - Επιμέλεια", - "collection.edit.tabs.item-mapper.title": "Επεξεργασία συλλογής - Αντιστοίχιση τεκμηρίων", - "collection.edit.tabs.mapper.head": "Αντιστοίχιση τεκμηρίων", - "collection.edit.tabs.metadata.head": "Επεξεργασία Μεταδεδομένων", - "collection.edit.tabs.metadata.title": "Επεξεργασία συλλογής - Μεταδεδομένα", - "collection.edit.tabs.roles.head": "Αναθέστε ρόλους", - "collection.edit.tabs.roles.title": "Επεξεργασία συλλογής - Ρόλοι", - "collection.edit.tabs.source.external": "Αυτή η συλλογή συλλέγει το περιεχόμενό της από εξωτερική πηγή", - "collection.edit.tabs.source.form.errors.oaiSource.required": "Πρέπει να παρέχετε ένα αναγνωριστικό συνόλου της συλλογής προορισμού.", - "collection.edit.tabs.source.form.harvestType": "Συγκομιδή περιεχομένου", - "collection.edit.tabs.source.form.head": "Διαμόρφωση εξωτερικής πηγής", - "collection.edit.tabs.source.form.metadataConfigId": "Μορφή μεταδεδομένων", - "collection.edit.tabs.source.form.oaiSetId": "Αναγνωριστικό συγκεκριμένου συνόλου OAI", - "collection.edit.tabs.source.form.oaiSource": "Πάροχος ΟΑΙ", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Συγκομιδή μεταδεδομένων και αρχείων (απαιτείται υποστήριξη ORE)", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Συγκομιδή μεταδεδομένων και αναφορές σε αρχεία (απαιτείται υποστήριξη ORE)", - "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Συγκομιδή μόνο μεταδεδομένων", - "collection.edit.tabs.source.head": "Πηγή περιεχομένου", - "collection.edit.tabs.source.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", - "collection.edit.tabs.source.notifications.discarded.title": "Άλλαξε απορρίφθηκε", - "collection.edit.tabs.source.notifications.invalid.content": "Οι αλλαγές σας δεν αποθηκεύτηκαν. Βεβαιωθείτε ότι όλα τα πεδία είναι έγκυρα προτού αποθηκεύσετε.", - "collection.edit.tabs.source.notifications.invalid.title": "Μη έγκυρα μεταδεδομένα", - "collection.edit.tabs.source.notifications.saved.content": "Οι αλλαγές σας στην πηγή περιεχομένου αυτής της συλλογής αποθηκεύτηκαν.", - "collection.edit.tabs.source.notifications.saved.title": "Η πηγή περιεχομένου αποθηκεύτηκε", - "collection.edit.tabs.source.title": "Επεξεργασία συλλογής - Πηγή περιεχομένου", - "collection.edit.template.add-button": "Προσθήκη", - "collection.edit.template.breadcrumbs": "πρότυπο τεκμηρίου", - "collection.edit.template.cancel": "Ακύρωση", - "collection.edit.template.delete-button": "Διαγραφή", - "collection.edit.template.edit-button": "Επεξεργασία", - "collection.edit.template.error": "Παρουσιάστηκε σφάλμα κατά την ανάκτηση του προτύπου του τεκμηρίου", - "collection.edit.template.head": "Επεξεργασία προτύπου τεκμηρίου για τη συλλογή \"{{ collection }}\"", - "collection.edit.template.label": "Πρότυπο τεκμηρίου", - "collection.edit.template.loading": "Φόρτωση προτύπου τεκμηρίου...", - "collection.edit.template.notifications.delete.error": "Η διαγραφή του προτύπου τεκμηρίου απέτυχε", - "collection.edit.template.notifications.delete.success": "Το πρότυπο τεκμηρίου διαγράφηκε με επιτυχία", - "collection.edit.template.title": "Επεξεργασία προτύπου τεκμηρίου", - "collection.form.abstract": "Σύντομη περιγραφή", - "collection.form.description": "Εισαγωγικό κείμενο (HTML)", - "collection.form.entityType": "Τύπος οντότητας", - "collection.form.errors.title.required": "Εισαγάγετε ένα όνομα συλλογής", - "collection.form.license": "Αδεια", - "collection.form.provenance": "Προέλευση", - "collection.form.rights": "Κείμενο πνευματικών δικαιωμάτων (HTML)", - "collection.form.tableofcontents": "Ειδήσεις (HTML)", - "collection.form.title": "Ονομα", - "collection.listelement.badge": "Συλλογή", - "collection.page.browse.recent.empty": "Δεν υπάρχουν τεκμήρια για εμφάνιση", - "collection.page.browse.recent.head": "Πρόσφατες Υποβολές", - "collection.page.edit": "Επεξεργαστείτε αυτήν τη συλλογή", - "collection.page.handle": "Μόνιμο URI για αυτήν τη συλλογή", - "collection.page.license": "Αδεια", - "collection.page.news": "Νέα", - "collection.select.confirm": "Επιβεβαιώστε την επιλογή", - "collection.select.empty": "Δεν υπάρχουν συλλογές προς εμφάνιση", - "collection.select.table.title": "Τίτλος", - "collection.source.controls.harvest.last": "Τελευταία συγκομιδή:", - "collection.source.controls.harvest.message": "Πληροφορίες συγκομιδής:", - "collection.source.controls.harvest.no-information": "N/A", - "collection.source.controls.harvest.start": "Ώρα έναρξης συγκομιδής:", - "collection.source.controls.harvest.status": "Κατάσταση συγκομιδής:", - "collection.source.controls.head": "Έλεγχοι συγκομιδής", - "collection.source.controls.import.completed": "Η εισαγωγή ολοκληρώθηκε", - "collection.source.controls.import.failed": "Παρουσιάστηκε σφάλμα κατά την εισαγωγή", - "collection.source.controls.import.running": "Εισαγωγή...", - "collection.source.controls.import.submit": "Εισαγωγή τώρα", - "collection.source.controls.import.submit.error": "Κάτι πήγε στραβά με την έναρξη της εισαγωγής", - "collection.source.controls.import.submit.success": "Η εισαγωγή ξεκίνησε με επιτυχία", - "collection.source.controls.reset.completed": "Η επαναφορά και η επανεισαγωγή ολοκληρώθηκαν", - "collection.source.controls.reset.failed": "Παρουσιάστηκε σφάλμα κατά την επαναφορά και την επανεισαγωγή", - "collection.source.controls.reset.running": "Επαναφορά και επανεισαγωγή...", - "collection.source.controls.reset.submit": "Επαναφορά και επανεισαγωγή", - "collection.source.controls.reset.submit.error": "Κάτι πήγε στραβά με την εκκίνηση της επαναφοράς και της επανεισαγωγής", - "collection.source.controls.reset.submit.success": "Η επαναφορά και η επανεισαγωγή ξεκίνησαν με επιτυχία", - "collection.source.controls.test.completed": "Το σενάριο για τη δοκιμή των ρυθμίσεων ολοκληρώθηκε με επιτυχία", - "collection.source.controls.test.failed": "Το σενάριο για τον έλεγχο των ρυθμίσεων απέτυχε", - "collection.source.controls.test.running": "Έλεγχος παραμετροποίησης...", - "collection.source.controls.test.submit": "Η παραμετροποίηση ελέγχεται", - "collection.source.controls.test.submit.error": "Κάτι πήγε στραβά με την έναρξη του ελέγχου των ρυθμίσεων", - "collection.source.update.notifications.error.content": "Οι παρεχόμενες ρυθμίσεις έχουν ελεχθεί και δεν λειτούργησαν.", - "collection.source.update.notifications.error.title": "Σφάλμα Διακομιστή", - "comcol-role.edit.bitstream_read.anonymous-group": "Η προεπιλεγμένη ανάγνωση για εισερχόμενα αρχεία έχει οριστεί αυτήν τη στιγμή σε Ανώνυμη.", - "comcol-role.edit.bitstream_read.description": "Οι διαχειριστές της κοινότητας μπορούν να δημιουργήσουν υποκοινότητες ή συλλογές και να διαχειρίζονται ή να αναθέτουν διαχείριση για αυτές τις υποκοινότητες ή συλλογές. Επιπλέον, αποφασίζουν ποιος μπορεί να υποβάλει τεκμήρια σε οποιεσδήποτε υποσυλλογές, να επεξεργαστεί τα μεταδεδομένα των τεκμηρίων (μετά την υποβολή) και να προσθέσει (αντιστοιχίσει) υπάρχοντα τεκμήρια από άλλες συλλογές (υπόκειται σε εξουσιοδότηση).", - "comcol-role.edit.bitstream_read.name": "Προεπιλεγμένη πρόσβαση ανάγνωσης αρχείου", - "comcol-role.edit.collection-admin.description": "Οι διαχειριστές της συλλογής αποφασίζουν ποιος μπορεί να υποβάλει τεκμήρια στη συλλογή, να επεξεργαστεί τα μεταδεδομένα των τεκμηρίων (μετά την υποβολή) και να προσθέσει (αντιστοιχίσει) υπάρχοντα τεκμήρια από άλλες συλλογές σε αυτήν τη συλλογή (με την επιφύλαξη εξουσιοδότησης για αυτήν τη συλλογή).", - "comcol-role.edit.collection-admin.name": "Διαχειριστές", - "comcol-role.edit.community-admin.description": "Οι διαχειριστές της κοινότητας μπορούν να δημιουργήσουν υποκοινότητες ή συλλογές και να διαχειρίζονται ή να αναθέτουν διαχείριση για αυτές τις υποκοινότητες ή συλλογές. Επιπλέον, αποφασίζουν ποιος μπορεί να υποβάλει τεκμήρια σε οποιεσδήποτε υποσυλλογές, να επεξεργαστεί τα μεταδεδομένα των τεκμηρίων (μετά την υποβολή) και να προσθέσει (αντιστοιχίσει) υπάρχοντα τεκμήρια από άλλες συλλογές (υπόκειται σε εξουσιοδότηση).", - "comcol-role.edit.community-admin.name": "Διαχειριστές", - "comcol-role.edit.create": "Δημιουργώ", - "comcol-role.edit.create.error.title": "Αποτυχία δημιουργίας ομάδας για τον ρόλο \"{{ role }}\".", - "comcol-role.edit.delete": "Διαγραφή", - "comcol-role.edit.delete.error.title": "Απέτυχε η διαγραφή της ομάδας ρόλων \"{{ role }}\".", - "comcol-role.edit.editor.description": "Οι συντάκτες μπορούν να επεξεργαστούν τα μεταδεδομένα των εισερχόμενων υποβολών και, στη συνέχεια, να τις αποδεχτούν ή να τις απορρίψουν.", - "comcol-role.edit.editor.name": "Συντάκτες", - "comcol-role.edit.finaleditor.description": "Οι τελικοί συντάκτες μπορούν να επεξεργαστούν τα μεταδεδομένα των εισερχόμενων υποβολών, αλλά δεν θα μπορούν να τα απορρίψουν.", - "comcol-role.edit.finaleditor.name": "Τελικοί συντάκτες", - "comcol-role.edit.item_read.anonymous-group": "Η προεπιλεγμένη ανάγνωση για τα εισερχόμενα τεκμήρια έχει οριστεί σε Ανώνυμο.", - "comcol-role.edit.item_read.description": "Οι χρήστες και οι ομάδες με δικαίωμα read σε νέα τεκμήρια που υποβάλλονται στη συλλογή. Οι αλλαγές σε αυτόν τον ρόλο δεν έχουν αναδρομική ισχύ. Τα υπάρχοντα τεκμήρια στο σύστημα θα εξακολουθούν να είναι ορατά από όσους είχαν πρόσβαση ανάγνωσης τη στιγμή της προσθήκης τους.", - "comcol-role.edit.item_read.name": "Προεπιλεγμένη πρόσβαση για ανάγνωση τεκμηρίων", - "comcol-role.edit.no-group": "Κανένας", - "comcol-role.edit.restrict": "Περιορίζω", - "comcol-role.edit.reviewer.description": "Οι αξιολογητές μπορούν να αποδεχτούν ή να απορρίψουν εισερχόμενες υποβολές. Ωστόσο, δεν είναι σε θέση να επεξεργαστούν τα μεταδεδομένα της υποβολής.", - "comcol-role.edit.reviewer.name": "Αναθεωρητές", - "comcol-role.edit.submitters.description": "Οι χρήστες και οι ομάδες που έχουν άδεια να υποβάλουν νέα τεκμήρια σε αυτήν τη συλλογή.", - "comcol-role.edit.submitters.name": "Υποβολείς", - "community.all-lists.head": "Υποκοινότητες και Συλλογές", - "community.create.head": "Δημιουργήστε μια Κοινότητα", - "community.create.notifications.success": "Δημιουργήθηκε με επιτυχία η Κοινότητα", - "community.create.sub-head": "Δημιουργία υποκοινότητας για την κοινότητα {{ parent }}", - "community.curate.header": "Επιμέλεια κοινότητας: {{community}}", - "community.delete.cancel": "Ακύρωση", - "community.delete.confirm": "Επιβεβαίωση", - "community.delete.head": "Διαγραφή Κοινότητας", - "community.delete.notification.fail": "Δεν ήταν δυνατή η διαγραφή της κοινότητας", - "community.delete.notification.success": "Η κοινότητα διαγράφηκε με επιτυχία", - "community.delete.processing": "Διαγραφή...", - "community.delete.text": "Είστε βέβαιοι ότι θέλετε να διαγράψετε την κοινότητα \"{{ dso }}\"", - "community.edit.breadcrumbs": "Επεξεργασία Κοινότητας", - "community.edit.delete": "Διαγραφή αυτής της κοινότητας", - "community.edit.head": "Επεξεργασία Κοινότητας", - "community.edit.logo.delete-undo.title": "Αναίρεση διαγραφής", - "community.edit.logo.delete.title": "Διαγραφή λογότυπου", - "community.edit.logo.label": "Λογότυπο κοινότητας", - "community.edit.logo.notifications.add.error": "Η μεταφόρτωση του λογότυπου της Κοινότητας απέτυχε. Επαληθεύστε το περιεχόμενο πριν προσπαθήσετε ξανά.", - "community.edit.logo.notifications.add.success": "Επιτυχής μεταφόρτωση λογότυπου Κοινότητας.", - "community.edit.logo.notifications.delete.error.title": "Σφάλμα κατά τη διαγραφή του λογότυπου", - "community.edit.logo.notifications.delete.success.content": "Το λογότυπο της κοινότητας διαγράφηκε με επιτυχία", - "community.edit.logo.notifications.delete.success.title": "Το λογότυπο διαγράφηκε", - "community.edit.logo.upload": "Σύρετε ένα λογότυπο κοινότητας για μεταφόρτωση", - "community.edit.notifications.error": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία της Κοινότητας", - "community.edit.notifications.success": "Έγινε επιτυχής επεξεργασία της Κοινότητας", - "community.edit.notifications.unauthorized": "Δεν έχετε τα προνόμια να κάνετε αυτήν την αλλαγή", - "community.edit.return": "Επιστροφή", - "community.edit.tabs.authorizations.head": "Εξουσιοδοτήσεις", - "community.edit.tabs.authorizations.title": "Επεξεργασία κοινότητας - Εξουσιοδοτήσεις", - "community.edit.tabs.curate.head": "Βοηθός ιερέα", - "community.edit.tabs.curate.title": "Επεξεργασία κοινότητας - Επιμέλεια", - "community.edit.tabs.metadata.head": "Επεξεργασία Μεταδεδομένων", - "community.edit.tabs.metadata.title": "Επεξεργασία κοινότητας - Μεταδεδομένα", - "community.edit.tabs.roles.head": "Αναθέστε ρόλους", - "community.edit.tabs.roles.title": "Επεξεργασία κοινότητας - Ρόλοι", - "community.form.abstract": "Σύντομη περιγραφή", - "community.form.description": "Εισαγωγικό κείμενο (HTML)", - "community.form.errors.title.required": "Εισαγάγετε ένα όνομα κοινότητας", - "community.form.rights": "Κείμενο πνευματικών δικαιωμάτων (HTML)", - "community.form.tableofcontents": "Ειδήσεις (HTML)", - "community.form.title": "Ονομα", - "community.listelement.badge": "Κοινότητα", - "community.page.edit": "Επεξεργαστείτε αυτήν την κοινότητα", - "community.page.handle": "Μόνιμο URI για αυτήν την κοινότητα", - "community.page.license": "Αδεια", - "community.page.news": "Νέα", - "community.sub-collection-list.head": "Συλλογές αυτής της Κοινότητας", - "community.sub-community-list.head": "Κοινότητες αυτής της Κοινότητας", - "communityList.breadcrumbs": "Λίστα κοινότητας", - "communityList.showMore": "Δείτε περισσότερα", - "communityList.tabTitle": "Λίστα κοινότητας", - "communityList.title": "Κατάλογος Κοινοτήτων", - "confirmation-modal.delete-eperson.cancel": "Ακύρωση", - "confirmation-modal.delete-eperson.confirm": "Διαγραφή", - "confirmation-modal.delete-eperson.header": "Διαγραφή EPerson \"{{ dsoName }}\"", - "confirmation-modal.delete-eperson.info": "Είστε βέβαιοι ότι θέλετε να διαγράψετε το EPerson \"{{ dsoName }}\"", - "confirmation-modal.delete-profile.cancel": "Ακύρωση", - "confirmation-modal.delete-profile.confirm": "Διαγραφή", - "confirmation-modal.delete-profile.header": "Διαγραφή προφίλ", - "confirmation-modal.delete-profile.info": "Είστε βέβαιοι ότι θέλετε να διαγράψετε το προφίλ σας", - "confirmation-modal.export-metadata.cancel": "Ακύρωση", - "confirmation-modal.export-metadata.confirm": "Εξαγωγή", - "confirmation-modal.export-metadata.header": "Εξαγωγή μεταδεδομένων για {{ dsoName }}", - "confirmation-modal.export-metadata.info": "Είστε βέβαιοι ότι θέλετε να εξαγάγετε μεταδεδομένα για το {{ dsoName }}", - "cookies.consent.accept-all": "Αποδοχή όλων", - "cookies.consent.accept-selected": "Αποδοχή επιλεγμένων", - "cookies.consent.app.description.acknowledgement": "Απαιτείται για την αποθήκευση των επιβεβαιώσεων και των συγκατάθεσών σας", - "cookies.consent.app.description.authentication": "Απαιτείται για τη σύνδεσή σας", - "cookies.consent.app.description.google-analytics": "Μας επιτρέπει να παρακολουθούμε στατιστικά δεδομένα", - "cookies.consent.app.description.preferences": "Απαιτείται για την αποθήκευση των προτιμήσεών σας", - "cookies.consent.app.opt-out.description": "Αυτή η εφαρμογή έχει φορτωθεί από προεπιλογή (αλλά μπορείτε να εξαιρεθείτε)", - "cookies.consent.app.opt-out.title": "(εξαίρεση)", - "cookies.consent.app.purpose": "σκοπός", - "cookies.consent.app.required.description": "Αυτή η εφαρμογή είναι πάντα απαραίτητη", - "cookies.consent.app.required.title": "(πάντα υποχρεωτικό)", - "cookies.consent.app.title.acknowledgement": "Αναγνώριση", - "cookies.consent.app.title.authentication": "Αυθεντικοποίηση", - "cookies.consent.app.title.google-analytics": "Google Analytics", - "cookies.consent.app.title.preferences": "Προτιμήσεις", - "cookies.consent.close": "Κλείσε", - "cookies.consent.content-modal.description": "Εδώ μπορείτε να δείτε και να προσαρμόσετε τις πληροφορίες που συλλέγουμε για εσάς.", - "cookies.consent.content-modal.privacy-policy.name": "πολιτική απορρήτου", - "cookies.consent.content-modal.privacy-policy.text": "Για να μάθετε περισσότερα, διαβάστε την {Πολιτική απορρήτου} μας.", - "cookies.consent.content-modal.title": "Πληροφορίες που συλλέγουμε", - "cookies.consent.content-notice.description": "Συλλέγουμε και επεξεργαζόμαστε τα προσωπικά σας στοιχεία για τους ακόλουθους σκοπούς: Έλεγχος ταυτότητας, Προτιμήσεις, Αναγνώριση και Στατιστικά.
Για να μάθετε περισσότερα, διαβάστε την {privacyPolicy} μας.", - "cookies.consent.content-notice.description.no-privacy": "Συλλέγουμε και επεξεργαζόμαστε τα προσωπικά σας στοιχεία για τους ακόλουθους σκοπούς: Έλεγχος ταυτότητας, Προτιμήσεις, Αναγνώριση και Στατιστικά.", - "cookies.consent.content-notice.learnMore": "Προσαρμογή", - "cookies.consent.decline": "Απόρριψη", - "cookies.consent.purpose.functional": "Λειτουργικός", - "cookies.consent.purpose.statistical": "Στατιστικός", - "cookies.consent.update": "Υπήρξαν αλλαγές από την τελευταία σας επίσκεψη, ενημερώστε τη συγκατάθεσή σας.", - "curation-task.task.checklinks.label": "Ελέγξτε τους συνδέσμους στα μεταδεδομένα", - "curation-task.task.noop.label": "ΝΟΟΠ", - "curation-task.task.profileformats.label": "Προφίλ Μορφοτύπων Αρχείων", - "curation-task.task.requiredmetadata.label": "Ελέγξτε για Απαιτούμενα Μεταδεδομένα", - "curation-task.task.translate.label": "Μεταφραστής της Microsoft", - "curation-task.task.vscan.label": "Ελεγχος για ιούς", - "curation.form.handle.hint": "Συμβουλή: Εισαγάγετε [your-handle-prefix]/0 για να εκτελέσετε μια εργασία σε ολόκληρο τον ιστότοπο (μπορεί να μην υποστηρίζουν όλες οι εργασίες αυτήν τη δυνατότητα)", - "curation.form.handle.label": "Handle:", - "curation.form.submit": "Αρχή", - "curation.form.submit.error.content": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια έναρξης της εργασίας επιμέλειας.", - "curation.form.submit.error.head": "Η εκτέλεση της εργασίας επιμέλειας απέτυχε", - "curation.form.submit.error.invalid-handle": "Δεν ήταν δυνατός ο προσδιορισμός Handle για αυτό το τεκμήριο", - "curation.form.submit.success.content": "Θα ανακατευθυνθείτε στην αντίστοιχη σελίδα διαδικασίας.", - "curation.form.submit.success.head": "Η εργασία επιμέλειας ξεκίνησε με επιτυχία", - "curation.form.task-select.label": "Εργο:", - "default-relationships.search.results.head": "Αποτελέσματα αναζήτησης", - "default.search.results.head": "Αποτελέσματα αναζήτησης", - "deny-request-copy.email.message": "Αγαπητέ {{ recipientName }},\nΩς απάντηση στο αίτημά σας, με λύπη σας ενημερώνω ότι δεν είναι δυνατό να σας αποσταλεί αντίγραφο των αρχείων που ζητήσατε, σχετικά με το έγγραφο: \"{{ itemUrl }}\" ({{ itemName }}), εκ των οποίων Είμαι συγγραφέας.\n\nΤις καλύτερες ευχές,\n{{ authorName }} <{{ authorEmail }}>", - "deny-request-copy.email.subject": "Ζητήστε αντίγραφο εγγράφου", - "deny-request-copy.error": "Παρουσιάστηκε σφάλμα", - "deny-request-copy.header": "Απόρριψη αιτήματος αντιγραφής εγγράφου", - "deny-request-copy.intro": "Αυτό το μήνυμα θα σταλεί στον αιτούντα του αιτήματος", - "deny-request-copy.success": "Απορρίφθηκε επιτυχώς το αίτημα τεκμηρίου", - "dso-selector.claim.item.body": "Αυτά είναι υπάρχοντα προφίλ που μπορεί να σχετίζονται με εσάς. Εάν αναγνωρίζετε τον εαυτό σας σε ένα από αυτά τα προφίλ, επιλέξτε το και στη σελίδα λεπτομερειών, ανάμεσα στις επιλογές, επιλέξτε να το διεκδικήσετε. Διαφορετικά, μπορείτε να δημιουργήσετε ένα νέο προφίλ από την αρχή χρησιμοποιώντας το παρακάτω κουμπί.", - "dso-selector.claim.item.create-from-scratch": "Δημιουργήστε ένα νέο", - "dso-selector.claim.item.head": "Συμβουλές προφίλ", - "dso-selector.claim.item.not-mine-label": "Κανένα από αυτά δεν είναι δικό μου", - "dso-selector.create.collection.head": "Νέα συλλογή", - "dso-selector.create.collection.sub-level": "Δημιουργήστε μια νέα συλλογή στο", - "dso-selector.create.community.head": "Νέα κοινότητα", - "dso-selector.create.community.sub-level": "Δημιουργήστε μια νέα κοινότητα στο", - "dso-selector.create.community.top-level": "Δημιουργήστε μια νέα κοινότητα ανώτατου επιπέδου", - "dso-selector.create.item.head": "Νέο τεκμήριο", - "dso-selector.create.item.sub-level": "Δημιουργήστε ένα νέο τεκμήριο στο", - "dso-selector.create.submission.head": "Νέα υποβολή", - "dso-selector.edit.collection.head": "Επεξεργασία συλλογής", - "dso-selector.edit.community.head": "Επεξεργασία κοινότητας", - "dso-selector.edit.item.head": "Επεξεργασία τεκμηρίου", - "dso-selector.error.title": "Παρουσιάστηκε σφάλμα κατά την αναζήτηση ενός {{ type }}", - "dso-selector.export-metadata.dspaceobject.head": "Εξαγωγή μεταδεδομένων από", - "dso-selector.no-results": "Δεν βρέθηκε {{ type }}", - "dso-selector.placeholder": "Αναζήτηση για ένα {{ type }}", - "dso-selector.select.collection.head": "Επιλέξτε μια συλλογή", - "dso-selector.set-scope.community.button": "Αναζήτηση σε όλο το DSpace", - "dso-selector.set-scope.community.head": "Επιλέξτε ένα εύρος αναζήτησης", - "dso-selector.set-scope.community.input-header": "Αναζήτηση κοινότητας ή συλλογής", - "dso.name.untitled": "Χωρίς τίτλο", - "error-page.description.401": "ανεξουσιοδότητος", - "error-page.description.403": "απαγορευμένος", - "error-page.description.404": "Η σελίδα δεν βρέθηκε", - "error-page.description.500": "Μη διαθέσιμη υπηρεσία", - "error-page.orcid.generic-error": "Παρουσιάστηκε σφάλμα κατά τη σύνδεση μέσω ORCID. Βεβαιωθείτε ότι έχετε μοιραστεί τη διεύθυνση email του λογαριασμού σας ORCID με το DSpace. Εάν το σφάλμα παραμένει, επικοινωνήστε με τον διαχειριστή", - "error.bitstream": "Σφάλμα κατά την ανάκτηση αρχείου", - "error.browse-by": "Σφάλμα κατά την ανάκτηση τεκμηρίων", - "error.collection": "Σφάλμα κατά την ανάκτηση της συλλογής", - "error.collections": "Σφάλμα κατά την ανάκτηση συλλογών", - "error.community": "Σφάλμα κατά την ανάκτηση της κοινότητας", - "error.default": "Λάθος", - "error.identifier": "Δεν βρέθηκε τεκμήριο για το αναγνωριστικό", - "error.invalid-search-query": "Το ερώτημα αναζήτησης δεν είναι έγκυρο. Ελέγξτε τις βέλτιστες πρακτικές Σύνταξη ερωτήματος Solr για περισσότερες πληροφορίες σχετικά με αυτό το σφάλμα .", - "error.item": "Σφάλμα κατά την ανάκτηση του τεκμηρίου", - "error.items": "Σφάλμα κατά την ανάκτηση τεκμηρίων", - "error.objects": "Σφάλμα κατά την ανάκτηση αντικειμένων", - "error.recent-submissions": "Σφάλμα κατά την ανάκτηση πρόσφατων υποβολών", - "error.search-results": "Σφάλμα κατά την ανάκτηση των αποτελεσμάτων αναζήτησης", - "error.sub-collections": "Σφάλμα κατά την ανάκτηση υποσυλλογών", - "error.sub-communities": "Σφάλμα κατά την ανάκτηση υποκοινοτήτων", - "error.submission.sections.init-form-error": "Παρουσιάστηκε σφάλμα κατά την προετοιμασία ενότητας, ελέγξτε τη διαμόρφωση της φόρμας εισαγωγής. Λεπτομέρειες είναι παρακάτω:

", - "error.top-level-communities": "Σφάλμα κατά την ανάκτηση κοινοτήτων ανώτατου επιπέδου", - "error.validation.NotValidEmail": "Αυτό το e-mail δεν είναι έγκυρο email", - "error.validation.emailTaken": "Αυτό το e-mail έχει ήδη ληφθεί", - "error.validation.filerequired": "Η αποστολή του αρχείου είναι υποχρεωτική", - "error.validation.groupExists": "Αυτή η ομάδα υπάρχει ήδη", - "error.validation.license.notgranted": "Πρέπει να χορηγήσετε αυτήν την άδεια για να ολοκληρώσετε την υποβολή σας. Εάν δεν μπορείτε να εκχωρήσετε αυτήν την άδεια αυτήν τη στιγμή, μπορείτε να αποθηκεύσετε την εργασία σας και να επιστρέψετε αργότερα ή να καταργήσετε την υποβολή.", - "error.validation.pattern": "Αυτή η είσοδος περιορίζεται από το τρέχον μοτίβο: {{ pattern }}.", - "error.validation.required": "Αυτό το πεδίο είναι υποχρεωτικό", - "feed.description": "Συνδικάτο τροφοδοσία", - "file-section.error.header": "Σφάλμα κατά τη λήψη αρχείων για αυτό το τεκμήριο", - "footer.copyright": "πνευματικά δικαιώματα © 2002-{{ year }}", - "footer.link.cookies": "Ρυθμίσεις cookie", - "footer.link.dspace": "Λογισμικό DSpace", - "footer.link.end-user-agreement": "Συμφωνία Τελικού Χρήστη", - "footer.link.feedback": "Στείλετε τα σχόλιά σας", - "footer.link.lyrasis": "LYRASIS", - "footer.link.privacy-policy": "Πολιτική απορρήτου", - "forgot-email.form.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου *", - "forgot-email.form.email.error.pattern": "Συμπληρώστε μια έγκυρη διεύθυνση email", - "forgot-email.form.email.error.required": "Συμπληρώστε μια διεύθυνση email", - "forgot-email.form.email.hint": "Θα σταλεί ένα email σε αυτή τη διεύθυνση με περαιτέρω οδηγίες.", - "forgot-email.form.error.content": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια επαναφοράς του κωδικού πρόσβασης για τον λογαριασμό που σχετίζεται με την ακόλουθη διεύθυνση ηλεκτρονικού ταχυδρομείου: {{ email }}", - "forgot-email.form.error.head": "Σφάλμα κατά την προσπάθεια επαναφοράς του κωδικού πρόσβασης", - "forgot-email.form.header": "Ξεχάσατε τον κωδικό", - "forgot-email.form.info": "Εισαγάγετε τη διεύθυνση email που σχετίζεται με τον λογαριασμό.", - "forgot-email.form.submit": "Επαναφέρετε τον κωδικό πρόσβασης", - "forgot-email.form.success.content": "Έχει σταλεί ένα μήνυμα ηλεκτρονικού ταχυδρομείου στη διεύθυνση {{ email }} που περιέχει μια ειδική διεύθυνση URL και περαιτέρω οδηγίες.", - "forgot-email.form.success.head": "Στάλθηκε email επαναφοράς κωδικού πρόσβασης", - "forgot-password.form.card.security": "Ασφάλεια", - "forgot-password.form.error.empty-password": "Εισαγάγετε έναν κωδικό πρόσβασης στο παρακάτω πλαίσιο.", - "forgot-password.form.error.matching-passwords": "Οι κωδικοί δεν ταιριάζουν.", - "forgot-password.form.error.password-length": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", - "forgot-password.form.head": "Ξεχάσατε τον κωδικό", - "forgot-password.form.identification.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου:", - "forgot-password.form.identification.header": "Αναγνωρίζω", - "forgot-password.form.info": "Εισαγάγετε έναν νέο κωδικό πρόσβασης στο παρακάτω πλαίσιο και επιβεβαιώστε τον πληκτρολογώντας τον ξανά στο δεύτερο πλαίσιο. Θα πρέπει να αποτελείται από τουλάχιστον έξι χαρακτήρες.", - "forgot-password.form.label.password": "Κωδικός πρόσβασης", - "forgot-password.form.label.passwordrepeat": "Πληκτρολογήστε ξανά για επιβεβαίωση", - "forgot-password.form.notification.error.title": "Σφάλμα κατά την προσπάθεια υποβολής νέου κωδικού πρόσβασης", - "forgot-password.form.notification.success.content": "Η επαναφορά του κωδικού πρόσβασης ήταν επιτυχής. Έχετε συνδεθεί ως ο χρήστης που δημιουργήθηκε.", - "forgot-password.form.notification.success.title": "Η επαναφορά του κωδικού πρόσβασης ολοκληρώθηκε", - "forgot-password.form.submit": "Υποβολή κωδικού πρόσβασης", - "forgot-password.title": "Ξεχάσατε τον κωδικό", - "form.add": "Πρόσθεσε περισσότερα", - "form.add-help": "Κάντε κλικ εδώ για να προσθέσετε την τρέχουσα καταχώρηση και για να προσθέσετε μια άλλη", - "form.cancel": "Ακύρωση", - "form.clear": "Καθαρισμός", - "form.clear-help": "Κάντε κλικ εδώ για να αφαιρέσετε την επιλεγμένη τιμή", - "form.discard": "Απόρριψη", - "form.drag": "Σέρνω", - "form.edit": "Επεξεργασία", - "form.edit-help": "Κάντε κλικ εδώ για να επεξεργαστείτε την επιλεγμένη τιμή", - "form.first-name": "Ονομα", - "form.group-collapse": "Σύμπτηξη", - "form.group-collapse-help": "Κάντε κλικ εδώ για σύμπτυξη", - "form.group-expand": "Επεκτείνουν", - "form.group-expand-help": "Κάντε κλικ εδώ για επέκταση και προσθήκη περισσότερων τεκμηρίων", - "form.last-name": "Επίθετο", - "form.loading": "Φόρτωση...", - "form.lookup": "Αναζήτηση", - "form.lookup-help": "Κάντε κλικ εδώ για να αναζητήσετε μια υπάρχουσα σχέση", - "form.no-results": "Δεν βρέθηκαν αποτελέσματα", - "form.no-value": "Δεν έχει καταχωρηθεί τιμή", - "form.remove": "Αφαίρεση", - "form.repeatable.sort.tip": "Σύρετε το τεκμήριο στη νέα θέση", - "form.save": "Αποθήκευση", - "form.save-help": "Αποθήκευσε τις αλλαγές", - "form.search": "Αναζήτηση", - "form.search-help": "Κάντε κλικ εδώ για να αναζητήσετε μια υπάρχουσα αλληλογραφία", - "form.submit": "Αποθήκευση", - "grant-deny-request-copy.deny": "Μη αποστολή αντιγράφου", - "grant-deny-request-copy.email.back": "Επιστροφή", - "grant-deny-request-copy.email.message": "Μήνυμα", - "grant-deny-request-copy.email.message.empty": "Παρακαλώ εισάγετε ένα μήνυμα", - "grant-deny-request-copy.email.permissions.info": "Μπορείτε να χρησιμοποιήσετε αυτήν την ευκαιρία για να επανεξετάσετε τους περιορισμούς πρόσβασης στο έγγραφο, για να αποφύγετε να απαντήσετε σε αυτά τα αιτήματα. Εάν θέλετε να ζητήσετε από τους διαχειριστές του αποθετηρίου να καταργήσουν αυτούς τους περιορισμούς, επιλέξτε το παρακάτω πλαίσιο.", - "grant-deny-request-copy.email.permissions.label": "Αλλαγή σε ανοιχτή πρόσβαση", - "grant-deny-request-copy.email.send": "Στείλετε", - "grant-deny-request-copy.email.subject": "Θέμα", - "grant-deny-request-copy.email.subject.empty": "Εισαγάγετε ένα θέμα", - "grant-deny-request-copy.grant": "Αποστολή αντιγράφου", - "grant-deny-request-copy.header": "Αίτημα αντιγραφής εγγράφου", - "grant-deny-request-copy.home-page": "Μετάβαση στην αρχική σελίδα", - "grant-deny-request-copy.intro1": "Εάν είστε ένας από τους συντάκτες του εγγράφου {{ name }}, χρησιμοποιήστε μία από τις παρακάτω επιλογές για να απαντήσετε στο αίτημα του χρήστη.", - "grant-deny-request-copy.intro2": "Αφού επιλέξετε μια επιλογή, θα σας παρουσιαστεί μια προτεινόμενη απάντηση μέσω email την οποία μπορείτε να επεξεργαστείτε.", - "grant-deny-request-copy.processed": "Αυτό το αίτημα έχει ήδη διεκπεραιωθεί. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", - "grant-request-copy.email.message": "Αγαπητέ {{ recipientName }},\nΩς απάντηση στο αίτημά σας, έχω τη χαρά να σας στείλω επισυναπτόμενο αντίγραφο του αρχείου(ων) που αφορά το έγγραφο: \"{{ itemUrl }}\" ({{ itemName }}), του οποίου είμαι συντάκτης.\n\nΤις καλύτερες ευχές,\n{{ authorName }} <{{ authorEmail }}>", - "grant-request-copy.email.subject": "Ζητήστε αντίγραφο εγγράφου", - "grant-request-copy.error": "Παρουσιάστηκε σφάλμα", - "grant-request-copy.header": "Αίτημα αντιγραφής παραχώρησης εγγράφου", - "grant-request-copy.intro": "Αυτό το μήνυμα θα σταλεί στον αιτούντα του αιτήματος. Το(τα) έγγραφο(α) που ζητήθηκαν θα επισυναφθούν.", - "grant-request-copy.success": "Το αίτημα τεκμηρίου εγκρίθηκε με επιτυχία", - "health-page.error.msg": "Η υπηρεσία ελέγχου υγείας δεν είναι διαθέσιμη προσωρινά", - "health-page.heading": "Υγεία", - "health-page.info-tab": "Πληροφορίες", - "health-page.property.status": "Κωδικός κατάστασης", - "health-page.section-info.app.title": "Εφαρμογή Backend", - "health-page.section-info.java.title": "Java", - "health-page.section.db.title": "Βάση δεδομένων", - "health-page.section.geoIp.title": "GeoIp", - "health-page.section.no-issues": "Δεν εντοπίστηκαν προβλήματα", - "health-page.section.solrAuthorityCore.title": "Solr: πυρήνας authority", - "health-page.section.solrOaiCore.title": "Solr: πυρήνας oai", - "health-page.section.solrSearchCore.title": "Solr: πυρήνας search", - "health-page.section.solrStatisticsCore.title": "Solr: πυρήνας statistics", - "health-page.status": "Κατάσταση", - "health-page.status-tab": "Κατάσταση", - "health-page.status.error.info": "Εντοπίστηκαν προβλήματα", - "health-page.status.ok.info": "Λειτουργικό", - "health-page.status.warning.info": "Εντοπίστηκαν πιθανά προβλήματα", - "health-page.title": "Υγεία", - "health.breadcrumbs": "Υγεία", - "home.breadcrumbs": "Αρχική", - "home.description": "", - "home.search-form.placeholder": "Αναζήτηση στο αποθετήριο...", - "home.title": "Αρχική", - "home.top-level-communities.head": "Κοινότητες στο DSpace", - "home.top-level-communities.help": "Επιλέξτε μια κοινότητα για να περιηγηθείτε στις συλλογές της.", - "idle-modal.extend-session": "Επέκταση συνεδρίας", - "idle-modal.header": "Η συνεδρία θα λήξει σύντομα", - "idle-modal.info": "Για λόγους ασφαλείας, οι περίοδοι σύνδεσης χρήστη λήγουν μετά από {{ timeToExpire }} λεπτά αδράνειας. Η συνεδρία σας θα λήξει σύντομα. Θέλετε να το επεκτείνετε ή να αποσυνδεθείτε;", - "idle-modal.log-out": "Αποσύνδεση", - "iiif.listelement.badge": "Μέσα εικόνας", - "iiif.page.description": "Περιγραφή:", - "iiif.page.doi": "Μόνιμος σύνδεσμος:", - "iiif.page.issue": "Θέμα:", - "iiif.page.titleprefix": "Εικόνα:", - "iiifsearchable.listelement.badge": "Μέσα εγγράφων", - "iiifsearchable.page.description": "Περιγραφή:", - "iiifsearchable.page.doi": "Μόνιμος σύνδεσμος:", - "iiifsearchable.page.issue": "Θέμα:", - "iiifsearchable.page.titleprefix": "Εγγραφο:", - "iiifviewer.fullscreen.notice": "Χρησιμοποιήστε πλήρη οθόνη για καλύτερη προβολή.", - "info.end-user-agreement.accept": "Έχω διαβάσει και συμφωνώ με τη Συμφωνία Τελικού Χρήστη", - "info.end-user-agreement.accept.error": "Παρουσιάστηκε σφάλμα κατά την αποδοχή της Συμφωνίας Τελικού Χρήστη", - "info.end-user-agreement.accept.success": "Η συμφωνία τελικού χρήστη ενημερώθηκε με επιτυχία", - "info.end-user-agreement.breadcrumbs": "Συμφωνία Τελικού Χρήστη", - "info.end-user-agreement.buttons.cancel": "Ακύρωση", - "info.end-user-agreement.buttons.save": "Αποθήκευση", - "info.end-user-agreement.head": "Συμφωνία Τελικού Χρήστη", - "info.end-user-agreement.title": "Συμφωνία Τελικού Χρήστη", - "info.feedback.breadcrumbs": "Ανατροφοδότηση", - "info.feedback.comments": "Σχόλια", - "info.feedback.create.success": "Τα σχόλια εστάλησαν με επιτυχία!", - "info.feedback.email-label": "Το ηλεκτρονικό σου ταχυδρομείο", - "info.feedback.email_help": "Αυτή η διεύθυνση θα χρησιμοποιηθεί για την παρακολούθηση των σχολίων σας.", - "info.feedback.error.email.required": "Μια έγκυρη διεύθυνση email απαιτείται", - "info.feedback.error.message.required": "Απαιτείται σχόλιο", - "info.feedback.head": "Ανατροφοδότηση", - "info.feedback.info": "Ευχαριστούμε που μοιραστήκατε τα σχόλιά σας σχετικά με το σύστημα DSpace. Τα σχόλιά σας εκτιμώνται!", - "info.feedback.page-label": "Σελίδα", - "info.feedback.page_help": "Αυτή η σελίδα σχετίζεται με τα σχόλιά σας", - "info.feedback.send": "Στείλετε τα σχόλιά σας", - "info.feedback.title": "Επικοινωνία", - "info.privacy.breadcrumbs": "Δήλωση προστασίας προσωπικών δεδομένων", - "info.privacy.head": "Δήλωση προστασίας προσωπικών δεδομένων", - "info.privacy.title": "Δήλωση προστασίας προσωπικών δεδομένων", - "item.alerts.private": "Αυτό το τεκμήριο δεν μπορεί να ανακαλυφθεί", - "item.alerts.withdrawn": "Αυτό το τεκμήριο έχει αποσυρθεί", - "item.badge.private": "Μη ανακαλυπτόμενο", - "item.badge.withdrawn": "Αποτραβηγμένος", - "item.bitstreams.upload.bundle": "Φάκελος/Πακέτο", - "item.bitstreams.upload.bundle.new": "Δημιουργία φακέλου/πακέτου", - "item.bitstreams.upload.bundle.placeholder": "Επιλέξτε ένα φάκελο/πακέτο ή εισαγάγετε νέο όνομα φακέλου/πακέτου", - "item.bitstreams.upload.bundles.empty": "Αυτό το τεκμήριο δεν περιέχει φακέλους/πακέτα για μεταφόρτωση αρχείων.", - "item.bitstreams.upload.cancel": "Ακύρωση", - "item.bitstreams.upload.drop-message": "Σύρετε ένα αρχείο για μεταφόρτωση", - "item.bitstreams.upload.item": "Τεκμήριο:", - "item.bitstreams.upload.notifications.bundle.created.content": "Ο νέος φάκελος/πακέτο δημιουργήθηκε με επιτυχία.", - "item.bitstreams.upload.notifications.bundle.created.title": "Δημιουργηθέν πακέτο", - "item.bitstreams.upload.notifications.upload.failed": "Η μεταφόρτωση απέτυχε. Επαληθεύστε το περιεχόμενο πριν προσπαθήσετε ξανά.", - "item.bitstreams.upload.title": "Μεταφόρτωση αρχείου", - "item.edit.authorizations.heading": "Με αυτό το πρόγραμμα επεξεργασίας μπορείτε να προβάλετε και να τροποποιήσετε τις πολιτικές μιας εγγραφής, καθώς και να τροποποιήσετε τις πολιτικές για μεμονωμένα τεκμήρια εγγραφών: φάκελους/πακέτα και αρχεία. Εν συντομία, μια εγγραφή είναι ένα κοντέινερ με φακέλους/πακέτα και οι φάκελοι/πακέτα είναι συλλέκτες αρχείων. Οι φάκελοι/πακέτα έχουν συνήθως πολιτικές ADD/REMOVE/READ/WRITE, ενώ τα αρχεία έχουν μόνο πολιτικές READ/WRITE.", - "item.edit.authorizations.title": "Επεξεργασία των πολιτικών του τεκμηρίου", - "item.edit.bitstreams.bundle.displaying": "Αυτήν τη στιγμή εμφανίζονται {{ amount }} αρχεία από {{ total }}.", - "item.edit.bitstreams.bundle.edit.buttons.upload": "Μεταφόρτωση", - "item.edit.bitstreams.bundle.load.all": "Φόρτωση όλων ({{ total }})", - "item.edit.bitstreams.bundle.load.more": "Φόρτωσε περισσότερα", - "item.edit.bitstreams.bundle.name": "Πακέτο/Φάκελος: {{ name }}", - "item.edit.bitstreams.discard-button": "Απορρίπτω", - "item.edit.bitstreams.edit.buttons.download": "Κατεβάστε", - "item.edit.bitstreams.edit.buttons.drag": "Σύρσιμο", - "item.edit.bitstreams.edit.buttons.edit": "Επεξεργασία", - "item.edit.bitstreams.edit.buttons.remove": "Αφαίρεση", - "item.edit.bitstreams.edit.buttons.undo": "Αναίρεση αλλαγών", - "item.edit.bitstreams.empty": "Αυτό το τεκμήριο δεν περιέχει αρχεία. Κάντε κλικ στο κουμπί αποστολής για να δημιουργήσετε ένα.", - "item.edit.bitstreams.headers.actions": "Ενέργειες", - "item.edit.bitstreams.headers.bundle": "Φάκελος/Πακέτο", - "item.edit.bitstreams.headers.description": "Περιγραφή", - "item.edit.bitstreams.headers.format": "Μορφότυπο", - "item.edit.bitstreams.headers.name": "Ονομα", - "item.edit.bitstreams.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", - "item.edit.bitstreams.notifications.discarded.title": "Οι αλλαγές απορρίφθηκαν", - "item.edit.bitstreams.notifications.move.failed.title": "Σφάλμα μετακίνησης αρχείων", - "item.edit.bitstreams.notifications.move.saved.content": "Οι αλλαγές μετακίνησής σας στα αρχεία και στους φακέλους/πακέτα αυτού του τεκμηρίου έχουν αποθηκευτεί.", - "item.edit.bitstreams.notifications.move.saved.title": "Η μετακίνηση αλλαγών αποθηκεύτηκε", - "item.edit.bitstreams.notifications.outdated.content": "Το τεκμήριο στο οποία εργάζεστε αυτήν τη στιγμή έχει αλλάξει από άλλον χρήστη. Οι τρέχουσες αλλαγές σας απορρίπτονται για την αποφυγή αντικρουόμενων αλλαγών", - "item.edit.bitstreams.notifications.outdated.title": "Οι αλλαγές είναι ξεπερασμένες (outdated)", - "item.edit.bitstreams.notifications.remove.failed.title": "Σφάλμα κατά τη διαγραφή bitstream", - "item.edit.bitstreams.notifications.remove.saved.content": "Οι αλλαγές κατάργησής σας στα αρχεία αυτού του τεκμηρίου έχουν αποθηκευτεί.", - "item.edit.bitstreams.notifications.remove.saved.title": "Οι αλλαγές κατάργησης αποθηκεύτηκαν", - "item.edit.bitstreams.reinstate-button": "Αναίρεση", - "item.edit.bitstreams.save-button": "Αποθήκευση", - "item.edit.bitstreams.upload-button": "Μεταφόρτωση", - "item.edit.breadcrumbs": "Επεξεργασία τεκμηρίου", - "item.edit.delete.cancel": "Ακύρωση", - "item.edit.delete.confirm": "Διαγραφή", - "item.edit.delete.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να διαγραφεί πλήρως; Προσοχή: Η ενέργεια αυτή είναι μη αντιστρέψιμη.", - "item.edit.delete.error": "Παρουσιάστηκε σφάλμα κατά τη διαγραφή του τεκμηρίου", - "item.edit.delete.header": "Διαγραφή τεκμηρίου: {{ id }}", - "item.edit.delete.success": "Το τεκμήριο έχει διαγραφεί", - "item.edit.head": "Επεξεργασία τεκμηρίου", - "item.edit.item-mapper.buttons.add": "Αντιστοιχίστε το τεκμήριο σε επιλεγμένες συλλογές", - "item.edit.item-mapper.buttons.remove": "Καταργήστε την αντιστοίχιση του τεκμηρίου σε επιλεγμένες συλλογές", - "item.edit.item-mapper.cancel": "Ακύρωση", - "item.edit.item-mapper.description": "Αυτό είναι το εργαλείο αντιστοίχισης τεκμηρίων που επιτρέπει στους διαχειριστές να αντιστοιχίσουν αυτό το τεκμήριο σε άλλες συλλογές. Μπορείτε να αναζητήσετε συλλογές και να τις αντιστοιχίσετε ή να περιηγηθείτε στη λίστα των συλλογών στις οποίες έχει αντιστοιχιστεί η εγγραφή αυτήν τη στιγμή.", - "item.edit.item-mapper.head": "Αντιστοίχιση τεκμηρίων - Αντιστοίχιση τεκμηρίων σε συλλογές", - "item.edit.item-mapper.item": "Τεκμήριο: \"{{name}}\"", - "item.edit.item-mapper.no-search": "Εισαγάγετε ένα ερώτημα για αναζήτηση", - "item.edit.item-mapper.notifications.add.error.content": "Παρουσιάστηκαν σφάλματα για την αντιστοίχιση του τεκμηρίου σε συλλογές {{amount}}.", - "item.edit.item-mapper.notifications.add.error.head": "Σφάλματα αντιστοίχησης", - "item.edit.item-mapper.notifications.add.success.content": "Αντιστοιχίστηκε με επιτυχία το τεκμήριο σε {{amount}} συλλογές.", - "item.edit.item-mapper.notifications.add.success.head": "Η αντιστοίχηση ολοκληρώθηκε", - "item.edit.item-mapper.notifications.remove.error.content": "Παρουσιάστηκαν σφάλματα κατά την κατάργηση της αντιστοίχισης σε {{amount}} συλλογές.", - "item.edit.item-mapper.notifications.remove.error.head": "Αφαίρεση σφαλμάτων αντιστοίχησης", - "item.edit.item-mapper.notifications.remove.success.content": "Καταργήθηκε με επιτυχία η αντιστοίχιση του τεκμηρίου σε συλλογές {{amount}}.", - "item.edit.item-mapper.notifications.remove.success.head": "Ολοκληρώθηκε η αφαίρεση της αντιστοίχησης", - "item.edit.item-mapper.search-form.placeholder": "Αναζήτηση συλλογών...", - "item.edit.item-mapper.tabs.browse": "Περιηγηθείτε στις αντιστοιχισμένες συλλογές", - "item.edit.item-mapper.tabs.map": "Αντιστοίχιση νέων συλλογών", - "item.edit.metadata.add-button": "Προσθήκη", - "item.edit.metadata.discard-button": "Απόρριψη", - "item.edit.metadata.edit.buttons.edit": "Επεξεργασία", - "item.edit.metadata.edit.buttons.remove": "Αφαίρεση", - "item.edit.metadata.edit.buttons.undo": "Αναίρεση αλλαγών", - "item.edit.metadata.edit.buttons.unedit": "Σταματήστε την επεξεργασία", - "item.edit.metadata.empty": "Το τεκμήριο προς το παρόν δεν περιέχει μεταδεδομένα. Κάντε κλικ στην Προσθήκη για να αρχίσετε να προσθέτετε μια τιμή μεταδεδομένων.", - "item.edit.metadata.headers.edit": "Επεξεργασία", - "item.edit.metadata.headers.field": "Πεδίο", - "item.edit.metadata.headers.language": "Γλώσσα", - "item.edit.metadata.headers.value": "Τιμή", - "item.edit.metadata.metadatafield.invalid": "Επιλέξτε ένα έγκυρο πεδίο μεταδεδομένων", - "item.edit.metadata.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", - "item.edit.metadata.notifications.discarded.title": "Οι αλλαγές απορρίφθηκαν", - "item.edit.metadata.notifications.error.title": "Παρουσιάστηκε σφάλμα", - "item.edit.metadata.notifications.invalid.content": "Οι αλλαγές σας δεν αποθηκεύτηκαν. Βεβαιωθείτε ότι όλα τα πεδία είναι έγκυρα προτού αποθηκεύσετε.", - "item.edit.metadata.notifications.invalid.title": "Μη έγκυρα μεταδεδομένα", - "item.edit.metadata.notifications.outdated.content": "Το τεκμήριο στο οποίο εργάζεστε αυτήν τη στιγμή έχει αλλάξει από άλλον χρήστη. Οι τρέχουσες αλλαγές σας απορρίπτονται για την αποφυγή διενέξεων", - "item.edit.metadata.notifications.outdated.title": "Τροποποιήθηκε (outdated)", - "item.edit.metadata.notifications.saved.content": "Οι αλλαγές σας στα μεταδεδομένα αυτού του τεκμηρίου αποθηκεύτηκαν.", - "item.edit.metadata.notifications.saved.title": "Τα μεταδεδομένα αποθηκεύτηκαν", - "item.edit.metadata.reinstate-button": "Επαναφορά", - "item.edit.metadata.save-button": "Αποθήκευση", - "item.edit.modify.overview.field": "Πεδίο", - "item.edit.modify.overview.language": "Γλώσσα", - "item.edit.modify.overview.value": "Τιμή", - "item.edit.move.cancel": "Επιστροφή", - "item.edit.move.description": "Επιλέξτε τη συλλογή στην οποία θέλετε να μετακινήσετε αυτό το τεκμήριο. Για να περιορίσετε τη λίστα των εμφανιζόμενων συλλογών, μπορείτε να εισαγάγετε ένα ερώτημα αναζήτησης στο πλαίσιο.", - "item.edit.move.discard-button": "Απόρριψη", - "item.edit.move.error": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια μετακίνησης του τεκμηρίου", - "item.edit.move.head": "Μετακίνηση τεκμηρίου: {{id}}", - "item.edit.move.inheritpolicies.checkbox": "Inherited πολιτικές", - "item.edit.move.inheritpolicies.description": "Μεταβιβάστε τις προεπιλεγμένες πολιτικές της συλλογής προορισμού", - "item.edit.move.move": "Μετακίνηση", - "item.edit.move.processing": "Μετακίνηση...", - "item.edit.move.save-button": "Αποθήκευση", - "item.edit.move.search.placeholder": "Εισαγάγετε ένα ερώτημα αναζήτησης για να ψάξετε συλλογές", - "item.edit.move.success": "Το τεκμήριο έχει μετακινηθεί με επιτυχία", - "item.edit.move.title": "Μετακίνηση τεκμηρίου", - "item.edit.private.cancel": "Ακύρωση", - "item.edit.private.confirm": "Κάντε το ιδιωτικό", - "item.edit.private.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να είναι μη ανακαλύψιμο στο αποθετήριο;", - "item.edit.private.error": "Παρουσιάστηκε σφάλμα κατά τη μετατροπή του τεκμηρίου σε ιδιωτικό", - "item.edit.private.header": "Κάντε το τεκμήριο ιδιωτικό: {{ id }}", - "item.edit.private.success": "Το τεκμήριο δεν μπορεί πλέον να ανακαλυφθεί", - "item.edit.public.cancel": "Ακύρωση", - "item.edit.public.confirm": "Κάντε το ανακαλύψιμο", - "item.edit.public.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να γίνει δημόσιο στο αρχείο;", - "item.edit.public.error": "Παρουσιάστηκε σφάλμα κατά την μετατροπή του τεκμηρίου σε δημόσιο", - "item.edit.public.header": "Κάντε το τεκμήριο δημόσιο: {{ id }}", - "item.edit.public.success": "Το τεκμήριο είναι πλέον δημόσιο", - "item.edit.reinstate.cancel": "Ακύρωση", - "item.edit.reinstate.confirm": "Επαναφορά", - "item.edit.reinstate.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να επαναφερθεί στο αρχείο;", - "item.edit.reinstate.error": "Παρουσιάστηκε σφάλμα κατά την επαναφορά του τεκμηρίου", - "item.edit.reinstate.header": "Επαναφορά τεκμηρίου: {{ id }}", - "item.edit.reinstate.success": "Το τεκμήριο επαναφέρθηκε με επιτυχία", - "item.edit.relationships.discard-button": "Απόρριψη", - "item.edit.relationships.edit.buttons.add": "Προσθήκη", - "item.edit.relationships.edit.buttons.remove": "Αφαίρεση", - "item.edit.relationships.edit.buttons.undo": "Αναίρεση αλλαγών", - "item.edit.relationships.no-entity-type": "Προσθέστε μεταδεδομένα 'dspace.entity.type' για να ενεργοποιήσετε τις σχέσεις για αυτό το τεκμήριο", - "item.edit.relationships.no-relationships": "Χωρίς σχέσεις", - "item.edit.relationships.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", - "item.edit.relationships.notifications.discarded.title": "Οι αλλαγές απορρίφθηκαν", - "item.edit.relationships.notifications.failed.title": "Σφάλμα επεξεργασίας σχέσεων", - "item.edit.relationships.notifications.outdated.content": "Το τεκμήριο στο οποίο εργάζεστε αυτήν τη στιγμή έχει αλλάξει από άλλον χρήστη. Οι τρέχουσες αλλαγές σας απορρίπτονται για την αποφυγή διενέξεων", - "item.edit.relationships.notifications.outdated.title": "Οι αλλαγές είναι ξεπερασμένες (outdated)", - "item.edit.relationships.notifications.saved.content": "Οι αλλαγές σας στις σχέσεις αυτού του τεκμηρίου αποθηκεύτηκαν.", - "item.edit.relationships.notifications.saved.title": "Οι σχέσεις σώθηκαν", - "item.edit.relationships.reinstate-button": "Αναίρεση", - "item.edit.relationships.save-button": "Αποθήκευση", - "item.edit.return": "Επιστροφή", - "item.edit.tabs.bitstreams.head": "`αρχεία", - "item.edit.tabs.bitstreams.title": "Επεξεργασία τεκμηρίου - Αρχε'ια", - "item.edit.tabs.curate.head": "Εργασίες Επιμέλειας", - "item.edit.tabs.curate.title": "Επεξεργασία - Επιμέλεια", - "item.edit.tabs.disabled.tooltip": "Δεν έχετε εξουσιοδότηση πρόσβασης σε αυτήν την καρτέλα", - "item.edit.tabs.item-mapper.title": "Επεξεργασία τεκμηρίου - αντιστοίχηση συλλογής", - "item.edit.tabs.mapper.head": "αντιστοίχηση συλλογής", - "item.edit.tabs.metadata.head": "Metadata", - "item.edit.tabs.metadata.title": "Επεξεργασία τεκμηρίου - Μεταδεδομένα", - "item.edit.tabs.relationships.head": "Σχέσεις", - "item.edit.tabs.relationships.title": "Επεξεργασία τεκμηρίου - Σχέσεις", - "item.edit.tabs.status.buttons.authorizations.button": "Εξουσιοδοτήσεις...", - "item.edit.tabs.status.buttons.authorizations.label": "Επεξεργαστείτε τις πολιτικές εξουσιοδότησης του τεκμηρίου", - "item.edit.tabs.status.buttons.delete.button": "Οριστική διαγραφή", - "item.edit.tabs.status.buttons.delete.label": "Διαγράψτε εντελώς το τεκμήριο", - "item.edit.tabs.status.buttons.mappedCollections.button": "Αντιστοιχισμένες συλλογές", - "item.edit.tabs.status.buttons.mappedCollections.label": "Διαχείριση αντιστοιχισμένων συλλογών", - "item.edit.tabs.status.buttons.move.button": "Κίνηση...", - "item.edit.tabs.status.buttons.move.label": "Μετακίνηση τεκμηρίου σε άλλη συλλογή", - "item.edit.tabs.status.buttons.private.button": "Κάντε το ιδιωτικό...", - "item.edit.tabs.status.buttons.private.label": "Κάντε το τεκμήριο ιδιωτικό", - "item.edit.tabs.status.buttons.public.button": "Κάντε το δημόσειο...", - "item.edit.tabs.status.buttons.public.label": "Κάντε το τεκμήριο δημόσιο", - "item.edit.tabs.status.buttons.reinstate.button": "Επανφορά...", - "item.edit.tabs.status.buttons.reinstate.label": "Επαναφέρετε το τεκμήριο στο αποθετήριο", - "item.edit.tabs.status.buttons.unauthorized": "Δεν είστε εξουσιοδοτημένοι να εκτελέσετε αυτήν την ενέργεια", - "item.edit.tabs.status.buttons.withdraw.button": "Απόσυρση...", - "item.edit.tabs.status.buttons.withdraw.label": "Αποσύρετε το τεκμήριο από το αποθετήριο", - "item.edit.tabs.status.description": "Καλώς ήρθατε στη σελίδα διαχείρισης αντικειμένων. Από εδώ μπορείτε να αποσύρετε, να επαναφέρετε, να μετακινήσετε ή να διαγράψετε το τεκμήριο. Μπορείτε επίσης να ενημερώσετε ή να προσθέσετε νέα μεταδεδομένα / αρχεία στις άλλες καρτέλες.", - "item.edit.tabs.status.head": "Κατάσταση", - "item.edit.tabs.status.labels.handle": "Handle", - "item.edit.tabs.status.labels.id": "Εσωτερικό αναγνωριστικό τεκμηρίου", - "item.edit.tabs.status.labels.itemPage": "Σελίδα αντικειμένου", - "item.edit.tabs.status.labels.lastModified": "Τελευταία τροποποίηση", - "item.edit.tabs.status.title": "τεκμήριο Επεξεργασία - Κατάσταση", - "item.edit.tabs.versionhistory.head": "Ιστορικό έκδοσης", - "item.edit.tabs.versionhistory.title": "Επεξεργασία τεκμηρίου - Ιστορικό εκδόσεων", - "item.edit.tabs.versionhistory.under-construction": "Η επεξεργασία ή η προσθήκη νέων εκδόσεων δεν είναι ακόμη δυνατή σε αυτήν τη διεπαφή χρήστη.", - "item.edit.tabs.view.head": "Προβολή αντικειμένου", - "item.edit.tabs.view.title": "τεκμήριο Επεξεργασία - Προβολή", - "item.edit.withdraw.cancel": "Ακύρωση", - "item.edit.withdraw.confirm": "Αποσύρω", - "item.edit.withdraw.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να αποσυρθεί από το αρχείο;", - "item.edit.withdraw.error": "Παρουσιάστηκε σφάλμα κατά την απόσυρση του τεκμηρίου", - "item.edit.withdraw.header": "Ανάληψη τεκμηρίου: {{ id }}", - "item.edit.withdraw.success": "Το τεκμήριο αποσύρθηκε με επιτυχία", - "item.listelement.badge": "Τεκμήριο", - "item.orcid.return": "Επιστροφή", - "item.page.abstract": "Περίληψη", - "item.page.author": "Συγγραφείς", - "item.page.bitstreams.collapse": "Σύμπτηξη", - "item.page.bitstreams.view-more": "Δείτε περισσότερα", - "item.page.citation": "Παραπομπή", - "item.page.claim.button": "Απαίτηση", - "item.page.claim.tooltip": "Διεκδικήστε αυτό το τεκμήριο ως προφίλ", - "item.page.collections": "Συλλογές", - "item.page.collections.load-more": "Φόρτωσε περισσότερα", - "item.page.collections.loading": "Φόρτωση...", - "item.page.date": "Ημερομηνία", - "item.page.description": "Περιγραφή", - "item.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "item.page.files": "Αρχεία", - "item.page.filesection.description": "Περιγραφή:", - "item.page.filesection.download": "Κατεβάστε", - "item.page.filesection.format": "Μορφότυπο:", - "item.page.filesection.license.bundle": "Φάκελος/Πακέτο αδειών", - "item.page.filesection.name": "Ονομα:", - "item.page.filesection.original.bundle": "Πρωτότυπος φάκελος/πακέτο", - "item.page.filesection.size": "Μέγεθος:", - "item.page.journal-issn": "Περιοδικό ISSN", - "item.page.journal-title": "Τίτλος Εφημερίδας", - "item.page.journal.search.title": "Άρθρα σε αυτό το περιοδικό", - "item.page.link.full": "Πλήρης σελίδα τεκμηρίου", - "item.page.link.simple": "Απλή σελίδα τεκμηρίου", - "item.page.orcid.title": "ORCID", - "item.page.orcid.tooltip": "Ανοίξτε τη σελίδα ρύθμισης ORCID", - "item.page.person.search.title": "Άρθρα αυτού του συγγραφέα", - "item.page.publisher": "Εκδότης", - "item.page.related-items.view-less": "Απόκρυψη τελευταίου {{ amount }}", - "item.page.related-items.view-more": "Εμφάνιση {{ amount }} ακόμη", - "item.page.relationships.isAuthorOfPublication": "Δημοσιεύσεις", - "item.page.relationships.isJournalOfPublication": "Δημοσιεύσεις", - "item.page.relationships.isOrgUnitOfPerson": "Συγγραφείς", - "item.page.relationships.isOrgUnitOfProject": "Ερευνητικά έργα", - "item.page.return": "Επιστροφή", - "item.page.subject": "Λέξεις-κλειδιά", - "item.page.titleprefix": "Είδος:", - "item.page.uri": "URI", - "item.page.version.create": "Δημιουργία νέας έκδοσης", - "item.page.version.hasDraft": "Δεν είναι δυνατή η δημιουργία νέας έκδοσης επειδή υπάρχει μια υποβολή σε εξέλιξη στο ιστορικό εκδόσεων", - "item.page.volume-title": "Τίτλος τόμου", - "item.preview.dc.contributor.author": "Συγγραφείς:", - "item.preview.dc.coverage.spatial": "Τοπική κάλυψη:", - "item.preview.dc.date.issued": "Ημερομηνία δημοσίευσης:", - "item.preview.dc.description.abstract": "Περίληψη:", - "item.preview.dc.identifier": "Αναγνωριστικό:", - "item.preview.dc.identifier.doi": "DOI", - "item.preview.dc.identifier.isbn": "ISBN", - "item.preview.dc.identifier.other": "Άλλο αναγνωριστικό:", - "item.preview.dc.identifier.uri": "Αναγνωριστικό URI:", - "item.preview.dc.language.iso": "Γλώσσα:", - "item.preview.dc.relation.ispartof": "Περιοδικό ή Σειρά", - "item.preview.dc.relation.issn": "ISSN", - "item.preview.dc.subject": "Μαθήματα:", - "item.preview.dc.title": "Τίτλος:", - "item.preview.dc.title.alternative": "Αρκτικόλεξο:", - "item.preview.dc.type": "Τύπος:", - "item.preview.oaire.awardNumber": "Αναγνωριστικό χρηματοδότησης:", - "item.preview.oaire.citation.issue": "Θέμα", - "item.preview.oaire.citation.volume": "Τόμος", - "item.preview.oaire.fundingStream": "Ροή χρηματοδότησης:", - "item.preview.person.familyName": "Επώνυμο:", - "item.preview.person.givenName": "Ονομα:", - "item.preview.person.identifier.orcid": "ORCID:", - "item.preview.project.funder.identifier": "Αναγνωριστικό χρηματοδότη:", - "item.preview.project.funder.name": "Χρηματοδότης:", - "item.search.results.head": "Αποτελέσματα αναζήτησης τεκμηρίων", - "item.search.title": "Αναζήτηση τεκμηρ'ιου", - "item.select.confirm": "Επιβεβαιώστε την επιλογή", - "item.select.empty": "Δεν υπάρχουν τεκμήρια για εμφάνιση", - "item.select.table.author": "Συγγραφέας", - "item.select.table.collection": "Συλλογή", - "item.select.table.title": "Τίτλος", - "item.truncatable-part.show-less": "Σύμπτηξη", - "item.truncatable-part.show-more": "Δείτε περισσότερα", - "item.version.create.modal.button.cancel": "Ακύρωση", - "item.version.create.modal.button.cancel.tooltip": "Μην δημιουργήσετε νέα έκδοση", - "item.version.create.modal.button.confirm": "Δημιουργώ", - "item.version.create.modal.button.confirm.tooltip": "Δημιουργία νέας έκδοσης", - "item.version.create.modal.form.summary.label": "Περίληψη", - "item.version.create.modal.form.summary.placeholder": "Εισαγάγετε τη σύνοψη για τη νέα έκδοση", - "item.version.create.modal.header": "Νέα έκδοση", - "item.version.create.modal.submitted.header": "Δημιουργία νέας έκδοσης...", - "item.version.create.modal.submitted.text": "Η νέα έκδοση δημιουργείται. Αυτό μπορεί να πάρει κάποιο χρόνο εάν το τεκμήριο έχει πολλές σχέσεις.", - "item.version.create.modal.text": "Δημιουργήστε μια νέα έκδοση για αυτό το τεκμήριο", - "item.version.create.modal.text.startingFrom": "ξεκινώντας από την έκδοση {{version}}", - "item.version.create.notification.failure": "Δεν έχει δημιουργηθεί νέα έκδοση", - "item.version.create.notification.inProgress": "Δεν είναι δυνατή η δημιουργία νέας έκδοσης επειδή υπάρχει μια υποβολή σε εξέλιξη στο ιστορικό εκδόσεων", - "item.version.create.notification.success": "Δημιουργήθηκε νέα έκδοση με αριθμό έκδοσης {{version}}", - "item.version.delete.modal.button.cancel": "Ακύρωση", - "item.version.delete.modal.button.cancel.tooltip": "Μην διαγράψετε αυτήν την έκδοση", - "item.version.delete.modal.button.confirm": "Διαγραφή", - "item.version.delete.modal.button.confirm.tooltip": "Διαγράψτε αυτήν την έκδοση", - "item.version.delete.modal.header": "Διαγραφή έκδοσης", - "item.version.delete.modal.text": "Θέλετε να διαγράψετε την έκδοση {{version}};", - "item.version.delete.notification.failure": "Ο αριθμός έκδοσης {{version}} δεν έχει διαγραφεί", - "item.version.delete.notification.success": "Ο αριθμός έκδοσης {{version}} έχει διαγραφεί", - "item.version.edit.notification.failure": "Η περίληψη του αριθμού έκδοσης {{version}} δεν έχει αλλάξει", - "item.version.edit.notification.success": "Η σύνοψη του αριθμού έκδοσης {{version}} έχει αλλάξει", - "item.version.history.empty": "Δεν υπάρχουν ακόμα άλλες εκδόσεις για αυτό το τεκμήριο.", - "item.version.history.head": "Ιστορικό έκδοσης", - "item.version.history.return": "Επιστροφή", - "item.version.history.selected": "Επιλεγμένη έκδοση", - "item.version.history.selected.alert": "Αυτήν τη στιγμή βλέπετε την έκδοση {{version}} του αντικειμένου.", - "item.version.history.table.action.deleteVersion": "Διαγραφή έκδοσης", - "item.version.history.table.action.discardSummary": "Απόρριψη συνοπτικών επεξεργασιών", - "item.version.history.table.action.editSummary": "Επεξεργασία περίληψης", - "item.version.history.table.action.editWorkspaceItem": "Επεξεργασία workspace τεκμηρίου", - "item.version.history.table.action.hasDraft": "Δεν είναι δυνατή η δημιουργία νέας έκδοσης επειδή υπάρχει μια υποβολή σε εξέλιξη στο ιστορικό εκδόσεων", - "item.version.history.table.action.newVersion": "Δημιουργήστε νέα έκδοση από αυτήν", - "item.version.history.table.action.saveSummary": "Αποθήκευση συνοπτικών επεξεργασιών", - "item.version.history.table.actions": "Ενέργεια", - "item.version.history.table.date": "Ημερομηνία", - "item.version.history.table.editor": "Συντάκτης", - "item.version.history.table.item": "Τεκμήριο", - "item.version.history.table.summary": "Περίληψη", - "item.version.history.table.version": "Εκδοχή", - "item.version.history.table.workflowItem": "τεκμήριο ροής εργασιών", - "item.version.history.table.workspaceItem": "τεκμήριο χώρου εργασίας", - "item.version.notice": "Αυτή δεν είναι η πιο πρόσφατη έκδοση αυτού του τεκμηρίου. Μπορείτε να βρείτε την πιο πρόσφατη έκδοση εδώ.", - "journal-relationships.search.results.head": "Αποτελέσματα αναζήτησης περιοδικών", - "journal.listelement.badge": "Εφημερίδα", - "journal.page.description": "Περιγραφή", - "journal.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "journal.page.editor": "Αρχισυντάκτης", - "journal.page.issn": "ISSN", - "journal.page.publisher": "Εκδότης", - "journal.page.titleprefix": "Περιοδικό:", - "journal.search.results.head": "Αποτελέσματα αναζήτησης περιοδικών", - "journal.search.title": "Αναζήτηση περιοδικού", - "journalissue.listelement.badge": "Τεύχος Περιοδικού", - "journalissue.page.description": "Περιγραφή", - "journalissue.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "journalissue.page.issuedate": "Ημερομηνία έκδοσης", - "journalissue.page.journal-issn": "ISSN περιοδικού", - "journalissue.page.journal-title": "Τίτλος περιοδικού", - "journalissue.page.keyword": "Λέξεις-κλειδιά", - "journalissue.page.number": "Αριθμός", - "journalissue.page.titleprefix": "Τεύχος περιοδικού:", - "journalvolume.listelement.badge": "Τόμος περιοδικού", - "journalvolume.page.description": "Περιγραφή", - "journalvolume.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "journalvolume.page.issuedate": "Ημερομηνία έκδοσης", - "journalvolume.page.titleprefix": "Τόμος περιοδικού:", - "journalvolume.page.volume": "Τομος", - "loading.bitstream": "Φόρτωση αρχείου...", - "loading.bitstreams": "Φόρτωση αρχείων...", - "loading.browse-by": "Φόρτωση τεκμηρίων...", - "loading.browse-by-page": "Φόρτωση σελίδας...", - "loading.collection": "Φόρτωση συλλογής...", - "loading.collections": "Φόρτωση συλλογών...", - "loading.community": "Φόρτωση κοινότητας...", - "loading.content-source": "Φόρτωση πηγής περιεχομένου...", - "loading.default": "Φόρτωση...", - "loading.item": "Φόρτωση τεκμηρίου...", - "loading.items": "Φόρτωση τεκμηρίων...", - "loading.mydspace-results": "Φόρτωση τεκμηρίων...", - "loading.objects": "Φόρτωση...", - "loading.recent-submissions": "Φόρτωση πρόσφατων υποβολών...", - "loading.search-results": "Φόρτωση αποτελεσμάτων αναζήτησης...", - "loading.sub-collections": "Φόρτωση υποσυλλογών...", - "loading.sub-communities": "Φόρτωση υποκοινοτήτων...", - "loading.top-level-communities": "Φόρτωση κοινοτήτων ανώτατου επιπέδου...", - "login.breadcrumbs": "Σύνδεση", - "login.form.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", - "login.form.forgot-password": "Έχετε ξεχάσει τον κωδικό σας;", - "login.form.header": "Παρακαλούμε συνδεθείτε στο DSpace", - "login.form.new-user": "Νέος χρήστης? Κάντε κλικ εδώ για να εγγραφείτε.", - "login.form.oidc": "Συνδεθείτε με το OIDC", - "login.form.or-divider": "ή", - "login.form.orcid": "Συνδεθείτε με το ORCID", - "login.form.password": "Κωδικός πρόσβασης", - "login.form.shibboleth": "Συνδεθείτε με το Shibboleth", - "login.form.submit": "Σύνδεση", - "login.title": "Σύνδεση", - "logout.form.header": "Αποσυνδεθείτε από το DSpace", - "logout.form.submit": "Αποσύνδεση", - "logout.title": "Αποσύνδεση", - "media-viewer.next": "Επόμενο", - "media-viewer.playlist": "Λίστα αναπαραγωγής", - "media-viewer.previous": "Προηγούμενο", - "menu.header.admin": "Διαχείριση", - "menu.header.admin.description": "Μενού διαχείρισης", - "menu.header.image.logo": "Λογότυπο αποθετηρίου", - "menu.section.access_control": "Έλεγχος πρόσβασης", - "menu.section.access_control_authorizations": "Εξουσιοδοτήσεις", - "menu.section.access_control_groups": "Ομάδες", - "menu.section.access_control_people": "Ανθρωποι", - "menu.section.admin_search": "Αναζήτηση διαχειριστή", - "menu.section.browse_community": "Αυτή η Κοινότητα", - "menu.section.browse_community_by_author": "Από Συγγραφέα", - "menu.section.browse_community_by_issue_date": "Κατά Ημερομηνία Έκδοσης", - "menu.section.browse_community_by_title": "Με τίτλο", - "menu.section.browse_global": "Όλο το DSpace", - "menu.section.browse_global_by_author": "Ανά Συγγραφέα", - "menu.section.browse_global_by_dateissued": "Ανά Ημερομηνία Έκδοσης", - "menu.section.browse_global_by_subject": "Ανά θέμα", - "menu.section.browse_global_by_title": "Ανά τίτλο", - "menu.section.browse_global_communities_and_collections": "Κοινότητες & Συλλογές", - "menu.section.control_panel": "Πίνακας Ελέγχου", - "menu.section.curation_task": "Εργασία επιμέλειας", - "menu.section.edit": "Επεξεργασία", - "menu.section.edit_collection": "Συλλογή", - "menu.section.edit_community": "Κοινότητα", - "menu.section.edit_item": "Τεκμήριο", - "menu.section.export": "Εξαγωγή", - "menu.section.export_collection": "Συλλογή", - "menu.section.export_community": "Κοινότητα", - "menu.section.export_item": "Τεκμήριο", - "menu.section.export_metadata": "Μεταδεδομένα", - "menu.section.health": "Υγεία", - "menu.section.icon.access_control": "Ενότητα μενού ελέγχου πρόσβασης", - "menu.section.icon.admin_search": "Ενότητα μενού αναζήτησης διαχειριστή", - "menu.section.icon.control_panel": "Ενότητα μενού Πίνακας Ελέγχου", - "menu.section.icon.curation_tasks": "Ενότητα μενού Εργασίας Επιμέλειας", - "menu.section.icon.edit": "Επεξεργασία ενότητας μενού", - "menu.section.icon.export": "Ενότητα μενού εξαγωγής", - "menu.section.icon.find": "Εύρεση ενότητας μενού", - "menu.section.icon.health": "Ενότητα μενού ελέγχου υγείας", - "menu.section.icon.import": "Ενότητα μενού εισαγωγής", - "menu.section.icon.new": "Νέα ενότητα μενού", - "menu.section.icon.pin": "Καρφιτσώστε την πλαϊνή γραμμή", - "menu.section.icon.processes": "Διαδικασίες Υγεία", - "menu.section.icon.registries": "Ενότητα μενού Μητρώων", - "menu.section.icon.statistics_task": "Ενότητα μενού εργασιών Statistics", - "menu.section.icon.unpin": "Ξεκαρφιτσώστε την πλαϊνή γραμμή", - "menu.section.icon.workflow": "Διαχείριση ενότητας μενού ροής εργασιών", - "menu.section.import": "Εισαγωγή", - "menu.section.import_batch": "Μαζική εισαγωγή (ZIP)", - "menu.section.import_metadata": "Μεταδεδομένα", - "menu.section.new": "Νέο", - "menu.section.new_collection": "Συλλογή", - "menu.section.new_community": "Κοινότητα", - "menu.section.new_item": "Τεκμήριο", - "menu.section.new_item_version": "Έκδοση τεκμηρίου", - "menu.section.new_process": "Επεξεργάζομαι, διαδικασία", - "menu.section.pin": "Καρφιτσώστε την πλαϊνή γραμμή", - "menu.section.processes": "Διαδικασίες", - "menu.section.registries": "Μητρώα", - "menu.section.registries_format": "Μορφότυπο", - "menu.section.registries_metadata": "Μεταδεδομένα", - "menu.section.statistics": "Στατιστικά", - "menu.section.statistics_task": "Εργασία Στατιστικών", - "menu.section.toggle.access_control": "Εναλλαγή ενότητας Ελέγχου πρόσβασης", - "menu.section.toggle.control_panel": "Εναλλαγή ενότητας Πίνακας Ελέγχου", - "menu.section.toggle.curation_task": "Εναλλαγή ενότητας Εργασία Επιμέλειας", - "menu.section.toggle.edit": "Εναλλαγή ενότητας Επεξεργασία", - "menu.section.toggle.export": "Εναλλαγή ενότητας Εξαγωγή", - "menu.section.toggle.find": "Εναλλαγή ενότητας Εύρεση", - "menu.section.toggle.import": "Εναλλαγή ενότητας Εισαγωγή", - "menu.section.toggle.new": "Εναλλαγή Νέα ενότητα", - "menu.section.toggle.registries": "Εναλλαγή ενότητας Μητρώα", - "menu.section.toggle.statistics_task": "Εναλλαγή ενότητας Εργασίας Στατιστικά", - "menu.section.unpin": "Ξεκαρφιτσώστε το πλαϊνό μενού", - "menu.section.workflow": "Διαχείριση ροής εργασιών", - "metadata-export-search.submit.error": "Η έναρξη της εξαγωγής απέτυχε", - "metadata-export-search.submit.success": "Η εξαγωγή ξεκίνησε με επιτυχία", - "metadata-export-search.tooltip": "Εξαγωγή αποτελεσμάτων αναζήτησης ως CSV", - "mydspace.breadcrumbs": "MyDSpace", - "mydspace.description": "", - "mydspace.general.text-here": "εδώ", - "mydspace.messages.controller-help": "Επιλέξτε εδώ για να στείλετε ένα μήνυμα στον υποβάλλοντα του τεκμηρίου.", - "mydspace.messages.description-placeholder": "Εισαγάγετε το μήνυμά σας εδώ...", - "mydspace.messages.hide-msg": "Απόκρυψη μηνύματος", - "mydspace.messages.mark-as-read": "Επισήμανση ως διαβασμένο", - "mydspace.messages.mark-as-unread": "Επισήμανση ως μη αναγνωσμένα", - "mydspace.messages.no-content": "Χωρίς περιεχόμενο.", - "mydspace.messages.no-messages": "Δεν υπάρχουν ακόμα μηνύματα.", - "mydspace.messages.send-btn": "Αποστολή", - "mydspace.messages.show-msg": "Εμφάνιση μηνύματος", - "mydspace.messages.subject-placeholder": "Θέμα...", - "mydspace.messages.submitter-help": "Επιλέξτε εδώ για να στείλετε ένα μήνυμα στον ελεγκτή.", - "mydspace.messages.title": "Μηνύματα", - "mydspace.messages.to": "Προς", - "mydspace.new-submission": "Νέα υποβολή", - "mydspace.new-submission-external": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", - "mydspace.new-submission-external-short": "Εισαγωγή μεταδεδομένων", - "mydspace.results.head": "Οι υποβολές σας", - "mydspace.results.no-abstract": "Χωρίς περίληψη", - "mydspace.results.no-authors": "Χωρίς Συγγραφείς", - "mydspace.results.no-collections": "Δεν υπάρχουν συλλογές", - "mydspace.results.no-date": "Χωρίς ημερομηνία", - "mydspace.results.no-files": "Χωρίς αρχεία", - "mydspace.results.no-results": "Δεν υπάρχουν τεκμήρια για εμφάνιση", - "mydspace.results.no-title": "Χωρίς τίτλο", - "mydspace.results.no-uri": "Χωρίς URI", - "mydspace.search-form.placeholder": "Αναζήτηση στο mydspace...", - "mydspace.show.workflow": "Εργασίες ροής εργασιών", - "mydspace.show.workspace": "Οι Υποβολές σας", - "mydspace.status.archived": "Αρχειοθετημένα", - "mydspace.status.validation": "Επικύρωση", - "mydspace.status.waiting-for-controller": "Αναμονή για τον ελεγκτή", - "mydspace.status.workflow": "Ροή εργασιών", - "mydspace.status.workspace": "Χώρος εργασίας", - "mydspace.title": "MyDSpace", - "mydspace.upload.upload-failed": "Σφάλμα κατά τη δημιουργία νέου χώρου εργασίας. Επαληθεύστε το περιεχόμενο που ανεβάσατε πριν δοκιμάσετε ξανά.", - "mydspace.upload.upload-failed-manyentries": "Μη επεξεργάσιμο αρχείο. Εντοπίστηκαν πάρα πολλές καταχωρίσεις, αλλά επιτρέπεται μόνο μία για αρχείο.", - "mydspace.upload.upload-failed-moreonefile": "Μη διεκπεραιώσιμο αίτημα. Επιτρέπεται μόνο ένα αρχείο.", - "mydspace.upload.upload-multiple-successful": "Δημιουργήθηκαν {{qty}} νέα τεκμήρια χώρου εργασίας.", - "mydspace.upload.upload-successful": "Δημιουργήθηκε νέο τεκμήριο χώρου εργασίας. Κάντε κλικ {{here}} για να το επεξεργαστείτε.", - "mydspace.view-btn": "Προβολή", - "nav.browse.header": "Όλο το DSpace", - "nav.community-browse.header": "Ανά Κοινότητα", - "nav.language": "Εναλλαγή γλώσσας", - "nav.login": "Σύνδεση", - "nav.logout": "Μενού προφίλ χρήστη και Αποσύνδεση", - "nav.main.description": "Κύρια γραμμή πλοήγησης", - "nav.mydspace": "MyDSpace", - "nav.profile": "Προφίλ", - "nav.search": "Αναζήτηση", - "nav.statistics.header": "Στατιστικά", - "nav.stop-impersonating": "Σταματήστε να υποδύεστε το EPerson", - "nav.toggle": "Εναλλαγή πλοήγησης", - "nav.user.description": "Γραμμή προφίλ χρήστη", - "none.listelement.badge": "Τεκμήριο", - "orgunit.listelement.badge": "Οργανωτική Μονάδα", - "orgunit.page.city": "Πόλη", - "orgunit.page.country": "Χώρα", - "orgunit.page.dateestablished": "Ημερομηνία καθορισμού", - "orgunit.page.description": "Περιγραφή", - "orgunit.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "orgunit.page.id": "ID", - "orgunit.page.titleprefix": "Μονάδα οργανισμού:", - "pagination.next.button": "Επόμενο", - "pagination.next.button.disabled.tooltip": "Δεν υπάρχουν άλλες σελίδες αποτελεσμάτων", - "pagination.options.description": "Επιλογές σελιδοποίησης", - "pagination.previous.button": "Προηγούμενος", - "pagination.results-per-page": "Αποτελέσματα ανά σελίδα", - "pagination.showing.detail": "{{ range }} of {{ total }}", - "pagination.showing.label": "Τώρα δείχνει", - "pagination.sort-direction": "Επιλογές ταξινόμησης", - "person-relationships.search.results.head": "Αποτελέσματα αναζήτησης ατόμων", - "person.listelement.badge": "Πρόσωπο", - "person.listelement.no-title": "Δεν βρέθηκε όνομα", - "person.orcid.registry.auth": "Εξουσιοδοτήσεις ORCID", - "person.orcid.registry.queue": "Ουρά μητρώου ORCID", - "person.orcid.sync.setting": "ORCID Ρυθμίσεις συγχρονισμού", - "person.page.birthdate": "Ημερομηνία γέννησης", - "person.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "person.page.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", - "person.page.firstname": "Ονομα", - "person.page.jobtitle": "Τίτλος εργασίας", - "person.page.lastname": "Επίθετο", - "person.page.link.full": "Εμφάνιση όλων των μεταδεδομένων", - "person.page.name": "Ονομα", - "person.page.orcid": "ORCID", - "person.page.orcid.create": "Δημιουργήστε ένα αναγνωριστικό ORCID", - "person.page.orcid.funding-preferences": "Προτιμήσεις χρηματοδότησης", - "person.page.orcid.grant-authorizations": "Χορήγηση εξουσιοδοτήσεων", - "person.page.orcid.granted-authorizations": "Χορηγημένες εξουσιοδοτήσεις", - "person.page.orcid.link": "Συνδεθείτε στο ORCID ID", - "person.page.orcid.link.error.message": "Κάτι πήγε στραβά κατά τη σύνδεση του προφίλ με το ORCID. Εάν το πρόβλημα παραμένει, επικοινωνήστε με τον διαχειριστή.", - "person.page.orcid.link.processing": "Σύνδεση προφίλ με ORCID...", - "person.page.orcid.missing-authorizations": "Λείπουν εξουσιοδοτήσεις", - "person.page.orcid.missing-authorizations-message": "Λείπουν οι ακόλουθες εξουσιοδοτήσεις:", - "person.page.orcid.no-missing-authorizations-message": "Θαυμάσια! Αυτό το πλαίσιο είναι κενό, επομένως έχετε εκχωρήσει όλα τα δικαιώματα πρόσβασης για τη χρήση όλων των λειτουργιών που προσφέρει το ίδρυμά σας.", - "person.page.orcid.no-orcid-message": "Δεν υπάρχει ακόμη συσχετισμένο αναγνωριστικό ORCID. Κάνοντας κλικ στο κουμπί παρακάτω, μπορείτε να συνδέσετε αυτό το προφίλ με έναν λογαριασμό ORCID.", - "person.page.orcid.orcid-not-linked-message": "Το αναγνωριστικό ORCID αυτού του προφίλ ({{ orcid }}) δεν έχει συνδεθεί ακόμη σε λογαριασμό στο μητρώο ORCID ή η σύνδεση έχει λήξει.", - "person.page.orcid.profile-preferences": "Προτιμήσεις προφίλ", - "person.page.orcid.publications-preferences": "Προτιμήσεις δημοσίευσης", - "person.page.orcid.remove-orcid-message": "Εάν πρέπει να καταργήσετε το ORCID σας, επικοινωνήστε με τον διαχειριστή του αποθετηρίου", - "person.page.orcid.save.preference.changes": "Ρυθμίσεις ενημέρωσης", - "person.page.orcid.scope.activities-update": "Προσθέστε/ενημερώστε τις ερευνητικές σας δραστηριότητες", - "person.page.orcid.scope.authenticate": "Λάβετε το αναγνωριστικό ORCID σας", - "person.page.orcid.scope.person-update": "Προσθέστε/ενημερώστε άλλες πληροφορίες για εσάς", - "person.page.orcid.scope.read-limited": "Διαβάστε τις πληροφορίες σας με ορατότητα σε Αξιόπιστα μέρη", - "person.page.orcid.sync-fundings.all": "Όλες οι χρηματοδοτήσεις", - "person.page.orcid.sync-fundings.disabled": "χρήστες με ειδικές ανάγκες", - "person.page.orcid.sync-fundings.mine": "Οι χρηματοδοτήσεις μου", - "person.page.orcid.sync-fundings.my_selected": "Επιλεγμένες χρηματοδοτήσεις", - "person.page.orcid.sync-profile.affiliation": "Δεσμός", - "person.page.orcid.sync-profile.biographical": "Βιογραφικά στοιχεία", - "person.page.orcid.sync-profile.education": "Εκπαίδευση", - "person.page.orcid.sync-profile.identifiers": "Αναγνωριστικά", - "person.page.orcid.sync-publications.all": "Όλες οι δημοσιεύσεις", - "person.page.orcid.sync-publications.disabled": "χρήστες με ειδικές ανάγκες", - "person.page.orcid.sync-publications.mine": "Οι δημοσιεύσεις μου", - "person.page.orcid.sync-publications.my_selected": "Επιλεγμένες δημοσιεύσεις", - "person.page.orcid.sync-queue.description.affiliation": "Συνεταιρισμοί", - "person.page.orcid.sync-queue.description.country": "Χώρα", - "person.page.orcid.sync-queue.description.education": "Επίπεδα εκπαιδεύσης", - "person.page.orcid.sync-queue.description.external_ids": "Εξωτερικά αναγνωριστικά", - "person.page.orcid.sync-queue.description.keywords": "Λέξεις-κλειδιά", - "person.page.orcid.sync-queue.description.other_names": "Αλλα ονόματα", - "person.page.orcid.sync-queue.description.qualification": "Προσόντα", - "person.page.orcid.sync-queue.description.researcher_urls": "Διεύθυνση URL ερευνητή", - "person.page.orcid.sync-queue.discard": "Απορρίψτε την αλλαγή και μην κάνετε συγχρονισμό με το μητρώο ORCID", - "person.page.orcid.sync-queue.discard.error": "Η απόρριψη της εγγραφής ουράς ORCID απέτυχε", - "person.page.orcid.sync-queue.discard.success": "Η εγγραφή ουράς ORCID έχει απορριφθεί με επιτυχία", - "person.page.orcid.sync-queue.empty-message": "Το μητρώο ουράς ORCID είναι κενό", - "person.page.orcid.sync-queue.send": "Συγχρονισμός με το μητρώο ORCID", - "person.page.orcid.sync-queue.send.bad-request-error": "Η υποβολή στο ORCID απέτυχε επειδή ο πόρος που στάλθηκε στο μητρώο ORCID δεν είναι έγκυρος", - "person.page.orcid.sync-queue.send.conflict-error": "Η υποβολή στο ORCID απέτυχε επειδή ο πόρος υπάρχει ήδη στο μητρώο ORCID", - "person.page.orcid.sync-queue.send.error": "Η υποβολή στο ORCID απέτυχε", - "person.page.orcid.sync-queue.send.not-found-warning": "Ο πόρος δεν υπάρχει πλέον στο μητρώο ORCID.", - "person.page.orcid.sync-queue.send.success": "Η υποβολή στο ORCID ολοκληρώθηκε με επιτυχία", - "person.page.orcid.sync-queue.send.unauthorized-error.content": "Κάντε κλικ εδώ για να εκχωρήσετε ξανά τα απαιτούμενα δικαιώματα. Εάν το πρόβλημα παραμένει, επικοινωνήστε με τον διαχειριστή", - "person.page.orcid.sync-queue.send.unauthorized-error.title": "Η υποβολή στο ORCID απέτυχε λόγω έλλειψης εξουσιοδοτήσεων.", - "person.page.orcid.sync-queue.send.validation-error": "Τα δεδομένα που θέλετε να συγχρονίσετε με το ORCID δεν είναι έγκυρα", - "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "Απαιτείται το νόμισμα του ποσού", - "person.page.orcid.sync-queue.send.validation-error.country.invalid": "Μη έγκυρη 2ψήφια χώρα ISO 3166", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "Απαιτείται ένα αναγνωριστικό για την αποσαφήνιση των οργανισμών. Τα υποστηριζόμενα αναγνωριστικά είναι αναγνωριστικά GRID, Ringgold, Legal Entity identifiers (LEI) και Crossref Funder Registry", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "Τα αναγνωριστικά του οργανισμού απαιτούν μια τιμή", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "Η πηγή ενός από τα αναγνωριστικά οργανισμού δεν είναι έγκυρη. Οι υποστηριζόμενες πηγές είναι οι RINGGOLD, GRID, LEI και FUNDREF", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "Τα αναγνωριστικά του οργανισμού απαιτούν πηγή", - "person.page.orcid.sync-queue.send.validation-error.external-id.required": "Ο πόρος που θα σταλεί απαιτεί τουλάχιστον ένα αναγνωριστικό", - "person.page.orcid.sync-queue.send.validation-error.funder.required": "Ζητείται ο χρηματοδότης", - "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "Ο οργανισμός που θα σταλεί απαιτεί διεύθυνση", - "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "Η διεύθυνση του οργανισμού που θα σταλεί απαιτεί πόλη", - "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "Η διεύθυνση του οργανισμού που θα σταλεί απαιτεί μια έγκυρη 2ψήφια χώρα ISO 3166", - "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Το όνομα του οργανισμού είναι υποχρεωτικό", - "person.page.orcid.sync-queue.send.validation-error.organization.required": "Η οργάνωση απαιτείται", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "Η ημερομηνία δημοσίευσης πρέπει να είναι ένα έτος μετά το 1900", - "person.page.orcid.sync-queue.send.validation-error.start-date.required": "Απαιτείται η ημερομηνία έναρξης", - "person.page.orcid.sync-queue.send.validation-error.title.required": "Ο τίτλος είναι υποχρεωτικός", - "person.page.orcid.sync-queue.send.validation-error.type.required": "Απαιτείται το πεδίο dc.type", - "person.page.orcid.sync-queue.table.header.action": "Ενέργεια", - "person.page.orcid.sync-queue.table.header.description": "Περιγραφή", - "person.page.orcid.sync-queue.table.header.type": "Τύπος", - "person.page.orcid.sync-queue.tooltip.affiliation": "Σχετιζόμενος οργανισμός", - "person.page.orcid.sync-queue.tooltip.country": "Χώρα", - "person.page.orcid.sync-queue.tooltip.delete": "Καταργήστε αυτήν την καταχώρηση από το μητρώο ORCID", - "person.page.orcid.sync-queue.tooltip.education": "Επίπεδο εκπαίδευσης", - "person.page.orcid.sync-queue.tooltip.external_ids": "Εξωτερικό αναγνωριστικό", - "person.page.orcid.sync-queue.tooltip.insert": "Προσθέστε μια νέα καταχώρηση στο μητρώο ORCID", - "person.page.orcid.sync-queue.tooltip.keywords": "Λέξη-κλειδί", - "person.page.orcid.sync-queue.tooltip.other_names": "Αλλο όνομα", - "person.page.orcid.sync-queue.tooltip.project": "Εργο", - "person.page.orcid.sync-queue.tooltip.publication": "Δημοσίευση", - "person.page.orcid.sync-queue.tooltip.qualification": "Προσόν", - "person.page.orcid.sync-queue.tooltip.researcher_urls": "Διεύθυνση URL ερευνητή", - "person.page.orcid.sync-queue.tooltip.update": "Ενημερώστε αυτήν την καταχώρηση στο μητρώο ORCID", - "person.page.orcid.synchronization-mode": "Λειτουργία συγχρονισμού", - "person.page.orcid.synchronization-mode-funding-message": "Επιλέξτε εάν θα στείλετε τις συνδεδεμένες οντότητες του Έργου στη λίστα πληροφοριών χρηματοδότησης της εγγραφής σας ORCID.", - "person.page.orcid.synchronization-mode-message": "Επιλέξτε πώς θέλετε να γίνει ο συγχρονισμός με το ORCID. Οι επιλογές περιλαμβάνουν \"Μη αυτόματα\" (πρέπει να στείλετε τα δεδομένα σας στο ORCID με μη αυτόματο τρόπο) ή \"Μαζί\" (το σύστημα θα στείλει τα δεδομένα σας στο ORCID μέσω προγραμματισμένου σεναρίου).", - "person.page.orcid.synchronization-mode-profile-message": "Επιλέξτε εάν θα στείλετε τα βιογραφικά σας δεδομένα ή τα προσωπικά σας αναγνωριστικά στο αρχείο ORCID.", - "person.page.orcid.synchronization-mode-publication-message": "Επιλέξτε εάν θα στείλετε τις συνδεδεμένες οντότητες Δημοσιεύσεών σας στη λίστα έργων της εγγραφής σας ORCID.", - "person.page.orcid.synchronization-mode.batch": "Σύνολο παραγωγής", - "person.page.orcid.synchronization-mode.label": "Λειτουργία συγχρονισμού", - "person.page.orcid.synchronization-mode.manual": "Εγχειρίδιο", - "person.page.orcid.synchronization-settings-update.error": "Η ενημέρωση των ρυθμίσεων συγχρονισμού απέτυχε", - "person.page.orcid.synchronization-settings-update.success": "Οι ρυθμίσεις συγχρονισμού ενημερώθηκαν με επιτυχία", - "person.page.orcid.unlink": "Αποσύνδεση από το ORCID", - "person.page.orcid.unlink.error": "Παρουσιάστηκε σφάλμα κατά την αποσύνδεση μεταξύ του προφίλ και του μητρώου ORCID. Προσπάθησε ξανά", - "person.page.orcid.unlink.processing": "Επεξεργασία...", - "person.page.orcid.unlink.success": "Η αποσύνδεση μεταξύ του προφίλ και του μητρώου ORCID ήταν επιτυχής", - "person.page.staffid": "Ταυτότητα προσωπικού", - "person.page.titleprefix": "Πρόσωπο:", - "person.search.results.head": "Αποτελέσματα αναζήτησης ατόμων", - "person.search.title": "Αναζήτηση Προσώπων", - "process.detail.arguments": "Παράμετροι", - "process.detail.arguments.empty": "Αυτή η διαδικασία δεν περιέχει παραμέτρους", - "process.detail.back": "Επιστροφή", - "process.detail.create": "Δημιουργήστε παρόμοια διαδικασία", - "process.detail.end-time": "Ώρα λήξης", - "process.detail.logs.button": "Ανάκτηση εξόδου διαδικασίας", - "process.detail.logs.loading": "Ανάκτηση", - "process.detail.logs.none": "Αυτή η διαδικασία δεν έχει κάποιο αποτέλεσμα εξόδου", - "process.detail.output": "Έξοδος διαδικασίας", - "process.detail.output-files": "Αρχεία εξόδου", - "process.detail.output-files.empty": "Αυτή η διαδικασία δεν περιέχει αρχεία εξόδου", - "process.detail.script": "Γραφή", - "process.detail.start-time": "Ωρα έναρξης", - "process.detail.status": "Κατάσταση", - "process.detail.title": "Διαδικασία: {{ id }} - {{ name }}", - "process.new.breadcrumbs": "Δημιουργήστε μια νέα διαδικασία", - "process.new.cancel": "Ακύρωση", - "process.new.header": "Δημιουργήστε μια νέα διαδικασία", - "process.new.notification.error.content": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία αυτής της διαδικασίας", - "process.new.notification.error.title": "Λάθος", - "process.new.notification.success.content": "Η διαδικασία δημιουργήθηκε με επιτυχία", - "process.new.notification.success.title": "Επιτυχία", - "process.new.parameter.file.required": "Επιλέξτε ένα αρχείο", - "process.new.parameter.file.upload-button": "Επιλογή αρχείου...", - "process.new.parameter.required.missing": "Απαιτούνται οι ακόλουθες παράμετροι αλλά εξακολουθούν να λείπουν:", - "process.new.parameter.string.required": "Απαιτείται τιμή παραμέτρου", - "process.new.parameter.type.file": "αρχείο", - "process.new.parameter.type.value": "τιμή", - "process.new.select-parameters": "Παράμετροι", - "process.new.select-script": "Script", - "process.new.select-script.placeholder": "Επιλέξτε ένα Script...", - "process.new.select-script.required": "Απαιτείται Script", - "process.new.submit": "Αποθήκευση", - "process.new.title": "Δημιουργήστε μια νέα διαδικασία", - "process.overview.breadcrumbs": "Επισκόπηση διαδικασιών", - "process.overview.new": "Νέο", - "process.overview.table.finish": "Ώρα λήξης (UTC)", - "process.overview.table.id": "Αναγνωριστικό διαδικασίας", - "process.overview.table.name": "Ονομα", - "process.overview.table.start": "Ώρα έναρξης (UTC)", - "process.overview.table.status": "Κατάσταση", - "process.overview.table.user": "Χρήστης", - "process.overview.title": "Επισκόπηση διαδικασιών", - "profile.breadcrumbs": "Ανανέωση προφίλ", - "profile.card.identify": "Αναγνωρίζω", - "profile.card.researcher": "Προφίλ ερευνητή", - "profile.card.security": "Ασφάλεια", - "profile.form.submit": "Αποθήκευση", - "profile.groups.head": "Ομάδες εξουσιοδότησης στις οποίες ανήκετε", - "profile.head": "Ανανέωση προφίλ", - "profile.metadata.form.error.firstname.required": "Απαιτείται Όνομα", - "profile.metadata.form.error.lastname.required": "Το επώνυμο είναι υποχρεωτικό", - "profile.metadata.form.label.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", - "profile.metadata.form.label.firstname": "Ονομα", - "profile.metadata.form.label.language": "Γλώσσα", - "profile.metadata.form.label.lastname": "Επίθετο", - "profile.metadata.form.label.phone": "Τηλέφωνο Επικοινωνίας", - "profile.metadata.form.notifications.success.content": "Οι αλλαγές σας στο προφίλ αποθηκεύτηκαν.", - "profile.metadata.form.notifications.success.title": "Το προφίλ αποθηκεύτηκε", - "profile.notifications.warning.no-changes.content": "Δεν έγιναν αλλαγές στο Προφίλ.", - "profile.notifications.warning.no-changes.title": "Χωρίς αλλαγές", - "profile.security.form.error.matching-passwords": "Οι κωδικοί δεν ταιριάζουν.", - "profile.security.form.error.password-length": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", - "profile.security.form.info": "Προαιρετικά, μπορείτε να εισαγάγετε έναν νέο κωδικό πρόσβασης στο παρακάτω πλαίσιο και να τον επιβεβαιώσετε πληκτρολογώντας τον ξανά στο δεύτερο πλαίσιο. Θα πρέπει να αποτελείται από τουλάχιστον έξι χαρακτήρες.", - "profile.security.form.label.password": "Κωδικός πρόσβασης", - "profile.security.form.label.passwordrepeat": "Πληκτρολογήστε ξανά για επιβεβαίωση", - "profile.security.form.notifications.error.not-long-enough": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", - "profile.security.form.notifications.error.not-same": "Οι παρεχόμενοι κωδικοί πρόσβασης δεν είναι οι ίδιοι.", - "profile.security.form.notifications.error.title": "Σφάλμα αλλαγής κωδικών πρόσβασης", - "profile.security.form.notifications.success.content": "Οι αλλαγές σας στον κωδικό πρόσβασης αποθηκεύτηκαν.", - "profile.security.form.notifications.success.title": "Ο κωδικός πρόσβασης αποθηκεύτηκε", - "profile.special.groups.head": "Εξουσιοδότηση ειδικών ομάδων στις οποίες ανήκετε", - "profile.title": "Ανανέωση προφίλ", - "project-relationships.search.results.head": "Αποτελέσματα αναζήτησης έργου", - "project.listelement.badge": "Ερευνητικό πρόγραμμα", - "project.page.contributor": "Συνεισφέροντες", - "project.page.description": "Περιγραφή", - "project.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "project.page.expectedcompletion": "Αναμενόμενη Ολοκλήρωση", - "project.page.funder": "Χρηματοδότες", - "project.page.id": "ID", - "project.page.keyword": "Λέξεις-κλειδιά", - "project.page.status": "Κατάσταση", - "project.page.titleprefix": "Ερευνητικό πρόγραμμα:", - "project.search.results.head": "Αποτελέσματα αναζήτησης έργου", - "publication-relationships.search.results.head": "Αποτελέσματα αναζήτησης δημοσιεύσεων", - "publication.listelement.badge": "Δημοσίευση", - "publication.page.description": "Περιγραφή", - "publication.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", - "publication.page.journal-issn": "Περιοδικό ISSN", - "publication.page.journal-title": "Τίτλος Εφημερίδας", - "publication.page.publisher": "Εκδότης", - "publication.page.titleprefix": "Δημοσίευση:", - "publication.page.volume-title": "Τίτλος τόμου", - "publication.search.results.head": "Αποτελέσματα αναζήτησης δημοσιεύσεων", - "publication.search.title": "Αναζήτηση δημοσιεύσεων", - "register-email.title": "Εγγραφή νέου χρήστη", - "register-page.create-profile.header": "Δημιουργία Προφίλ", - "register-page.create-profile.identification.contact": "Τηλέφωνο Επικοινωνίας", - "register-page.create-profile.identification.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", - "register-page.create-profile.identification.first-name": "Ονομα *", - "register-page.create-profile.identification.first-name.error": "Παρακαλώ συμπληρώστε ένα Όνομα", - "register-page.create-profile.identification.header": "Αναγνωριστικό", - "register-page.create-profile.identification.language": "Γλώσσα", - "register-page.create-profile.identification.last-name": "Επίθετο *", - "register-page.create-profile.identification.last-name.error": "Παρακαλώ συμπληρώστε ένα Επώνυμο", - "register-page.create-profile.security.error.empty-password": "Εισαγάγετε έναν κωδικό πρόσβασης στο παρακάτω πλαίσιο.", - "register-page.create-profile.security.error.matching-passwords": "Οι κωδικοί δεν ταιριάζουν.", - "register-page.create-profile.security.error.password-length": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", - "register-page.create-profile.security.header": "Ασφάλεια", - "register-page.create-profile.security.info": "Εισαγάγετε έναν κωδικό πρόσβασης στο παρακάτω πλαίσιο και επιβεβαιώστε τον πληκτρολογώντας τον ξανά στο δεύτερο πλαίσιο. Θα πρέπει να αποτελείται από τουλάχιστον έξι χαρακτήρες.", - "register-page.create-profile.security.label.password": "Κωδικός πρόσβασης *", - "register-page.create-profile.security.label.passwordrepeat": "Πληκτρολογήστε ξανά για επιβεβαίωση *", - "register-page.create-profile.submit": "Ολοκλήρωση εγγραφής", - "register-page.create-profile.submit.error.content": "Κάτι πήγε στραβά κατά την εγγραφή νέου χρήστη.", - "register-page.create-profile.submit.error.head": "Η εγγραφή απέτυχε", - "register-page.create-profile.submit.success.content": "Η εγγραφή ήταν επιτυχής. Έχετε συνδεθεί ως ο χρήστης που δημιουργήθηκε.", - "register-page.create-profile.submit.success.head": "Η εγγραφή ολοκληρώθηκε", - "register-page.registration.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου *", - "register-page.registration.email.error.pattern": "Συμπληρώστε μια έγκυρη διεύθυνση email", - "register-page.registration.email.error.required": "Συμπληρώστε μια διεύθυνση email", - "register-page.registration.email.hint": "Αυτή η διεύθυνση θα επαληθευτεί και θα χρησιμοποιηθεί ως το όνομα σύνδεσής σας.", - "register-page.registration.error.content": "Παρουσιάστηκε σφάλμα κατά την εγγραφή της ακόλουθης διεύθυνσης email: {{ email }}", - "register-page.registration.error.head": "Σφάλμα κατά την προσπάθεια εγγραφής email", - "register-page.registration.header": "Εγγραφή νέου χρήστη", - "register-page.registration.info": "Καταχωρίστε έναν λογαριασμό για να εγγραφείτε σε συλλογές για ενημερώσεις email και υποβάλετε νέα τεκμήρια στο DSpace.", - "register-page.registration.submit": "Εγγραφή", - "register-page.registration.success.content": "Έχει σταλεί ένα μήνυμα ηλεκτρονικού ταχυδρομείου στη διεύθυνση {{ email }} που περιέχει μια ειδική διεύθυνση URL και περαιτέρω οδηγίες.", - "register-page.registration.success.head": "Το email επαλήθευσης στάλθηκε", - "relationships.add.error.relationship-type.content": "Δεν βρέθηκε κατάλληλη αντιστοίχιση για τον τύπο σχέσης {{ type }} μεταξύ των δύο τεκμηρίων", - "relationships.add.error.server.content": "Ο διακομιστής επέστρεψε ένα σφάλμα", - "relationships.add.error.title": "Δεν είναι δυνατή η προσθήκη σχέσης", - "relationships.isAuthorOf": "Συγγραφείς", - "relationships.isAuthorOf.OrgUnit": "Συγγραφείς (οργανωτικές μονάδες)", - "relationships.isAuthorOf.Person": "Συγγραφείς (πρόσωπα)", - "relationships.isContributorOf": "Συντελεστής", - "relationships.isContributorOf.OrgUnit": "Συντελεστής (Οργανωτική Μονάδα)", - "relationships.isContributorOf.Person": "Συντελεστής", - "relationships.isFundingAgencyOf.OrgUnit": "Χρηματοδότης", - "relationships.isIssueOf": "Θέματα περιοδικών", - "relationships.isJournalIssueOf": "Τεύχος περιοδικού", - "relationships.isJournalOf": "περιοδικά", - "relationships.isOrgUnitOf": "Μονάδες οργανισμού", - "relationships.isPersonOf": "Συγγραφείς", - "relationships.isProjectOf": "Ερευνητικά έργα", - "relationships.isPublicationOf": "Δημοσιεύσεις", - "relationships.isPublicationOfJournalIssue": "Άρθρα", - "relationships.isSingleJournalOf": "Εφημερίδα", - "relationships.isSingleVolumeOf": "Τόμος περιοδικού", - "relationships.isVolumeOf": "Τόμοι περιοδικών", - "repository.image.logo": "Λογότυπο αποθετηρίου", - "repository.title.prefix": "DSpace Angular ::", - "repository.title.prefixDSpace": "DSpace Angular ::", - "researcher.profile.action.processing": "Επεξεργασία...", - "researcher.profile.associated": "Σχετικό προφίλ ερευνητή", - "researcher.profile.change-visibility.fail": "Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα κατά την αλλαγή της προβολής του προφίλ", - "researcher.profile.create.fail": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία του προφίλ ερευνητή", - "researcher.profile.create.new": "Δημιουργία νέου", - "researcher.profile.create.success": "Το προφίλ ερευνητή δημιουργήθηκε με επιτυχία", - "researcher.profile.delete": "Διαγραφή", - "researcher.profile.expose": "Εκθέτω", - "researcher.profile.hide": "Κρύβω", - "researcher.profile.not.associated": "Το προφίλ ερευνητή δεν έχει συσχετιστεί ακόμη", - "researcher.profile.private.visibility": "ΙΔΙΩΤΙΚΟ", - "researcher.profile.public.visibility": "ΔΗΜΟΣΙΟ", - "researcher.profile.status": "Κατάσταση:", - "researcher.profile.view": "Προβολή", - "researcherprofile.claim.not-authorized": "Δεν είστε εξουσιοδοτημένοι να διεκδικήσετε αυτό το τεκμήριο. Για περισσότερες λεπτομέρειες επικοινωνήστε με τους διαχειριστές.", - "researcherprofile.error.claim.body": "Παρουσιάστηκε σφάλμα κατά την αξίωση του προφίλ, δοκιμάστε ξανά αργότερα", - "researcherprofile.error.claim.title": "Λάθος", - "researcherprofile.success.claim.body": "Το προφίλ διεκδικήθηκε με επιτυχία", - "researcherprofile.success.claim.title": "Επιτυχία", - "resource-policies.add.button": "Προσθήκη", - "resource-policies.add.for.": "Προσθέστε μια νέα πολιτική", - "resource-policies.add.for.bitstream": "Προσθέστε μια νέα πολιτική αρχείου", - "resource-policies.add.for.bundle": "Προσθέστε μια νέα πολιτική φακέλου/πακέτου", - "resource-policies.add.for.collection": "Προσθέστε μια νέα πολιτική συλλογής", - "resource-policies.add.for.community": "Προσθέστε μια νέα πολιτική Κοινότητας", - "resource-policies.add.for.item": "Προσθέστε μια νέα πολιτική αντικειμένου", - "resource-policies.create.page.failure.content": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία της πολιτικής πόρων.", - "resource-policies.create.page.heading": "Δημιουργία νέας πολιτικής πόρων για", - "resource-policies.create.page.success.content": "Επιτυχής λειτουργία", - "resource-policies.create.page.title": "Δημιουργία νέας πολιτικής πόρων", - "resource-policies.delete.btn": "Διαγραφή επιλεγμένων", - "resource-policies.delete.btn.title": "Διαγραφή επιλεγμένων πολιτικών πόρων", - "resource-policies.delete.failure.content": "Παρουσιάστηκε σφάλμα κατά τη διαγραφή επιλεγμένων πολιτικών πόρων.", - "resource-policies.delete.success.content": "Επιτυχής λειτουργία", - "resource-policies.edit.page.failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία της πολιτικής πόρων.", - "resource-policies.edit.page.heading": "Επεξεργασία πολιτικής πόρων", - "resource-policies.edit.page.other-failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία της πολιτικής πόρων. Ο στόχος (ePerson ή ομάδα) ενημερώθηκε με επιτυχία.", - "resource-policies.edit.page.success.content": "Επιτυχής λειτουργία", - "resource-policies.edit.page.target-failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία του στόχου (ePerson ή ομάδα) της πολιτικής πόρων.", - "resource-policies.edit.page.title": "Επεξεργασία πολιτικής πόρων", - "resource-policies.form.action-type.label": "Επιλέξτε τον τύπο ενέργειας", - "resource-policies.form.action-type.required": "Πρέπει να επιλέξετε την ενέργεια της πολιτικής πόρων.", - "resource-policies.form.date.end.label": "Ημερομηνία λήξης", - "resource-policies.form.date.start.label": "Ημερομηνία έναρξης", - "resource-policies.form.description.label": "Περιγραφή", - "resource-policies.form.eperson-group-list.label": "Το άτομο ή η ομάδα που θα λάβει την άδεια", - "resource-policies.form.eperson-group-list.modal.close": "Εντάξει", - "resource-policies.form.eperson-group-list.modal.header": "Δεν είναι δυνατή η αλλαγή τύπου", - "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "Δεν είναι δυνατή η αντικατάσταση μιας ομάδας με ένα ePerson.", - "resource-policies.form.eperson-group-list.modal.text1.toGroup": "Δεν είναι δυνατή η αντικατάσταση ενός ePerson με μια ομάδα.", - "resource-policies.form.eperson-group-list.modal.text2": "Διαγράψτε την τρέχουσα πολιτική πόρων και δημιουργήστε μια νέα με τον επιθυμητό τύπο.", - "resource-policies.form.eperson-group-list.select.btn": "Επιλέγω", - "resource-policies.form.eperson-group-list.tab.eperson": "Αναζητήστε ένα ePerson", - "resource-policies.form.eperson-group-list.tab.group": "Αναζήτηση για μια ομάδα", - "resource-policies.form.eperson-group-list.table.headers.action": "Δράση", - "resource-policies.form.eperson-group-list.table.headers.id": "ID", - "resource-policies.form.eperson-group-list.table.headers.name": "Ονομα", - "resource-policies.form.name.label": "Ονομα", - "resource-policies.form.policy-type.label": "Επιλέξτε τον τύπο πολιτικής", - "resource-policies.form.policy-type.required": "Πρέπει να επιλέξετε τον τύπο πολιτικής πόρων.", - "resource-policies.table.headers.action": "Δράση", - "resource-policies.table.headers.date.end": "Ημερομηνία λήξης", - "resource-policies.table.headers.date.start": "Ημερομηνία έναρξης", - "resource-policies.table.headers.edit": "Επεξεργασία", - "resource-policies.table.headers.edit.group": "Επεξεργασία ομάδας", - "resource-policies.table.headers.edit.policy": "Επεξεργασία πολιτικής", - "resource-policies.table.headers.eperson": "EPson", - "resource-policies.table.headers.group": "Ομάδα", - "resource-policies.table.headers.id": "ID", - "resource-policies.table.headers.name": "Ονομα", - "resource-policies.table.headers.policyType": "τύπος", - "resource-policies.table.headers.title.for.bitstream": "Πολιτικές για το αρχείο", - "resource-policies.table.headers.title.for.bundle": "Πολιτικές για το φάκελο/πακέτο", - "resource-policies.table.headers.title.for.collection": "Πολιτικές για τη συλλογή", - "resource-policies.table.headers.title.for.community": "Πολιτικές για την Κοινότητα", - "resource-policies.table.headers.title.for.item": "Πολιτικές για το τεκμήριο", - "search.breadcrumbs": "Αναζήτηση", - "search.description": null, - "search.filters.applied.f.author": "Συγγραφέας", - "search.filters.applied.f.birthDate.max": "Ημερομηνία λήξης γέννησης", - "search.filters.applied.f.birthDate.min": "Ημερομηνία γέννησης", - "search.filters.applied.f.dateIssued.max": "Ημερομηνία λήξης", - "search.filters.applied.f.dateIssued.min": "Ημερομηνία έναρξης", - "search.filters.applied.f.dateSubmitted": "Ημερομηνία υποβολής", - "search.filters.applied.f.discoverable": "Μη ανακαλυπτόμενο", - "search.filters.applied.f.entityType": "Τύπος αντικειμένου", - "search.filters.applied.f.has_content_in_original_bundle": "Έχει αρχεία", - "search.filters.applied.f.itemtype": "Τύπος", - "search.filters.applied.f.jobTitle": "Τίτλος εργασίας", - "search.filters.applied.f.namedresourcetype": "Κατάσταση", - "search.filters.applied.f.subject": "Θέμα", - "search.filters.applied.f.submitter": "Αναρτητής", - "search.filters.applied.f.withdrawn": "Διαγραμμένο", - "search.filters.discoverable.false": "Ναί", - "search.filters.discoverable.true": "Οχι", - "search.filters.entityType.JournalIssue": "Τεύχος περιοδικού", - "search.filters.entityType.JournalVolume": "Τόμος περιοδικού", - "search.filters.entityType.OrgUnit": "Οργανωτική Μονάδα", - "search.filters.filter.author.head": "Συγγραφέας", - "search.filters.filter.author.label": "Αναζήτηση ονόματος συγγραφέα", - "search.filters.filter.author.placeholder": "Όνομα συγγραφέα", - "search.filters.filter.birthDate.head": "Ημερομηνία γέννησης", - "search.filters.filter.birthDate.label": "Αναζήτηση ημερομηνίας γέννησης", - "search.filters.filter.birthDate.placeholder": "Ημερομηνία γέννησης", - "search.filters.filter.collapse": "Σύμπτυξη φίλτρου", - "search.filters.filter.creativeDatePublished.head": "Ημερομηνία δημοσίευσης", - "search.filters.filter.creativeDatePublished.label": "Δημοσίευση ημερομηνίας αναζήτησης", - "search.filters.filter.creativeDatePublished.placeholder": "Ημερομηνία δημοσίευσης", - "search.filters.filter.creativeWorkEditor.head": "Συντάκτης", - "search.filters.filter.creativeWorkEditor.label": "Επεξεργαστής αναζήτησης", - "search.filters.filter.creativeWorkEditor.placeholder": "Συντάκτης", - "search.filters.filter.creativeWorkKeywords.head": "Θέμα", - "search.filters.filter.creativeWorkKeywords.label": "Αναζήτηση θέματος", - "search.filters.filter.creativeWorkKeywords.placeholder": "Θέμα", - "search.filters.filter.creativeWorkPublisher.head": "Εκδότης", - "search.filters.filter.creativeWorkPublisher.label": "Αναζήτηση εκδότη", - "search.filters.filter.creativeWorkPublisher.placeholder": "Εκδότης", - "search.filters.filter.dateIssued.head": "Ημερομηνία", - "search.filters.filter.dateIssued.max.label": "Τέλος", - "search.filters.filter.dateIssued.max.placeholder": "Μέγιστη ημερομηνία", - "search.filters.filter.dateIssued.min.label": "Αρχή", - "search.filters.filter.dateIssued.min.placeholder": "Ελάχιστη ημερομηνία", - "search.filters.filter.dateSubmitted.head": "Ημερομηνία υποβολής", - "search.filters.filter.dateSubmitted.label": "Ημερομηνία υποβολής αναζήτησης", - "search.filters.filter.dateSubmitted.placeholder": "Ημερομηνία υποβολής", - "search.filters.filter.discoverable.head": "Μη ανακαλύψιμο", - "search.filters.filter.entityType.head": "Τύπος αντικειμένου", - "search.filters.filter.entityType.label": "Αναζήτηση τύπου αντικειμένου", - "search.filters.filter.entityType.placeholder": "Τύπος αντικειμένου", - "search.filters.filter.expand": "Αναπτύξτε το φίλτρο", - "search.filters.filter.has_content_in_original_bundle.head": "Έχει αρχεία", - "search.filters.filter.itemtype.head": "Τύπος", - "search.filters.filter.itemtype.label": "Τύπος αναζήτησης", - "search.filters.filter.itemtype.placeholder": "Τύπος", - "search.filters.filter.jobTitle.head": "Τίτλος εργασίας", - "search.filters.filter.jobTitle.label": "Αναζήτηση τίτλου εργασίας", - "search.filters.filter.jobTitle.placeholder": "Τίτλος εργασίας", - "search.filters.filter.knowsLanguage.head": "Γνωστή γλώσσα", - "search.filters.filter.knowsLanguage.label": "Αναζήτηση γνωστής γλώσσας", - "search.filters.filter.knowsLanguage.placeholder": "Γνωστή γλώσσα", - "search.filters.filter.namedresourcetype.head": "Κατάσταση", - "search.filters.filter.namedresourcetype.label": "Κατάσταση αναζήτησης", - "search.filters.filter.namedresourcetype.placeholder": "Κατάσταση", - "search.filters.filter.objectpeople.head": "Ανθρωποι", - "search.filters.filter.objectpeople.label": "Αναζήτηση ατόμων", - "search.filters.filter.objectpeople.placeholder": "Ανθρωποι", - "search.filters.filter.organizationAddressCountry.head": "Χώρα", - "search.filters.filter.organizationAddressCountry.label": "Αναζήτηση χώρας", - "search.filters.filter.organizationAddressCountry.placeholder": "Χώρα", - "search.filters.filter.organizationAddressLocality.head": "Πόλη", - "search.filters.filter.organizationAddressLocality.label": "Αναζήτηση πόλης", - "search.filters.filter.organizationAddressLocality.placeholder": "Πόλη", - "search.filters.filter.organizationFoundingDate.head": "Ημερομηνία ίδρυσης", - "search.filters.filter.organizationFoundingDate.label": "Ημερομηνία ίδρυσης αναζήτησης", - "search.filters.filter.organizationFoundingDate.placeholder": "Ημερομηνία ίδρυσης", - "search.filters.filter.scope.head": "Πεδίο εφαρμογής", - "search.filters.filter.scope.label": "Φίλτρο εύρους αναζήτησης", - "search.filters.filter.scope.placeholder": "Φίλτρο εύρους", - "search.filters.filter.show-less": "Δείτε λιγότερα", - "search.filters.filter.show-more": "Δείτε περισσότερα", - "search.filters.filter.subject.head": "Θέμα", - "search.filters.filter.subject.label": "Αναζήτηση θέματος", - "search.filters.filter.subject.placeholder": "Θέμα", - "search.filters.filter.submitter.head": "Υποβάλλων", - "search.filters.filter.submitter.label": "Αναζήτηση υποβάλλοντος", - "search.filters.filter.submitter.placeholder": "Υποβάλλων", - "search.filters.filter.withdrawn.head": "Διαγραμμένο", - "search.filters.has_content_in_original_bundle.false": "Οχι", - "search.filters.has_content_in_original_bundle.true": "Ναί", - "search.filters.head": "Φίλτρα", - "search.filters.reset": "Επαναφορά φίλτρων", - "search.filters.search.submit": "υποβάλλουν", - "search.filters.withdrawn.false": "Οχι", - "search.filters.withdrawn.true": "Ναί", - "search.form.scope.all": "Όλο το DSpace", - "search.form.search": "Αναζήτηση", - "search.form.search_dspace": "Όλο το αποθετήριο", - "search.results.empty": "Η αναζήτηση δεν επέστρεψε κανένα αποτέλεσμα.", - "search.results.head": "Αποτελέσματα αναζήτησης", - "search.results.no-results": "Η αναζήτηση δεν επέστρεψε κανένα αποτέλεσμα. Δυσκολεύεστε να βρείτε αυτό που ψάχνετε; Δοκιμάστε να βάλετε", - "search.results.no-results-link": "κάποια αποσπάσματα", - "search.results.view-result": "Προβολή", - "search.search-form.placeholder": "Αναζήτηση στο αποθετήριο...", - "search.sidebar.close": "Επιστροφή στα αποτελέσματα", - "search.sidebar.filters.title": "Φίλτρα", - "search.sidebar.open": "Εργαλεία αναζήτησης", - "search.sidebar.results": "Αποτελέσματα", - "search.sidebar.settings.rpp": "Αποτελέσματα ανά σελίδα", - "search.sidebar.settings.sort-by": "Ταξινόμηση κατά", - "search.sidebar.settings.title": "Ρυθμίσεις", - "search.switch-configuration.title": "προβολή", - "search.title": "Αναζήτηση", - "search.view-switch.show-detail": "Δείξε λεπτομέρεια", - "search.view-switch.show-grid": "Εμφάνιση ως πλέγμα", - "search.view-switch.show-list": "Εμφάνιση ως λίστα", - "sorting.ASC": "Αύξουσα", - "sorting.DESC": "Φθίνων", - "sorting.dc.date.accessioned.ASC": "Ημερομηνία πρόσβασης Αύξουσα", - "sorting.dc.date.accessioned.DESC": "Ημερομηνία πρόσβασης Φθίνουσα", - "sorting.dc.date.issued.ASC": "Ημερομηνία Διάθεσης Αύξουσα", - "sorting.dc.date.issued.DESC": "Ημερομηνία Διάθεσης Φθίνουσα", - "sorting.dc.title.ASC": "Τίτλος Αύξουσα", - "sorting.dc.title.DESC": "Τίτλος Φθίνουσα", - "sorting.lastModified.ASC": "Τελευταία τροποποίηση Αύξουσα", - "sorting.lastModified.DESC": "Τελευταία τροποποίηση Φθίνουσα", - "sorting.score.ASC": "Λιγότερο σχετικό", - "sorting.score.DESC": "Το πιο σχετικό", - "statistics.breadcrumbs": "Στατιστικά", - "statistics.header": "Στατιστικά στοιχεία για {{ range }}", - "statistics.page.no-data": "Δεν υπάρχουν διαθέσιμα δεδομένα", - "statistics.table.header.views": "Προβολές", - "statistics.table.no-data": "Δεν υπάρχουν διαθέσιμα δεδομένα", - "statistics.table.title.TopCities": "Κορυφαίες προβολές ανά πόλη", - "statistics.table.title.TopCountries": "Κορυφαίες προβολές ανά χώρα", - "statistics.table.title.TotalDownloads": "Λήψεις αρχείων", - "statistics.table.title.TotalVisits": "Συνολικές επισκέψεις", - "statistics.table.title.TotalVisitsPerMonth": "Συνολικές επισκέψεις ανά μήνα", - "statistics.title": "Στατιστικά", - "submission.edit.breadcrumbs": "Επεξεργασία υποβολής", - "submission.edit.title": "Επεξεργασία υποβολής", - "submission.general.cancel": "Ακύρωση", - "submission.general.cannot_submit": "Δεν έχετε το προνόμιο να υποβάλετε νέα υποβολή.", - "submission.general.deposit": "Κατάθεση", - "submission.general.discard.confirm.cancel": "Ακύρωση", - "submission.general.discard.confirm.info": "Αυτή η λειτουργία δεν μπορεί να αναιρεθεί. Είσαι σίγουρος?", - "submission.general.discard.confirm.submit": "Ναι είμαι σίγουρος", - "submission.general.discard.confirm.title": "Απόρριψη υποβολής", - "submission.general.discard.submit": "Απορρίπτω", - "submission.general.info.pending-changes": "Μη αποθηκευμένες αλλαγές", - "submission.general.info.saved": "Αποθηκεύτηκε", - "submission.general.save": "Αποθήκευση", - "submission.general.save-later": "Αποθήκευση για αργότερα", - "submission.import-external.back-to-my-dspace": "Επιστροφή στο χώρο μου", - "submission.import-external.page.hint": "Εισαγάγετε ένα ερώτημα παραπάνω για να βρείτε τεκμήρια από τον ιστό για εισαγωγή στο DSpace.", - "submission.import-external.page.title": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", - "submission.import-external.preview.button.import": "Έναρξη υποβολής", - "submission.import-external.preview.error.import.body": "Παρουσιάζεται σφάλμα κατά τη διαδικασία εισαγωγής εισαγωγής εξωτερικής πηγής.", - "submission.import-external.preview.error.import.title": "Σφάλμα υποβολής", - "submission.import-external.preview.subtitle": "Τα παρακάτω μεταδεδομένα εισήχθησαν από εξωτερική πηγή. Θα είναι προσυμπληρωμένο όταν ξεκινήσετε την υποβολή.", - "submission.import-external.preview.title": "Προεπισκόπηση τεκμηρίου", - "submission.import-external.preview.title.Journal": "Προεπισκόπηση περιοδικού", - "submission.import-external.preview.title.OrgUnit": "Προεπισκόπηση οργανωτικής μονάδας", - "submission.import-external.preview.title.Person": "Προεπισκόπηση ατόμου", - "submission.import-external.preview.title.Project": "Προεπισκόπηση έργου", - "submission.import-external.preview.title.Publication": "Προεπισκόπηση δημοσίευσης", - "submission.import-external.preview.title.none": "Προεπισκόπηση τεκμηρίου", - "submission.import-external.search.button": "Αναζήτηση", - "submission.import-external.search.button.hint": "Γράψτε μερικές λέξεις για αναζήτηση", - "submission.import-external.search.placeholder": "Αναζήτηση στην εξωτερική πηγή", - "submission.import-external.search.source.hint": "Επιλέξτε μια εξωτερική πηγή", - "submission.import-external.source.ads": "NASA/ADS", - "submission.import-external.source.arxiv": "arXiv", - "submission.import-external.source.cinii": "CiNii", - "submission.import-external.source.crossref": "CrossRef", - "submission.import-external.source.epo": "Ευρωπαϊκό Γραφείο Διπλωμάτων Ευρεσιτεχνίας (EPO)", - "submission.import-external.source.lcname": "Βιβλιοθήκη Ονομάτων του Κογκρέσου (Library of Congress Names)", - "submission.import-external.source.loading": "Φόρτωση ...", - "submission.import-external.source.openAIREFunding": "Χρηματοδότηση OpenAIRE API", - "submission.import-external.source.orcid": "ORCID", - "submission.import-external.source.orcidWorks": "ORCID", - "submission.import-external.source.pubmed": "Δημοσιεύτηκε", - "submission.import-external.source.pubmedeu": "Pubmed Europe", - "submission.import-external.source.scielo": "SciELO", - "submission.import-external.source.scopus": "Scopus", - "submission.import-external.source.sherpaJournal": "Περιοδικά SHERPA", - "submission.import-external.source.sherpaJournalIssn": "Περιοδικά SHERPA από το ISSN", - "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - "submission.import-external.source.vufind": "VuFind", - "submission.import-external.source.wos": "Web Of Science", - "submission.import-external.title": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", - "submission.import-external.title.Journal": "Εισαγάγετε ένα ημερολόγιο από εξωτερική πηγή", - "submission.import-external.title.JournalIssue": "Εισαγάγετε ένα τεύχος περιοδικού από εξωτερική πηγή", - "submission.import-external.title.JournalVolume": "Εισαγωγή τόμου περιοδικού από εξωτερική πηγή", - "submission.import-external.title.OrgUnit": "Εισαγάγετε έναν εκδότη από εξωτερική πηγή", - "submission.import-external.title.Person": "Εισαγάγετε ένα άτομο από εξωτερική πηγή", - "submission.import-external.title.Project": "Εισαγωγή έργου από εξωτερική πηγή", - "submission.import-external.title.Publication": "Εισαγάγετε μια δημοσίευση από εξωτερική πηγή", - "submission.import-external.title.none": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", - "submission.sections.accesses.form.access-condition-hint": "Επιλέξτε μια συνθήκη πρόσβασης που θα εφαρμοστεί στο τεκμήριο μετά την κατάθεσή του", - "submission.sections.accesses.form.access-condition-label": "Τύπος συνθήκης πρόσβασης", - "submission.sections.accesses.form.date-required": "Απαιτείται ημερομηνία.", - "submission.sections.accesses.form.date-required-from": "Απαιτείται πρόσβαση επιχορήγησης από την ημερομηνία.", - "submission.sections.accesses.form.date-required-until": "Απαιτείται παραχώρηση πρόσβασης μέχρι την ημερομηνία.", - "submission.sections.accesses.form.discoverable-description": "Όταν είναι επιλεγμένο, αυτό το τεκμήριο θα μπορεί να εντοπιστεί στην αναζήτηση/περιήγηση. Όταν δεν είναι επιλεγμένο, το τεκμήριο θα είναι διαθέσιμο μόνο μέσω απευθείας συνδέσμου και δεν θα εμφανίζεται ποτέ στην αναζήτηση/περιήγηση.", - "submission.sections.accesses.form.discoverable-label": "Ανακαλύψιμο", - "submission.sections.accesses.form.from-hint": "Επιλέξτε την ημερομηνία από την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", - "submission.sections.accesses.form.from-label": "Παραχώρηση πρόσβασης από", - "submission.sections.accesses.form.from-placeholder": "Από", - "submission.sections.accesses.form.group-label": "Ομάδα", - "submission.sections.accesses.form.group-required": "Απαιτείται ομάδα.", - "submission.sections.accesses.form.until-hint": "Επιλέξτε την ημερομηνία μέχρι την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", - "submission.sections.accesses.form.until-label": "Παραχώρηση πρόσβασης μέχρι", - "submission.sections.accesses.form.until-placeholder": "Μέχρι", - "submission.sections.ccLicense.change": "Αλλάξτε τον τύπο της άδειας σας…", - "submission.sections.ccLicense.confirmation": "Παραχωρώ την παραπάνω άδεια", - "submission.sections.ccLicense.link": "Έχετε επιλέξει την ακόλουθη άδεια χρήσης:", - "submission.sections.ccLicense.none": "Δεν υπάρχουν διαθέσιμες άδειες", - "submission.sections.ccLicense.option.select": "Επιλέξτε μια επιλογή…", - "submission.sections.ccLicense.select": "Επιλέξτε έναν τύπο άδειας…", - "submission.sections.ccLicense.type": "Τύπος άδειας", - "submission.sections.describe.relationship-lookup.close": "Κλείσιμο", - "submission.sections.describe.relationship-lookup.external-source.added": "Προστέθηκε με επιτυχία η τοπική καταχώριση στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "Εισαγωγή απομακρυσμένου εξοπλισμού", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "Εισαγωγή απομακρυσμένης εκδήλωσης", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "Εισαγωγή απομακρυσμένης χρηματοδότησης", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Εισαγωγή απομακρυσμένου τεύχους περιοδικού", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Εισαγωγή τόμου απομακρυσμένου περιοδικού", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Εισαγωγή απομακρυσμένου περιοδικού", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "Εισαγωγή απομακρυσμένης μονάδας οργανισμού", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "Εισαγωγή απομακρυσμένου διπλώματος ευρεσιτεχνίας", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "Εισαγωγή απομακρυσμένου ατόμου", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "Εισαγωγή απομακρυσμένου προϊόντος", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "Εισαγωγή απομακρυσμένου έργου", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "Εισαγωγή απομακρυσμένης δημοσίευσης", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Εισαγωγή απομακρυσμένου συγγραφέα", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Εργο", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "Εισαγωγή απομακρυσμένου τεκμηρίου", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Προστέθηκε με επιτυχία τεύχος τοπικού περιοδικού στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού τεύχους περιοδικού στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Εισαγωγή Τεύχους απομακρυσμένου περιοδικού", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Προστέθηκε με επιτυχία ο τόμος τοπικού περιοδικού στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού τόμου ημερολογίου στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Εισαγωγή τόμου απομακρυσμένου περιοδικού", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Προστέθηκε με επιτυχία τοπικό περιοδικό στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού ημερολογίου στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Εισαγωγή απομακρυσμένου περιοδικού", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Εισαγωγή authority", - "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Ακύρωση", - "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Επιλέξτε μια συλλογή στην οποία θα εισαγάγετε νέες καταχωρήσεις", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "οντότητες", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Εισαγωγή ως νέα τοπική οντότητα", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Εισαγωγή από το arXiv", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Εισαγωγή από LC Name", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Χρηματοδότηση OpenAIRE API", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Εισαγωγή από ORCID", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Εισαγωγή από το PubMed", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Εισαγωγή από το Sherpa Journal", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Εισαγωγή από τον Sherpa Publisher", - "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Εισαγωγή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Προστέθηκε με επιτυχία τοπικός συγγραφέας στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού συντάκτη στην επιλογή", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Εισαγωγή απομακρυσμένου συντάκτη", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Προστέθηκε νέα οντότητα!", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Εργο", - "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Επιλέξτε ένα τοπικό αποτέλεσμα (ταίριασμα):", - "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Αποθηκεύστε μια νέα παραλλαγή ονόματος", - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Θέλετε να αποθηκεύσετε το \"{{ value }}\" ως παραλλαγή ονόματος για αυτό το άτομο, ώστε εσείς και άλλοι να το χρησιμοποιήσετε ξανά για μελλοντικές υποβολές; Εάν δεν το κάνετε, μπορείτε ακόμα να το χρησιμοποιήσετε για αυτήν την υποβολή.", - "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Χρησιμοποιήστε μόνο για αυτήν την υποβολή", - "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Αποεπιλογή όλων", - "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Αποεπιλογή σελίδας", - "submission.sections.describe.relationship-lookup.search-tab.loading": "Φόρτωση...", - "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Ερώτημα αναζήτησης", - "submission.sections.describe.relationship-lookup.search-tab.search": "Πηγαίνω", - "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Αναζήτηση...", - "submission.sections.describe.relationship-lookup.search-tab.select-all": "Επιλογή όλων", - "submission.sections.describe.relationship-lookup.search-tab.select-page": "Επιλέξτε σελίδα", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Αρχεία τοπικών δεδομένων ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Τοπικά πακέτα δεδομένων ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Τοπικά περιοδικά ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Θέματα τοπικών περιοδικών ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Τόμοι τοπικών περιοδικών ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Τοπικές οργανωτικές μονάδες ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Τοπικοί συντάκτες ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Τοπικά έργα ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Τοπικές εκδόσεις ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Τοπικοί συντάκτες ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Αναζήτηση για Οργανωτικές Μονάδες", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Χρηματοδότης του Έργου", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Αναζήτηση για Φορείς Χρηματοδότησης", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Αναζήτηση για χρηματοδότηση", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Θέματα τοπικών περιοδικών ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Τοπικά περιοδικά ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Τόμοι τοπικών περιοδικών ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Εργα", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "Ονόματα LC ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Χρηματοδότηση OpenAIRE API", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Περιοδικά Sherpa ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Εναλλαγή αναπτυσσόμενου μενού", - "submission.sections.describe.relationship-lookup.selected": "Επιλεγμένα {{ size }} τεκμήρια", - "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Η επιλογή σας αυτή τη στιγμή είναι κενή.", - "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Αναζήτηση...", - "submission.sections.describe.relationship-lookup.selection-tab.settings": "Ρυθμίσεις", - "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Τρέχουσα επιλογή ({{ count }})", - "submission.sections.describe.relationship-lookup.selection-tab.title": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Επιλεγμένα Αρχεία Δεδομένων", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Επιλεγμένα πακέτα δεδομένων", - "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Επιλεγμένα περιοδικά", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Επιλεγμένο θέμα", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Επιλεγμένος τόμος περιοδικού", - "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Επιλεγμένες μονάδες οργανισμού", - "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Επιλεγμένοι Συγγραφείς", - "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Επιλεγμένα Έργα", - "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Επιλεγμένες δημοσιεύσεις", - "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Επιλεγμένοι Συγγραφείς", - "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Επιλεγμένη Μονάδα Οργανισμού", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Επιλεγμένος Φορέας Χρηματοδότησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Επιλεγμένη χρηματοδότηση", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Επιλεγμένος τομος", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Επιλεγμένα περιοδικά", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Επιλεγμένος τόμος περιοδικού", - "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Εργο", - "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Χρηματοδότηση OpenAIRE API", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "Αποτελέσματα αναζήτησης", - "submission.sections.describe.relationship-lookup.title.DataFile": "Αρχεία δεδομένων", - "submission.sections.describe.relationship-lookup.title.DataPackage": "Πακέτα δεδομένων", - "submission.sections.describe.relationship-lookup.title.Funding Agency": "Οργανισμός Χρηματοδότησης", - "submission.sections.describe.relationship-lookup.title.JournalIssue": "Θέματα περιοδικών", - "submission.sections.describe.relationship-lookup.title.JournalVolume": "Τόμοι περιοδικών", - "submission.sections.describe.relationship-lookup.title.OrgUnit": "Οργανωτικές Μονάδες", - "submission.sections.describe.relationship-lookup.title.Person": "Συγγραφείς", - "submission.sections.describe.relationship-lookup.title.Project": "Εργα", - "submission.sections.describe.relationship-lookup.title.Publication": "Δημοσιεύσεις", - "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Συγγραφείς", - "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Οργανωτική Μονάδα Γονέων", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Χρηματοδότης του Έργου", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Οργανισμός Χρηματοδότησης", - "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Χρηματοδότηση", - "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Θέματα περιοδικών", - "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "περιοδικά", - "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Τόμοι περιοδικών", - "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Εργα", - "submission.sections.general.add-more": "Πρόσθεσε περισσότερα", - "submission.sections.general.cannot_deposit": "Η κατάθεση δεν μπορεί να ολοκληρωθεί λόγω σφαλμάτων στη φόρμα.
Συμπληρώστε όλα τα απαιτούμενα πεδία για να ολοκληρώσετε την κατάθεση.", - "submission.sections.general.collection": "Συλλογή", - "submission.sections.general.deposit_error_notice": "Παρουσιάστηκε πρόβλημα κατά την υποβολή του τεκμηρίου, δοκιμάστε ξανά αργότερα.", - "submission.sections.general.deposit_success_notice": "Η υποβολή κατατέθηκε με επιτυχία.", - "submission.sections.general.discard_error_notice": "Παρουσιάστηκε πρόβλημα κατά την απόρριψη του τεκμηρίου, δοκιμάστε ξανά αργότερα.", - "submission.sections.general.discard_success_notice": "Η υποβολή απορρίφθηκε με επιτυχία.", - "submission.sections.general.metadata-extracted": "Έχουν εξαχθεί νέα μεταδεδομένα και προστέθηκαν στην ενότητα {{sectionId}}.", - "submission.sections.general.metadata-extracted-new-section": "Η νέα ενότητα {{sectionId}} προστέθηκε στην υποβολή.", - "submission.sections.general.no-collection": "Δεν βρέθηκε συλλογή", - "submission.sections.general.no-sections": "Δεν υπάρχουν διαθέσιμες επιλογές", - "submission.sections.general.save_error_notice": "Παρουσιάστηκε πρόβλημα κατά την αποθήκευση του τεκμηρίου, δοκιμάστε ξανά αργότερα.", - "submission.sections.general.save_success_notice": "Η υποβολή αποθηκεύτηκε με επιτυχία.", - "submission.sections.general.search-collection": "Αναζήτηση για μια συλλογή", - "submission.sections.general.sections_not_valid": "Υπάρχουν ημιτελείς ενότητες.", - "submission.sections.license.granted-label": "Επιβεβαιώνω την παραπάνω άδεια", - "submission.sections.license.notgranted": "Πρέπει να αποδεχτείτε την άδεια", - "submission.sections.license.required": "Πρέπει να αποδεχτείτε την άδεια", - "submission.sections.sherpa-policy.title-empty": "Δεν υπάρχουν διαθέσιμες πληροφορίες πολιτικής εκδότη. Εάν η εργασία σας έχει συσχετισμένο ISSN, καταχωρίστε το παραπάνω για να δείτε τυχόν σχετικές πολιτικές ανοιχτής πρόσβασης εκδότη.", - "submission.sections.sherpa.error.message": "Παρουσιάστηκε σφάλμα κατά την ανάκτηση των πληροφοριών σέρπα", - "submission.sections.sherpa.publication.information": "Πληροφορίες δημοσίευσης", - "submission.sections.sherpa.publication.information.issns": "ISSN", - "submission.sections.sherpa.publication.information.publishers": "Εκδότης", - "submission.sections.sherpa.publication.information.romeoPub": "Romeo Pub", - "submission.sections.sherpa.publication.information.title": "Τίτλος", - "submission.sections.sherpa.publication.information.url": "URL", - "submission.sections.sherpa.publication.information.zetoPub": "Zeto Pub", - "submission.sections.sherpa.publisher.policy": "Πολιτική εκδότη", - "submission.sections.sherpa.publisher.policy.conditions": "Συνθήκες", - "submission.sections.sherpa.publisher.policy.description": "Οι παρακάτω πληροφορίες βρέθηκαν μέσω του Sherpa Romeo. Βάσει των πολιτικών του εκδότη σας, παρέχει συμβουλές σχετικά με το εάν μπορεί να είναι απαραίτητο ένα εμπάργκο ή/και ποια αρχεία επιτρέπεται να ανεβάσετε. Εάν έχετε ερωτήσεις, επικοινωνήστε με τον διαχειριστή του ιστότοπού σας μέσω της φόρμας σχολίων στο υποσέλιδο.", - "submission.sections.sherpa.publisher.policy.embargo": "Απαγόρευση", - "submission.sections.sherpa.publisher.policy.license": "Αδεια", - "submission.sections.sherpa.publisher.policy.location": "Τοποθεσία", - "submission.sections.sherpa.publisher.policy.more.information": "Για περισσότερες πληροφορίες, δείτε τους παρακάτω συνδέσμους:", - "submission.sections.sherpa.publisher.policy.noembargo": "Χωρίς εμπάργκο", - "submission.sections.sherpa.publisher.policy.nolocation": "Κανένας", - "submission.sections.sherpa.publisher.policy.openaccess": "Οι διαδρομές ανοιχτής πρόσβασης που επιτρέπονται από την πολιτική αυτού του περιοδικού παρατίθενται παρακάτω ανά έκδοση άρθρου. Κάντε κλικ σε μια διαδρομή για μια πιο λεπτομερή προβολή", - "submission.sections.sherpa.publisher.policy.prerequisites": "Προαπαιτούμενα", - "submission.sections.sherpa.publisher.policy.refresh": "Ανανέωση", - "submission.sections.sherpa.publisher.policy.version": "Εκδοχή", - "submission.sections.sherpa.record.information": "Πληροφορίες εγγραφής", - "submission.sections.sherpa.record.information.date.created": "Ημερομηνία Δημιουργίας", - "submission.sections.sherpa.record.information.date.modified": "Τελευταία τροποποίηση", - "submission.sections.sherpa.record.information.id": "ID", - "submission.sections.sherpa.record.information.uri": "URI", - "submission.sections.status.errors.aria": "έχει λάθη", - "submission.sections.status.errors.title": "Σφάλματα", - "submission.sections.status.info.aria": "Επιπλέον πληροφορίες", - "submission.sections.status.info.title": "Επιπλέον πληροφορίες", - "submission.sections.status.valid.aria": "είναι έγκυρο", - "submission.sections.status.valid.title": "Εγκυρος", - "submission.sections.status.warnings.aria": "έχει προειδοποιήσεις", - "submission.sections.status.warnings.title": "Προειδοποιήσεις", - "submission.sections.submit.progressbar.CClicense": "Άδεια Creative Commons", - "submission.sections.submit.progressbar.accessCondition": "Συνθήκες πρόσβασης σε είδη", - "submission.sections.submit.progressbar.describe.recycle": "Ανακυκλωνω", - "submission.sections.submit.progressbar.describe.stepcustom": "Περιγράφω", - "submission.sections.submit.progressbar.describe.stepone": "Περιγράφω", - "submission.sections.submit.progressbar.describe.steptwo": "Περιγράφω", - "submission.sections.submit.progressbar.detect-duplicate": "Πιθανά διπλότυπα", - "submission.sections.submit.progressbar.license": "Άδεια κατάθεσης", - "submission.sections.submit.progressbar.sherpaPolicies": "Πληροφορίες πολιτικής ανοιχτής πρόσβασης εκδότη", - "submission.sections.submit.progressbar.sherpapolicy": "Πολιτικές Σέρπα", - "submission.sections.submit.progressbar.upload": "Μεταφόρτωση αρχείων", - "submission.sections.toggle.aria.close": "Σύμπτυξη ενότητας {{sectionHeader}}", - "submission.sections.toggle.aria.open": "Αναπτύξτε την ενότητα {{sectionHeader}}", - "submission.sections.toggle.close": "Κλείσιμο ενότητας", - "submission.sections.toggle.open": "Ανοίξτε την ενότητα", - "submission.sections.upload.delete.confirm.cancel": "Ακύρωση", - "submission.sections.upload.delete.confirm.info": "Αυτή η λειτουργία δεν μπορεί να αναιρεθεί. Είσαι σίγουρος?", - "submission.sections.upload.delete.confirm.submit": "Ναι είμαι σίγουρος", - "submission.sections.upload.delete.confirm.title": "Διαγραφή bitstream", - "submission.sections.upload.delete.submit": "Διαγραφή", - "submission.sections.upload.download.title": "Λήψη αρχείου", - "submission.sections.upload.drop-message": "Αποθέστε αρχεία για να τα επισυνάψετε στο τεκμήριο", - "submission.sections.upload.edit.title": "Επεξεργασία bitstream", - "submission.sections.upload.form.access-condition-hint": "Επιλέξτε μια συνθήκη πρόσβασης που θα εφαρμοστεί στη ροή bit μόλις κατατεθεί το τεκμήριο", - "submission.sections.upload.form.access-condition-label": "Τύπος συνθήκης πρόσβασης", - "submission.sections.upload.form.date-required": "Απαιτείται ημερομηνία.", - "submission.sections.upload.form.date-required-from": "Απαιτείται πρόσβαση επιχορήγησης από την ημερομηνία.", - "submission.sections.upload.form.date-required-until": "Απαιτείται παραχώρηση πρόσβασης μέχρι την ημερομηνία.", - "submission.sections.upload.form.from-hint": "Επιλέξτε την ημερομηνία από την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", - "submission.sections.upload.form.from-label": "Παραχώρηση πρόσβασης από", - "submission.sections.upload.form.from-placeholder": "Από", - "submission.sections.upload.form.group-label": "Ομάδα", - "submission.sections.upload.form.group-required": "Απαιτείται ομάδα.", - "submission.sections.upload.form.until-hint": "Επιλέξτε την ημερομηνία μέχρι την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", - "submission.sections.upload.form.until-label": "Παραχώρηση πρόσβασης μέχρι", - "submission.sections.upload.form.until-placeholder": "Μέχρι", - "submission.sections.upload.header.policy.default.nolist": "Τα μεταφορτωμένα αρχεία στη συλλογή {{collectionName}} θα είναι προσβάσιμα σύμφωνα με τις ακόλουθες ομάδες:", - "submission.sections.upload.header.policy.default.withlist": "Λάβετε υπόψη ότι τα μεταφορτωμένα αρχεία στη συλλογή {{collectionName}} θα είναι προσβάσιμα, επιπλέον των όσων έχουν αποφασιστεί ρητά για το μεμονωμένο αρχείο, με τις ακόλουθες ομάδες:", - "submission.sections.upload.info": "Εδώ θα βρείτε όλα τα αρχεία που βρίσκονται αυτήν τη στιγμή στο τεκμήριο. Μπορείτε να ενημερώσετε τα μεταδεδομένα του αρχείου και τις συνθήκες πρόσβασης ή να ανεβάσετε πρόσθετα αρχεία απλώς σύροντάς τα και αποθέτοντάς τα παντού στη σελίδα", - "submission.sections.upload.no-entry": "Οχι", - "submission.sections.upload.no-file-uploaded": "Δεν έχει μεταφορτωθεί ακόμα αρχείο.", - "submission.sections.upload.save-metadata": "Αποθήκευση μεταδεδομένων", - "submission.sections.upload.undo": "Ακύρωση", - "submission.sections.upload.upload-failed": "Η μεταφόρτωση απέτυχε", - "submission.sections.upload.upload-successful": "Επιτυχής μεταφόρτωση", - "submission.submit.breadcrumbs": "Νέα υποβολή", - "submission.submit.title": "Νέα υποβολή", - "submission.workflow.generic.delete": "Διαγραφή", - "submission.workflow.generic.delete-help": "Εάν θέλετε να απορρίψετε αυτό το τεκμήριο, επιλέξτε \"Διαγραφή\". Στη συνέχεια θα σας ζητηθεί να το επιβεβαιώσετε.", - "submission.workflow.generic.edit": "Επεξεργασία", - "submission.workflow.generic.edit-help": "Επιλέξτε αυτήν την επιλογή για να αλλάξετε τα μεταδεδομένα του τεκμηρίου.", - "submission.workflow.generic.view": "Προβολή", - "submission.workflow.generic.view-help": "Ορίστε αυτήν την επιλογή για να προβάλετε τα μεταδεδομένα του τεκμηρίου.", - "submission.workflow.tasks.claimed.approve": "Εγκρίνω", - "submission.workflow.tasks.claimed.approve_help": "Εάν έχετε ελέγξει το τεκμήριο και είναι κατάλληλο για συμπερίληψη στη συλλογή, επιλέξτε \"Έγκριση\".", - "submission.workflow.tasks.claimed.edit": "Επεξεργασία", - "submission.workflow.tasks.claimed.edit_help": "Επιλέξτε αυτήν την επιλογή για να αλλάξετε τα μεταδεδομένα του τεκμηρίου.", - "submission.workflow.tasks.claimed.reject.reason.info": "Εισαγάγετε τον λόγο απόρριψης της υποβολής στο παρακάτω πλαίσιο, υποδεικνύοντας εάν ο υποβάλλων μπορεί να διορθώσει ένα πρόβλημα και να το υποβάλει εκ νέου.", - "submission.workflow.tasks.claimed.reject.reason.placeholder": "Περιγράψτε τον λόγο απόρριψης", - "submission.workflow.tasks.claimed.reject.reason.submit": "Απόρριψη τεκμηρίου", - "submission.workflow.tasks.claimed.reject.reason.title": "Λόγος", - "submission.workflow.tasks.claimed.reject.submit": "Απορρίπτω", - "submission.workflow.tasks.claimed.reject_help": "Εάν έχετε ελέγξει το τεκμήριο και διαπιστώσατε ότι δεν είναι κατάλληλο για συμπερίληψη στη συλλογή, επιλέξτε \"Απόρριψη\". Στη συνέχεια, θα σας ζητηθεί να εισαγάγετε ένα μήνυμα που θα υποδεικνύει γιατί το τεκμήριο είναι ακατάλληλο και εάν ο υποβάλλων πρέπει να αλλάξει κάτι και να το υποβάλει ξανά.", - "submission.workflow.tasks.claimed.return": "Επιστροφή στο pool", - "submission.workflow.tasks.claimed.return_help": "Επιστρέψτε την εργασία στο pool έτσι ώστε ένας άλλος χρήστης να μπορεί να εκτελέσει την εργασία.", - "submission.workflow.tasks.generic.error": "Παρουσιάστηκε σφάλμα κατά τη λειτουργία...", - "submission.workflow.tasks.generic.processing": "Επεξεργασία...", - "submission.workflow.tasks.generic.submitter": "Υποβάλλων", - "submission.workflow.tasks.generic.success": "Επιτυχής λειτουργία", - "submission.workflow.tasks.pool.claim": "Απαίτηση", - "submission.workflow.tasks.pool.claim_help": "Αναθέστε αυτή την εργασία στον εαυτό σας.", - "submission.workflow.tasks.pool.hide-detail": "Απόκρυψη λεπτομέρειας", - "submission.workflow.tasks.pool.show-detail": "Λεπτομέρειες", - "submission.workspace.generic.view": "Προβολή", - "submission.workspace.generic.view-help": "Ορίστε αυτήν την επιλογή για να προβάλετε τα μεταδεδομένα του τεκμηρίου.", - "thumbnail.default.alt": "Μικρογραφία εικόνας", - "thumbnail.default.placeholder": "Δεν υπάρχει διαθέσιμη μικρογραφία", - "thumbnail.orgunit.alt": "Λογότυπο OrgUnit", - "thumbnail.orgunit.placeholder": "Εικόνα μονάδας οργανισμού", - "thumbnail.person.alt": "Εικόνα προφίλ", - "thumbnail.person.placeholder": "Δεν υπάρχει διαθέσιμη εικόνα προφίλ", - "thumbnail.project.alt": "Λογότυπο Έργου", - "thumbnail.project.placeholder": "Εικόνα θέσης κράτησης έργου", - "title": "DSpace", - "uploader.browse": "Πλοήγηση", - "uploader.delete.btn-title": "Διαγραφή", - "uploader.drag-message": "Σύρετε και αποθέστε τα αρχεία σας εδώ", - "uploader.or": ", ή", + "admin.registries.schema.fields.table.id": "ID", + "admin.registries.schema.fields.table.scopenote": "Πεδίο εφαρμογής", + "admin.registries.schema.form.create": "Δημιουργία πεδίου μεταδεδομένων", + "admin.registries.schema.form.edit": "Επεξεργασία πεδίου μεταδεδομένων", + "admin.registries.schema.form.element": "Element", + "admin.registries.schema.form.qualifier": "Qualifier", + "admin.registries.schema.form.scopenote": "Πεδίο εφαρμογής", + "admin.registries.schema.head": "Σχήμα Μεταδεδομένων", + "admin.registries.schema.notification.created": "Δημιουργήθηκε με επιτυχία σχήμα μεταδεδομένων \"{{prefix}}\"", + "admin.registries.schema.notification.deleted.failure": "Αποτυχία διαγραφής {{amount}} σχημάτων μεταδεδομένων", + "admin.registries.schema.notification.deleted.success": "Διαγράφηκαν με επιτυχία {{amount}} σχήματα μεταδεδομένων", + "admin.registries.schema.notification.edited": "Το σχήμα μεταδεδομένων \"{{prefix}}\" επεξεργάστηκε με επιτυχία", + "admin.registries.schema.notification.failure": "Αποτυχία", + "admin.registries.schema.notification.field.created": "Δημιουργήθηκε με επιτυχία το πεδίο μεταδεδομένων \"{{field}}\"", + "admin.registries.schema.notification.field.deleted.failure": "Απέτυχε η διαγραφή {{amount}} πεδίων μεταδεδομένων", + "admin.registries.schema.notification.field.deleted.success": "Διαγράφηκαν με επιτυχία {{amount}} πεδία μεταδεδομένων", + "admin.registries.schema.notification.field.edited": "Το πεδίο μεταδεδομένων \"{{field}}\" επεξεργάστηκε με επιτυχία", + "admin.registries.schema.notification.success": "Επιτυχία", + "admin.registries.schema.return": "Επιστροφή", + "admin.registries.schema.title": "Μητρώο σχήματος μεταδεδομένων", + "admin.search.breadcrumbs": "Αναζήτηση Διαχειριστή", + "admin.search.collection.edit": "Επεξεργασία", + "admin.search.community.edit": "Επεξεργασία", + "admin.search.item.delete": "Διαγραφή", + "admin.search.item.edit": "Επεξεργασία", + "admin.search.item.make-private": "Μετατροπή σε ιδιωτικό", + "admin.search.item.make-public": "Μετατροπή σε δημόσιο", + "admin.search.item.move": "Μετακίνηση", + "admin.search.item.reinstate": "Επαναφορά", + "admin.search.item.withdraw": "Απόσυρση", + "admin.search.title": "Αναζήτηση", + "admin.workflow.breadcrumbs": "Διαχείριση ροής εργασιών", + "admin.workflow.item.delete": "Διαγραφή", + "admin.workflow.item.send-back": "Επιστροφή", + "admin.workflow.item.workflow": "Ροή εργασιών", + "admin.workflow.title": "Διαχείριση ροής εργασιών", + "administrativeView.search.results.head": "Αναζήτηση Διαχειριστή", + "auth.errors.invalid-user": "Μη έγκυρη διεύθυνση ηλ. ταχυδρομείου ή κωδικός πρόσβασης.", + "auth.messages.expired": "Η συνεδρία (session) σας έχει λήξει. Παρακαλούμε συνδεθείτε ξανά.", + "auth.messages.token-refresh-failed": "Η ανανέωση της συνεδρίας (session) απέτυχε. Παρακαλούμε συνδεθείτε ξανά.", + "bitstream-request-a-copy.alert.canDownload1": "Έχετε ήδη πρόσβαση σε αυτό το αρχείο. Εάν θέλετε να κατεβάσετε το αρχείο, κάντε κλικ", + "bitstream-request-a-copy.alert.canDownload2": "εδώ", + "bitstream-request-a-copy.allfiles.label": "Αρχεία", + "bitstream-request-a-copy.email.error": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου.", + "bitstream-request-a-copy.email.hint": "Αυτή η διεύθυνση email χρησιμοποιείται για την αποστολή του αρχείου.", + "bitstream-request-a-copy.email.label": "Η ηλεκτρονική σου διεύθυνση *", + "bitstream-request-a-copy.files-all-false.label": "Μόνο το αρχείο που ζητήθηκε", + "bitstream-request-a-copy.files-all-true.label": "Όλα τα αρχεία (του τεκμηρίου αυτού) σε περιορισμένη πρόσβαση", + "bitstream-request-a-copy.header": "Ζητήστε ένα αντίγραφο του αρχείου", + "bitstream-request-a-copy.intro": "Εισαγάγετε τις ακόλουθες πληροφορίες για να ζητήσετε αντίγραφο για το ακόλουθο τεκμήριο:", + "bitstream-request-a-copy.intro.bitstream.all": "Αίτημα όλων των αρχείων.", + "bitstream-request-a-copy.intro.bitstream.one": "Ζητώντας το ακόλουθο αρχείο:", + "bitstream-request-a-copy.message.label": "Μήνυμα", + "bitstream-request-a-copy.name.error": "Το όνομα είναι υποχρεωτικό", + "bitstream-request-a-copy.name.label": "Ονομα *", + "bitstream-request-a-copy.return": "Επιστροφή", + "bitstream-request-a-copy.submit": "Ζητήστε αντίγραφο", + "bitstream-request-a-copy.submit.error": "Παρουσιάστηκε κάποιο πρόβλημα με την υποβολή του αιτήματος για το τεκμήριο.", + "bitstream-request-a-copy.submit.success": "Το αίτημα τεκμηρίου υποβλήθηκε με επιτυχία.", + "bitstream.download.page": "Τώρα γίνεται λήψη του {{bitstream}}...", + "bitstream.download.page.back": "Επιστροφή", + "bitstream.edit.authorizations.link": "Επεξεργαστείτε τις πολιτικές του αρχείου", + "bitstream.edit.authorizations.title": "Επεξεργαστείτε τις πολιτικές του αρχείου", + "bitstream.edit.bitstream": "Αρχείο:", + "bitstream.edit.form.description.hint": "Προαιρετικά, δώστε μια σύντομη περιγραφή του αρχείου, για παράδειγμα \"Κύριο άρθρο\" ή \"Αναγνώσεις δεδομένων πειράματος\".", + "bitstream.edit.form.description.label": "Περιγραφή", + "bitstream.edit.form.embargo.hint": "Η πρώτη ημέρα από την οποία επιτρέπεται η πρόσβαση. Αυτή η ημερομηνία δεν μπορεί να τροποποιηθεί σε αυτήν τη φόρμα. Για να ορίσετε μια ημερομηνία embargo για ένα αρχείο, μεταβείτε στην καρτέλα Κατάσταση τεκμηρίου, κάντε κλικ στην επιλογή Εξουσιοδοτήσεις..., δημιουργήστε ή επεξεργαστείτε την πολιτική READ του αρχείου και ορίστε την Ημερομηνία έναρξης όπως επιθυμείτε.", + "bitstream.edit.form.embargo.label": "Εμπάργκο (embargo) μέχρι συγκεκριμένη ημερομηνία", + "bitstream.edit.form.fileName.hint": "Αλλάξτε το όνομα αρχείου για το αρχείο. Λάβετε υπόψη ότι αυτό θα αλλάξει τη διεύθυνση URL του αρχείου, αλλά οι παλιοί σύνδεσμοι θα εξακολουθούν να ισχύουν όσο το αναγνωριστικό ακολουθίας (sequence) δεν αλλάζει.", + "bitstream.edit.form.fileName.label": "Ονομα αρχείου", + "bitstream.edit.form.iiifHeight.hint": "Το ύψος του καμβά πρέπει συνήθως να ταιριάζει με το ύψος της εικόνας.", + "bitstream.edit.form.iiifHeight.label": "Ύψος καμβά IIIF", + "bitstream.edit.form.iiifLabel.hint": "Ετικέτα καμβά για αυτήν την εικόνα. Εάν δεν παρέχεται, θα χρησιμοποιηθεί η προεπιλεγμένη ετικέτα.", + "bitstream.edit.form.iiifLabel.label": "Ετικέτα IIIF", + "bitstream.edit.form.iiifToc.hint": "Η προσθήκη κειμένου εδώ καθιστά την αρχή ενός νέου εύρους πίνακα περιεχομένων.", + "bitstream.edit.form.iiifToc.label": "IIIF Πίνακας περιεχομένων", + "bitstream.edit.form.iiifWidth.hint": "Το πλάτος του καμβά πρέπει συνήθως να ταιριάζει με το πλάτος της εικόνας.", + "bitstream.edit.form.iiifWidth.label": "Πλάτος καμβά IIIF", + "bitstream.edit.form.newFormat.hint": "Η εφαρμογή που χρησιμοποιήσατε για τη δημιουργία του αρχείου και ο αριθμός έκδοσης (για παράδειγμα, \"ACMESoft SuperApp έκδοση 1.5\").", + "bitstream.edit.form.newFormat.label": "Περιγράψτε το νέο μορφότυπο", + "bitstream.edit.form.primaryBitstream.label": "Κύριο αρχείο", + "bitstream.edit.form.selectedFormat.hint": "Εάν το μορφότυπο δεν βρίσκεται στην παραπάνω λίστα, επιλέξτε \"μορφότυπο που δεν είναι στη λίστα\" παραπάνω και περιγράψτε την στην ενότητα \"Περιγραφή νέου μορφότυπο\".", + "bitstream.edit.form.selectedFormat.label": "Επιλεγμένο μορφότυπο", + "bitstream.edit.form.selectedFormat.unknown": "Το μορφότυπο δεν είναι στη λίστα", + "bitstream.edit.notifications.error.format.title": "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του μορφότυπου του αρχείου", + "bitstream.edit.notifications.saved.content": "Οι αλλαγές σας σε αυτό το αρχείο αποθηκεύτηκαν.", + "bitstream.edit.notifications.saved.title": "το αρχείο αποθηκεύτηκε", + "bitstream.edit.return": "Επιστροφή", + "bitstream.edit.title": "Επεξεργασία αρχείου", + "browse.back.all-results": "Όλα τα αποτελέσματα περιήγησης", + "browse.comcol.by.author": "Από Συγγραφέα", + "browse.comcol.by.dateissued": "Κατά Ημερομηνία Έκδοσης", + "browse.comcol.by.subject": "Κατά θέμα", + "browse.comcol.by.title": "Με τίτλο", + "browse.comcol.head": "Περιηγούμαι", + "browse.empty": "Δεν υπάρχουν τεκμήρια για εμφάνιση.", + "browse.metadata.author": "Συγγραφέας", + "browse.metadata.author.breadcrumbs": "Πλοήγηση ανά συγγραφέα", + "browse.metadata.dateissued": "Ημερομηνία έκδοσης", + "browse.metadata.dateissued.breadcrumbs": "Πλοήγηση ανά ημερομηνία", + "browse.metadata.subject": "Θέμα", + "browse.metadata.subject.breadcrumbs": "Πλοήγηση ανά θέμα", + "browse.metadata.title": "Τίτλος", + "browse.metadata.title.breadcrumbs": "Πλοήγηση ανά τίτλο", + "browse.startsWith": ", από {{ startsWith }}", + "browse.startsWith.choose_start": "(Επιλέξτε την έναρξη)", + "browse.startsWith.choose_year": "(Επιλέξτε έτος)", + "browse.startsWith.choose_year.label": "Επιλέξτε το έτος έκδοσης", + "browse.startsWith.jump": "Φιλτράρετε τα αποτελέσματα ανά έτος ή μήνα", + "browse.startsWith.months.april": "Απρίλιος", + "browse.startsWith.months.august": "Αύγουστος", + "browse.startsWith.months.december": "Δεκέμβριος", + "browse.startsWith.months.february": "Φεβρουάριος", + "browse.startsWith.months.january": "Ιανουάριος", + "browse.startsWith.months.july": "Ιούλιος", + "browse.startsWith.months.june": "Ιούνιος", + "browse.startsWith.months.march": "Μάρτιος", + "browse.startsWith.months.may": "Μάιος", + "browse.startsWith.months.none": "(Επιλέξτε μήνα)", + "browse.startsWith.months.none.label": "Επιλέξτε τον μήνα έκδοσης", + "browse.startsWith.months.november": "Νοέμβριος", + "browse.startsWith.months.october": "Οκτώβριος", + "browse.startsWith.months.september": "Σεπτέμβριος", + "browse.startsWith.submit": "Περιήγηση", + "browse.startsWith.type_date": "Φιλτράρισμα αποτελεσμάτων ανά ημερομηνία", + "browse.startsWith.type_date.label": "Ή πληκτρολογήστε μια ημερομηνία (έτος-μήνας) και κάντε κλικ στο κουμπί Αναζήτηση", + "browse.startsWith.type_text": "Φιλτράρετε τα αποτελέσματα πληκτρολογώντας τα πρώτα γράμματα", + "browse.title": "Πλοήγηση στη {{ collection }} ανά {{ field }}{{ startsWith }} {{ value }}", + "browse.title.page": "Πλοήγηση στη {{ collection }} ανά {{ field }} {{ value }}", + "chips.remove": "Remove chip", + "collection.create.head": "Δημιουργήστε μια Συλλογή", + "collection.create.notifications.success": "Δημιουργήθηκε με επιτυχία η Συλλογή", + "collection.create.sub-head": "Δημιουργήστε μια συλλογή για την κοινότητα {{ parent }}", + "collection.curate.header": "Επιμέλεια συλλογής: {{collection}}", + "collection.delete.cancel": "Ακύρωση", + "collection.delete.confirm": "Επιβεβαίωση", + "collection.delete.head": "Διαγραφή συλλογής", + "collection.delete.notification.fail": "Δεν ήταν δυνατή η διαγραφή της συλλογής", + "collection.delete.notification.success": "Η συλλογή διαγράφηκε με επιτυχία", + "collection.delete.processing": "Διαγραφή", + "collection.delete.text": "Είστε βέβαιοι ότι θέλετε να διαγράψετε τη συλλογή \"{{ dso }}\"", + "collection.edit.breadcrumbs": "Επεξεργασία συλλογής", + "collection.edit.delete": "Διαγραφή αυτής της συλλογής", + "collection.edit.head": "Επεξεργασία συλλογής", + "collection.edit.item-mapper.cancel": "Ακύρωση", + "collection.edit.item-mapper.collection": "Συλλογή: \"{{name}}\"", + "collection.edit.item-mapper.confirm": "αντιστοίχηση επιλεγμένων τεκμηρίων", + "collection.edit.item-mapper.description": "Αυτό είναι το εργαλείο αντιστοίχισης τεκμηρίων που επιτρέπει στους διαχειριστές της συλλογής να αντιστοιχίσουν τεκμήρια από άλλες συλλογές σε αυτήν τη συλλογή. Μπορείτε να αναζητήσετε τεκμήρια από άλλες συλλογές και να τα αντιστοιχίσετε ή να περιηγηθείτε στη λίστα των αντιστοιχισμένων αντικειμένων.", + "collection.edit.item-mapper.head": "Αντιστοίχιση τεκμηρίων - Αντιστοίχιση από άλλες συλλογές", + "collection.edit.item-mapper.no-search": "Εισαγάγετε ένα ερώτημα για αναζήτηση", + "collection.edit.item-mapper.notifications.map.error.content": "Παρουσιάστηκαν σφάλματα για την αντιστοίχιση {{amount}} τεκμηρίων.", + "collection.edit.item-mapper.notifications.map.error.head": "Σφάλματα αντιστοίχησης", + "collection.edit.item-mapper.notifications.map.success.content": "Έγινε επιτυχής αντιστοίχιση {{amount}} τεκμηρίων.", + "collection.edit.item-mapper.notifications.map.success.head": "Η αντιστοίχηση ολοκληρώθηκε", + "collection.edit.item-mapper.notifications.unmap.error.content": "Παρουσιάστηκαν σφάλματα κατά την κατάργηση των αντιστοιχίσεων {{amount}} τεκμηρίων.", + "collection.edit.item-mapper.notifications.unmap.error.head": "Κατάργηση σφαλμάτων αντιστοίχησης", + "collection.edit.item-mapper.notifications.unmap.success.content": "Καταργήθηκαν με επιτυχία οι αντιστοιχίσεις {{amount}} τεκμηρίων.", + "collection.edit.item-mapper.notifications.unmap.success.head": "Η κατάργηση της αντιστοίχησης ολοκληρώθηκε", + "collection.edit.item-mapper.remove": "Αφαιρέστε τις αντιστοιχίσεις επιλεγμένων τεκμηρίων", + "collection.edit.item-mapper.search-form.placeholder": "Αναζήτηση τεκμηρίων...", + "collection.edit.item-mapper.tabs.browse": "Περιηγηθείτε σε αντιστοιχισμένα τεκμήρια", + "collection.edit.item-mapper.tabs.map": "αντιστοίχηση νέων τεκμηρίων", + "collection.edit.item.authorizations.load-bundle-button": "Φορτώστε περισσότερα πακέτα", + "collection.edit.item.authorizations.load-more-button": "Φόρτωσε περισσότερα", + "collection.edit.item.authorizations.show-bitstreams-button": "Εμφάνιση πολιτικών αρχείου για το πακέτο", + "collection.edit.logo.delete-undo.title": "Αναίρεση διαγραφή", + "collection.edit.logo.delete.title": "Διαγραφή λογότυπου", + "collection.edit.logo.label": "Λογότυπο συλλογής", + "collection.edit.logo.notifications.add.error": "Η μεταφόρτωση του λογότυπου της Συλλογής απέτυχε. Επαληθεύστε το περιεχόμενο πριν προσπαθήσετε ξανά.", + "collection.edit.logo.notifications.add.success": "Επιτυχής μεταφόρτωση λογότυπου συλλογής.", + "collection.edit.logo.notifications.delete.error.title": "Σφάλμα κατά τη διαγραφή του λογότυπου", + "collection.edit.logo.notifications.delete.success.content": "Το λογότυπο της συλλογής διαγράφηκε με επιτυχία", + "collection.edit.logo.notifications.delete.success.title": "Το λογότυπο διαγράφηκε", + "collection.edit.logo.upload": "Σύρετε ένα λογότυπο συλλογής για μεταφόρτωση", + "collection.edit.notifications.success": "Έγινε επιτυχής επεξεργασία της Συλλογής", + "collection.edit.return": "Επιστροφή", + "collection.edit.tabs.authorizations.head": "Εξουσιοδοτήσεις", + "collection.edit.tabs.authorizations.title": "Επεξεργασία συλλογής - Εξουσιοδοτήσεις", + "collection.edit.tabs.curate.head": "Βοηθός ιερέα", + "collection.edit.tabs.curate.title": "Επεξεργασία συλλογής - Επιμέλεια", + "collection.edit.tabs.item-mapper.title": "Επεξεργασία συλλογής - Αντιστοίχιση τεκμηρίων", + "collection.edit.tabs.mapper.head": "Αντιστοίχιση τεκμηρίων", + "collection.edit.tabs.metadata.head": "Επεξεργασία Μεταδεδομένων", + "collection.edit.tabs.metadata.title": "Επεξεργασία συλλογής - Μεταδεδομένα", + "collection.edit.tabs.roles.head": "Αναθέστε ρόλους", + "collection.edit.tabs.roles.title": "Επεξεργασία συλλογής - Ρόλοι", + "collection.edit.tabs.source.external": "Αυτή η συλλογή συλλέγει το περιεχόμενό της από εξωτερική πηγή", + "collection.edit.tabs.source.form.errors.oaiSource.required": "Πρέπει να παρέχετε ένα αναγνωριστικό συνόλου της συλλογής προορισμού.", + "collection.edit.tabs.source.form.harvestType": "Συγκομιδή περιεχομένου", + "collection.edit.tabs.source.form.head": "Διαμόρφωση εξωτερικής πηγής", + "collection.edit.tabs.source.form.metadataConfigId": "Μορφή μεταδεδομένων", + "collection.edit.tabs.source.form.oaiSetId": "Αναγνωριστικό συγκεκριμένου συνόλου OAI", + "collection.edit.tabs.source.form.oaiSource": "Πάροχος ΟΑΙ", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Συγκομιδή μεταδεδομένων και αρχείων (απαιτείται υποστήριξη ORE)", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Συγκομιδή μεταδεδομένων και αναφορές σε αρχεία (απαιτείται υποστήριξη ORE)", + "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Συγκομιδή μόνο μεταδεδομένων", + "collection.edit.tabs.source.head": "Πηγή περιεχομένου", + "collection.edit.tabs.source.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", + "collection.edit.tabs.source.notifications.discarded.title": "Άλλαξε απορρίφθηκε", + "collection.edit.tabs.source.notifications.invalid.content": "Οι αλλαγές σας δεν αποθηκεύτηκαν. Βεβαιωθείτε ότι όλα τα πεδία είναι έγκυρα προτού αποθηκεύσετε.", + "collection.edit.tabs.source.notifications.invalid.title": "Μη έγκυρα μεταδεδομένα", + "collection.edit.tabs.source.notifications.saved.content": "Οι αλλαγές σας στην πηγή περιεχομένου αυτής της συλλογής αποθηκεύτηκαν.", + "collection.edit.tabs.source.notifications.saved.title": "Η πηγή περιεχομένου αποθηκεύτηκε", + "collection.edit.tabs.source.title": "Επεξεργασία συλλογής - Πηγή περιεχομένου", + "collection.edit.template.add-button": "Προσθήκη", + "collection.edit.template.breadcrumbs": "πρότυπο τεκμηρίου", + "collection.edit.template.cancel": "Ακύρωση", + "collection.edit.template.delete-button": "Διαγραφή", + "collection.edit.template.edit-button": "Επεξεργασία", + "collection.edit.template.error": "Παρουσιάστηκε σφάλμα κατά την ανάκτηση του προτύπου του τεκμηρίου", + "collection.edit.template.head": "Επεξεργασία προτύπου τεκμηρίου για τη συλλογή \"{{ collection }}\"", + "collection.edit.template.label": "Πρότυπο τεκμηρίου", + "collection.edit.template.loading": "Φόρτωση προτύπου τεκμηρίου...", + "collection.edit.template.notifications.delete.error": "Η διαγραφή του προτύπου τεκμηρίου απέτυχε", + "collection.edit.template.notifications.delete.success": "Το πρότυπο τεκμηρίου διαγράφηκε με επιτυχία", + "collection.edit.template.title": "Επεξεργασία προτύπου τεκμηρίου", + "collection.form.abstract": "Σύντομη περιγραφή", + "collection.form.description": "Εισαγωγικό κείμενο (HTML)", + "collection.form.entityType": "Τύπος οντότητας", + "collection.form.errors.title.required": "Εισαγάγετε ένα όνομα συλλογής", + "collection.form.license": "Αδεια", + "collection.form.provenance": "Προέλευση", + "collection.form.rights": "Κείμενο πνευματικών δικαιωμάτων (HTML)", + "collection.form.tableofcontents": "Ειδήσεις (HTML)", + "collection.form.title": "Ονομα", + "collection.listelement.badge": "Συλλογή", + "collection.page.browse.recent.empty": "Δεν υπάρχουν τεκμήρια για εμφάνιση", + "collection.page.browse.recent.head": "Πρόσφατες Υποβολές", + "collection.page.edit": "Επεξεργαστείτε αυτήν τη συλλογή", + "collection.page.handle": "Μόνιμο URI για αυτήν τη συλλογή", + "collection.page.license": "Αδεια", + "collection.page.news": "Νέα", + "collection.select.confirm": "Επιβεβαιώστε την επιλογή", + "collection.select.empty": "Δεν υπάρχουν συλλογές προς εμφάνιση", + "collection.select.table.title": "Τίτλος", + "collection.source.controls.harvest.last": "Τελευταία συγκομιδή:", + "collection.source.controls.harvest.message": "Πληροφορίες συγκομιδής:", + "collection.source.controls.harvest.no-information": "N/A", + "collection.source.controls.harvest.start": "Ώρα έναρξης συγκομιδής:", + "collection.source.controls.harvest.status": "Κατάσταση συγκομιδής:", + "collection.source.controls.head": "Έλεγχοι συγκομιδής", + "collection.source.controls.import.completed": "Η εισαγωγή ολοκληρώθηκε", + "collection.source.controls.import.failed": "Παρουσιάστηκε σφάλμα κατά την εισαγωγή", + "collection.source.controls.import.running": "Εισαγωγή...", + "collection.source.controls.import.submit": "Εισαγωγή τώρα", + "collection.source.controls.import.submit.error": "Κάτι πήγε στραβά με την έναρξη της εισαγωγής", + "collection.source.controls.import.submit.success": "Η εισαγωγή ξεκίνησε με επιτυχία", + "collection.source.controls.reset.completed": "Η επαναφορά και η επανεισαγωγή ολοκληρώθηκαν", + "collection.source.controls.reset.failed": "Παρουσιάστηκε σφάλμα κατά την επαναφορά και την επανεισαγωγή", + "collection.source.controls.reset.running": "Επαναφορά και επανεισαγωγή...", + "collection.source.controls.reset.submit": "Επαναφορά και επανεισαγωγή", + "collection.source.controls.reset.submit.error": "Κάτι πήγε στραβά με την εκκίνηση της επαναφοράς και της επανεισαγωγής", + "collection.source.controls.reset.submit.success": "Η επαναφορά και η επανεισαγωγή ξεκίνησαν με επιτυχία", + "collection.source.controls.test.completed": "Το σενάριο για τη δοκιμή των ρυθμίσεων ολοκληρώθηκε με επιτυχία", + "collection.source.controls.test.failed": "Το σενάριο για τον έλεγχο των ρυθμίσεων απέτυχε", + "collection.source.controls.test.running": "Έλεγχος παραμετροποίησης...", + "collection.source.controls.test.submit": "Η παραμετροποίηση ελέγχεται", + "collection.source.controls.test.submit.error": "Κάτι πήγε στραβά με την έναρξη του ελέγχου των ρυθμίσεων", + "collection.source.update.notifications.error.content": "Οι παρεχόμενες ρυθμίσεις έχουν ελεχθεί και δεν λειτούργησαν.", + "collection.source.update.notifications.error.title": "Σφάλμα Διακομιστή", + "comcol-role.edit.bitstream_read.anonymous-group": "Η προεπιλεγμένη ανάγνωση για εισερχόμενα αρχεία έχει οριστεί αυτήν τη στιγμή σε Ανώνυμη.", + "comcol-role.edit.bitstream_read.description": "Οι διαχειριστές της κοινότητας μπορούν να δημιουργήσουν υποκοινότητες ή συλλογές και να διαχειρίζονται ή να αναθέτουν διαχείριση για αυτές τις υποκοινότητες ή συλλογές. Επιπλέον, αποφασίζουν ποιος μπορεί να υποβάλει τεκμήρια σε οποιεσδήποτε υποσυλλογές, να επεξεργαστεί τα μεταδεδομένα των τεκμηρίων (μετά την υποβολή) και να προσθέσει (αντιστοιχίσει) υπάρχοντα τεκμήρια από άλλες συλλογές (υπόκειται σε εξουσιοδότηση).", + "comcol-role.edit.bitstream_read.name": "Προεπιλεγμένη πρόσβαση ανάγνωσης αρχείου", + "comcol-role.edit.collection-admin.description": "Οι διαχειριστές της συλλογής αποφασίζουν ποιος μπορεί να υποβάλει τεκμήρια στη συλλογή, να επεξεργαστεί τα μεταδεδομένα των τεκμηρίων (μετά την υποβολή) και να προσθέσει (αντιστοιχίσει) υπάρχοντα τεκμήρια από άλλες συλλογές σε αυτήν τη συλλογή (με την επιφύλαξη εξουσιοδότησης για αυτήν τη συλλογή).", + "comcol-role.edit.collection-admin.name": "Διαχειριστές", + "comcol-role.edit.community-admin.description": "Οι διαχειριστές της κοινότητας μπορούν να δημιουργήσουν υποκοινότητες ή συλλογές και να διαχειρίζονται ή να αναθέτουν διαχείριση για αυτές τις υποκοινότητες ή συλλογές. Επιπλέον, αποφασίζουν ποιος μπορεί να υποβάλει τεκμήρια σε οποιεσδήποτε υποσυλλογές, να επεξεργαστεί τα μεταδεδομένα των τεκμηρίων (μετά την υποβολή) και να προσθέσει (αντιστοιχίσει) υπάρχοντα τεκμήρια από άλλες συλλογές (υπόκειται σε εξουσιοδότηση).", + "comcol-role.edit.community-admin.name": "Διαχειριστές", + "comcol-role.edit.create": "Δημιουργώ", + "comcol-role.edit.create.error.title": "Αποτυχία δημιουργίας ομάδας για τον ρόλο \"{{ role }}\".", + "comcol-role.edit.delete": "Διαγραφή", + "comcol-role.edit.delete.error.title": "Απέτυχε η διαγραφή της ομάδας ρόλων \"{{ role }}\".", + "comcol-role.edit.editor.description": "Οι συντάκτες μπορούν να επεξεργαστούν τα μεταδεδομένα των εισερχόμενων υποβολών και, στη συνέχεια, να τις αποδεχτούν ή να τις απορρίψουν.", + "comcol-role.edit.editor.name": "Συντάκτες", + "comcol-role.edit.finaleditor.description": "Οι τελικοί συντάκτες μπορούν να επεξεργαστούν τα μεταδεδομένα των εισερχόμενων υποβολών, αλλά δεν θα μπορούν να τα απορρίψουν.", + "comcol-role.edit.finaleditor.name": "Τελικοί συντάκτες", + "comcol-role.edit.item_read.anonymous-group": "Η προεπιλεγμένη ανάγνωση για τα εισερχόμενα τεκμήρια έχει οριστεί σε Ανώνυμο.", + "comcol-role.edit.item_read.description": "Οι χρήστες και οι ομάδες με δικαίωμα read σε νέα τεκμήρια που υποβάλλονται στη συλλογή. Οι αλλαγές σε αυτόν τον ρόλο δεν έχουν αναδρομική ισχύ. Τα υπάρχοντα τεκμήρια στο σύστημα θα εξακολουθούν να είναι ορατά από όσους είχαν πρόσβαση ανάγνωσης τη στιγμή της προσθήκης τους.", + "comcol-role.edit.item_read.name": "Προεπιλεγμένη πρόσβαση για ανάγνωση τεκμηρίων", + "comcol-role.edit.no-group": "Κανένας", + "comcol-role.edit.restrict": "Περιορίζω", + "comcol-role.edit.reviewer.description": "Οι αξιολογητές μπορούν να αποδεχτούν ή να απορρίψουν εισερχόμενες υποβολές. Ωστόσο, δεν είναι σε θέση να επεξεργαστούν τα μεταδεδομένα της υποβολής.", + "comcol-role.edit.reviewer.name": "Αναθεωρητές", + "comcol-role.edit.submitters.description": "Οι χρήστες και οι ομάδες που έχουν άδεια να υποβάλουν νέα τεκμήρια σε αυτήν τη συλλογή.", + "comcol-role.edit.submitters.name": "Υποβολείς", + "community.all-lists.head": "Υποκοινότητες και Συλλογές", + "community.create.head": "Δημιουργήστε μια Κοινότητα", + "community.create.notifications.success": "Δημιουργήθηκε με επιτυχία η Κοινότητα", + "community.create.sub-head": "Δημιουργία υποκοινότητας για την κοινότητα {{ parent }}", + "community.curate.header": "Επιμέλεια κοινότητας: {{community}}", + "community.delete.cancel": "Ακύρωση", + "community.delete.confirm": "Επιβεβαίωση", + "community.delete.head": "Διαγραφή Κοινότητας", + "community.delete.notification.fail": "Δεν ήταν δυνατή η διαγραφή της κοινότητας", + "community.delete.notification.success": "Η κοινότητα διαγράφηκε με επιτυχία", + "community.delete.processing": "Διαγραφή...", + "community.delete.text": "Είστε βέβαιοι ότι θέλετε να διαγράψετε την κοινότητα \"{{ dso }}\"", + "community.edit.breadcrumbs": "Επεξεργασία Κοινότητας", + "community.edit.delete": "Διαγραφή αυτής της κοινότητας", + "community.edit.head": "Επεξεργασία Κοινότητας", + "community.edit.logo.delete-undo.title": "Αναίρεση διαγραφής", + "community.edit.logo.delete.title": "Διαγραφή λογότυπου", + "community.edit.logo.label": "Λογότυπο κοινότητας", + "community.edit.logo.notifications.add.error": "Η μεταφόρτωση του λογότυπου της Κοινότητας απέτυχε. Επαληθεύστε το περιεχόμενο πριν προσπαθήσετε ξανά.", + "community.edit.logo.notifications.add.success": "Επιτυχής μεταφόρτωση λογότυπου Κοινότητας.", + "community.edit.logo.notifications.delete.error.title": "Σφάλμα κατά τη διαγραφή του λογότυπου", + "community.edit.logo.notifications.delete.success.content": "Το λογότυπο της κοινότητας διαγράφηκε με επιτυχία", + "community.edit.logo.notifications.delete.success.title": "Το λογότυπο διαγράφηκε", + "community.edit.logo.upload": "Σύρετε ένα λογότυπο κοινότητας για μεταφόρτωση", + "community.edit.notifications.error": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία της Κοινότητας", + "community.edit.notifications.success": "Έγινε επιτυχής επεξεργασία της Κοινότητας", + "community.edit.notifications.unauthorized": "Δεν έχετε τα προνόμια να κάνετε αυτήν την αλλαγή", + "community.edit.return": "Επιστροφή", + "community.edit.tabs.authorizations.head": "Εξουσιοδοτήσεις", + "community.edit.tabs.authorizations.title": "Επεξεργασία κοινότητας - Εξουσιοδοτήσεις", + "community.edit.tabs.curate.head": "Βοηθός ιερέα", + "community.edit.tabs.curate.title": "Επεξεργασία κοινότητας - Επιμέλεια", + "community.edit.tabs.metadata.head": "Επεξεργασία Μεταδεδομένων", + "community.edit.tabs.metadata.title": "Επεξεργασία κοινότητας - Μεταδεδομένα", + "community.edit.tabs.roles.head": "Αναθέστε ρόλους", + "community.edit.tabs.roles.title": "Επεξεργασία κοινότητας - Ρόλοι", + "community.form.abstract": "Σύντομη περιγραφή", + "community.form.description": "Εισαγωγικό κείμενο (HTML)", + "community.form.errors.title.required": "Εισαγάγετε ένα όνομα κοινότητας", + "community.form.rights": "Κείμενο πνευματικών δικαιωμάτων (HTML)", + "community.form.tableofcontents": "Ειδήσεις (HTML)", + "community.form.title": "Ονομα", + "community.listelement.badge": "Κοινότητα", + "community.page.edit": "Επεξεργαστείτε αυτήν την κοινότητα", + "community.page.handle": "Μόνιμο URI για αυτήν την κοινότητα", + "community.page.license": "Αδεια", + "community.page.news": "Νέα", + "community.sub-collection-list.head": "Συλλογές αυτής της Κοινότητας", + "community.sub-community-list.head": "Κοινότητες αυτής της Κοινότητας", + "communityList.breadcrumbs": "Λίστα κοινότητας", + "communityList.showMore": "Δείτε περισσότερα", + "communityList.tabTitle": "Λίστα κοινότητας", + "communityList.title": "Κατάλογος Κοινοτήτων", + "confirmation-modal.delete-eperson.cancel": "Ακύρωση", + "confirmation-modal.delete-eperson.confirm": "Διαγραφή", + "confirmation-modal.delete-eperson.header": "Διαγραφή EPerson \"{{ dsoName }}\"", + "confirmation-modal.delete-eperson.info": "Είστε βέβαιοι ότι θέλετε να διαγράψετε το EPerson \"{{ dsoName }}\"", + "confirmation-modal.delete-profile.cancel": "Ακύρωση", + "confirmation-modal.delete-profile.confirm": "Διαγραφή", + "confirmation-modal.delete-profile.header": "Διαγραφή προφίλ", + "confirmation-modal.delete-profile.info": "Είστε βέβαιοι ότι θέλετε να διαγράψετε το προφίλ σας", + "confirmation-modal.export-metadata.cancel": "Ακύρωση", + "confirmation-modal.export-metadata.confirm": "Εξαγωγή", + "confirmation-modal.export-metadata.header": "Εξαγωγή μεταδεδομένων για {{ dsoName }}", + "confirmation-modal.export-metadata.info": "Είστε βέβαιοι ότι θέλετε να εξαγάγετε μεταδεδομένα για το {{ dsoName }}", + "cookies.consent.accept-all": "Αποδοχή όλων", + "cookies.consent.accept-selected": "Αποδοχή επιλεγμένων", + "cookies.consent.app.description.acknowledgement": "Απαιτείται για την αποθήκευση των επιβεβαιώσεων και των συγκατάθεσών σας", + "cookies.consent.app.description.authentication": "Απαιτείται για τη σύνδεσή σας", + "cookies.consent.app.description.google-analytics": "Μας επιτρέπει να παρακολουθούμε στατιστικά δεδομένα", + "cookies.consent.app.description.preferences": "Απαιτείται για την αποθήκευση των προτιμήσεών σας", + "cookies.consent.app.opt-out.description": "Αυτή η εφαρμογή έχει φορτωθεί από προεπιλογή (αλλά μπορείτε να εξαιρεθείτε)", + "cookies.consent.app.opt-out.title": "(εξαίρεση)", + "cookies.consent.app.purpose": "σκοπός", + "cookies.consent.app.required.description": "Αυτή η εφαρμογή είναι πάντα απαραίτητη", + "cookies.consent.app.required.title": "(πάντα υποχρεωτικό)", + "cookies.consent.app.title.acknowledgement": "Αναγνώριση", + "cookies.consent.app.title.authentication": "Αυθεντικοποίηση", + "cookies.consent.app.title.google-analytics": "Google Analytics", + "cookies.consent.app.title.preferences": "Προτιμήσεις", + "cookies.consent.close": "Κλείσε", + "cookies.consent.content-modal.description": "Εδώ μπορείτε να δείτε και να προσαρμόσετε τις πληροφορίες που συλλέγουμε για εσάς.", + "cookies.consent.content-modal.privacy-policy.name": "πολιτική απορρήτου", + "cookies.consent.content-modal.privacy-policy.text": "Για να μάθετε περισσότερα, διαβάστε την {Πολιτική απορρήτου} μας.", + "cookies.consent.content-modal.title": "Πληροφορίες που συλλέγουμε", + "cookies.consent.content-notice.description": "Συλλέγουμε και επεξεργαζόμαστε τα προσωπικά σας στοιχεία για τους ακόλουθους σκοπούς: Έλεγχος ταυτότητας, Προτιμήσεις, Αναγνώριση και Στατιστικά.
Για να μάθετε περισσότερα, διαβάστε την {privacyPolicy} μας.", + "cookies.consent.content-notice.description.no-privacy": "Συλλέγουμε και επεξεργαζόμαστε τα προσωπικά σας στοιχεία για τους ακόλουθους σκοπούς: Έλεγχος ταυτότητας, Προτιμήσεις, Αναγνώριση και Στατιστικά.", + "cookies.consent.content-notice.learnMore": "Προσαρμογή", + "cookies.consent.decline": "Απόρριψη", + "cookies.consent.purpose.functional": "Λειτουργικός", + "cookies.consent.purpose.statistical": "Στατιστικός", + "cookies.consent.update": "Υπήρξαν αλλαγές από την τελευταία σας επίσκεψη, ενημερώστε τη συγκατάθεσή σας.", + "curation-task.task.checklinks.label": "Ελέγξτε τους συνδέσμους στα μεταδεδομένα", + "curation-task.task.noop.label": "ΝΟΟΠ", + "curation-task.task.profileformats.label": "Προφίλ Μορφοτύπων Αρχείων", + "curation-task.task.requiredmetadata.label": "Ελέγξτε για Απαιτούμενα Μεταδεδομένα", + "curation-task.task.translate.label": "Μεταφραστής της Microsoft", + "curation-task.task.vscan.label": "Ελεγχος για ιούς", + "curation.form.handle.hint": "Συμβουλή: Εισαγάγετε [your-handle-prefix]/0 για να εκτελέσετε μια εργασία σε ολόκληρο τον ιστότοπο (μπορεί να μην υποστηρίζουν όλες οι εργασίες αυτήν τη δυνατότητα)", + "curation.form.handle.label": "Handle:", + "curation.form.submit": "Αρχή", + "curation.form.submit.error.content": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια έναρξης της εργασίας επιμέλειας.", + "curation.form.submit.error.head": "Η εκτέλεση της εργασίας επιμέλειας απέτυχε", + "curation.form.submit.error.invalid-handle": "Δεν ήταν δυνατός ο προσδιορισμός Handle για αυτό το τεκμήριο", + "curation.form.submit.success.content": "Θα ανακατευθυνθείτε στην αντίστοιχη σελίδα διαδικασίας.", + "curation.form.submit.success.head": "Η εργασία επιμέλειας ξεκίνησε με επιτυχία", + "curation.form.task-select.label": "Εργο:", + "default-relationships.search.results.head": "Αποτελέσματα αναζήτησης", + "default.search.results.head": "Αποτελέσματα αναζήτησης", + "deny-request-copy.email.message": "Αγαπητέ {{ recipientName }},\nΩς απάντηση στο αίτημά σας, με λύπη σας ενημερώνω ότι δεν είναι δυνατό να σας αποσταλεί αντίγραφο των αρχείων που ζητήσατε, σχετικά με το έγγραφο: \"{{ itemUrl }}\" ({{ itemName }}), εκ των οποίων Είμαι συγγραφέας.\n\nΤις καλύτερες ευχές,\n{{ authorName }} <{{ authorEmail }}>", + "deny-request-copy.email.subject": "Ζητήστε αντίγραφο εγγράφου", + "deny-request-copy.error": "Παρουσιάστηκε σφάλμα", + "deny-request-copy.header": "Απόρριψη αιτήματος αντιγραφής εγγράφου", + "deny-request-copy.intro": "Αυτό το μήνυμα θα σταλεί στον αιτούντα του αιτήματος", + "deny-request-copy.success": "Απορρίφθηκε επιτυχώς το αίτημα τεκμηρίου", + "dso-selector.claim.item.body": "Αυτά είναι υπάρχοντα προφίλ που μπορεί να σχετίζονται με εσάς. Εάν αναγνωρίζετε τον εαυτό σας σε ένα από αυτά τα προφίλ, επιλέξτε το και στη σελίδα λεπτομερειών, ανάμεσα στις επιλογές, επιλέξτε να το διεκδικήσετε. Διαφορετικά, μπορείτε να δημιουργήσετε ένα νέο προφίλ από την αρχή χρησιμοποιώντας το παρακάτω κουμπί.", + "dso-selector.claim.item.create-from-scratch": "Δημιουργήστε ένα νέο", + "dso-selector.claim.item.head": "Συμβουλές προφίλ", + "dso-selector.claim.item.not-mine-label": "Κανένα από αυτά δεν είναι δικό μου", + "dso-selector.create.collection.head": "Νέα συλλογή", + "dso-selector.create.collection.sub-level": "Δημιουργήστε μια νέα συλλογή στο", + "dso-selector.create.community.head": "Νέα κοινότητα", + "dso-selector.create.community.sub-level": "Δημιουργήστε μια νέα κοινότητα στο", + "dso-selector.create.community.top-level": "Δημιουργήστε μια νέα κοινότητα ανώτατου επιπέδου", + "dso-selector.create.item.head": "Νέο τεκμήριο", + "dso-selector.create.item.sub-level": "Δημιουργήστε ένα νέο τεκμήριο στο", + "dso-selector.create.submission.head": "Νέα υποβολή", + "dso-selector.edit.collection.head": "Επεξεργασία συλλογής", + "dso-selector.edit.community.head": "Επεξεργασία κοινότητας", + "dso-selector.edit.item.head": "Επεξεργασία τεκμηρίου", + "dso-selector.error.title": "Παρουσιάστηκε σφάλμα κατά την αναζήτηση ενός {{ type }}", + "dso-selector.export-metadata.dspaceobject.head": "Εξαγωγή μεταδεδομένων από", + "dso-selector.no-results": "Δεν βρέθηκε {{ type }}", + "dso-selector.placeholder": "Αναζήτηση για ένα {{ type }}", + "dso-selector.select.collection.head": "Επιλέξτε μια συλλογή", + "dso-selector.set-scope.community.button": "Αναζήτηση σε όλο το DSpace", + "dso-selector.set-scope.community.head": "Επιλέξτε ένα εύρος αναζήτησης", + "dso-selector.set-scope.community.input-header": "Αναζήτηση κοινότητας ή συλλογής", + "dso.name.untitled": "Χωρίς τίτλο", + "error-page.description.401": "ανεξουσιοδότητος", + "error-page.description.403": "απαγορευμένος", + "error-page.description.404": "Η σελίδα δεν βρέθηκε", + "error-page.description.500": "Μη διαθέσιμη υπηρεσία", + "error-page.orcid.generic-error": "Παρουσιάστηκε σφάλμα κατά τη σύνδεση μέσω ORCID. Βεβαιωθείτε ότι έχετε μοιραστεί τη διεύθυνση email του λογαριασμού σας ORCID με το DSpace. Εάν το σφάλμα παραμένει, επικοινωνήστε με τον διαχειριστή", + "error.bitstream": "Σφάλμα κατά την ανάκτηση αρχείου", + "error.browse-by": "Σφάλμα κατά την ανάκτηση τεκμηρίων", + "error.collection": "Σφάλμα κατά την ανάκτηση της συλλογής", + "error.collections": "Σφάλμα κατά την ανάκτηση συλλογών", + "error.community": "Σφάλμα κατά την ανάκτηση της κοινότητας", + "error.default": "Λάθος", + "error.identifier": "Δεν βρέθηκε τεκμήριο για το αναγνωριστικό", + "error.invalid-search-query": "Το ερώτημα αναζήτησης δεν είναι έγκυρο. Ελέγξτε τις βέλτιστες πρακτικές Σύνταξη ερωτήματος Solr για περισσότερες πληροφορίες σχετικά με αυτό το σφάλμα .", + "error.item": "Σφάλμα κατά την ανάκτηση του τεκμηρίου", + "error.items": "Σφάλμα κατά την ανάκτηση τεκμηρίων", + "error.objects": "Σφάλμα κατά την ανάκτηση αντικειμένων", + "error.recent-submissions": "Σφάλμα κατά την ανάκτηση πρόσφατων υποβολών", + "error.search-results": "Σφάλμα κατά την ανάκτηση των αποτελεσμάτων αναζήτησης", + "error.sub-collections": "Σφάλμα κατά την ανάκτηση υποσυλλογών", + "error.sub-communities": "Σφάλμα κατά την ανάκτηση υποκοινοτήτων", + "error.submission.sections.init-form-error": "Παρουσιάστηκε σφάλμα κατά την προετοιμασία ενότητας, ελέγξτε τη διαμόρφωση της φόρμας εισαγωγής. Λεπτομέρειες είναι παρακάτω:

", + "error.top-level-communities": "Σφάλμα κατά την ανάκτηση κοινοτήτων ανώτατου επιπέδου", + "error.validation.NotValidEmail": "Αυτό το e-mail δεν είναι έγκυρο email", + "error.validation.emailTaken": "Αυτό το e-mail έχει ήδη ληφθεί", + "error.validation.filerequired": "Η αποστολή του αρχείου είναι υποχρεωτική", + "error.validation.groupExists": "Αυτή η ομάδα υπάρχει ήδη", + "error.validation.license.notgranted": "Πρέπει να χορηγήσετε αυτήν την άδεια για να ολοκληρώσετε την υποβολή σας. Εάν δεν μπορείτε να εκχωρήσετε αυτήν την άδεια αυτήν τη στιγμή, μπορείτε να αποθηκεύσετε την εργασία σας και να επιστρέψετε αργότερα ή να καταργήσετε την υποβολή.", + "error.validation.pattern": "Αυτή η είσοδος περιορίζεται από το τρέχον μοτίβο: {{ pattern }}.", + "error.validation.required": "Αυτό το πεδίο είναι υποχρεωτικό", + "feed.description": "Συνδικάτο τροφοδοσία", + "file-section.error.header": "Σφάλμα κατά τη λήψη αρχείων για αυτό το τεκμήριο", + "footer.copyright": "πνευματικά δικαιώματα © 2002-{{ year }}", + "footer.link.cookies": "Ρυθμίσεις cookie", + "footer.link.dspace": "Λογισμικό DSpace", + "footer.link.end-user-agreement": "Συμφωνία Τελικού Χρήστη", + "footer.link.feedback": "Στείλετε τα σχόλιά σας", + "footer.link.lyrasis": "LYRASIS", + "footer.link.privacy-policy": "Πολιτική απορρήτου", + "forgot-email.form.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου *", + "forgot-email.form.email.error.pattern": "Συμπληρώστε μια έγκυρη διεύθυνση email", + "forgot-email.form.email.error.required": "Συμπληρώστε μια διεύθυνση email", + "forgot-email.form.email.hint": "Θα σταλεί ένα email σε αυτή τη διεύθυνση με περαιτέρω οδηγίες.", + "forgot-email.form.error.content": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια επαναφοράς του κωδικού πρόσβασης για τον λογαριασμό που σχετίζεται με την ακόλουθη διεύθυνση ηλεκτρονικού ταχυδρομείου: {{ email }}", + "forgot-email.form.error.head": "Σφάλμα κατά την προσπάθεια επαναφοράς του κωδικού πρόσβασης", + "forgot-email.form.header": "Ξεχάσατε τον κωδικό", + "forgot-email.form.info": "Εισαγάγετε τη διεύθυνση email που σχετίζεται με τον λογαριασμό.", + "forgot-email.form.submit": "Επαναφέρετε τον κωδικό πρόσβασης", + "forgot-email.form.success.content": "Έχει σταλεί ένα μήνυμα ηλεκτρονικού ταχυδρομείου στη διεύθυνση {{ email }} που περιέχει μια ειδική διεύθυνση URL και περαιτέρω οδηγίες.", + "forgot-email.form.success.head": "Στάλθηκε email επαναφοράς κωδικού πρόσβασης", + "forgot-password.form.card.security": "Ασφάλεια", + "forgot-password.form.error.empty-password": "Εισαγάγετε έναν κωδικό πρόσβασης στο παρακάτω πλαίσιο.", + "forgot-password.form.error.matching-passwords": "Οι κωδικοί δεν ταιριάζουν.", + "forgot-password.form.error.password-length": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", + "forgot-password.form.head": "Ξεχάσατε τον κωδικό", + "forgot-password.form.identification.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου:", + "forgot-password.form.identification.header": "Αναγνωρίζω", + "forgot-password.form.info": "Εισαγάγετε έναν νέο κωδικό πρόσβασης στο παρακάτω πλαίσιο και επιβεβαιώστε τον πληκτρολογώντας τον ξανά στο δεύτερο πλαίσιο. Θα πρέπει να αποτελείται από τουλάχιστον έξι χαρακτήρες.", + "forgot-password.form.label.password": "Κωδικός πρόσβασης", + "forgot-password.form.label.passwordrepeat": "Πληκτρολογήστε ξανά για επιβεβαίωση", + "forgot-password.form.notification.error.title": "Σφάλμα κατά την προσπάθεια υποβολής νέου κωδικού πρόσβασης", + "forgot-password.form.notification.success.content": "Η επαναφορά του κωδικού πρόσβασης ήταν επιτυχής. Έχετε συνδεθεί ως ο χρήστης που δημιουργήθηκε.", + "forgot-password.form.notification.success.title": "Η επαναφορά του κωδικού πρόσβασης ολοκληρώθηκε", + "forgot-password.form.submit": "Υποβολή κωδικού πρόσβασης", + "forgot-password.title": "Ξεχάσατε τον κωδικό", + "form.add": "Πρόσθεσε περισσότερα", + "form.add-help": "Κάντε κλικ εδώ για να προσθέσετε την τρέχουσα καταχώρηση και για να προσθέσετε μια άλλη", + "form.cancel": "Ακύρωση", + "form.clear": "Καθαρισμός", + "form.clear-help": "Κάντε κλικ εδώ για να αφαιρέσετε την επιλεγμένη τιμή", + "form.discard": "Απόρριψη", + "form.drag": "Σέρνω", + "form.edit": "Επεξεργασία", + "form.edit-help": "Κάντε κλικ εδώ για να επεξεργαστείτε την επιλεγμένη τιμή", + "form.first-name": "Ονομα", + "form.group-collapse": "Σύμπτηξη", + "form.group-collapse-help": "Κάντε κλικ εδώ για σύμπτυξη", + "form.group-expand": "Επεκτείνουν", + "form.group-expand-help": "Κάντε κλικ εδώ για επέκταση και προσθήκη περισσότερων τεκμηρίων", + "form.last-name": "Επίθετο", + "form.loading": "Φόρτωση...", + "form.lookup": "Αναζήτηση", + "form.lookup-help": "Κάντε κλικ εδώ για να αναζητήσετε μια υπάρχουσα σχέση", + "form.no-results": "Δεν βρέθηκαν αποτελέσματα", + "form.no-value": "Δεν έχει καταχωρηθεί τιμή", + "form.remove": "Αφαίρεση", + "form.repeatable.sort.tip": "Σύρετε το τεκμήριο στη νέα θέση", + "form.save": "Αποθήκευση", + "form.save-help": "Αποθήκευσε τις αλλαγές", + "form.search": "Αναζήτηση", + "form.search-help": "Κάντε κλικ εδώ για να αναζητήσετε μια υπάρχουσα αλληλογραφία", + "form.submit": "Αποθήκευση", + "grant-deny-request-copy.deny": "Μη αποστολή αντιγράφου", + "grant-deny-request-copy.email.back": "Επιστροφή", + "grant-deny-request-copy.email.message": "Μήνυμα", + "grant-deny-request-copy.email.message.empty": "Παρακαλώ εισάγετε ένα μήνυμα", + "grant-deny-request-copy.email.permissions.info": "Μπορείτε να χρησιμοποιήσετε αυτήν την ευκαιρία για να επανεξετάσετε τους περιορισμούς πρόσβασης στο έγγραφο, για να αποφύγετε να απαντήσετε σε αυτά τα αιτήματα. Εάν θέλετε να ζητήσετε από τους διαχειριστές του αποθετηρίου να καταργήσουν αυτούς τους περιορισμούς, επιλέξτε το παρακάτω πλαίσιο.", + "grant-deny-request-copy.email.permissions.label": "Αλλαγή σε ανοιχτή πρόσβαση", + "grant-deny-request-copy.email.send": "Στείλετε", + "grant-deny-request-copy.email.subject": "Θέμα", + "grant-deny-request-copy.email.subject.empty": "Εισαγάγετε ένα θέμα", + "grant-deny-request-copy.grant": "Αποστολή αντιγράφου", + "grant-deny-request-copy.header": "Αίτημα αντιγραφής εγγράφου", + "grant-deny-request-copy.home-page": "Μετάβαση στην αρχική σελίδα", + "grant-deny-request-copy.intro1": "Εάν είστε ένας από τους συντάκτες του εγγράφου {{ name }}, χρησιμοποιήστε μία από τις παρακάτω επιλογές για να απαντήσετε στο αίτημα του χρήστη.", + "grant-deny-request-copy.intro2": "Αφού επιλέξετε μια επιλογή, θα σας παρουσιαστεί μια προτεινόμενη απάντηση μέσω email την οποία μπορείτε να επεξεργαστείτε.", + "grant-deny-request-copy.processed": "Αυτό το αίτημα έχει ήδη διεκπεραιωθεί. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", + "grant-request-copy.email.message": "Αγαπητέ {{ recipientName }},\nΩς απάντηση στο αίτημά σας, έχω τη χαρά να σας στείλω επισυναπτόμενο αντίγραφο του αρχείου(ων) που αφορά το έγγραφο: \"{{ itemUrl }}\" ({{ itemName }}), του οποίου είμαι συντάκτης.\n\nΤις καλύτερες ευχές,\n{{ authorName }} <{{ authorEmail }}>", + "grant-request-copy.email.subject": "Ζητήστε αντίγραφο εγγράφου", + "grant-request-copy.error": "Παρουσιάστηκε σφάλμα", + "grant-request-copy.header": "Αίτημα αντιγραφής παραχώρησης εγγράφου", + "grant-request-copy.intro": "Αυτό το μήνυμα θα σταλεί στον αιτούντα του αιτήματος. Το(τα) έγγραφο(α) που ζητήθηκαν θα επισυναφθούν.", + "grant-request-copy.success": "Το αίτημα τεκμηρίου εγκρίθηκε με επιτυχία", + "health-page.error.msg": "Η υπηρεσία ελέγχου υγείας δεν είναι διαθέσιμη προσωρινά", + "health-page.heading": "Υγεία", + "health-page.info-tab": "Πληροφορίες", + "health-page.property.status": "Κωδικός κατάστασης", + "health-page.section-info.app.title": "Εφαρμογή Backend", + "health-page.section-info.java.title": "Java", + "health-page.section.db.title": "Βάση δεδομένων", + "health-page.section.geoIp.title": "GeoIp", + "health-page.section.no-issues": "Δεν εντοπίστηκαν προβλήματα", + "health-page.section.solrAuthorityCore.title": "Solr: πυρήνας authority", + "health-page.section.solrOaiCore.title": "Solr: πυρήνας oai", + "health-page.section.solrSearchCore.title": "Solr: πυρήνας search", + "health-page.section.solrStatisticsCore.title": "Solr: πυρήνας statistics", + "health-page.status": "Κατάσταση", + "health-page.status-tab": "Κατάσταση", + "health-page.status.error.info": "Εντοπίστηκαν προβλήματα", + "health-page.status.ok.info": "Λειτουργικό", + "health-page.status.warning.info": "Εντοπίστηκαν πιθανά προβλήματα", + "health-page.title": "Υγεία", + "health.breadcrumbs": "Υγεία", + "home.breadcrumbs": "Αρχική", + "home.description": "", + "home.search-form.placeholder": "Αναζήτηση στο αποθετήριο...", + "home.title": "Αρχική", + "home.top-level-communities.head": "Κοινότητες στο DSpace", + "home.top-level-communities.help": "Επιλέξτε μια κοινότητα για να περιηγηθείτε στις συλλογές της.", + "idle-modal.extend-session": "Επέκταση συνεδρίας", + "idle-modal.header": "Η συνεδρία θα λήξει σύντομα", + "idle-modal.info": "Για λόγους ασφαλείας, οι περίοδοι σύνδεσης χρήστη λήγουν μετά από {{ timeToExpire }} λεπτά αδράνειας. Η συνεδρία σας θα λήξει σύντομα. Θέλετε να το επεκτείνετε ή να αποσυνδεθείτε;", + "idle-modal.log-out": "Αποσύνδεση", + "iiif.listelement.badge": "Μέσα εικόνας", + "iiif.page.description": "Περιγραφή:", + "iiif.page.doi": "Μόνιμος σύνδεσμος:", + "iiif.page.issue": "Θέμα:", + "iiif.page.titleprefix": "Εικόνα:", + "iiifsearchable.listelement.badge": "Μέσα εγγράφων", + "iiifsearchable.page.description": "Περιγραφή:", + "iiifsearchable.page.doi": "Μόνιμος σύνδεσμος:", + "iiifsearchable.page.issue": "Θέμα:", + "iiifsearchable.page.titleprefix": "Εγγραφο:", + "iiifviewer.fullscreen.notice": "Χρησιμοποιήστε πλήρη οθόνη για καλύτερη προβολή.", + "info.end-user-agreement.accept": "Έχω διαβάσει και συμφωνώ με τη Συμφωνία Τελικού Χρήστη", + "info.end-user-agreement.accept.error": "Παρουσιάστηκε σφάλμα κατά την αποδοχή της Συμφωνίας Τελικού Χρήστη", + "info.end-user-agreement.accept.success": "Η συμφωνία τελικού χρήστη ενημερώθηκε με επιτυχία", + "info.end-user-agreement.breadcrumbs": "Συμφωνία Τελικού Χρήστη", + "info.end-user-agreement.buttons.cancel": "Ακύρωση", + "info.end-user-agreement.buttons.save": "Αποθήκευση", + "info.end-user-agreement.head": "Συμφωνία Τελικού Χρήστη", + "info.end-user-agreement.title": "Συμφωνία Τελικού Χρήστη", + "info.feedback.breadcrumbs": "Ανατροφοδότηση", + "info.feedback.comments": "Σχόλια", + "info.feedback.create.success": "Τα σχόλια εστάλησαν με επιτυχία!", + "info.feedback.email-label": "Το ηλεκτρονικό σου ταχυδρομείο", + "info.feedback.email_help": "Αυτή η διεύθυνση θα χρησιμοποιηθεί για την παρακολούθηση των σχολίων σας.", + "info.feedback.error.email.required": "Μια έγκυρη διεύθυνση email απαιτείται", + "info.feedback.error.message.required": "Απαιτείται σχόλιο", + "info.feedback.head": "Ανατροφοδότηση", + "info.feedback.info": "Ευχαριστούμε που μοιραστήκατε τα σχόλιά σας σχετικά με το σύστημα DSpace. Τα σχόλιά σας εκτιμώνται!", + "info.feedback.page-label": "Σελίδα", + "info.feedback.page_help": "Αυτή η σελίδα σχετίζεται με τα σχόλιά σας", + "info.feedback.send": "Στείλετε τα σχόλιά σας", + "info.feedback.title": "Επικοινωνία", + "info.privacy.breadcrumbs": "Δήλωση προστασίας προσωπικών δεδομένων", + "info.privacy.head": "Δήλωση προστασίας προσωπικών δεδομένων", + "info.privacy.title": "Δήλωση προστασίας προσωπικών δεδομένων", + "item.alerts.private": "Αυτό το τεκμήριο δεν μπορεί να ανακαλυφθεί", + "item.alerts.withdrawn": "Αυτό το τεκμήριο έχει αποσυρθεί", + "item.badge.private": "Μη ανακαλυπτόμενο", + "item.badge.withdrawn": "Αποτραβηγμένος", + "item.bitstreams.upload.bundle": "Φάκελος/Πακέτο", + "item.bitstreams.upload.bundle.new": "Δημιουργία φακέλου/πακέτου", + "item.bitstreams.upload.bundle.placeholder": "Επιλέξτε ένα φάκελο/πακέτο ή εισαγάγετε νέο όνομα φακέλου/πακέτου", + "item.bitstreams.upload.bundles.empty": "Αυτό το τεκμήριο δεν περιέχει φακέλους/πακέτα για μεταφόρτωση αρχείων.", + "item.bitstreams.upload.cancel": "Ακύρωση", + "item.bitstreams.upload.drop-message": "Σύρετε ένα αρχείο για μεταφόρτωση", + "item.bitstreams.upload.item": "Τεκμήριο:", + "item.bitstreams.upload.notifications.bundle.created.content": "Ο νέος φάκελος/πακέτο δημιουργήθηκε με επιτυχία.", + "item.bitstreams.upload.notifications.bundle.created.title": "Δημιουργηθέν πακέτο", + "item.bitstreams.upload.notifications.upload.failed": "Η μεταφόρτωση απέτυχε. Επαληθεύστε το περιεχόμενο πριν προσπαθήσετε ξανά.", + "item.bitstreams.upload.title": "Μεταφόρτωση αρχείου", + "item.edit.authorizations.heading": "Με αυτό το πρόγραμμα επεξεργασίας μπορείτε να προβάλετε και να τροποποιήσετε τις πολιτικές μιας εγγραφής, καθώς και να τροποποιήσετε τις πολιτικές για μεμονωμένα τεκμήρια εγγραφών: φάκελους/πακέτα και αρχεία. Εν συντομία, μια εγγραφή είναι ένα κοντέινερ με φακέλους/πακέτα και οι φάκελοι/πακέτα είναι συλλέκτες αρχείων. Οι φάκελοι/πακέτα έχουν συνήθως πολιτικές ADD/REMOVE/READ/WRITE, ενώ τα αρχεία έχουν μόνο πολιτικές READ/WRITE.", + "item.edit.authorizations.title": "Επεξεργασία των πολιτικών του τεκμηρίου", + "item.edit.bitstreams.bundle.displaying": "Αυτήν τη στιγμή εμφανίζονται {{ amount }} αρχεία από {{ total }}.", + "item.edit.bitstreams.bundle.edit.buttons.upload": "Μεταφόρτωση", + "item.edit.bitstreams.bundle.load.all": "Φόρτωση όλων ({{ total }})", + "item.edit.bitstreams.bundle.load.more": "Φόρτωσε περισσότερα", + "item.edit.bitstreams.bundle.name": "Πακέτο/Φάκελος: {{ name }}", + "item.edit.bitstreams.discard-button": "Απορρίπτω", + "item.edit.bitstreams.edit.buttons.download": "Κατεβάστε", + "item.edit.bitstreams.edit.buttons.drag": "Σύρσιμο", + "item.edit.bitstreams.edit.buttons.edit": "Επεξεργασία", + "item.edit.bitstreams.edit.buttons.remove": "Αφαίρεση", + "item.edit.bitstreams.edit.buttons.undo": "Αναίρεση αλλαγών", + "item.edit.bitstreams.empty": "Αυτό το τεκμήριο δεν περιέχει αρχεία. Κάντε κλικ στο κουμπί αποστολής για να δημιουργήσετε ένα.", + "item.edit.bitstreams.headers.actions": "Ενέργειες", + "item.edit.bitstreams.headers.bundle": "Φάκελος/Πακέτο", + "item.edit.bitstreams.headers.description": "Περιγραφή", + "item.edit.bitstreams.headers.format": "Μορφότυπο", + "item.edit.bitstreams.headers.name": "Ονομα", + "item.edit.bitstreams.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", + "item.edit.bitstreams.notifications.discarded.title": "Οι αλλαγές απορρίφθηκαν", + "item.edit.bitstreams.notifications.move.failed.title": "Σφάλμα μετακίνησης αρχείων", + "item.edit.bitstreams.notifications.move.saved.content": "Οι αλλαγές μετακίνησής σας στα αρχεία και στους φακέλους/πακέτα αυτού του τεκμηρίου έχουν αποθηκευτεί.", + "item.edit.bitstreams.notifications.move.saved.title": "Η μετακίνηση αλλαγών αποθηκεύτηκε", + "item.edit.bitstreams.notifications.outdated.content": "Το τεκμήριο στο οποία εργάζεστε αυτήν τη στιγμή έχει αλλάξει από άλλον χρήστη. Οι τρέχουσες αλλαγές σας απορρίπτονται για την αποφυγή αντικρουόμενων αλλαγών", + "item.edit.bitstreams.notifications.outdated.title": "Οι αλλαγές είναι ξεπερασμένες (outdated)", + "item.edit.bitstreams.notifications.remove.failed.title": "Σφάλμα κατά τη διαγραφή bitstream", + "item.edit.bitstreams.notifications.remove.saved.content": "Οι αλλαγές κατάργησής σας στα αρχεία αυτού του τεκμηρίου έχουν αποθηκευτεί.", + "item.edit.bitstreams.notifications.remove.saved.title": "Οι αλλαγές κατάργησης αποθηκεύτηκαν", + "item.edit.bitstreams.reinstate-button": "Αναίρεση", + "item.edit.bitstreams.save-button": "Αποθήκευση", + "item.edit.bitstreams.upload-button": "Μεταφόρτωση", + "item.edit.breadcrumbs": "Επεξεργασία τεκμηρίου", + "item.edit.delete.cancel": "Ακύρωση", + "item.edit.delete.confirm": "Διαγραφή", + "item.edit.delete.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να διαγραφεί πλήρως; Προσοχή: Η ενέργεια αυτή είναι μη αντιστρέψιμη.", + "item.edit.delete.error": "Παρουσιάστηκε σφάλμα κατά τη διαγραφή του τεκμηρίου", + "item.edit.delete.header": "Διαγραφή τεκμηρίου: {{ id }}", + "item.edit.delete.success": "Το τεκμήριο έχει διαγραφεί", + "item.edit.head": "Επεξεργασία τεκμηρίου", + "item.edit.item-mapper.buttons.add": "Αντιστοιχίστε το τεκμήριο σε επιλεγμένες συλλογές", + "item.edit.item-mapper.buttons.remove": "Καταργήστε την αντιστοίχιση του τεκμηρίου σε επιλεγμένες συλλογές", + "item.edit.item-mapper.cancel": "Ακύρωση", + "item.edit.item-mapper.description": "Αυτό είναι το εργαλείο αντιστοίχισης τεκμηρίων που επιτρέπει στους διαχειριστές να αντιστοιχίσουν αυτό το τεκμήριο σε άλλες συλλογές. Μπορείτε να αναζητήσετε συλλογές και να τις αντιστοιχίσετε ή να περιηγηθείτε στη λίστα των συλλογών στις οποίες έχει αντιστοιχιστεί η εγγραφή αυτήν τη στιγμή.", + "item.edit.item-mapper.head": "Αντιστοίχιση τεκμηρίων - Αντιστοίχιση τεκμηρίων σε συλλογές", + "item.edit.item-mapper.item": "Τεκμήριο: \"{{name}}\"", + "item.edit.item-mapper.no-search": "Εισαγάγετε ένα ερώτημα για αναζήτηση", + "item.edit.item-mapper.notifications.add.error.content": "Παρουσιάστηκαν σφάλματα για την αντιστοίχιση του τεκμηρίου σε συλλογές {{amount}}.", + "item.edit.item-mapper.notifications.add.error.head": "Σφάλματα αντιστοίχησης", + "item.edit.item-mapper.notifications.add.success.content": "Αντιστοιχίστηκε με επιτυχία το τεκμήριο σε {{amount}} συλλογές.", + "item.edit.item-mapper.notifications.add.success.head": "Η αντιστοίχηση ολοκληρώθηκε", + "item.edit.item-mapper.notifications.remove.error.content": "Παρουσιάστηκαν σφάλματα κατά την κατάργηση της αντιστοίχισης σε {{amount}} συλλογές.", + "item.edit.item-mapper.notifications.remove.error.head": "Αφαίρεση σφαλμάτων αντιστοίχησης", + "item.edit.item-mapper.notifications.remove.success.content": "Καταργήθηκε με επιτυχία η αντιστοίχιση του τεκμηρίου σε συλλογές {{amount}}.", + "item.edit.item-mapper.notifications.remove.success.head": "Ολοκληρώθηκε η αφαίρεση της αντιστοίχησης", + "item.edit.item-mapper.search-form.placeholder": "Αναζήτηση συλλογών...", + "item.edit.item-mapper.tabs.browse": "Περιηγηθείτε στις αντιστοιχισμένες συλλογές", + "item.edit.item-mapper.tabs.map": "Αντιστοίχιση νέων συλλογών", + "item.edit.metadata.add-button": "Προσθήκη", + "item.edit.metadata.discard-button": "Απόρριψη", + "item.edit.metadata.edit.buttons.edit": "Επεξεργασία", + "item.edit.metadata.edit.buttons.remove": "Αφαίρεση", + "item.edit.metadata.edit.buttons.undo": "Αναίρεση αλλαγών", + "item.edit.metadata.edit.buttons.unedit": "Σταματήστε την επεξεργασία", + "item.edit.metadata.empty": "Το τεκμήριο προς το παρόν δεν περιέχει μεταδεδομένα. Κάντε κλικ στην Προσθήκη για να αρχίσετε να προσθέτετε μια τιμή μεταδεδομένων.", + "item.edit.metadata.headers.edit": "Επεξεργασία", + "item.edit.metadata.headers.field": "Πεδίο", + "item.edit.metadata.headers.language": "Γλώσσα", + "item.edit.metadata.headers.value": "Τιμή", + "item.edit.metadata.metadatafield.invalid": "Επιλέξτε ένα έγκυρο πεδίο μεταδεδομένων", + "item.edit.metadata.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", + "item.edit.metadata.notifications.discarded.title": "Οι αλλαγές απορρίφθηκαν", + "item.edit.metadata.notifications.error.title": "Παρουσιάστηκε σφάλμα", + "item.edit.metadata.notifications.invalid.content": "Οι αλλαγές σας δεν αποθηκεύτηκαν. Βεβαιωθείτε ότι όλα τα πεδία είναι έγκυρα προτού αποθηκεύσετε.", + "item.edit.metadata.notifications.invalid.title": "Μη έγκυρα μεταδεδομένα", + "item.edit.metadata.notifications.outdated.content": "Το τεκμήριο στο οποίο εργάζεστε αυτήν τη στιγμή έχει αλλάξει από άλλον χρήστη. Οι τρέχουσες αλλαγές σας απορρίπτονται για την αποφυγή διενέξεων", + "item.edit.metadata.notifications.outdated.title": "Τροποποιήθηκε (outdated)", + "item.edit.metadata.notifications.saved.content": "Οι αλλαγές σας στα μεταδεδομένα αυτού του τεκμηρίου αποθηκεύτηκαν.", + "item.edit.metadata.notifications.saved.title": "Τα μεταδεδομένα αποθηκεύτηκαν", + "item.edit.metadata.reinstate-button": "Επαναφορά", + "item.edit.metadata.save-button": "Αποθήκευση", + "item.edit.modify.overview.field": "Πεδίο", + "item.edit.modify.overview.language": "Γλώσσα", + "item.edit.modify.overview.value": "Τιμή", + "item.edit.move.cancel": "Επιστροφή", + "item.edit.move.description": "Επιλέξτε τη συλλογή στην οποία θέλετε να μετακινήσετε αυτό το τεκμήριο. Για να περιορίσετε τη λίστα των εμφανιζόμενων συλλογών, μπορείτε να εισαγάγετε ένα ερώτημα αναζήτησης στο πλαίσιο.", + "item.edit.move.discard-button": "Απόρριψη", + "item.edit.move.error": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια μετακίνησης του τεκμηρίου", + "item.edit.move.head": "Μετακίνηση τεκμηρίου: {{id}}", + "item.edit.move.inheritpolicies.checkbox": "Inherited πολιτικές", + "item.edit.move.inheritpolicies.description": "Μεταβιβάστε τις προεπιλεγμένες πολιτικές της συλλογής προορισμού", + "item.edit.move.move": "Μετακίνηση", + "item.edit.move.processing": "Μετακίνηση...", + "item.edit.move.save-button": "Αποθήκευση", + "item.edit.move.search.placeholder": "Εισαγάγετε ένα ερώτημα αναζήτησης για να ψάξετε συλλογές", + "item.edit.move.success": "Το τεκμήριο έχει μετακινηθεί με επιτυχία", + "item.edit.move.title": "Μετακίνηση τεκμηρίου", + "item.edit.private.cancel": "Ακύρωση", + "item.edit.private.confirm": "Κάντε το ιδιωτικό", + "item.edit.private.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να είναι μη ανακαλύψιμο στο αποθετήριο;", + "item.edit.private.error": "Παρουσιάστηκε σφάλμα κατά τη μετατροπή του τεκμηρίου σε ιδιωτικό", + "item.edit.private.header": "Κάντε το τεκμήριο ιδιωτικό: {{ id }}", + "item.edit.private.success": "Το τεκμήριο δεν μπορεί πλέον να ανακαλυφθεί", + "item.edit.public.cancel": "Ακύρωση", + "item.edit.public.confirm": "Κάντε το ανακαλύψιμο", + "item.edit.public.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να γίνει δημόσιο στο αρχείο;", + "item.edit.public.error": "Παρουσιάστηκε σφάλμα κατά την μετατροπή του τεκμηρίου σε δημόσιο", + "item.edit.public.header": "Κάντε το τεκμήριο δημόσιο: {{ id }}", + "item.edit.public.success": "Το τεκμήριο είναι πλέον δημόσιο", + "item.edit.reinstate.cancel": "Ακύρωση", + "item.edit.reinstate.confirm": "Επαναφορά", + "item.edit.reinstate.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να επαναφερθεί στο αρχείο;", + "item.edit.reinstate.error": "Παρουσιάστηκε σφάλμα κατά την επαναφορά του τεκμηρίου", + "item.edit.reinstate.header": "Επαναφορά τεκμηρίου: {{ id }}", + "item.edit.reinstate.success": "Το τεκμήριο επαναφέρθηκε με επιτυχία", + "item.edit.relationships.discard-button": "Απόρριψη", + "item.edit.relationships.edit.buttons.add": "Προσθήκη", + "item.edit.relationships.edit.buttons.remove": "Αφαίρεση", + "item.edit.relationships.edit.buttons.undo": "Αναίρεση αλλαγών", + "item.edit.relationships.no-entity-type": "Προσθέστε μεταδεδομένα 'dspace.entity.type' για να ενεργοποιήσετε τις σχέσεις για αυτό το τεκμήριο", + "item.edit.relationships.no-relationships": "Χωρίς σχέσεις", + "item.edit.relationships.notifications.discarded.content": "Οι αλλαγές σας απορρίφθηκαν. Για να επαναφέρετε τις αλλαγές σας, κάντε κλικ στο κουμπί «Αναίρεση».", + "item.edit.relationships.notifications.discarded.title": "Οι αλλαγές απορρίφθηκαν", + "item.edit.relationships.notifications.failed.title": "Σφάλμα επεξεργασίας σχέσεων", + "item.edit.relationships.notifications.outdated.content": "Το τεκμήριο στο οποίο εργάζεστε αυτήν τη στιγμή έχει αλλάξει από άλλον χρήστη. Οι τρέχουσες αλλαγές σας απορρίπτονται για την αποφυγή διενέξεων", + "item.edit.relationships.notifications.outdated.title": "Οι αλλαγές είναι ξεπερασμένες (outdated)", + "item.edit.relationships.notifications.saved.content": "Οι αλλαγές σας στις σχέσεις αυτού του τεκμηρίου αποθηκεύτηκαν.", + "item.edit.relationships.notifications.saved.title": "Οι σχέσεις σώθηκαν", + "item.edit.relationships.reinstate-button": "Αναίρεση", + "item.edit.relationships.save-button": "Αποθήκευση", + "item.edit.return": "Επιστροφή", + "item.edit.tabs.bitstreams.head": "`αρχεία", + "item.edit.tabs.bitstreams.title": "Επεξεργασία τεκμηρίου - Αρχε'ια", + "item.edit.tabs.curate.head": "Εργασίες Επιμέλειας", + "item.edit.tabs.curate.title": "Επεξεργασία - Επιμέλεια", + "item.edit.tabs.disabled.tooltip": "Δεν έχετε εξουσιοδότηση πρόσβασης σε αυτήν την καρτέλα", + "item.edit.tabs.item-mapper.title": "Επεξεργασία τεκμηρίου - αντιστοίχηση συλλογής", + "item.edit.tabs.mapper.head": "αντιστοίχηση συλλογής", + "item.edit.tabs.metadata.head": "Metadata", + "item.edit.tabs.metadata.title": "Επεξεργασία τεκμηρίου - Μεταδεδομένα", + "item.edit.tabs.relationships.head": "Σχέσεις", + "item.edit.tabs.relationships.title": "Επεξεργασία τεκμηρίου - Σχέσεις", + "item.edit.tabs.status.buttons.authorizations.button": "Εξουσιοδοτήσεις...", + "item.edit.tabs.status.buttons.authorizations.label": "Επεξεργαστείτε τις πολιτικές εξουσιοδότησης του τεκμηρίου", + "item.edit.tabs.status.buttons.delete.button": "Οριστική διαγραφή", + "item.edit.tabs.status.buttons.delete.label": "Διαγράψτε εντελώς το τεκμήριο", + "item.edit.tabs.status.buttons.mappedCollections.button": "Αντιστοιχισμένες συλλογές", + "item.edit.tabs.status.buttons.mappedCollections.label": "Διαχείριση αντιστοιχισμένων συλλογών", + "item.edit.tabs.status.buttons.move.button": "Κίνηση...", + "item.edit.tabs.status.buttons.move.label": "Μετακίνηση τεκμηρίου σε άλλη συλλογή", + "item.edit.tabs.status.buttons.private.button": "Κάντε το ιδιωτικό...", + "item.edit.tabs.status.buttons.private.label": "Κάντε το τεκμήριο ιδιωτικό", + "item.edit.tabs.status.buttons.public.button": "Κάντε το δημόσειο...", + "item.edit.tabs.status.buttons.public.label": "Κάντε το τεκμήριο δημόσιο", + "item.edit.tabs.status.buttons.reinstate.button": "Επανφορά...", + "item.edit.tabs.status.buttons.reinstate.label": "Επαναφέρετε το τεκμήριο στο αποθετήριο", + "item.edit.tabs.status.buttons.unauthorized": "Δεν είστε εξουσιοδοτημένοι να εκτελέσετε αυτήν την ενέργεια", + "item.edit.tabs.status.buttons.withdraw.button": "Απόσυρση...", + "item.edit.tabs.status.buttons.withdraw.label": "Αποσύρετε το τεκμήριο από το αποθετήριο", + "item.edit.tabs.status.description": "Καλώς ήρθατε στη σελίδα διαχείρισης αντικειμένων. Από εδώ μπορείτε να αποσύρετε, να επαναφέρετε, να μετακινήσετε ή να διαγράψετε το τεκμήριο. Μπορείτε επίσης να ενημερώσετε ή να προσθέσετε νέα μεταδεδομένα / αρχεία στις άλλες καρτέλες.", + "item.edit.tabs.status.head": "Κατάσταση", + "item.edit.tabs.status.labels.handle": "Handle", + "item.edit.tabs.status.labels.id": "Εσωτερικό αναγνωριστικό τεκμηρίου", + "item.edit.tabs.status.labels.itemPage": "Σελίδα αντικειμένου", + "item.edit.tabs.status.labels.lastModified": "Τελευταία τροποποίηση", + "item.edit.tabs.status.title": "τεκμήριο Επεξεργασία - Κατάσταση", + "item.edit.tabs.versionhistory.head": "Ιστορικό έκδοσης", + "item.edit.tabs.versionhistory.title": "Επεξεργασία τεκμηρίου - Ιστορικό εκδόσεων", + "item.edit.tabs.versionhistory.under-construction": "Η επεξεργασία ή η προσθήκη νέων εκδόσεων δεν είναι ακόμη δυνατή σε αυτήν τη διεπαφή χρήστη.", + "item.edit.tabs.view.head": "Προβολή αντικειμένου", + "item.edit.tabs.view.title": "τεκμήριο Επεξεργασία - Προβολή", + "item.edit.withdraw.cancel": "Ακύρωση", + "item.edit.withdraw.confirm": "Αποσύρω", + "item.edit.withdraw.description": "Είστε βέβαιοι ότι αυτό το τεκμήριο πρέπει να αποσυρθεί από το αρχείο;", + "item.edit.withdraw.error": "Παρουσιάστηκε σφάλμα κατά την απόσυρση του τεκμηρίου", + "item.edit.withdraw.header": "Ανάληψη τεκμηρίου: {{ id }}", + "item.edit.withdraw.success": "Το τεκμήριο αποσύρθηκε με επιτυχία", + "item.listelement.badge": "Τεκμήριο", + "item.orcid.return": "Επιστροφή", + "item.page.abstract": "Περίληψη", + "item.page.author": "Συγγραφείς", + "item.page.bitstreams.collapse": "Σύμπτηξη", + "item.page.bitstreams.view-more": "Δείτε περισσότερα", + "item.page.citation": "Παραπομπή", + "item.page.claim.button": "Απαίτηση", + "item.page.claim.tooltip": "Διεκδικήστε αυτό το τεκμήριο ως προφίλ", + "item.page.collections": "Συλλογές", + "item.page.collections.load-more": "Φόρτωσε περισσότερα", + "item.page.collections.loading": "Φόρτωση...", + "item.page.date": "Ημερομηνία", + "item.page.description": "Περιγραφή", + "item.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "item.page.files": "Αρχεία", + "item.page.filesection.description": "Περιγραφή:", + "item.page.filesection.download": "Κατεβάστε", + "item.page.filesection.format": "Μορφότυπο:", + "item.page.filesection.license.bundle": "Φάκελος/Πακέτο αδειών", + "item.page.filesection.name": "Ονομα:", + "item.page.filesection.original.bundle": "Πρωτότυπος φάκελος/πακέτο", + "item.page.filesection.size": "Μέγεθος:", + "item.page.journal-issn": "Περιοδικό ISSN", + "item.page.journal-title": "Τίτλος Εφημερίδας", + "item.page.journal.search.title": "Άρθρα σε αυτό το περιοδικό", + "item.page.link.full": "Πλήρης σελίδα τεκμηρίου", + "item.page.link.simple": "Απλή σελίδα τεκμηρίου", + "item.page.orcid.title": "ORCID", + "item.page.orcid.tooltip": "Ανοίξτε τη σελίδα ρύθμισης ORCID", + "item.page.person.search.title": "Άρθρα αυτού του συγγραφέα", + "item.page.publisher": "Εκδότης", + "item.page.related-items.view-less": "Απόκρυψη τελευταίου {{ amount }}", + "item.page.related-items.view-more": "Εμφάνιση {{ amount }} ακόμη", + "item.page.relationships.isAuthorOfPublication": "Δημοσιεύσεις", + "item.page.relationships.isJournalOfPublication": "Δημοσιεύσεις", + "item.page.relationships.isOrgUnitOfPerson": "Συγγραφείς", + "item.page.relationships.isOrgUnitOfProject": "Ερευνητικά έργα", + "item.page.return": "Επιστροφή", + "item.page.subject": "Λέξεις-κλειδιά", + "item.page.titleprefix": "Είδος:", + "item.page.uri": "URI", + "item.page.version.create": "Δημιουργία νέας έκδοσης", + "item.page.version.hasDraft": "Δεν είναι δυνατή η δημιουργία νέας έκδοσης επειδή υπάρχει μια υποβολή σε εξέλιξη στο ιστορικό εκδόσεων", + "item.page.volume-title": "Τίτλος τόμου", + "item.preview.dc.contributor.author": "Συγγραφείς:", + "item.preview.dc.coverage.spatial": "Τοπική κάλυψη:", + "item.preview.dc.date.issued": "Ημερομηνία δημοσίευσης:", + "item.preview.dc.description.abstract": "Περίληψη:", + "item.preview.dc.identifier": "Αναγνωριστικό:", + "item.preview.dc.identifier.doi": "DOI", + "item.preview.dc.identifier.isbn": "ISBN", + "item.preview.dc.identifier.other": "Άλλο αναγνωριστικό:", + "item.preview.dc.identifier.uri": "Αναγνωριστικό URI:", + "item.preview.dc.language.iso": "Γλώσσα:", + "item.preview.dc.relation.ispartof": "Περιοδικό ή Σειρά", + "item.preview.dc.relation.issn": "ISSN", + "item.preview.dc.subject": "Μαθήματα:", + "item.preview.dc.title": "Τίτλος:", + "item.preview.dc.title.alternative": "Αρκτικόλεξο:", + "item.preview.dc.type": "Τύπος:", + "item.preview.oaire.awardNumber": "Αναγνωριστικό χρηματοδότησης:", + "item.preview.oaire.citation.issue": "Θέμα", + "item.preview.oaire.citation.volume": "Τόμος", + "item.preview.oaire.fundingStream": "Ροή χρηματοδότησης:", + "item.preview.person.familyName": "Επώνυμο:", + "item.preview.person.givenName": "Ονομα:", + "item.preview.person.identifier.orcid": "ORCID:", + "item.preview.project.funder.identifier": "Αναγνωριστικό χρηματοδότη:", + "item.preview.project.funder.name": "Χρηματοδότης:", + "item.search.results.head": "Αποτελέσματα αναζήτησης τεκμηρίων", + "item.search.title": "Αναζήτηση τεκμηρ'ιου", + "item.select.confirm": "Επιβεβαιώστε την επιλογή", + "item.select.empty": "Δεν υπάρχουν τεκμήρια για εμφάνιση", + "item.select.table.author": "Συγγραφέας", + "item.select.table.collection": "Συλλογή", + "item.select.table.title": "Τίτλος", + "item.truncatable-part.show-less": "Σύμπτηξη", + "item.truncatable-part.show-more": "Δείτε περισσότερα", + "item.version.create.modal.button.cancel": "Ακύρωση", + "item.version.create.modal.button.cancel.tooltip": "Μην δημιουργήσετε νέα έκδοση", + "item.version.create.modal.button.confirm": "Δημιουργώ", + "item.version.create.modal.button.confirm.tooltip": "Δημιουργία νέας έκδοσης", + "item.version.create.modal.form.summary.label": "Περίληψη", + "item.version.create.modal.form.summary.placeholder": "Εισαγάγετε τη σύνοψη για τη νέα έκδοση", + "item.version.create.modal.header": "Νέα έκδοση", + "item.version.create.modal.submitted.header": "Δημιουργία νέας έκδοσης...", + "item.version.create.modal.submitted.text": "Η νέα έκδοση δημιουργείται. Αυτό μπορεί να πάρει κάποιο χρόνο εάν το τεκμήριο έχει πολλές σχέσεις.", + "item.version.create.modal.text": "Δημιουργήστε μια νέα έκδοση για αυτό το τεκμήριο", + "item.version.create.modal.text.startingFrom": "ξεκινώντας από την έκδοση {{version}}", + "item.version.create.notification.failure": "Δεν έχει δημιουργηθεί νέα έκδοση", + "item.version.create.notification.inProgress": "Δεν είναι δυνατή η δημιουργία νέας έκδοσης επειδή υπάρχει μια υποβολή σε εξέλιξη στο ιστορικό εκδόσεων", + "item.version.create.notification.success": "Δημιουργήθηκε νέα έκδοση με αριθμό έκδοσης {{version}}", + "item.version.delete.modal.button.cancel": "Ακύρωση", + "item.version.delete.modal.button.cancel.tooltip": "Μην διαγράψετε αυτήν την έκδοση", + "item.version.delete.modal.button.confirm": "Διαγραφή", + "item.version.delete.modal.button.confirm.tooltip": "Διαγράψτε αυτήν την έκδοση", + "item.version.delete.modal.header": "Διαγραφή έκδοσης", + "item.version.delete.modal.text": "Θέλετε να διαγράψετε την έκδοση {{version}};", + "item.version.delete.notification.failure": "Ο αριθμός έκδοσης {{version}} δεν έχει διαγραφεί", + "item.version.delete.notification.success": "Ο αριθμός έκδοσης {{version}} έχει διαγραφεί", + "item.version.edit.notification.failure": "Η περίληψη του αριθμού έκδοσης {{version}} δεν έχει αλλάξει", + "item.version.edit.notification.success": "Η σύνοψη του αριθμού έκδοσης {{version}} έχει αλλάξει", + "item.version.history.empty": "Δεν υπάρχουν ακόμα άλλες εκδόσεις για αυτό το τεκμήριο.", + "item.version.history.head": "Ιστορικό έκδοσης", + "item.version.history.return": "Επιστροφή", + "item.version.history.selected": "Επιλεγμένη έκδοση", + "item.version.history.selected.alert": "Αυτήν τη στιγμή βλέπετε την έκδοση {{version}} του αντικειμένου.", + "item.version.history.table.action.deleteVersion": "Διαγραφή έκδοσης", + "item.version.history.table.action.discardSummary": "Απόρριψη συνοπτικών επεξεργασιών", + "item.version.history.table.action.editSummary": "Επεξεργασία περίληψης", + "item.version.history.table.action.editWorkspaceItem": "Επεξεργασία workspace τεκμηρίου", + "item.version.history.table.action.hasDraft": "Δεν είναι δυνατή η δημιουργία νέας έκδοσης επειδή υπάρχει μια υποβολή σε εξέλιξη στο ιστορικό εκδόσεων", + "item.version.history.table.action.newVersion": "Δημιουργήστε νέα έκδοση από αυτήν", + "item.version.history.table.action.saveSummary": "Αποθήκευση συνοπτικών επεξεργασιών", + "item.version.history.table.actions": "Ενέργεια", + "item.version.history.table.date": "Ημερομηνία", + "item.version.history.table.editor": "Συντάκτης", + "item.version.history.table.item": "Τεκμήριο", + "item.version.history.table.summary": "Περίληψη", + "item.version.history.table.version": "Εκδοχή", + "item.version.history.table.workflowItem": "τεκμήριο ροής εργασιών", + "item.version.history.table.workspaceItem": "τεκμήριο χώρου εργασίας", + "item.version.notice": "Αυτή δεν είναι η πιο πρόσφατη έκδοση αυτού του τεκμηρίου. Μπορείτε να βρείτε την πιο πρόσφατη έκδοση εδώ.", + "journal-relationships.search.results.head": "Αποτελέσματα αναζήτησης περιοδικών", + "journal.listelement.badge": "Εφημερίδα", + "journal.page.description": "Περιγραφή", + "journal.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "journal.page.editor": "Αρχισυντάκτης", + "journal.page.issn": "ISSN", + "journal.page.publisher": "Εκδότης", + "journal.page.titleprefix": "Περιοδικό:", + "journal.search.results.head": "Αποτελέσματα αναζήτησης περιοδικών", + "journal.search.title": "Αναζήτηση περιοδικού", + "journalissue.listelement.badge": "Τεύχος Περιοδικού", + "journalissue.page.description": "Περιγραφή", + "journalissue.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "journalissue.page.issuedate": "Ημερομηνία έκδοσης", + "journalissue.page.journal-issn": "ISSN περιοδικού", + "journalissue.page.journal-title": "Τίτλος περιοδικού", + "journalissue.page.keyword": "Λέξεις-κλειδιά", + "journalissue.page.number": "Αριθμός", + "journalissue.page.titleprefix": "Τεύχος περιοδικού:", + "journalvolume.listelement.badge": "Τόμος περιοδικού", + "journalvolume.page.description": "Περιγραφή", + "journalvolume.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "journalvolume.page.issuedate": "Ημερομηνία έκδοσης", + "journalvolume.page.titleprefix": "Τόμος περιοδικού:", + "journalvolume.page.volume": "Τομος", + "loading.bitstream": "Φόρτωση αρχείου...", + "loading.bitstreams": "Φόρτωση αρχείων...", + "loading.browse-by": "Φόρτωση τεκμηρίων...", + "loading.browse-by-page": "Φόρτωση σελίδας...", + "loading.collection": "Φόρτωση συλλογής...", + "loading.collections": "Φόρτωση συλλογών...", + "loading.community": "Φόρτωση κοινότητας...", + "loading.content-source": "Φόρτωση πηγής περιεχομένου...", + "loading.default": "Φόρτωση...", + "loading.item": "Φόρτωση τεκμηρίου...", + "loading.items": "Φόρτωση τεκμηρίων...", + "loading.mydspace-results": "Φόρτωση τεκμηρίων...", + "loading.objects": "Φόρτωση...", + "loading.recent-submissions": "Φόρτωση πρόσφατων υποβολών...", + "loading.search-results": "Φόρτωση αποτελεσμάτων αναζήτησης...", + "loading.sub-collections": "Φόρτωση υποσυλλογών...", + "loading.sub-communities": "Φόρτωση υποκοινοτήτων...", + "loading.top-level-communities": "Φόρτωση κοινοτήτων ανώτατου επιπέδου...", + "login.breadcrumbs": "Σύνδεση", + "login.form.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", + "login.form.forgot-password": "Έχετε ξεχάσει τον κωδικό σας;", + "login.form.header": "Παρακαλούμε συνδεθείτε στο DSpace", + "login.form.new-user": "Νέος χρήστης? Κάντε κλικ εδώ για να εγγραφείτε.", + "login.form.oidc": "Συνδεθείτε με το OIDC", + "login.form.or-divider": "ή", + "login.form.orcid": "Συνδεθείτε με το ORCID", + "login.form.password": "Κωδικός πρόσβασης", + "login.form.shibboleth": "Συνδεθείτε με το Shibboleth", + "login.form.submit": "Σύνδεση", + "login.title": "Σύνδεση", + "logout.form.header": "Αποσυνδεθείτε από το DSpace", + "logout.form.submit": "Αποσύνδεση", + "logout.title": "Αποσύνδεση", + "media-viewer.next": "Επόμενο", + "media-viewer.playlist": "Λίστα αναπαραγωγής", + "media-viewer.previous": "Προηγούμενο", + "menu.header.admin": "Διαχείριση", + "menu.header.admin.description": "Μενού διαχείρισης", + "menu.header.image.logo": "Λογότυπο αποθετηρίου", + "menu.section.access_control": "Έλεγχος πρόσβασης", + "menu.section.access_control_authorizations": "Εξουσιοδοτήσεις", + "menu.section.access_control_groups": "Ομάδες", + "menu.section.access_control_people": "Ανθρωποι", + "menu.section.admin_search": "Αναζήτηση διαχειριστή", + "menu.section.browse_community": "Αυτή η Κοινότητα", + "menu.section.browse_community_by_author": "Από Συγγραφέα", + "menu.section.browse_community_by_issue_date": "Κατά Ημερομηνία Έκδοσης", + "menu.section.browse_community_by_title": "Με τίτλο", + "menu.section.browse_global": "Όλο το DSpace", + "menu.section.browse_global_by_author": "Ανά Συγγραφέα", + "menu.section.browse_global_by_dateissued": "Ανά Ημερομηνία Έκδοσης", + "menu.section.browse_global_by_subject": "Ανά θέμα", + "menu.section.browse_global_by_title": "Ανά τίτλο", + "menu.section.browse_global_communities_and_collections": "Κοινότητες & Συλλογές", + "menu.section.control_panel": "Πίνακας Ελέγχου", + "menu.section.curation_task": "Εργασία επιμέλειας", + "menu.section.edit": "Επεξεργασία", + "menu.section.edit_collection": "Συλλογή", + "menu.section.edit_community": "Κοινότητα", + "menu.section.edit_item": "Τεκμήριο", + "menu.section.export": "Εξαγωγή", + "menu.section.export_collection": "Συλλογή", + "menu.section.export_community": "Κοινότητα", + "menu.section.export_item": "Τεκμήριο", + "menu.section.export_metadata": "Μεταδεδομένα", + "menu.section.health": "Υγεία", + "menu.section.icon.access_control": "Ενότητα μενού ελέγχου πρόσβασης", + "menu.section.icon.admin_search": "Ενότητα μενού αναζήτησης διαχειριστή", + "menu.section.icon.control_panel": "Ενότητα μενού Πίνακας Ελέγχου", + "menu.section.icon.curation_tasks": "Ενότητα μενού Εργασίας Επιμέλειας", + "menu.section.icon.edit": "Επεξεργασία ενότητας μενού", + "menu.section.icon.export": "Ενότητα μενού εξαγωγής", + "menu.section.icon.find": "Εύρεση ενότητας μενού", + "menu.section.icon.health": "Ενότητα μενού ελέγχου υγείας", + "menu.section.icon.import": "Ενότητα μενού εισαγωγής", + "menu.section.icon.new": "Νέα ενότητα μενού", + "menu.section.icon.pin": "Καρφιτσώστε την πλαϊνή γραμμή", + "menu.section.icon.processes": "Διαδικασίες Υγεία", + "menu.section.icon.registries": "Ενότητα μενού Μητρώων", + "menu.section.icon.statistics_task": "Ενότητα μενού εργασιών Statistics", + "menu.section.icon.unpin": "Ξεκαρφιτσώστε την πλαϊνή γραμμή", + "menu.section.icon.workflow": "Διαχείριση ενότητας μενού ροής εργασιών", + "menu.section.import": "Εισαγωγή", + "menu.section.import_batch": "Μαζική εισαγωγή (ZIP)", + "menu.section.import_metadata": "Μεταδεδομένα", + "menu.section.new": "Νέο", + "menu.section.new_collection": "Συλλογή", + "menu.section.new_community": "Κοινότητα", + "menu.section.new_item": "Τεκμήριο", + "menu.section.new_item_version": "Έκδοση τεκμηρίου", + "menu.section.new_process": "Επεξεργάζομαι, διαδικασία", + "menu.section.pin": "Καρφιτσώστε την πλαϊνή γραμμή", + "menu.section.processes": "Διαδικασίες", + "menu.section.registries": "Μητρώα", + "menu.section.registries_format": "Μορφότυπο", + "menu.section.registries_metadata": "Μεταδεδομένα", + "menu.section.statistics": "Στατιστικά", + "menu.section.statistics_task": "Εργασία Στατιστικών", + "menu.section.toggle.access_control": "Εναλλαγή ενότητας Ελέγχου πρόσβασης", + "menu.section.toggle.control_panel": "Εναλλαγή ενότητας Πίνακας Ελέγχου", + "menu.section.toggle.curation_task": "Εναλλαγή ενότητας Εργασία Επιμέλειας", + "menu.section.toggle.edit": "Εναλλαγή ενότητας Επεξεργασία", + "menu.section.toggle.export": "Εναλλαγή ενότητας Εξαγωγή", + "menu.section.toggle.find": "Εναλλαγή ενότητας Εύρεση", + "menu.section.toggle.import": "Εναλλαγή ενότητας Εισαγωγή", + "menu.section.toggle.new": "Εναλλαγή Νέα ενότητα", + "menu.section.toggle.registries": "Εναλλαγή ενότητας Μητρώα", + "menu.section.toggle.statistics_task": "Εναλλαγή ενότητας Εργασίας Στατιστικά", + "menu.section.unpin": "Ξεκαρφιτσώστε το πλαϊνό μενού", + "menu.section.workflow": "Διαχείριση ροής εργασιών", + "metadata-export-search.submit.error": "Η έναρξη της εξαγωγής απέτυχε", + "metadata-export-search.submit.success": "Η εξαγωγή ξεκίνησε με επιτυχία", + "metadata-export-search.tooltip": "Εξαγωγή αποτελεσμάτων αναζήτησης ως CSV", + "mydspace.breadcrumbs": "MyDSpace", + "mydspace.description": "", + "mydspace.general.text-here": "εδώ", + "mydspace.messages.controller-help": "Επιλέξτε εδώ για να στείλετε ένα μήνυμα στον υποβάλλοντα του τεκμηρίου.", + "mydspace.messages.description-placeholder": "Εισαγάγετε το μήνυμά σας εδώ...", + "mydspace.messages.hide-msg": "Απόκρυψη μηνύματος", + "mydspace.messages.mark-as-read": "Επισήμανση ως διαβασμένο", + "mydspace.messages.mark-as-unread": "Επισήμανση ως μη αναγνωσμένα", + "mydspace.messages.no-content": "Χωρίς περιεχόμενο.", + "mydspace.messages.no-messages": "Δεν υπάρχουν ακόμα μηνύματα.", + "mydspace.messages.send-btn": "Αποστολή", + "mydspace.messages.show-msg": "Εμφάνιση μηνύματος", + "mydspace.messages.subject-placeholder": "Θέμα...", + "mydspace.messages.submitter-help": "Επιλέξτε εδώ για να στείλετε ένα μήνυμα στον ελεγκτή.", + "mydspace.messages.title": "Μηνύματα", + "mydspace.messages.to": "Προς", + "mydspace.new-submission": "Νέα υποβολή", + "mydspace.new-submission-external": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", + "mydspace.new-submission-external-short": "Εισαγωγή μεταδεδομένων", + "mydspace.results.head": "Οι υποβολές σας", + "mydspace.results.no-abstract": "Χωρίς περίληψη", + "mydspace.results.no-authors": "Χωρίς Συγγραφείς", + "mydspace.results.no-collections": "Δεν υπάρχουν συλλογές", + "mydspace.results.no-date": "Χωρίς ημερομηνία", + "mydspace.results.no-files": "Χωρίς αρχεία", + "mydspace.results.no-results": "Δεν υπάρχουν τεκμήρια για εμφάνιση", + "mydspace.results.no-title": "Χωρίς τίτλο", + "mydspace.results.no-uri": "Χωρίς URI", + "mydspace.search-form.placeholder": "Αναζήτηση στο mydspace...", + "mydspace.show.workflow": "Εργασίες ροής εργασιών", + "mydspace.show.workspace": "Οι Υποβολές σας", + "mydspace.status.archived": "Αρχειοθετημένα", + "mydspace.status.validation": "Επικύρωση", + "mydspace.status.waiting-for-controller": "Αναμονή για τον ελεγκτή", + "mydspace.status.workflow": "Ροή εργασιών", + "mydspace.status.workspace": "Χώρος εργασίας", + "mydspace.title": "MyDSpace", + "mydspace.upload.upload-failed": "Σφάλμα κατά τη δημιουργία νέου χώρου εργασίας. Επαληθεύστε το περιεχόμενο που ανεβάσατε πριν δοκιμάσετε ξανά.", + "mydspace.upload.upload-failed-manyentries": "Μη επεξεργάσιμο αρχείο. Εντοπίστηκαν πάρα πολλές καταχωρίσεις, αλλά επιτρέπεται μόνο μία για αρχείο.", + "mydspace.upload.upload-failed-moreonefile": "Μη διεκπεραιώσιμο αίτημα. Επιτρέπεται μόνο ένα αρχείο.", + "mydspace.upload.upload-multiple-successful": "Δημιουργήθηκαν {{qty}} νέα τεκμήρια χώρου εργασίας.", + "mydspace.upload.upload-successful": "Δημιουργήθηκε νέο τεκμήριο χώρου εργασίας. Κάντε κλικ {{here}} για να το επεξεργαστείτε.", + "mydspace.view-btn": "Προβολή", + "nav.browse.header": "Όλο το DSpace", + "nav.community-browse.header": "Ανά Κοινότητα", + "nav.language": "Εναλλαγή γλώσσας", + "nav.login": "Σύνδεση", + "nav.logout": "Μενού προφίλ χρήστη και Αποσύνδεση", + "nav.main.description": "Κύρια γραμμή πλοήγησης", + "nav.mydspace": "MyDSpace", + "nav.profile": "Προφίλ", + "nav.search": "Αναζήτηση", + "nav.statistics.header": "Στατιστικά", + "nav.stop-impersonating": "Σταματήστε να υποδύεστε το EPerson", + "nav.toggle": "Εναλλαγή πλοήγησης", + "nav.user.description": "Γραμμή προφίλ χρήστη", + "none.listelement.badge": "Τεκμήριο", + "orgunit.listelement.badge": "Οργανωτική Μονάδα", + "orgunit.page.city": "Πόλη", + "orgunit.page.country": "Χώρα", + "orgunit.page.dateestablished": "Ημερομηνία καθορισμού", + "orgunit.page.description": "Περιγραφή", + "orgunit.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "orgunit.page.id": "ID", + "orgunit.page.titleprefix": "Μονάδα οργανισμού:", + "pagination.next.button": "Επόμενο", + "pagination.next.button.disabled.tooltip": "Δεν υπάρχουν άλλες σελίδες αποτελεσμάτων", + "pagination.options.description": "Επιλογές σελιδοποίησης", + "pagination.previous.button": "Προηγούμενος", + "pagination.results-per-page": "Αποτελέσματα ανά σελίδα", + "pagination.showing.detail": "{{ range }} of {{ total }}", + "pagination.showing.label": "Τώρα δείχνει", + "pagination.sort-direction": "Επιλογές ταξινόμησης", + "person-relationships.search.results.head": "Αποτελέσματα αναζήτησης ατόμων", + "person.listelement.badge": "Πρόσωπο", + "person.listelement.no-title": "Δεν βρέθηκε όνομα", + "person.orcid.registry.auth": "Εξουσιοδοτήσεις ORCID", + "person.orcid.registry.queue": "Ουρά μητρώου ORCID", + "person.orcid.sync.setting": "ORCID Ρυθμίσεις συγχρονισμού", + "person.page.birthdate": "Ημερομηνία γέννησης", + "person.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "person.page.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", + "person.page.firstname": "Ονομα", + "person.page.jobtitle": "Τίτλος εργασίας", + "person.page.lastname": "Επίθετο", + "person.page.link.full": "Εμφάνιση όλων των μεταδεδομένων", + "person.page.name": "Ονομα", + "person.page.orcid": "ORCID", + "person.page.orcid.create": "Δημιουργήστε ένα αναγνωριστικό ORCID", + "person.page.orcid.funding-preferences": "Προτιμήσεις χρηματοδότησης", + "person.page.orcid.grant-authorizations": "Χορήγηση εξουσιοδοτήσεων", + "person.page.orcid.granted-authorizations": "Χορηγημένες εξουσιοδοτήσεις", + "person.page.orcid.link": "Συνδεθείτε στο ORCID ID", + "person.page.orcid.link.error.message": "Κάτι πήγε στραβά κατά τη σύνδεση του προφίλ με το ORCID. Εάν το πρόβλημα παραμένει, επικοινωνήστε με τον διαχειριστή.", + "person.page.orcid.link.processing": "Σύνδεση προφίλ με ORCID...", + "person.page.orcid.missing-authorizations": "Λείπουν εξουσιοδοτήσεις", + "person.page.orcid.missing-authorizations-message": "Λείπουν οι ακόλουθες εξουσιοδοτήσεις:", + "person.page.orcid.no-missing-authorizations-message": "Θαυμάσια! Αυτό το πλαίσιο είναι κενό, επομένως έχετε εκχωρήσει όλα τα δικαιώματα πρόσβασης για τη χρήση όλων των λειτουργιών που προσφέρει το ίδρυμά σας.", + "person.page.orcid.no-orcid-message": "Δεν υπάρχει ακόμη συσχετισμένο αναγνωριστικό ORCID. Κάνοντας κλικ στο κουμπί παρακάτω, μπορείτε να συνδέσετε αυτό το προφίλ με έναν λογαριασμό ORCID.", + "person.page.orcid.orcid-not-linked-message": "Το αναγνωριστικό ORCID αυτού του προφίλ ({{ orcid }}) δεν έχει συνδεθεί ακόμη σε λογαριασμό στο μητρώο ORCID ή η σύνδεση έχει λήξει.", + "person.page.orcid.profile-preferences": "Προτιμήσεις προφίλ", + "person.page.orcid.publications-preferences": "Προτιμήσεις δημοσίευσης", + "person.page.orcid.remove-orcid-message": "Εάν πρέπει να καταργήσετε το ORCID σας, επικοινωνήστε με τον διαχειριστή του αποθετηρίου", + "person.page.orcid.save.preference.changes": "Ρυθμίσεις ενημέρωσης", + "person.page.orcid.scope.activities-update": "Προσθέστε/ενημερώστε τις ερευνητικές σας δραστηριότητες", + "person.page.orcid.scope.authenticate": "Λάβετε το αναγνωριστικό ORCID σας", + "person.page.orcid.scope.person-update": "Προσθέστε/ενημερώστε άλλες πληροφορίες για εσάς", + "person.page.orcid.scope.read-limited": "Διαβάστε τις πληροφορίες σας με ορατότητα σε Αξιόπιστα μέρη", + "person.page.orcid.sync-fundings.all": "Όλες οι χρηματοδοτήσεις", + "person.page.orcid.sync-fundings.disabled": "χρήστες με ειδικές ανάγκες", + "person.page.orcid.sync-fundings.mine": "Οι χρηματοδοτήσεις μου", + "person.page.orcid.sync-fundings.my_selected": "Επιλεγμένες χρηματοδοτήσεις", + "person.page.orcid.sync-profile.affiliation": "Δεσμός", + "person.page.orcid.sync-profile.biographical": "Βιογραφικά στοιχεία", + "person.page.orcid.sync-profile.education": "Εκπαίδευση", + "person.page.orcid.sync-profile.identifiers": "Αναγνωριστικά", + "person.page.orcid.sync-publications.all": "Όλες οι δημοσιεύσεις", + "person.page.orcid.sync-publications.disabled": "χρήστες με ειδικές ανάγκες", + "person.page.orcid.sync-publications.mine": "Οι δημοσιεύσεις μου", + "person.page.orcid.sync-publications.my_selected": "Επιλεγμένες δημοσιεύσεις", + "person.page.orcid.sync-queue.description.affiliation": "Συνεταιρισμοί", + "person.page.orcid.sync-queue.description.country": "Χώρα", + "person.page.orcid.sync-queue.description.education": "Επίπεδα εκπαιδεύσης", + "person.page.orcid.sync-queue.description.external_ids": "Εξωτερικά αναγνωριστικά", + "person.page.orcid.sync-queue.description.keywords": "Λέξεις-κλειδιά", + "person.page.orcid.sync-queue.description.other_names": "Αλλα ονόματα", + "person.page.orcid.sync-queue.description.qualification": "Προσόντα", + "person.page.orcid.sync-queue.description.researcher_urls": "Διεύθυνση URL ερευνητή", + "person.page.orcid.sync-queue.discard": "Απορρίψτε την αλλαγή και μην κάνετε συγχρονισμό με το μητρώο ORCID", + "person.page.orcid.sync-queue.discard.error": "Η απόρριψη της εγγραφής ουράς ORCID απέτυχε", + "person.page.orcid.sync-queue.discard.success": "Η εγγραφή ουράς ORCID έχει απορριφθεί με επιτυχία", + "person.page.orcid.sync-queue.empty-message": "Το μητρώο ουράς ORCID είναι κενό", + "person.page.orcid.sync-queue.send": "Συγχρονισμός με το μητρώο ORCID", + "person.page.orcid.sync-queue.send.bad-request-error": "Η υποβολή στο ORCID απέτυχε επειδή ο πόρος που στάλθηκε στο μητρώο ORCID δεν είναι έγκυρος", + "person.page.orcid.sync-queue.send.conflict-error": "Η υποβολή στο ORCID απέτυχε επειδή ο πόρος υπάρχει ήδη στο μητρώο ORCID", + "person.page.orcid.sync-queue.send.error": "Η υποβολή στο ORCID απέτυχε", + "person.page.orcid.sync-queue.send.not-found-warning": "Ο πόρος δεν υπάρχει πλέον στο μητρώο ORCID.", + "person.page.orcid.sync-queue.send.success": "Η υποβολή στο ORCID ολοκληρώθηκε με επιτυχία", + "person.page.orcid.sync-queue.send.unauthorized-error.content": "Κάντε κλικ εδώ για να εκχωρήσετε ξανά τα απαιτούμενα δικαιώματα. Εάν το πρόβλημα παραμένει, επικοινωνήστε με τον διαχειριστή", + "person.page.orcid.sync-queue.send.unauthorized-error.title": "Η υποβολή στο ORCID απέτυχε λόγω έλλειψης εξουσιοδοτήσεων.", + "person.page.orcid.sync-queue.send.validation-error": "Τα δεδομένα που θέλετε να συγχρονίσετε με το ORCID δεν είναι έγκυρα", + "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "Απαιτείται το νόμισμα του ποσού", + "person.page.orcid.sync-queue.send.validation-error.country.invalid": "Μη έγκυρη 2ψήφια χώρα ISO 3166", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "Απαιτείται ένα αναγνωριστικό για την αποσαφήνιση των οργανισμών. Τα υποστηριζόμενα αναγνωριστικά είναι αναγνωριστικά GRID, Ringgold, Legal Entity identifiers (LEI) και Crossref Funder Registry", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "Τα αναγνωριστικά του οργανισμού απαιτούν μια τιμή", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "Η πηγή ενός από τα αναγνωριστικά οργανισμού δεν είναι έγκυρη. Οι υποστηριζόμενες πηγές είναι οι RINGGOLD, GRID, LEI και FUNDREF", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "Τα αναγνωριστικά του οργανισμού απαιτούν πηγή", + "person.page.orcid.sync-queue.send.validation-error.external-id.required": "Ο πόρος που θα σταλεί απαιτεί τουλάχιστον ένα αναγνωριστικό", + "person.page.orcid.sync-queue.send.validation-error.funder.required": "Ζητείται ο χρηματοδότης", + "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "Ο οργανισμός που θα σταλεί απαιτεί διεύθυνση", + "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "Η διεύθυνση του οργανισμού που θα σταλεί απαιτεί πόλη", + "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "Η διεύθυνση του οργανισμού που θα σταλεί απαιτεί μια έγκυρη 2ψήφια χώρα ISO 3166", + "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Το όνομα του οργανισμού είναι υποχρεωτικό", + "person.page.orcid.sync-queue.send.validation-error.organization.required": "Η οργάνωση απαιτείται", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "Η ημερομηνία δημοσίευσης πρέπει να είναι ένα έτος μετά το 1900", + "person.page.orcid.sync-queue.send.validation-error.start-date.required": "Απαιτείται η ημερομηνία έναρξης", + "person.page.orcid.sync-queue.send.validation-error.title.required": "Ο τίτλος είναι υποχρεωτικός", + "person.page.orcid.sync-queue.send.validation-error.type.required": "Απαιτείται το πεδίο dc.type", + "person.page.orcid.sync-queue.table.header.action": "Ενέργεια", + "person.page.orcid.sync-queue.table.header.description": "Περιγραφή", + "person.page.orcid.sync-queue.table.header.type": "Τύπος", + "person.page.orcid.sync-queue.tooltip.affiliation": "Σχετιζόμενος οργανισμός", + "person.page.orcid.sync-queue.tooltip.country": "Χώρα", + "person.page.orcid.sync-queue.tooltip.delete": "Καταργήστε αυτήν την καταχώρηση από το μητρώο ORCID", + "person.page.orcid.sync-queue.tooltip.education": "Επίπεδο εκπαίδευσης", + "person.page.orcid.sync-queue.tooltip.external_ids": "Εξωτερικό αναγνωριστικό", + "person.page.orcid.sync-queue.tooltip.insert": "Προσθέστε μια νέα καταχώρηση στο μητρώο ORCID", + "person.page.orcid.sync-queue.tooltip.keywords": "Λέξη-κλειδί", + "person.page.orcid.sync-queue.tooltip.other_names": "Αλλο όνομα", + "person.page.orcid.sync-queue.tooltip.project": "Εργο", + "person.page.orcid.sync-queue.tooltip.publication": "Δημοσίευση", + "person.page.orcid.sync-queue.tooltip.qualification": "Προσόν", + "person.page.orcid.sync-queue.tooltip.researcher_urls": "Διεύθυνση URL ερευνητή", + "person.page.orcid.sync-queue.tooltip.update": "Ενημερώστε αυτήν την καταχώρηση στο μητρώο ORCID", + "person.page.orcid.synchronization-mode": "Λειτουργία συγχρονισμού", + "person.page.orcid.synchronization-mode-funding-message": "Επιλέξτε εάν θα στείλετε τις συνδεδεμένες οντότητες του Έργου στη λίστα πληροφοριών χρηματοδότησης της εγγραφής σας ORCID.", + "person.page.orcid.synchronization-mode-message": "Επιλέξτε πώς θέλετε να γίνει ο συγχρονισμός με το ORCID. Οι επιλογές περιλαμβάνουν \"Μη αυτόματα\" (πρέπει να στείλετε τα δεδομένα σας στο ORCID με μη αυτόματο τρόπο) ή \"Μαζί\" (το σύστημα θα στείλει τα δεδομένα σας στο ORCID μέσω προγραμματισμένου σεναρίου).", + "person.page.orcid.synchronization-mode-profile-message": "Επιλέξτε εάν θα στείλετε τα βιογραφικά σας δεδομένα ή τα προσωπικά σας αναγνωριστικά στο αρχείο ORCID.", + "person.page.orcid.synchronization-mode-publication-message": "Επιλέξτε εάν θα στείλετε τις συνδεδεμένες οντότητες Δημοσιεύσεών σας στη λίστα έργων της εγγραφής σας ORCID.", + "person.page.orcid.synchronization-mode.batch": "Σύνολο παραγωγής", + "person.page.orcid.synchronization-mode.label": "Λειτουργία συγχρονισμού", + "person.page.orcid.synchronization-mode.manual": "Εγχειρίδιο", + "person.page.orcid.synchronization-settings-update.error": "Η ενημέρωση των ρυθμίσεων συγχρονισμού απέτυχε", + "person.page.orcid.synchronization-settings-update.success": "Οι ρυθμίσεις συγχρονισμού ενημερώθηκαν με επιτυχία", + "person.page.orcid.unlink": "Αποσύνδεση από το ORCID", + "person.page.orcid.unlink.error": "Παρουσιάστηκε σφάλμα κατά την αποσύνδεση μεταξύ του προφίλ και του μητρώου ORCID. Προσπάθησε ξανά", + "person.page.orcid.unlink.processing": "Επεξεργασία...", + "person.page.orcid.unlink.success": "Η αποσύνδεση μεταξύ του προφίλ και του μητρώου ORCID ήταν επιτυχής", + "person.page.staffid": "Ταυτότητα προσωπικού", + "person.page.titleprefix": "Πρόσωπο:", + "person.search.results.head": "Αποτελέσματα αναζήτησης ατόμων", + "person.search.title": "Αναζήτηση Προσώπων", + "process.detail.arguments": "Παράμετροι", + "process.detail.arguments.empty": "Αυτή η διαδικασία δεν περιέχει παραμέτρους", + "process.detail.back": "Επιστροφή", + "process.detail.create": "Δημιουργήστε παρόμοια διαδικασία", + "process.detail.end-time": "Ώρα λήξης", + "process.detail.logs.button": "Ανάκτηση εξόδου διαδικασίας", + "process.detail.logs.loading": "Ανάκτηση", + "process.detail.logs.none": "Αυτή η διαδικασία δεν έχει κάποιο αποτέλεσμα εξόδου", + "process.detail.output": "Έξοδος διαδικασίας", + "process.detail.output-files": "Αρχεία εξόδου", + "process.detail.output-files.empty": "Αυτή η διαδικασία δεν περιέχει αρχεία εξόδου", + "process.detail.script": "Γραφή", + "process.detail.start-time": "Ωρα έναρξης", + "process.detail.status": "Κατάσταση", + "process.detail.title": "Διαδικασία: {{ id }} - {{ name }}", + "process.new.breadcrumbs": "Δημιουργήστε μια νέα διαδικασία", + "process.new.cancel": "Ακύρωση", + "process.new.header": "Δημιουργήστε μια νέα διαδικασία", + "process.new.notification.error.content": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία αυτής της διαδικασίας", + "process.new.notification.error.title": "Λάθος", + "process.new.notification.success.content": "Η διαδικασία δημιουργήθηκε με επιτυχία", + "process.new.notification.success.title": "Επιτυχία", + "process.new.parameter.file.required": "Επιλέξτε ένα αρχείο", + "process.new.parameter.file.upload-button": "Επιλογή αρχείου...", + "process.new.parameter.required.missing": "Απαιτούνται οι ακόλουθες παράμετροι αλλά εξακολουθούν να λείπουν:", + "process.new.parameter.string.required": "Απαιτείται τιμή παραμέτρου", + "process.new.parameter.type.file": "αρχείο", + "process.new.parameter.type.value": "τιμή", + "process.new.select-parameters": "Παράμετροι", + "process.new.select-script": "Script", + "process.new.select-script.placeholder": "Επιλέξτε ένα Script...", + "process.new.select-script.required": "Απαιτείται Script", + "process.new.submit": "Αποθήκευση", + "process.new.title": "Δημιουργήστε μια νέα διαδικασία", + "process.overview.breadcrumbs": "Επισκόπηση διαδικασιών", + "process.overview.new": "Νέο", + "process.overview.table.finish": "Ώρα λήξης (UTC)", + "process.overview.table.id": "Αναγνωριστικό διαδικασίας", + "process.overview.table.name": "Ονομα", + "process.overview.table.start": "Ώρα έναρξης (UTC)", + "process.overview.table.status": "Κατάσταση", + "process.overview.table.user": "Χρήστης", + "process.overview.title": "Επισκόπηση διαδικασιών", + "profile.breadcrumbs": "Ανανέωση προφίλ", + "profile.card.identify": "Αναγνωρίζω", + "profile.card.researcher": "Προφίλ ερευνητή", + "profile.card.security": "Ασφάλεια", + "profile.form.submit": "Αποθήκευση", + "profile.groups.head": "Ομάδες εξουσιοδότησης στις οποίες ανήκετε", + "profile.head": "Ανανέωση προφίλ", + "profile.metadata.form.error.firstname.required": "Απαιτείται Όνομα", + "profile.metadata.form.error.lastname.required": "Το επώνυμο είναι υποχρεωτικό", + "profile.metadata.form.label.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", + "profile.metadata.form.label.firstname": "Ονομα", + "profile.metadata.form.label.language": "Γλώσσα", + "profile.metadata.form.label.lastname": "Επίθετο", + "profile.metadata.form.label.phone": "Τηλέφωνο Επικοινωνίας", + "profile.metadata.form.notifications.success.content": "Οι αλλαγές σας στο προφίλ αποθηκεύτηκαν.", + "profile.metadata.form.notifications.success.title": "Το προφίλ αποθηκεύτηκε", + "profile.notifications.warning.no-changes.content": "Δεν έγιναν αλλαγές στο Προφίλ.", + "profile.notifications.warning.no-changes.title": "Χωρίς αλλαγές", + "profile.security.form.error.matching-passwords": "Οι κωδικοί δεν ταιριάζουν.", + "profile.security.form.error.password-length": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", + "profile.security.form.info": "Προαιρετικά, μπορείτε να εισαγάγετε έναν νέο κωδικό πρόσβασης στο παρακάτω πλαίσιο και να τον επιβεβαιώσετε πληκτρολογώντας τον ξανά στο δεύτερο πλαίσιο. Θα πρέπει να αποτελείται από τουλάχιστον έξι χαρακτήρες.", + "profile.security.form.label.password": "Κωδικός πρόσβασης", + "profile.security.form.label.passwordrepeat": "Πληκτρολογήστε ξανά για επιβεβαίωση", + "profile.security.form.notifications.error.not-long-enough": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", + "profile.security.form.notifications.error.not-same": "Οι παρεχόμενοι κωδικοί πρόσβασης δεν είναι οι ίδιοι.", + "profile.security.form.notifications.error.title": "Σφάλμα αλλαγής κωδικών πρόσβασης", + "profile.security.form.notifications.success.content": "Οι αλλαγές σας στον κωδικό πρόσβασης αποθηκεύτηκαν.", + "profile.security.form.notifications.success.title": "Ο κωδικός πρόσβασης αποθηκεύτηκε", + "profile.special.groups.head": "Εξουσιοδότηση ειδικών ομάδων στις οποίες ανήκετε", + "profile.title": "Ανανέωση προφίλ", + "project-relationships.search.results.head": "Αποτελέσματα αναζήτησης έργου", + "project.listelement.badge": "Ερευνητικό πρόγραμμα", + "project.page.contributor": "Συνεισφέροντες", + "project.page.description": "Περιγραφή", + "project.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "project.page.expectedcompletion": "Αναμενόμενη Ολοκλήρωση", + "project.page.funder": "Χρηματοδότες", + "project.page.id": "ID", + "project.page.keyword": "Λέξεις-κλειδιά", + "project.page.status": "Κατάσταση", + "project.page.titleprefix": "Ερευνητικό πρόγραμμα:", + "project.search.results.head": "Αποτελέσματα αναζήτησης έργου", + "publication-relationships.search.results.head": "Αποτελέσματα αναζήτησης δημοσιεύσεων", + "publication.listelement.badge": "Δημοσίευση", + "publication.page.description": "Περιγραφή", + "publication.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", + "publication.page.journal-issn": "Περιοδικό ISSN", + "publication.page.journal-title": "Τίτλος Εφημερίδας", + "publication.page.publisher": "Εκδότης", + "publication.page.titleprefix": "Δημοσίευση:", + "publication.page.volume-title": "Τίτλος τόμου", + "publication.search.results.head": "Αποτελέσματα αναζήτησης δημοσιεύσεων", + "publication.search.title": "Αναζήτηση δημοσιεύσεων", + "register-email.title": "Εγγραφή νέου χρήστη", + "register-page.create-profile.header": "Δημιουργία Προφίλ", + "register-page.create-profile.identification.contact": "Τηλέφωνο Επικοινωνίας", + "register-page.create-profile.identification.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", + "register-page.create-profile.identification.first-name": "Ονομα *", + "register-page.create-profile.identification.first-name.error": "Παρακαλώ συμπληρώστε ένα Όνομα", + "register-page.create-profile.identification.header": "Αναγνωριστικό", + "register-page.create-profile.identification.language": "Γλώσσα", + "register-page.create-profile.identification.last-name": "Επίθετο *", + "register-page.create-profile.identification.last-name.error": "Παρακαλώ συμπληρώστε ένα Επώνυμο", + "register-page.create-profile.security.error.empty-password": "Εισαγάγετε έναν κωδικό πρόσβασης στο παρακάτω πλαίσιο.", + "register-page.create-profile.security.error.matching-passwords": "Οι κωδικοί δεν ταιριάζουν.", + "register-page.create-profile.security.error.password-length": "Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 6 χαρακτήρες.", + "register-page.create-profile.security.header": "Ασφάλεια", + "register-page.create-profile.security.info": "Εισαγάγετε έναν κωδικό πρόσβασης στο παρακάτω πλαίσιο και επιβεβαιώστε τον πληκτρολογώντας τον ξανά στο δεύτερο πλαίσιο. Θα πρέπει να αποτελείται από τουλάχιστον έξι χαρακτήρες.", + "register-page.create-profile.security.label.password": "Κωδικός πρόσβασης *", + "register-page.create-profile.security.label.passwordrepeat": "Πληκτρολογήστε ξανά για επιβεβαίωση *", + "register-page.create-profile.submit": "Ολοκλήρωση εγγραφής", + "register-page.create-profile.submit.error.content": "Κάτι πήγε στραβά κατά την εγγραφή νέου χρήστη.", + "register-page.create-profile.submit.error.head": "Η εγγραφή απέτυχε", + "register-page.create-profile.submit.success.content": "Η εγγραφή ήταν επιτυχής. Έχετε συνδεθεί ως ο χρήστης που δημιουργήθηκε.", + "register-page.create-profile.submit.success.head": "Η εγγραφή ολοκληρώθηκε", + "register-page.registration.email": "Διεύθυνση ηλεκτρονικού ταχυδρομείου *", + "register-page.registration.email.error.pattern": "Συμπληρώστε μια έγκυρη διεύθυνση email", + "register-page.registration.email.error.required": "Συμπληρώστε μια διεύθυνση email", + "register-page.registration.email.hint": "Αυτή η διεύθυνση θα επαληθευτεί και θα χρησιμοποιηθεί ως το όνομα σύνδεσής σας.", + "register-page.registration.error.content": "Παρουσιάστηκε σφάλμα κατά την εγγραφή της ακόλουθης διεύθυνσης email: {{ email }}", + "register-page.registration.error.head": "Σφάλμα κατά την προσπάθεια εγγραφής email", + "register-page.registration.header": "Εγγραφή νέου χρήστη", + "register-page.registration.info": "Καταχωρίστε έναν λογαριασμό για να εγγραφείτε σε συλλογές για ενημερώσεις email και υποβάλετε νέα τεκμήρια στο DSpace.", + "register-page.registration.submit": "Εγγραφή", + "register-page.registration.success.content": "Έχει σταλεί ένα μήνυμα ηλεκτρονικού ταχυδρομείου στη διεύθυνση {{ email }} που περιέχει μια ειδική διεύθυνση URL και περαιτέρω οδηγίες.", + "register-page.registration.success.head": "Το email επαλήθευσης στάλθηκε", + "relationships.add.error.relationship-type.content": "Δεν βρέθηκε κατάλληλη αντιστοίχιση για τον τύπο σχέσης {{ type }} μεταξύ των δύο τεκμηρίων", + "relationships.add.error.server.content": "Ο διακομιστής επέστρεψε ένα σφάλμα", + "relationships.add.error.title": "Δεν είναι δυνατή η προσθήκη σχέσης", + "relationships.isAuthorOf": "Συγγραφείς", + "relationships.isAuthorOf.OrgUnit": "Συγγραφείς (οργανωτικές μονάδες)", + "relationships.isAuthorOf.Person": "Συγγραφείς (πρόσωπα)", + "relationships.isContributorOf": "Συντελεστής", + "relationships.isContributorOf.OrgUnit": "Συντελεστής (Οργανωτική Μονάδα)", + "relationships.isContributorOf.Person": "Συντελεστής", + "relationships.isFundingAgencyOf.OrgUnit": "Χρηματοδότης", + "relationships.isIssueOf": "Θέματα περιοδικών", + "relationships.isJournalIssueOf": "Τεύχος περιοδικού", + "relationships.isJournalOf": "περιοδικά", + "relationships.isOrgUnitOf": "Μονάδες οργανισμού", + "relationships.isPersonOf": "Συγγραφείς", + "relationships.isProjectOf": "Ερευνητικά έργα", + "relationships.isPublicationOf": "Δημοσιεύσεις", + "relationships.isPublicationOfJournalIssue": "Άρθρα", + "relationships.isSingleJournalOf": "Εφημερίδα", + "relationships.isSingleVolumeOf": "Τόμος περιοδικού", + "relationships.isVolumeOf": "Τόμοι περιοδικών", + "repository.image.logo": "Λογότυπο αποθετηρίου", + "repository.title.prefix": "DSpace Angular ::", + "repository.title.prefixDSpace": "DSpace Angular ::", + "researcher.profile.action.processing": "Επεξεργασία...", + "researcher.profile.associated": "Σχετικό προφίλ ερευνητή", + "researcher.profile.change-visibility.fail": "Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα κατά την αλλαγή της προβολής του προφίλ", + "researcher.profile.create.fail": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία του προφίλ ερευνητή", + "researcher.profile.create.new": "Δημιουργία νέου", + "researcher.profile.create.success": "Το προφίλ ερευνητή δημιουργήθηκε με επιτυχία", + "researcher.profile.delete": "Διαγραφή", + "researcher.profile.expose": "Εκθέτω", + "researcher.profile.hide": "Κρύβω", + "researcher.profile.not.associated": "Το προφίλ ερευνητή δεν έχει συσχετιστεί ακόμη", + "researcher.profile.private.visibility": "ΙΔΙΩΤΙΚΟ", + "researcher.profile.public.visibility": "ΔΗΜΟΣΙΟ", + "researcher.profile.status": "Κατάσταση:", + "researcher.profile.view": "Προβολή", + "researcherprofile.claim.not-authorized": "Δεν είστε εξουσιοδοτημένοι να διεκδικήσετε αυτό το τεκμήριο. Για περισσότερες λεπτομέρειες επικοινωνήστε με τους διαχειριστές.", + "researcherprofile.error.claim.body": "Παρουσιάστηκε σφάλμα κατά την αξίωση του προφίλ, δοκιμάστε ξανά αργότερα", + "researcherprofile.error.claim.title": "Λάθος", + "researcherprofile.success.claim.body": "Το προφίλ διεκδικήθηκε με επιτυχία", + "researcherprofile.success.claim.title": "Επιτυχία", + "resource-policies.add.button": "Προσθήκη", + "resource-policies.add.for.": "Προσθέστε μια νέα πολιτική", + "resource-policies.add.for.bitstream": "Προσθέστε μια νέα πολιτική αρχείου", + "resource-policies.add.for.bundle": "Προσθέστε μια νέα πολιτική φακέλου/πακέτου", + "resource-policies.add.for.collection": "Προσθέστε μια νέα πολιτική συλλογής", + "resource-policies.add.for.community": "Προσθέστε μια νέα πολιτική Κοινότητας", + "resource-policies.add.for.item": "Προσθέστε μια νέα πολιτική αντικειμένου", + "resource-policies.create.page.failure.content": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία της πολιτικής πόρων.", + "resource-policies.create.page.heading": "Δημιουργία νέας πολιτικής πόρων για", + "resource-policies.create.page.success.content": "Επιτυχής λειτουργία", + "resource-policies.create.page.title": "Δημιουργία νέας πολιτικής πόρων", + "resource-policies.delete.btn": "Διαγραφή επιλεγμένων", + "resource-policies.delete.btn.title": "Διαγραφή επιλεγμένων πολιτικών πόρων", + "resource-policies.delete.failure.content": "Παρουσιάστηκε σφάλμα κατά τη διαγραφή επιλεγμένων πολιτικών πόρων.", + "resource-policies.delete.success.content": "Επιτυχής λειτουργία", + "resource-policies.edit.page.failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία της πολιτικής πόρων.", + "resource-policies.edit.page.heading": "Επεξεργασία πολιτικής πόρων", + "resource-policies.edit.page.other-failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία της πολιτικής πόρων. Ο στόχος (ePerson ή ομάδα) ενημερώθηκε με επιτυχία.", + "resource-policies.edit.page.success.content": "Επιτυχής λειτουργία", + "resource-policies.edit.page.target-failure.content": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία του στόχου (ePerson ή ομάδα) της πολιτικής πόρων.", + "resource-policies.edit.page.title": "Επεξεργασία πολιτικής πόρων", + "resource-policies.form.action-type.label": "Επιλέξτε τον τύπο ενέργειας", + "resource-policies.form.action-type.required": "Πρέπει να επιλέξετε την ενέργεια της πολιτικής πόρων.", + "resource-policies.form.date.end.label": "Ημερομηνία λήξης", + "resource-policies.form.date.start.label": "Ημερομηνία έναρξης", + "resource-policies.form.description.label": "Περιγραφή", + "resource-policies.form.eperson-group-list.label": "Το άτομο ή η ομάδα που θα λάβει την άδεια", + "resource-policies.form.eperson-group-list.modal.close": "Εντάξει", + "resource-policies.form.eperson-group-list.modal.header": "Δεν είναι δυνατή η αλλαγή τύπου", + "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "Δεν είναι δυνατή η αντικατάσταση μιας ομάδας με ένα ePerson.", + "resource-policies.form.eperson-group-list.modal.text1.toGroup": "Δεν είναι δυνατή η αντικατάσταση ενός ePerson με μια ομάδα.", + "resource-policies.form.eperson-group-list.modal.text2": "Διαγράψτε την τρέχουσα πολιτική πόρων και δημιουργήστε μια νέα με τον επιθυμητό τύπο.", + "resource-policies.form.eperson-group-list.select.btn": "Επιλέγω", + "resource-policies.form.eperson-group-list.tab.eperson": "Αναζητήστε ένα ePerson", + "resource-policies.form.eperson-group-list.tab.group": "Αναζήτηση για μια ομάδα", + "resource-policies.form.eperson-group-list.table.headers.action": "Δράση", + "resource-policies.form.eperson-group-list.table.headers.id": "ID", + "resource-policies.form.eperson-group-list.table.headers.name": "Ονομα", + "resource-policies.form.name.label": "Ονομα", + "resource-policies.form.policy-type.label": "Επιλέξτε τον τύπο πολιτικής", + "resource-policies.form.policy-type.required": "Πρέπει να επιλέξετε τον τύπο πολιτικής πόρων.", + "resource-policies.table.headers.action": "Δράση", + "resource-policies.table.headers.date.end": "Ημερομηνία λήξης", + "resource-policies.table.headers.date.start": "Ημερομηνία έναρξης", + "resource-policies.table.headers.edit": "Επεξεργασία", + "resource-policies.table.headers.edit.group": "Επεξεργασία ομάδας", + "resource-policies.table.headers.edit.policy": "Επεξεργασία πολιτικής", + "resource-policies.table.headers.eperson": "EPson", + "resource-policies.table.headers.group": "Ομάδα", + "resource-policies.table.headers.id": "ID", + "resource-policies.table.headers.name": "Ονομα", + "resource-policies.table.headers.policyType": "τύπος", + "resource-policies.table.headers.title.for.bitstream": "Πολιτικές για το αρχείο", + "resource-policies.table.headers.title.for.bundle": "Πολιτικές για το φάκελο/πακέτο", + "resource-policies.table.headers.title.for.collection": "Πολιτικές για τη συλλογή", + "resource-policies.table.headers.title.for.community": "Πολιτικές για την Κοινότητα", + "resource-policies.table.headers.title.for.item": "Πολιτικές για το τεκμήριο", + "search.breadcrumbs": "Αναζήτηση", + "search.description": null, + "search.filters.applied.f.author": "Συγγραφέας", + "search.filters.applied.f.birthDate.max": "Ημερομηνία λήξης γέννησης", + "search.filters.applied.f.birthDate.min": "Ημερομηνία γέννησης", + "search.filters.applied.f.dateIssued.max": "Ημερομηνία λήξης", + "search.filters.applied.f.dateIssued.min": "Ημερομηνία έναρξης", + "search.filters.applied.f.dateSubmitted": "Ημερομηνία υποβολής", + "search.filters.applied.f.discoverable": "Μη ανακαλυπτόμενο", + "search.filters.applied.f.entityType": "Τύπος αντικειμένου", + "search.filters.applied.f.has_content_in_original_bundle": "Έχει αρχεία", + "search.filters.applied.f.itemtype": "Τύπος", + "search.filters.applied.f.jobTitle": "Τίτλος εργασίας", + "search.filters.applied.f.namedresourcetype": "Κατάσταση", + "search.filters.applied.f.subject": "Θέμα", + "search.filters.applied.f.submitter": "Αναρτητής", + "search.filters.applied.f.withdrawn": "Διαγραμμένο", + "search.filters.discoverable.false": "Ναί", + "search.filters.discoverable.true": "Οχι", + "search.filters.entityType.JournalIssue": "Τεύχος περιοδικού", + "search.filters.entityType.JournalVolume": "Τόμος περιοδικού", + "search.filters.entityType.OrgUnit": "Οργανωτική Μονάδα", + "search.filters.filter.author.head": "Συγγραφέας", + "search.filters.filter.author.label": "Αναζήτηση ονόματος συγγραφέα", + "search.filters.filter.author.placeholder": "Όνομα συγγραφέα", + "search.filters.filter.birthDate.head": "Ημερομηνία γέννησης", + "search.filters.filter.birthDate.label": "Αναζήτηση ημερομηνίας γέννησης", + "search.filters.filter.birthDate.placeholder": "Ημερομηνία γέννησης", + "search.filters.filter.collapse": "Σύμπτυξη φίλτρου", + "search.filters.filter.creativeDatePublished.head": "Ημερομηνία δημοσίευσης", + "search.filters.filter.creativeDatePublished.label": "Δημοσίευση ημερομηνίας αναζήτησης", + "search.filters.filter.creativeDatePublished.placeholder": "Ημερομηνία δημοσίευσης", + "search.filters.filter.creativeWorkEditor.head": "Συντάκτης", + "search.filters.filter.creativeWorkEditor.label": "Επεξεργαστής αναζήτησης", + "search.filters.filter.creativeWorkEditor.placeholder": "Συντάκτης", + "search.filters.filter.creativeWorkKeywords.head": "Θέμα", + "search.filters.filter.creativeWorkKeywords.label": "Αναζήτηση θέματος", + "search.filters.filter.creativeWorkKeywords.placeholder": "Θέμα", + "search.filters.filter.creativeWorkPublisher.head": "Εκδότης", + "search.filters.filter.creativeWorkPublisher.label": "Αναζήτηση εκδότη", + "search.filters.filter.creativeWorkPublisher.placeholder": "Εκδότης", + "search.filters.filter.dateIssued.head": "Ημερομηνία", + "search.filters.filter.dateIssued.max.label": "Τέλος", + "search.filters.filter.dateIssued.max.placeholder": "Μέγιστη ημερομηνία", + "search.filters.filter.dateIssued.min.label": "Αρχή", + "search.filters.filter.dateIssued.min.placeholder": "Ελάχιστη ημερομηνία", + "search.filters.filter.dateSubmitted.head": "Ημερομηνία υποβολής", + "search.filters.filter.dateSubmitted.label": "Ημερομηνία υποβολής αναζήτησης", + "search.filters.filter.dateSubmitted.placeholder": "Ημερομηνία υποβολής", + "search.filters.filter.discoverable.head": "Μη ανακαλύψιμο", + "search.filters.filter.entityType.head": "Τύπος αντικειμένου", + "search.filters.filter.entityType.label": "Αναζήτηση τύπου αντικειμένου", + "search.filters.filter.entityType.placeholder": "Τύπος αντικειμένου", + "search.filters.filter.expand": "Αναπτύξτε το φίλτρο", + "search.filters.filter.has_content_in_original_bundle.head": "Έχει αρχεία", + "search.filters.filter.itemtype.head": "Τύπος", + "search.filters.filter.itemtype.label": "Τύπος αναζήτησης", + "search.filters.filter.itemtype.placeholder": "Τύπος", + "search.filters.filter.jobTitle.head": "Τίτλος εργασίας", + "search.filters.filter.jobTitle.label": "Αναζήτηση τίτλου εργασίας", + "search.filters.filter.jobTitle.placeholder": "Τίτλος εργασίας", + "search.filters.filter.knowsLanguage.head": "Γνωστή γλώσσα", + "search.filters.filter.knowsLanguage.label": "Αναζήτηση γνωστής γλώσσας", + "search.filters.filter.knowsLanguage.placeholder": "Γνωστή γλώσσα", + "search.filters.filter.namedresourcetype.head": "Κατάσταση", + "search.filters.filter.namedresourcetype.label": "Κατάσταση αναζήτησης", + "search.filters.filter.namedresourcetype.placeholder": "Κατάσταση", + "search.filters.filter.objectpeople.head": "Ανθρωποι", + "search.filters.filter.objectpeople.label": "Αναζήτηση ατόμων", + "search.filters.filter.objectpeople.placeholder": "Ανθρωποι", + "search.filters.filter.organizationAddressCountry.head": "Χώρα", + "search.filters.filter.organizationAddressCountry.label": "Αναζήτηση χώρας", + "search.filters.filter.organizationAddressCountry.placeholder": "Χώρα", + "search.filters.filter.organizationAddressLocality.head": "Πόλη", + "search.filters.filter.organizationAddressLocality.label": "Αναζήτηση πόλης", + "search.filters.filter.organizationAddressLocality.placeholder": "Πόλη", + "search.filters.filter.organizationFoundingDate.head": "Ημερομηνία ίδρυσης", + "search.filters.filter.organizationFoundingDate.label": "Ημερομηνία ίδρυσης αναζήτησης", + "search.filters.filter.organizationFoundingDate.placeholder": "Ημερομηνία ίδρυσης", + "search.filters.filter.scope.head": "Πεδίο εφαρμογής", + "search.filters.filter.scope.label": "Φίλτρο εύρους αναζήτησης", + "search.filters.filter.scope.placeholder": "Φίλτρο εύρους", + "search.filters.filter.show-less": "Δείτε λιγότερα", + "search.filters.filter.show-more": "Δείτε περισσότερα", + "search.filters.filter.subject.head": "Θέμα", + "search.filters.filter.subject.label": "Αναζήτηση θέματος", + "search.filters.filter.subject.placeholder": "Θέμα", + "search.filters.filter.submitter.head": "Υποβάλλων", + "search.filters.filter.submitter.label": "Αναζήτηση υποβάλλοντος", + "search.filters.filter.submitter.placeholder": "Υποβάλλων", + "search.filters.filter.withdrawn.head": "Διαγραμμένο", + "search.filters.has_content_in_original_bundle.false": "Οχι", + "search.filters.has_content_in_original_bundle.true": "Ναί", + "search.filters.head": "Φίλτρα", + "search.filters.reset": "Επαναφορά φίλτρων", + "search.filters.search.submit": "υποβάλλουν", + "search.filters.withdrawn.false": "Οχι", + "search.filters.withdrawn.true": "Ναί", + "search.form.scope.all": "Όλο το DSpace", + "search.form.search": "Αναζήτηση", + "search.form.search_dspace": "Όλο το αποθετήριο", + "search.results.empty": "Η αναζήτηση δεν επέστρεψε κανένα αποτέλεσμα.", + "search.results.head": "Αποτελέσματα αναζήτησης", + "search.results.no-results": "Η αναζήτηση δεν επέστρεψε κανένα αποτέλεσμα. Δυσκολεύεστε να βρείτε αυτό που ψάχνετε; Δοκιμάστε να βάλετε", + "search.results.no-results-link": "κάποια αποσπάσματα", + "search.results.view-result": "Προβολή", + "search.search-form.placeholder": "Αναζήτηση στο αποθετήριο...", + "search.sidebar.close": "Επιστροφή στα αποτελέσματα", + "search.sidebar.filters.title": "Φίλτρα", + "search.sidebar.open": "Εργαλεία αναζήτησης", + "search.sidebar.results": "Αποτελέσματα", + "search.sidebar.settings.rpp": "Αποτελέσματα ανά σελίδα", + "search.sidebar.settings.sort-by": "Ταξινόμηση κατά", + "search.sidebar.settings.title": "Ρυθμίσεις", + "search.switch-configuration.title": "προβολή", + "search.title": "Αναζήτηση", + "search.view-switch.show-detail": "Δείξε λεπτομέρεια", + "search.view-switch.show-grid": "Εμφάνιση ως πλέγμα", + "search.view-switch.show-list": "Εμφάνιση ως λίστα", + "sorting.ASC": "Αύξουσα", + "sorting.DESC": "Φθίνων", + "sorting.dc.date.accessioned.ASC": "Ημερομηνία πρόσβασης Αύξουσα", + "sorting.dc.date.accessioned.DESC": "Ημερομηνία πρόσβασης Φθίνουσα", + "sorting.dc.date.issued.ASC": "Ημερομηνία Διάθεσης Αύξουσα", + "sorting.dc.date.issued.DESC": "Ημερομηνία Διάθεσης Φθίνουσα", + "sorting.dc.title.ASC": "Τίτλος Αύξουσα", + "sorting.dc.title.DESC": "Τίτλος Φθίνουσα", + "sorting.lastModified.ASC": "Τελευταία τροποποίηση Αύξουσα", + "sorting.lastModified.DESC": "Τελευταία τροποποίηση Φθίνουσα", + "sorting.score.ASC": "Λιγότερο σχετικό", + "sorting.score.DESC": "Το πιο σχετικό", + "statistics.breadcrumbs": "Στατιστικά", + "statistics.header": "Στατιστικά στοιχεία για {{ range }}", + "statistics.page.no-data": "Δεν υπάρχουν διαθέσιμα δεδομένα", + "statistics.table.header.views": "Προβολές", + "statistics.table.no-data": "Δεν υπάρχουν διαθέσιμα δεδομένα", + "statistics.table.title.TopCities": "Κορυφαίες προβολές ανά πόλη", + "statistics.table.title.TopCountries": "Κορυφαίες προβολές ανά χώρα", + "statistics.table.title.TotalDownloads": "Λήψεις αρχείων", + "statistics.table.title.TotalVisits": "Συνολικές επισκέψεις", + "statistics.table.title.TotalVisitsPerMonth": "Συνολικές επισκέψεις ανά μήνα", + "statistics.title": "Στατιστικά", + "submission.edit.breadcrumbs": "Επεξεργασία υποβολής", + "submission.edit.title": "Επεξεργασία υποβολής", + "submission.general.cancel": "Ακύρωση", + "submission.general.cannot_submit": "Δεν έχετε το προνόμιο να υποβάλετε νέα υποβολή.", + "submission.general.deposit": "Κατάθεση", + "submission.general.discard.confirm.cancel": "Ακύρωση", + "submission.general.discard.confirm.info": "Αυτή η λειτουργία δεν μπορεί να αναιρεθεί. Είσαι σίγουρος?", + "submission.general.discard.confirm.submit": "Ναι είμαι σίγουρος", + "submission.general.discard.confirm.title": "Απόρριψη υποβολής", + "submission.general.discard.submit": "Απορρίπτω", + "submission.general.info.pending-changes": "Μη αποθηκευμένες αλλαγές", + "submission.general.info.saved": "Αποθηκεύτηκε", + "submission.general.save": "Αποθήκευση", + "submission.general.save-later": "Αποθήκευση για αργότερα", + "submission.import-external.back-to-my-dspace": "Επιστροφή στο χώρο μου", + "submission.import-external.page.hint": "Εισαγάγετε ένα ερώτημα παραπάνω για να βρείτε τεκμήρια από τον ιστό για εισαγωγή στο DSpace.", + "submission.import-external.page.title": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", + "submission.import-external.preview.button.import": "Έναρξη υποβολής", + "submission.import-external.preview.error.import.body": "Παρουσιάζεται σφάλμα κατά τη διαδικασία εισαγωγής εισαγωγής εξωτερικής πηγής.", + "submission.import-external.preview.error.import.title": "Σφάλμα υποβολής", + "submission.import-external.preview.subtitle": "Τα παρακάτω μεταδεδομένα εισήχθησαν από εξωτερική πηγή. Θα είναι προσυμπληρωμένο όταν ξεκινήσετε την υποβολή.", + "submission.import-external.preview.title": "Προεπισκόπηση τεκμηρίου", + "submission.import-external.preview.title.Journal": "Προεπισκόπηση περιοδικού", + "submission.import-external.preview.title.OrgUnit": "Προεπισκόπηση οργανωτικής μονάδας", + "submission.import-external.preview.title.Person": "Προεπισκόπηση ατόμου", + "submission.import-external.preview.title.Project": "Προεπισκόπηση έργου", + "submission.import-external.preview.title.Publication": "Προεπισκόπηση δημοσίευσης", + "submission.import-external.preview.title.none": "Προεπισκόπηση τεκμηρίου", + "submission.import-external.search.button": "Αναζήτηση", + "submission.import-external.search.button.hint": "Γράψτε μερικές λέξεις για αναζήτηση", + "submission.import-external.search.placeholder": "Αναζήτηση στην εξωτερική πηγή", + "submission.import-external.search.source.hint": "Επιλέξτε μια εξωτερική πηγή", + "submission.import-external.source.ads": "NASA/ADS", + "submission.import-external.source.arxiv": "arXiv", + "submission.import-external.source.cinii": "CiNii", + "submission.import-external.source.crossref": "CrossRef", + "submission.import-external.source.epo": "Ευρωπαϊκό Γραφείο Διπλωμάτων Ευρεσιτεχνίας (EPO)", + "submission.import-external.source.lcname": "Βιβλιοθήκη Ονομάτων του Κογκρέσου (Library of Congress Names)", + "submission.import-external.source.loading": "Φόρτωση ...", + "submission.import-external.source.openAIREFunding": "Χρηματοδότηση OpenAIRE API", + "submission.import-external.source.orcid": "ORCID", + "submission.import-external.source.orcidWorks": "ORCID", + "submission.import-external.source.pubmed": "Δημοσιεύτηκε", + "submission.import-external.source.pubmedeu": "Pubmed Europe", + "submission.import-external.source.scielo": "SciELO", + "submission.import-external.source.scopus": "Scopus", + "submission.import-external.source.sherpaJournal": "Περιοδικά SHERPA", + "submission.import-external.source.sherpaJournalIssn": "Περιοδικά SHERPA από το ISSN", + "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", + "submission.import-external.source.vufind": "VuFind", + "submission.import-external.source.wos": "Web Of Science", + "submission.import-external.title": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", + "submission.import-external.title.Journal": "Εισαγάγετε ένα ημερολόγιο από εξωτερική πηγή", + "submission.import-external.title.JournalIssue": "Εισαγάγετε ένα τεύχος περιοδικού από εξωτερική πηγή", + "submission.import-external.title.JournalVolume": "Εισαγωγή τόμου περιοδικού από εξωτερική πηγή", + "submission.import-external.title.OrgUnit": "Εισαγάγετε έναν εκδότη από εξωτερική πηγή", + "submission.import-external.title.Person": "Εισαγάγετε ένα άτομο από εξωτερική πηγή", + "submission.import-external.title.Project": "Εισαγωγή έργου από εξωτερική πηγή", + "submission.import-external.title.Publication": "Εισαγάγετε μια δημοσίευση από εξωτερική πηγή", + "submission.import-external.title.none": "Εισαγωγή μεταδεδομένων από εξωτερική πηγή", + "submission.sections.accesses.form.access-condition-hint": "Επιλέξτε μια συνθήκη πρόσβασης που θα εφαρμοστεί στο τεκμήριο μετά την κατάθεσή του", + "submission.sections.accesses.form.access-condition-label": "Τύπος συνθήκης πρόσβασης", + "submission.sections.accesses.form.date-required": "Απαιτείται ημερομηνία.", + "submission.sections.accesses.form.date-required-from": "Απαιτείται πρόσβαση επιχορήγησης από την ημερομηνία.", + "submission.sections.accesses.form.date-required-until": "Απαιτείται παραχώρηση πρόσβασης μέχρι την ημερομηνία.", + "submission.sections.accesses.form.discoverable-description": "Όταν είναι επιλεγμένο, αυτό το τεκμήριο θα μπορεί να εντοπιστεί στην αναζήτηση/περιήγηση. Όταν δεν είναι επιλεγμένο, το τεκμήριο θα είναι διαθέσιμο μόνο μέσω απευθείας συνδέσμου και δεν θα εμφανίζεται ποτέ στην αναζήτηση/περιήγηση.", + "submission.sections.accesses.form.discoverable-label": "Ανακαλύψιμο", + "submission.sections.accesses.form.from-hint": "Επιλέξτε την ημερομηνία από την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", + "submission.sections.accesses.form.from-label": "Παραχώρηση πρόσβασης από", + "submission.sections.accesses.form.from-placeholder": "Από", + "submission.sections.accesses.form.group-label": "Ομάδα", + "submission.sections.accesses.form.group-required": "Απαιτείται ομάδα.", + "submission.sections.accesses.form.until-hint": "Επιλέξτε την ημερομηνία μέχρι την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", + "submission.sections.accesses.form.until-label": "Παραχώρηση πρόσβασης μέχρι", + "submission.sections.accesses.form.until-placeholder": "Μέχρι", + "submission.sections.ccLicense.change": "Αλλάξτε τον τύπο της άδειας σας…", + "submission.sections.ccLicense.confirmation": "Παραχωρώ την παραπάνω άδεια", + "submission.sections.ccLicense.link": "Έχετε επιλέξει την ακόλουθη άδεια χρήσης:", + "submission.sections.ccLicense.none": "Δεν υπάρχουν διαθέσιμες άδειες", + "submission.sections.ccLicense.option.select": "Επιλέξτε μια επιλογή…", + "submission.sections.ccLicense.select": "Επιλέξτε έναν τύπο άδειας…", + "submission.sections.ccLicense.type": "Τύπος άδειας", + "submission.sections.describe.relationship-lookup.close": "Κλείσιμο", + "submission.sections.describe.relationship-lookup.external-source.added": "Προστέθηκε με επιτυχία η τοπική καταχώριση στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "Εισαγωγή απομακρυσμένου εξοπλισμού", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "Εισαγωγή απομακρυσμένης εκδήλωσης", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "Εισαγωγή απομακρυσμένης χρηματοδότησης", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Εισαγωγή απομακρυσμένου τεύχους περιοδικού", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Εισαγωγή τόμου απομακρυσμένου περιοδικού", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Εισαγωγή απομακρυσμένου περιοδικού", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "Εισαγωγή απομακρυσμένης μονάδας οργανισμού", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "Εισαγωγή απομακρυσμένου διπλώματος ευρεσιτεχνίας", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "Εισαγωγή απομακρυσμένου ατόμου", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "Εισαγωγή απομακρυσμένου προϊόντος", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "Εισαγωγή απομακρυσμένου έργου", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "Εισαγωγή απομακρυσμένης δημοσίευσης", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Εισαγωγή απομακρυσμένου συγγραφέα", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Εργο", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "Εισαγωγή απομακρυσμένου τεκμηρίου", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Προστέθηκε με επιτυχία τεύχος τοπικού περιοδικού στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού τεύχους περιοδικού στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Εισαγωγή Τεύχους απομακρυσμένου περιοδικού", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Προστέθηκε με επιτυχία ο τόμος τοπικού περιοδικού στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού τόμου ημερολογίου στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Εισαγωγή τόμου απομακρυσμένου περιοδικού", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Προστέθηκε με επιτυχία τοπικό περιοδικό στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού ημερολογίου στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Εισαγωγή απομακρυσμένου περιοδικού", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Εισαγωγή authority", + "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Ακύρωση", + "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Επιλέξτε μια συλλογή στην οποία θα εισαγάγετε νέες καταχωρήσεις", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "οντότητες", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Εισαγωγή ως νέα τοπική οντότητα", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Εισαγωγή από το arXiv", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Εισαγωγή από LC Name", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Χρηματοδότηση OpenAIRE API", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Εισαγωγή από ORCID", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Εισαγωγή από το PubMed", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Εισαγωγή από το Sherpa Journal", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Εισαγωγή από τον Sherpa Publisher", + "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Εισαγωγή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Προστέθηκε με επιτυχία τοπικός συγγραφέας στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Έγινε επιτυχής εισαγωγή και προσθήκη εξωτερικού συντάκτη στην επιλογή", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Εισαγωγή απομακρυσμένου συντάκτη", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Προστέθηκε νέα οντότητα!", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Εργο", + "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Επιλέξτε ένα τοπικό αποτέλεσμα (ταίριασμα):", + "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Αποθηκεύστε μια νέα παραλλαγή ονόματος", + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Θέλετε να αποθηκεύσετε το \"{{ value }}\" ως παραλλαγή ονόματος για αυτό το άτομο, ώστε εσείς και άλλοι να το χρησιμοποιήσετε ξανά για μελλοντικές υποβολές; Εάν δεν το κάνετε, μπορείτε ακόμα να το χρησιμοποιήσετε για αυτήν την υποβολή.", + "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Χρησιμοποιήστε μόνο για αυτήν την υποβολή", + "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Αποεπιλογή όλων", + "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Αποεπιλογή σελίδας", + "submission.sections.describe.relationship-lookup.search-tab.loading": "Φόρτωση...", + "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Ερώτημα αναζήτησης", + "submission.sections.describe.relationship-lookup.search-tab.search": "Πηγαίνω", + "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Αναζήτηση...", + "submission.sections.describe.relationship-lookup.search-tab.select-all": "Επιλογή όλων", + "submission.sections.describe.relationship-lookup.search-tab.select-page": "Επιλέξτε σελίδα", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Αρχεία τοπικών δεδομένων ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Τοπικά πακέτα δεδομένων ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Τοπικά περιοδικά ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Θέματα τοπικών περιοδικών ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Τόμοι τοπικών περιοδικών ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Τοπικές οργανωτικές μονάδες ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Τοπικοί συντάκτες ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Τοπικά έργα ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Τοπικές εκδόσεις ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Τοπικοί συντάκτες ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Αναζήτηση για Οργανωτικές Μονάδες", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Χρηματοδότης του Έργου", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Αναζήτηση για Φορείς Χρηματοδότησης", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Αναζήτηση για χρηματοδότηση", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Θέματα τοπικών περιοδικών ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Τοπικά περιοδικά ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Τόμοι τοπικών περιοδικών ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Εργα", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "Ονόματα LC ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Χρηματοδότηση OpenAIRE API", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Περιοδικά Sherpa ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Εναλλαγή αναπτυσσόμενου μενού", + "submission.sections.describe.relationship-lookup.selected": "Επιλεγμένα {{ size }} τεκμήρια", + "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Η επιλογή σας αυτή τη στιγμή είναι κενή.", + "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Αναζήτηση...", + "submission.sections.describe.relationship-lookup.selection-tab.settings": "Ρυθμίσεις", + "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Τρέχουσα επιλογή ({{ count }})", + "submission.sections.describe.relationship-lookup.selection-tab.title": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Επιλεγμένα Αρχεία Δεδομένων", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Επιλεγμένα πακέτα δεδομένων", + "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Επιλεγμένα περιοδικά", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Επιλεγμένο θέμα", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Επιλεγμένος τόμος περιοδικού", + "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Επιλεγμένες μονάδες οργανισμού", + "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Επιλεγμένοι Συγγραφείς", + "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Επιλεγμένα Έργα", + "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Επιλεγμένες δημοσιεύσεις", + "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Επιλεγμένοι Συγγραφείς", + "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Επιλεγμένη Μονάδα Οργανισμού", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Επιλεγμένος Φορέας Χρηματοδότησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Επιλεγμένη χρηματοδότηση", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Επιλεγμένος τομος", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Επιλεγμένα περιοδικά", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Επιλεγμένος τόμος περιοδικού", + "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Εργο", + "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Χρηματοδότηση OpenAIRE API", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "Αποτελέσματα αναζήτησης", + "submission.sections.describe.relationship-lookup.title.DataFile": "Αρχεία δεδομένων", + "submission.sections.describe.relationship-lookup.title.DataPackage": "Πακέτα δεδομένων", + "submission.sections.describe.relationship-lookup.title.Funding Agency": "Οργανισμός Χρηματοδότησης", + "submission.sections.describe.relationship-lookup.title.JournalIssue": "Θέματα περιοδικών", + "submission.sections.describe.relationship-lookup.title.JournalVolume": "Τόμοι περιοδικών", + "submission.sections.describe.relationship-lookup.title.OrgUnit": "Οργανωτικές Μονάδες", + "submission.sections.describe.relationship-lookup.title.Person": "Συγγραφείς", + "submission.sections.describe.relationship-lookup.title.Project": "Εργα", + "submission.sections.describe.relationship-lookup.title.Publication": "Δημοσιεύσεις", + "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Συγγραφείς", + "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Οργανωτική Μονάδα Γονέων", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Χρηματοδότης του Έργου", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Οργανισμός Χρηματοδότησης", + "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Χρηματοδότηση", + "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Θέματα περιοδικών", + "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "περιοδικά", + "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Τόμοι περιοδικών", + "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Εργα", + "submission.sections.general.add-more": "Πρόσθεσε περισσότερα", + "submission.sections.general.cannot_deposit": "Η κατάθεση δεν μπορεί να ολοκληρωθεί λόγω σφαλμάτων στη φόρμα.
Συμπληρώστε όλα τα απαιτούμενα πεδία για να ολοκληρώσετε την κατάθεση.", + "submission.sections.general.collection": "Συλλογή", + "submission.sections.general.deposit_error_notice": "Παρουσιάστηκε πρόβλημα κατά την υποβολή του τεκμηρίου, δοκιμάστε ξανά αργότερα.", + "submission.sections.general.deposit_success_notice": "Η υποβολή κατατέθηκε με επιτυχία.", + "submission.sections.general.discard_error_notice": "Παρουσιάστηκε πρόβλημα κατά την απόρριψη του τεκμηρίου, δοκιμάστε ξανά αργότερα.", + "submission.sections.general.discard_success_notice": "Η υποβολή απορρίφθηκε με επιτυχία.", + "submission.sections.general.metadata-extracted": "Έχουν εξαχθεί νέα μεταδεδομένα και προστέθηκαν στην ενότητα {{sectionId}}.", + "submission.sections.general.metadata-extracted-new-section": "Η νέα ενότητα {{sectionId}} προστέθηκε στην υποβολή.", + "submission.sections.general.no-collection": "Δεν βρέθηκε συλλογή", + "submission.sections.general.no-sections": "Δεν υπάρχουν διαθέσιμες επιλογές", + "submission.sections.general.save_error_notice": "Παρουσιάστηκε πρόβλημα κατά την αποθήκευση του τεκμηρίου, δοκιμάστε ξανά αργότερα.", + "submission.sections.general.save_success_notice": "Η υποβολή αποθηκεύτηκε με επιτυχία.", + "submission.sections.general.search-collection": "Αναζήτηση για μια συλλογή", + "submission.sections.general.sections_not_valid": "Υπάρχουν ημιτελείς ενότητες.", + "submission.sections.license.granted-label": "Επιβεβαιώνω την παραπάνω άδεια", + "submission.sections.license.notgranted": "Πρέπει να αποδεχτείτε την άδεια", + "submission.sections.license.required": "Πρέπει να αποδεχτείτε την άδεια", + "submission.sections.sherpa-policy.title-empty": "Δεν υπάρχουν διαθέσιμες πληροφορίες πολιτικής εκδότη. Εάν η εργασία σας έχει συσχετισμένο ISSN, καταχωρίστε το παραπάνω για να δείτε τυχόν σχετικές πολιτικές ανοιχτής πρόσβασης εκδότη.", + "submission.sections.sherpa.error.message": "Παρουσιάστηκε σφάλμα κατά την ανάκτηση των πληροφοριών σέρπα", + "submission.sections.sherpa.publication.information": "Πληροφορίες δημοσίευσης", + "submission.sections.sherpa.publication.information.issns": "ISSN", + "submission.sections.sherpa.publication.information.publishers": "Εκδότης", + "submission.sections.sherpa.publication.information.romeoPub": "Romeo Pub", + "submission.sections.sherpa.publication.information.title": "Τίτλος", + "submission.sections.sherpa.publication.information.url": "URL", + "submission.sections.sherpa.publication.information.zetoPub": "Zeto Pub", + "submission.sections.sherpa.publisher.policy": "Πολιτική εκδότη", + "submission.sections.sherpa.publisher.policy.conditions": "Συνθήκες", + "submission.sections.sherpa.publisher.policy.description": "Οι παρακάτω πληροφορίες βρέθηκαν μέσω του Sherpa Romeo. Βάσει των πολιτικών του εκδότη σας, παρέχει συμβουλές σχετικά με το εάν μπορεί να είναι απαραίτητο ένα εμπάργκο ή/και ποια αρχεία επιτρέπεται να ανεβάσετε. Εάν έχετε ερωτήσεις, επικοινωνήστε με τον διαχειριστή του ιστότοπού σας μέσω της φόρμας σχολίων στο υποσέλιδο.", + "submission.sections.sherpa.publisher.policy.embargo": "Απαγόρευση", + "submission.sections.sherpa.publisher.policy.license": "Αδεια", + "submission.sections.sherpa.publisher.policy.location": "Τοποθεσία", + "submission.sections.sherpa.publisher.policy.more.information": "Για περισσότερες πληροφορίες, δείτε τους παρακάτω συνδέσμους:", + "submission.sections.sherpa.publisher.policy.noembargo": "Χωρίς εμπάργκο", + "submission.sections.sherpa.publisher.policy.nolocation": "Κανένας", + "submission.sections.sherpa.publisher.policy.openaccess": "Οι διαδρομές ανοιχτής πρόσβασης που επιτρέπονται από την πολιτική αυτού του περιοδικού παρατίθενται παρακάτω ανά έκδοση άρθρου. Κάντε κλικ σε μια διαδρομή για μια πιο λεπτομερή προβολή", + "submission.sections.sherpa.publisher.policy.prerequisites": "Προαπαιτούμενα", + "submission.sections.sherpa.publisher.policy.refresh": "Ανανέωση", + "submission.sections.sherpa.publisher.policy.version": "Εκδοχή", + "submission.sections.sherpa.record.information": "Πληροφορίες εγγραφής", + "submission.sections.sherpa.record.information.date.created": "Ημερομηνία Δημιουργίας", + "submission.sections.sherpa.record.information.date.modified": "Τελευταία τροποποίηση", + "submission.sections.sherpa.record.information.id": "ID", + "submission.sections.sherpa.record.information.uri": "URI", + "submission.sections.status.errors.aria": "έχει λάθη", + "submission.sections.status.errors.title": "Σφάλματα", + "submission.sections.status.info.aria": "Επιπλέον πληροφορίες", + "submission.sections.status.info.title": "Επιπλέον πληροφορίες", + "submission.sections.status.valid.aria": "είναι έγκυρο", + "submission.sections.status.valid.title": "Εγκυρος", + "submission.sections.status.warnings.aria": "έχει προειδοποιήσεις", + "submission.sections.status.warnings.title": "Προειδοποιήσεις", + "submission.sections.submit.progressbar.CClicense": "Άδεια Creative Commons", + "submission.sections.submit.progressbar.accessCondition": "Συνθήκες πρόσβασης σε είδη", + "submission.sections.submit.progressbar.describe.recycle": "Ανακυκλωνω", + "submission.sections.submit.progressbar.describe.stepcustom": "Περιγράφω", + "submission.sections.submit.progressbar.describe.stepone": "Περιγράφω", + "submission.sections.submit.progressbar.describe.steptwo": "Περιγράφω", + "submission.sections.submit.progressbar.detect-duplicate": "Πιθανά διπλότυπα", + "submission.sections.submit.progressbar.license": "Άδεια κατάθεσης", + "submission.sections.submit.progressbar.sherpaPolicies": "Πληροφορίες πολιτικής ανοιχτής πρόσβασης εκδότη", + "submission.sections.submit.progressbar.sherpapolicy": "Πολιτικές Σέρπα", + "submission.sections.submit.progressbar.upload": "Μεταφόρτωση αρχείων", + "submission.sections.toggle.aria.close": "Σύμπτυξη ενότητας {{sectionHeader}}", + "submission.sections.toggle.aria.open": "Αναπτύξτε την ενότητα {{sectionHeader}}", + "submission.sections.toggle.close": "Κλείσιμο ενότητας", + "submission.sections.toggle.open": "Ανοίξτε την ενότητα", + "submission.sections.upload.delete.confirm.cancel": "Ακύρωση", + "submission.sections.upload.delete.confirm.info": "Αυτή η λειτουργία δεν μπορεί να αναιρεθεί. Είσαι σίγουρος?", + "submission.sections.upload.delete.confirm.submit": "Ναι είμαι σίγουρος", + "submission.sections.upload.delete.confirm.title": "Διαγραφή bitstream", + "submission.sections.upload.delete.submit": "Διαγραφή", + "submission.sections.upload.download.title": "Λήψη αρχείου", + "submission.sections.upload.drop-message": "Αποθέστε αρχεία για να τα επισυνάψετε στο τεκμήριο", + "submission.sections.upload.edit.title": "Επεξεργασία bitstream", + "submission.sections.upload.form.access-condition-hint": "Επιλέξτε μια συνθήκη πρόσβασης που θα εφαρμοστεί στη ροή bit μόλις κατατεθεί το τεκμήριο", + "submission.sections.upload.form.access-condition-label": "Τύπος συνθήκης πρόσβασης", + "submission.sections.upload.form.date-required": "Απαιτείται ημερομηνία.", + "submission.sections.upload.form.date-required-from": "Απαιτείται πρόσβαση επιχορήγησης από την ημερομηνία.", + "submission.sections.upload.form.date-required-until": "Απαιτείται παραχώρηση πρόσβασης μέχρι την ημερομηνία.", + "submission.sections.upload.form.from-hint": "Επιλέξτε την ημερομηνία από την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", + "submission.sections.upload.form.from-label": "Παραχώρηση πρόσβασης από", + "submission.sections.upload.form.from-placeholder": "Από", + "submission.sections.upload.form.group-label": "Ομάδα", + "submission.sections.upload.form.group-required": "Απαιτείται ομάδα.", + "submission.sections.upload.form.until-hint": "Επιλέξτε την ημερομηνία μέχρι την οποία εφαρμόζεται η σχετική συνθήκη πρόσβασης", + "submission.sections.upload.form.until-label": "Παραχώρηση πρόσβασης μέχρι", + "submission.sections.upload.form.until-placeholder": "Μέχρι", + "submission.sections.upload.header.policy.default.nolist": "Τα μεταφορτωμένα αρχεία στη συλλογή {{collectionName}} θα είναι προσβάσιμα σύμφωνα με τις ακόλουθες ομάδες:", + "submission.sections.upload.header.policy.default.withlist": "Λάβετε υπόψη ότι τα μεταφορτωμένα αρχεία στη συλλογή {{collectionName}} θα είναι προσβάσιμα, επιπλέον των όσων έχουν αποφασιστεί ρητά για το μεμονωμένο αρχείο, με τις ακόλουθες ομάδες:", + "submission.sections.upload.info": "Εδώ θα βρείτε όλα τα αρχεία που βρίσκονται αυτήν τη στιγμή στο τεκμήριο. Μπορείτε να ενημερώσετε τα μεταδεδομένα του αρχείου και τις συνθήκες πρόσβασης ή να ανεβάσετε πρόσθετα αρχεία απλώς σύροντάς τα και αποθέτοντάς τα παντού στη σελίδα", + "submission.sections.upload.no-entry": "Οχι", + "submission.sections.upload.no-file-uploaded": "Δεν έχει μεταφορτωθεί ακόμα αρχείο.", + "submission.sections.upload.save-metadata": "Αποθήκευση μεταδεδομένων", + "submission.sections.upload.undo": "Ακύρωση", + "submission.sections.upload.upload-failed": "Η μεταφόρτωση απέτυχε", + "submission.sections.upload.upload-successful": "Επιτυχής μεταφόρτωση", + "submission.submit.breadcrumbs": "Νέα υποβολή", + "submission.submit.title": "Νέα υποβολή", + "submission.workflow.generic.delete": "Διαγραφή", + "submission.workflow.generic.delete-help": "Εάν θέλετε να απορρίψετε αυτό το τεκμήριο, επιλέξτε \"Διαγραφή\". Στη συνέχεια θα σας ζητηθεί να το επιβεβαιώσετε.", + "submission.workflow.generic.edit": "Επεξεργασία", + "submission.workflow.generic.edit-help": "Επιλέξτε αυτήν την επιλογή για να αλλάξετε τα μεταδεδομένα του τεκμηρίου.", + "submission.workflow.generic.view": "Προβολή", + "submission.workflow.generic.view-help": "Ορίστε αυτήν την επιλογή για να προβάλετε τα μεταδεδομένα του τεκμηρίου.", + "submission.workflow.tasks.claimed.approve": "Εγκρίνω", + "submission.workflow.tasks.claimed.approve_help": "Εάν έχετε ελέγξει το τεκμήριο και είναι κατάλληλο για συμπερίληψη στη συλλογή, επιλέξτε \"Έγκριση\".", + "submission.workflow.tasks.claimed.edit": "Επεξεργασία", + "submission.workflow.tasks.claimed.edit_help": "Επιλέξτε αυτήν την επιλογή για να αλλάξετε τα μεταδεδομένα του τεκμηρίου.", + "submission.workflow.tasks.claimed.reject.reason.info": "Εισαγάγετε τον λόγο απόρριψης της υποβολής στο παρακάτω πλαίσιο, υποδεικνύοντας εάν ο υποβάλλων μπορεί να διορθώσει ένα πρόβλημα και να το υποβάλει εκ νέου.", + "submission.workflow.tasks.claimed.reject.reason.placeholder": "Περιγράψτε τον λόγο απόρριψης", + "submission.workflow.tasks.claimed.reject.reason.submit": "Απόρριψη τεκμηρίου", + "submission.workflow.tasks.claimed.reject.reason.title": "Λόγος", + "submission.workflow.tasks.claimed.reject.submit": "Απορρίπτω", + "submission.workflow.tasks.claimed.reject_help": "Εάν έχετε ελέγξει το τεκμήριο και διαπιστώσατε ότι δεν είναι κατάλληλο για συμπερίληψη στη συλλογή, επιλέξτε \"Απόρριψη\". Στη συνέχεια, θα σας ζητηθεί να εισαγάγετε ένα μήνυμα που θα υποδεικνύει γιατί το τεκμήριο είναι ακατάλληλο και εάν ο υποβάλλων πρέπει να αλλάξει κάτι και να το υποβάλει ξανά.", + "submission.workflow.tasks.claimed.return": "Επιστροφή στο pool", + "submission.workflow.tasks.claimed.return_help": "Επιστρέψτε την εργασία στο pool έτσι ώστε ένας άλλος χρήστης να μπορεί να εκτελέσει την εργασία.", + "submission.workflow.tasks.generic.error": "Παρουσιάστηκε σφάλμα κατά τη λειτουργία...", + "submission.workflow.tasks.generic.processing": "Επεξεργασία...", + "submission.workflow.tasks.generic.submitter": "Υποβάλλων", + "submission.workflow.tasks.generic.success": "Επιτυχής λειτουργία", + "submission.workflow.tasks.pool.claim": "Απαίτηση", + "submission.workflow.tasks.pool.claim_help": "Αναθέστε αυτή την εργασία στον εαυτό σας.", + "submission.workflow.tasks.pool.hide-detail": "Απόκρυψη λεπτομέρειας", + "submission.workflow.tasks.pool.show-detail": "Λεπτομέρειες", + "submission.workspace.generic.view": "Προβολή", + "submission.workspace.generic.view-help": "Ορίστε αυτήν την επιλογή για να προβάλετε τα μεταδεδομένα του τεκμηρίου.", + "thumbnail.default.alt": "Μικρογραφία εικόνας", + "thumbnail.default.placeholder": "Δεν υπάρχει διαθέσιμη μικρογραφία", + "thumbnail.orgunit.alt": "Λογότυπο OrgUnit", + "thumbnail.orgunit.placeholder": "Εικόνα μονάδας οργανισμού", + "thumbnail.person.alt": "Εικόνα προφίλ", + "thumbnail.person.placeholder": "Δεν υπάρχει διαθέσιμη εικόνα προφίλ", + "thumbnail.project.alt": "Λογότυπο Έργου", + "thumbnail.project.placeholder": "Εικόνα θέσης κράτησης έργου", + "title": "DSpace", + "uploader.browse": "Πλοήγηση", + "uploader.delete.btn-title": "Διαγραφή", + "uploader.drag-message": "Σύρετε και αποθέστε τα αρχεία σας εδώ", + "uploader.or": ", ή", // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation - "uploader.processing": "Επεξεργασία", - "uploader.queue-length": "Μέγεθος ουράς", - "virtual-metadata.delete-item.info": "Επιλέξτε τους τύπους για τους οποίους θέλετε να αποθηκεύσετε τα εικονικά μεταδεδομένα ως πραγματικά μεταδεδομένα", - "virtual-metadata.delete-item.modal-head": "Τα εικονικά μεταδεδομένα αυτής της σχέσης", - "virtual-metadata.delete-relationship.modal-head": "Επιλέξτε τα τεκμήρια για τα οποία θέλετε να αποθηκεύσετε τα εικονικά μεταδεδομένα ως πραγματικά μεταδεδομένα", - "vocabulary-treeview.header": "Ιεραρχική όψη δέντρου", - "vocabulary-treeview.load-more": "Φόρτωσε περισσότερα", - "vocabulary-treeview.search.form.reset": "Επαναφορά", - "vocabulary-treeview.search.form.search": "Αναζήτηση", - "vocabulary-treeview.search.no-result": "Δεν υπήρχαν τεκμήρια για εμφάνιση", - "vocabulary-treeview.tree.description.nsi": "Ο Νορβηγικός Δείκτης Επιστήμης", - "vocabulary-treeview.tree.description.srsc": "Ερευνητικές Θεματικές Κατηγορίες", - "workflow-item.delete.button.cancel": "Ακύρωση", - "workflow-item.delete.button.confirm": "Διαγραφή", - "workflow-item.delete.header": "Διαγραφή τεκμηρίου ροής εργασίας", - "workflow-item.delete.notification.error.content": "Δεν ήταν δυνατή η διαγραφή του τεκμηρίου ροής εργασίας", - "workflow-item.delete.notification.error.title": "Κάτι πήγε στραβά", - "workflow-item.delete.notification.success.content": "Αυτό το τεκμήριο ροής εργασίας διαγράφηκε με επιτυχία", - "workflow-item.delete.notification.success.title": "Διαγράφηκε", - "workflow-item.delete.title": "Διαγραφή τεκμηρίου ροής εργασίας", - "workflow-item.edit.breadcrumbs": "Επεξεργασία τεκμηρίου ροής εργασίας", - "workflow-item.edit.title": "Επεξεργασία τεκμηρίου ροής εργασίας", - "workflow-item.send-back.button.cancel": "Ακύρωση", - "workflow-item.send-back.button.confirm": "Αποστολή πίσω", - "workflow-item.send-back.header": "Αποστολή τεκμηρίου ροής εργασίας πίσω στον υποβάλλοντα", - "workflow-item.send-back.notification.error.content": "Δεν ήταν δυνατή η αποστολή του τεκμηρίου ροής εργασίας στον υποβάλλοντα", - "workflow-item.send-back.notification.error.title": "Κάτι πήγε στραβά", - "workflow-item.send-back.notification.success.content": "Αυτό το τεκμήριο ροής εργασίας στάλθηκε με επιτυχία στον υποβάλλοντα", - "workflow-item.send-back.notification.success.title": "Στάλθηκε πίσω στον υποβάλλοντα", - "workflow-item.send-back.title": "Αποστολή τεκμηρίου ροής εργασίας πίσω στον υποβάλλοντα", - "workflow-item.view.breadcrumbs": "Προβολή ροής εργασίας", - "workflow.search.results.head": "Εργασίες ροής εργασιών", - "workflowAdmin.search.results.head": "Διαχείριση ροής εργασιών", - "workspace-item.view.breadcrumbs": "Προβολή χώρου εργασίας", - "workspace-item.view.title": "Προβολή χώρου εργασίας", - "workspace.search.results.head": "Οι υποβολές σας" + "uploader.processing": "Επεξεργασία", + "uploader.queue-length": "Μέγεθος ουράς", + "virtual-metadata.delete-item.info": "Επιλέξτε τους τύπους για τους οποίους θέλετε να αποθηκεύσετε τα εικονικά μεταδεδομένα ως πραγματικά μεταδεδομένα", + "virtual-metadata.delete-item.modal-head": "Τα εικονικά μεταδεδομένα αυτής της σχέσης", + "virtual-metadata.delete-relationship.modal-head": "Επιλέξτε τα τεκμήρια για τα οποία θέλετε να αποθηκεύσετε τα εικονικά μεταδεδομένα ως πραγματικά μεταδεδομένα", + "vocabulary-treeview.header": "Ιεραρχική όψη δέντρου", + "vocabulary-treeview.load-more": "Φόρτωσε περισσότερα", + "vocabulary-treeview.search.form.reset": "Επαναφορά", + "vocabulary-treeview.search.form.search": "Αναζήτηση", + "vocabulary-treeview.search.no-result": "Δεν υπήρχαν τεκμήρια για εμφάνιση", + "vocabulary-treeview.tree.description.nsi": "Ο Νορβηγικός Δείκτης Επιστήμης", + "vocabulary-treeview.tree.description.srsc": "Ερευνητικές Θεματικές Κατηγορίες", + "workflow-item.delete.button.cancel": "Ακύρωση", + "workflow-item.delete.button.confirm": "Διαγραφή", + "workflow-item.delete.header": "Διαγραφή τεκμηρίου ροής εργασίας", + "workflow-item.delete.notification.error.content": "Δεν ήταν δυνατή η διαγραφή του τεκμηρίου ροής εργασίας", + "workflow-item.delete.notification.error.title": "Κάτι πήγε στραβά", + "workflow-item.delete.notification.success.content": "Αυτό το τεκμήριο ροής εργασίας διαγράφηκε με επιτυχία", + "workflow-item.delete.notification.success.title": "Διαγράφηκε", + "workflow-item.delete.title": "Διαγραφή τεκμηρίου ροής εργασίας", + "workflow-item.edit.breadcrumbs": "Επεξεργασία τεκμηρίου ροής εργασίας", + "workflow-item.edit.title": "Επεξεργασία τεκμηρίου ροής εργασίας", + "workflow-item.send-back.button.cancel": "Ακύρωση", + "workflow-item.send-back.button.confirm": "Αποστολή πίσω", + "workflow-item.send-back.header": "Αποστολή τεκμηρίου ροής εργασίας πίσω στον υποβάλλοντα", + "workflow-item.send-back.notification.error.content": "Δεν ήταν δυνατή η αποστολή του τεκμηρίου ροής εργασίας στον υποβάλλοντα", + "workflow-item.send-back.notification.error.title": "Κάτι πήγε στραβά", + "workflow-item.send-back.notification.success.content": "Αυτό το τεκμήριο ροής εργασίας στάλθηκε με επιτυχία στον υποβάλλοντα", + "workflow-item.send-back.notification.success.title": "Στάλθηκε πίσω στον υποβάλλοντα", + "workflow-item.send-back.title": "Αποστολή τεκμηρίου ροής εργασίας πίσω στον υποβάλλοντα", + "workflow-item.view.breadcrumbs": "Προβολή ροής εργασίας", + "workflow.search.results.head": "Εργασίες ροής εργασιών", + "workflowAdmin.search.results.head": "Διαχείριση ροής εργασιών", + "workspace-item.view.breadcrumbs": "Προβολή χώρου εργασίας", + "workspace-item.view.title": "Προβολή χώρου εργασίας", + "workspace.search.results.head": "Οι υποβολές σας", } diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index fc4c6aa74d..b1a4a3bfbb 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -130,7 +130,7 @@ "admin.registries.bitstream-formats.table.mimetype": "MIME Type", "admin.registries.bitstream-formats.table.name": "Name", - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", "admin.registries.bitstream-formats.table.return": "Back", @@ -185,7 +185,7 @@ "admin.registries.schema.fields.table.delete": "Delete selected", "admin.registries.schema.fields.table.field": "Field", - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", "admin.registries.schema.fields.table.scopenote": "Scope Note", @@ -1394,9 +1394,9 @@ "cookies.consent.purpose.sharing": "Sharing", - "curation-task.task.citationpage.label": "Generate Citation Page", + "curation-task.task.citationpage.label": "Generate Citation Page", - "curation-task.task.checklinks.label": "Check Links in Metadata", + "curation-task.task.checklinks.label": "Check Links in Metadata", "curation-task.task.noop.label": "NOOP", @@ -1530,7 +1530,7 @@ "supervision-group-selector.notification.create.failure.title": "Error", - "supervision-group-selector.notification.create.already-existing" : "A supervision order already exists on this item for selected group", + "supervision-group-selector.notification.create.already-existing": "A supervision order already exists on this item for selected group", "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", @@ -1638,9 +1638,9 @@ "footer.link.privacy-policy": "Privacy policy", - "footer.link.end-user-agreement":"End User Agreement", + "footer.link.end-user-agreement": "End User Agreement", - "footer.link.feedback":"Send Feedback", + "footer.link.feedback": "Send Feedback", @@ -1802,11 +1802,11 @@ "health.breadcrumbs": "Health", - "health-page.heading" : "Health", + "health-page.heading": "Health", - "health-page.info-tab" : "Info", + "health-page.info-tab": "Info", - "health-page.status-tab" : "Status", + "health-page.status-tab": "Status", "health-page.error.msg": "The health check service is temporarily unavailable", @@ -1893,15 +1893,15 @@ "info.feedback.email-label": "Your Email", - "info.feedback.create.success" : "Feedback Sent Successfully!", + "info.feedback.create.success": "Feedback Sent Successfully!", - "info.feedback.error.email.required" : "A valid email address is required", + "info.feedback.error.email.required": "A valid email address is required", - "info.feedback.error.message.required" : "A comment is required", + "info.feedback.error.message.required": "A comment is required", - "info.feedback.page-label" : "Page", + "info.feedback.page-label": "Page", - "info.feedback.page_help" : "Tha page related to your feedback", + "info.feedback.page_help": "Tha page related to your feedback", @@ -1929,7 +1929,7 @@ "item.bitstreams.upload.bundle.new": "Create bundle", - "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.cancel": "Cancel", @@ -2473,9 +2473,9 @@ "item.page.bitstreams.collapse": "Collapse", - "item.page.filesection.original.bundle" : "Original bundle", + "item.page.filesection.original.bundle": "Original bundle", - "item.page.filesection.license.bundle" : "License bundle", + "item.page.filesection.license.bundle": "License bundle", "item.page.return": "Back", @@ -2505,19 +2505,19 @@ "item.preview.dc.type": "Type:", - "item.preview.oaire.citation.issue" : "Issue", + "item.preview.oaire.citation.issue": "Issue", - "item.preview.oaire.citation.volume" : "Volume", + "item.preview.oaire.citation.volume": "Volume", - "item.preview.dc.relation.issn" : "ISSN", + "item.preview.dc.relation.issn": "ISSN", - "item.preview.dc.identifier.isbn" : "ISBN", + "item.preview.dc.identifier.isbn": "ISBN", "item.preview.dc.identifier": "Identifier:", - "item.preview.dc.relation.ispartof" : "Journal or Serie", + "item.preview.dc.relation.ispartof": "Journal or Serie", - "item.preview.dc.identifier.doi" : "DOI", + "item.preview.dc.identifier.doi": "DOI", "item.preview.person.familyName": "Surname:", @@ -2616,11 +2616,11 @@ "item.version.create.modal.submitted.text": "The new version is being created. This may take some time if the item has a lot of relationships.", - "item.version.create.notification.success" : "New version has been created with version number {{version}}", + "item.version.create.notification.success": "New version has been created with version number {{version}}", - "item.version.create.notification.failure" : "New version has not been created", + "item.version.create.notification.failure": "New version has not been created", - "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", + "item.version.create.notification.inProgress": "A new version cannot be created because there is an inprogress submission in the version history", "item.version.delete.modal.header": "Delete version", @@ -2635,14 +2635,14 @@ "item.version.delete.modal.button.cancel.tooltip": "Do not delete this version", - "item.version.delete.notification.success" : "Version number {{version}} has been deleted", + "item.version.delete.notification.success": "Version number {{version}} has been deleted", - "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", + "item.version.delete.notification.failure": "Version number {{version}} has not been deleted", - "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", + "item.version.edit.notification.success": "The summary of version number {{version}} has been changed", - "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", + "item.version.edit.notification.failure": "The summary of version number {{version}} has not been changed", @@ -3148,11 +3148,11 @@ "nav.stop-impersonating": "Stop impersonating EPerson", - "nav.subscriptions" : "Subscriptions", + "nav.subscriptions": "Subscriptions", - "nav.toggle" : "Toggle navigation", + "nav.toggle": "Toggle navigation", - "nav.user.description" : "User profile bar", + "nav.user.description": "User profile bar", "none.listelement.badge": "Item", @@ -3263,13 +3263,13 @@ - "process.detail.arguments" : "Arguments", + "process.detail.arguments": "Arguments", - "process.detail.arguments.empty" : "This process doesn't contain any arguments", + "process.detail.arguments.empty": "This process doesn't contain any arguments", - "process.detail.back" : "Back", + "process.detail.back": "Back", - "process.detail.output" : "Process Output", + "process.detail.output": "Process Output", "process.detail.logs.button": "Retrieve process output", @@ -3277,21 +3277,21 @@ "process.detail.logs.none": "This process has no output", - "process.detail.output-files" : "Output Files", + "process.detail.output-files": "Output Files", - "process.detail.output-files.empty" : "This process doesn't contain any output files", + "process.detail.output-files.empty": "This process doesn't contain any output files", - "process.detail.script" : "Script", + "process.detail.script": "Script", - "process.detail.title" : "Process: {{ id }} - {{ name }}", + "process.detail.title": "Process: {{ id }} - {{ name }}", - "process.detail.start-time" : "Start time", + "process.detail.start-time": "Start time", - "process.detail.end-time" : "Finish time", + "process.detail.end-time": "Finish time", - "process.detail.status" : "Status", + "process.detail.status": "Status", - "process.detail.create" : "Create similar process", + "process.detail.create": "Create similar process", "process.detail.actions": "Actions", @@ -3311,17 +3311,17 @@ - "process.overview.table.finish" : "Finish time (UTC)", + "process.overview.table.finish": "Finish time (UTC)", - "process.overview.table.id" : "Process ID", + "process.overview.table.id": "Process ID", - "process.overview.table.name" : "Name", + "process.overview.table.name": "Name", - "process.overview.table.start" : "Start time (UTC)", + "process.overview.table.start": "Start time (UTC)", - "process.overview.table.status" : "Status", + "process.overview.table.status": "Status", - "process.overview.table.user" : "User", + "process.overview.table.user": "User", "process.overview.title": "Processes Overview", @@ -4422,7 +4422,7 @@ "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -4629,7 +4629,7 @@ "submission.sections.license.required": "You must accept the license", - "submission.sections.license.notgranted": "You must accept the license", + "submission.sections.license.notgranted": "You must accept the license", "submission.sections.sherpa.publication.information": "Publication information", @@ -4998,7 +4998,7 @@ "idle-modal.extend-session": "Extend session", - "researcher.profile.action.processing" : "Processing...", + "researcher.profile.action.processing": "Processing...", "researcher.profile.associated": "Researcher profile associated", @@ -5020,27 +5020,27 @@ "researcher.profile.view": "View", - "researcher.profile.private.visibility" : "PRIVATE", + "researcher.profile.private.visibility": "PRIVATE", - "researcher.profile.public.visibility" : "PUBLIC", + "researcher.profile.public.visibility": "PUBLIC", "researcher.profile.status": "Status:", "researcherprofile.claim.not-authorized": "You are not authorized to claim this item. For more details contact the administrator(s).", - "researcherprofile.error.claim.body" : "An error occurred while claiming the profile, please try again later", + "researcherprofile.error.claim.body": "An error occurred while claiming the profile, please try again later", - "researcherprofile.error.claim.title" : "Error", + "researcherprofile.error.claim.title": "Error", - "researcherprofile.success.claim.body" : "Profile claimed with success", + "researcherprofile.success.claim.body": "Profile claimed with success", - "researcherprofile.success.claim.title" : "Success", + "researcherprofile.success.claim.title": "Success", "person.page.orcid.create": "Create an ORCID ID", "person.page.orcid.granted-authorizations": "Granted authorizations", - "person.page.orcid.grant-authorizations" : "Grant authorizations", + "person.page.orcid.grant-authorizations": "Grant authorizations", "person.page.orcid.link": "Connect to ORCID ID", @@ -5072,31 +5072,31 @@ "person.page.orcid.save.preference.changes": "Update settings", - "person.page.orcid.sync-profile.affiliation" : "Affiliation", + "person.page.orcid.sync-profile.affiliation": "Affiliation", - "person.page.orcid.sync-profile.biographical" : "Biographical data", + "person.page.orcid.sync-profile.biographical": "Biographical data", - "person.page.orcid.sync-profile.education" : "Education", + "person.page.orcid.sync-profile.education": "Education", - "person.page.orcid.sync-profile.identifiers" : "Identifiers", + "person.page.orcid.sync-profile.identifiers": "Identifiers", - "person.page.orcid.sync-fundings.all" : "All fundings", + "person.page.orcid.sync-fundings.all": "All fundings", - "person.page.orcid.sync-fundings.mine" : "My fundings", + "person.page.orcid.sync-fundings.mine": "My fundings", - "person.page.orcid.sync-fundings.my_selected" : "Selected fundings", + "person.page.orcid.sync-fundings.my_selected": "Selected fundings", - "person.page.orcid.sync-fundings.disabled" : "Disabled", + "person.page.orcid.sync-fundings.disabled": "Disabled", - "person.page.orcid.sync-publications.all" : "All publications", + "person.page.orcid.sync-publications.all": "All publications", - "person.page.orcid.sync-publications.mine" : "My publications", + "person.page.orcid.sync-publications.mine": "My publications", - "person.page.orcid.sync-publications.my_selected" : "Selected publications", + "person.page.orcid.sync-publications.my_selected": "Selected publications", - "person.page.orcid.sync-publications.disabled" : "Disabled", + "person.page.orcid.sync-publications.disabled": "Disabled", - "person.page.orcid.sync-queue.discard" : "Discard the change and do not synchronize with the ORCID registry", + "person.page.orcid.sync-queue.discard": "Discard the change and do not synchronize with the ORCID registry", "person.page.orcid.sync-queue.discard.error": "The discarding of the ORCID queue record failed", @@ -5104,11 +5104,11 @@ "person.page.orcid.sync-queue.empty-message": "The ORCID queue registry is empty", - "person.page.orcid.sync-queue.table.header.type" : "Type", + "person.page.orcid.sync-queue.table.header.type": "Type", - "person.page.orcid.sync-queue.table.header.description" : "Description", + "person.page.orcid.sync-queue.table.header.description": "Description", - "person.page.orcid.sync-queue.table.header.action" : "Action", + "person.page.orcid.sync-queue.table.header.action": "Action", "person.page.orcid.sync-queue.description.affiliation": "Affiliations", @@ -5152,7 +5152,7 @@ "person.page.orcid.sync-queue.tooltip.researcher_urls": "Researcher url", - "person.page.orcid.sync-queue.send" : "Synchronize with ORCID registry", + "person.page.orcid.sync-queue.send": "Synchronize with ORCID registry", "person.page.orcid.sync-queue.send.unauthorized-error.title": "The submission to ORCID failed for missing authorizations.", @@ -5188,7 +5188,7 @@ "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "The organization's name is required", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "The publication date must be one year after 1900", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "The publication date must be one year after 1900", "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "The organization to be sent requires an address", diff --git a/src/assets/i18n/es.json5 b/src/assets/i18n/es.json5 index 3184e4f22b..2af50be019 100644 --- a/src/assets/i18n/es.json5 +++ b/src/assets/i18n/es.json5 @@ -195,7 +195,7 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Nombre", // "admin.registries.bitstream-formats.table.id" : "ID", - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "Atrás", @@ -276,7 +276,7 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Campo", // "admin.registries.schema.fields.table.id" : "ID", - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Nota de alcance", @@ -1931,7 +1931,7 @@ "cookies.consent.purpose.sharing": "Compartición", // "curation-task.task.citationpage.label": "Generate Citation Page", - "curation-task.task.citationpage.label": "Generar página de cita", + "curation-task.task.citationpage.label": "Generar página de cita", // "curation-task.task.checklinks.label": "Check Links in Metadata", "curation-task.task.checklinks.label": "Comprobar enlaces en metadatos", @@ -2244,7 +2244,7 @@ "footer.link.end-user-agreement": "Acuerdo de usuario final", // "footer.link.feedback":"Send Feedback", - "footer.link.feedback":"Enviar Sugerencias", + "footer.link.feedback": "Enviar Sugerencias", @@ -2482,13 +2482,13 @@ "health.breadcrumbs": "Chequeos", // "health-page.heading" : "Health", - "health-page.heading" : "Chequeos", + "health-page.heading": "Chequeos", // "health-page.info-tab" : "Info", - "health-page.info-tab" : "Información", + "health-page.info-tab": "Información", // "health-page.status-tab" : "Status", - "health-page.status-tab" : "Estado", + "health-page.status-tab": "Estado", // "health-page.error.msg": "The health check service is temporarily unavailable", "health-page.error.msg": "El servicio de comprobación no se encuentra temporalmente disponible", @@ -2617,19 +2617,19 @@ "info.feedback.email-label": "Su correo electrónico", // "info.feedback.create.success" : "Feedback Sent Successfully!", - "info.feedback.create.success" : "Envío exitoso de sugerencia", + "info.feedback.create.success": "Envío exitoso de sugerencia", // "info.feedback.error.email.required" : "A valid email address is required", - "info.feedback.error.email.required" : "se requiere una dirección válida de correo electrónico", + "info.feedback.error.email.required": "se requiere una dirección válida de correo electrónico", // "info.feedback.error.message.required" : "A comment is required", - "info.feedback.error.message.required" : "Se requiere un comentario", + "info.feedback.error.message.required": "Se requiere un comentario", // "info.feedback.page-label" : "Page", - "info.feedback.page-label" : "Página", + "info.feedback.page-label": "Página", // "info.feedback.page_help" : "Tha page related to your feedback", - "info.feedback.page_help" : "La página relacionada con su sugerencia", + "info.feedback.page_help": "La página relacionada con su sugerencia", @@ -2666,7 +2666,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Crear bloque", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Este ítem no contiene ningún bloque para cargar un archivo.", // "item.bitstreams.upload.cancel": "Cancel", @@ -3416,25 +3416,25 @@ "item.preview.dc.type": "Tipo:", // "item.preview.oaire.citation.issue" : "Issue", - "item.preview.oaire.citation.issue" : "Número", + "item.preview.oaire.citation.issue": "Número", // "item.preview.oaire.citation.volume" : "Volume", - "item.preview.oaire.citation.volume" : "Volumen", + "item.preview.oaire.citation.volume": "Volumen", // "item.preview.dc.relation.issn" : "ISSN", - "item.preview.dc.relation.issn" : "ISSN", + "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.identifier.isbn" : "ISBN", - "item.preview.dc.identifier.isbn" : "ISBN", + "item.preview.dc.identifier.isbn": "ISBN", // "item.preview.dc.identifier": "Identifier:", "item.preview.dc.identifier": "Identificador:", // "item.preview.dc.relation.ispartof" : "Journal or Serie", - "item.preview.dc.relation.ispartof" : "Revista o Serie", + "item.preview.dc.relation.ispartof": "Revista o Serie", // "item.preview.dc.identifier.doi" : "DOI", - "item.preview.dc.identifier.doi" : "DOI", + "item.preview.dc.identifier.doi": "DOI", // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "Apellido:", @@ -3580,13 +3580,13 @@ "item.version.create.modal.submitted.text": "Se está creando la nueva versión. Si el ítem tiene muchas relaciones, este proceso podría tardar.", // "item.version.create.notification.success" : "New version has been created with version number {{version}}", - "item.version.create.notification.success" : "Se ha creado una nueva versión con número {{version}}", + "item.version.create.notification.success": "Se ha creado una nueva versión con número {{version}}", // "item.version.create.notification.failure" : "New version has not been created", - "item.version.create.notification.failure" : "No se ha creado una nueva versión", + "item.version.create.notification.failure": "No se ha creado una nueva versión", // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.create.notification.inProgress" : "No es posible crear una nueva versión puesto que existe en el historial de versiones un envío pendiente", + "item.version.create.notification.inProgress": "No es posible crear una nueva versión puesto que existe en el historial de versiones un envío pendiente", // "item.version.delete.modal.header": "Delete version", @@ -3608,17 +3608,17 @@ "item.version.delete.modal.button.cancel.tooltip": "No borrar esta versión", // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", - "item.version.delete.notification.success" : "Se ha borrado la versión número {{version}}", + "item.version.delete.notification.success": "Se ha borrado la versión número {{version}}", // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", - "item.version.delete.notification.failure" : "No se ha borrado la versión número {{version}}", + "item.version.delete.notification.failure": "No se ha borrado la versión número {{version}}", // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", - "item.version.edit.notification.success" : "Ha cambiado el resumen de la versión número {{version}}", + "item.version.edit.notification.success": "Ha cambiado el resumen de la versión número {{version}}", // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", - "item.version.edit.notification.failure" : "No ha cambiado el resumen de la versión número {{version}}", + "item.version.edit.notification.failure": "No ha cambiado el resumen de la versión número {{version}}", @@ -6134,7 +6134,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Resultados de la búsqueda", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "¿Le gustaría guardar \"{{ value }}\" como una variante de nombre para esta persona para que usted y otros puedan reutilizarlo para envíos futuros? Si no lo hace, aún puede usarlo para este envío.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -6426,7 +6426,7 @@ "submission.sections.license.required": "Debe aceptar la licencia", // "submission.sections.license.notgranted": "You must accept the license", - "submission.sections.license.notgranted": "Debe aceptar la licencia", + "submission.sections.license.notgranted": "Debe aceptar la licencia", // "submission.sections.sherpa.publication.information": "Publication information", @@ -6781,7 +6781,7 @@ "idle-modal.extend-session": "Prolongar la sesión", // "researcher.profile.action.processing" : "Processing...", - "researcher.profile.action.processing" : "Procesando...", + "researcher.profile.action.processing": "Procesando...", // "researcher.profile.associated": "Researcher profile associated", "researcher.profile.associated": "Perfil asociado de investigador", @@ -6814,10 +6814,10 @@ "researcher.profile.view": "Ver", // "researcher.profile.private.visibility" : "PRIVATE", - "researcher.profile.private.visibility" : "PRIVADO", + "researcher.profile.private.visibility": "PRIVADO", // "researcher.profile.public.visibility" : "PUBLIC", - "researcher.profile.public.visibility" : "PÚBLICO", + "researcher.profile.public.visibility": "PÚBLICO", // "researcher.profile.status": "Status:", "researcher.profile.status": "Estado:", @@ -6826,16 +6826,16 @@ "researcherprofile.claim.not-authorized": "No está autorizado pare reclamar este ítem. Contacte con el administrador para mas detalles.", // "researcherprofile.error.claim.body" : "An error occurred while claiming the profile, please try again later", - "researcherprofile.error.claim.body" : "Hubo un error reclamando el perfil, por favor, inténtelo mas tarde", + "researcherprofile.error.claim.body": "Hubo un error reclamando el perfil, por favor, inténtelo mas tarde", // "researcherprofile.error.claim.title" : "Error", - "researcherprofile.error.claim.title" : "Error", + "researcherprofile.error.claim.title": "Error", // "researcherprofile.success.claim.body" : "Profile claimed with success", - "researcherprofile.success.claim.body" : "Perfil reclamado con éxito", + "researcherprofile.success.claim.body": "Perfil reclamado con éxito", // "researcherprofile.success.claim.title" : "Success", - "researcherprofile.success.claim.title" : "Éxito", + "researcherprofile.success.claim.title": "Éxito", // "person.page.orcid.create": "Create an ORCID ID", "person.page.orcid.create": "Crear un ORCID ID", @@ -6844,7 +6844,7 @@ "person.page.orcid.granted-authorizations": "Autorizaciones concedidas", // "person.page.orcid.grant-authorizations" : "Grant authorizations", - "person.page.orcid.grant-authorizations" : "Conceder autorizaciones", + "person.page.orcid.grant-authorizations": "Conceder autorizaciones", // "person.page.orcid.link": "Connect to ORCID ID", "person.page.orcid.link": "Conectar con ORCID ID", @@ -6892,43 +6892,43 @@ "person.page.orcid.save.preference.changes": "Actualizar configuración", // "person.page.orcid.sync-profile.affiliation" : "Affiliation", - "person.page.orcid.sync-profile.affiliation" : "Afiliación", + "person.page.orcid.sync-profile.affiliation": "Afiliación", // "person.page.orcid.sync-profile.biographical" : "Biographical data", - "person.page.orcid.sync-profile.biographical" : "Biografía", + "person.page.orcid.sync-profile.biographical": "Biografía", // "person.page.orcid.sync-profile.education" : "Education", - "person.page.orcid.sync-profile.education" : "Grados", + "person.page.orcid.sync-profile.education": "Grados", // "person.page.orcid.sync-profile.identifiers" : "Identifiers", - "person.page.orcid.sync-profile.identifiers" : "Identificadores", + "person.page.orcid.sync-profile.identifiers": "Identificadores", // "person.page.orcid.sync-fundings.all" : "All fundings", - "person.page.orcid.sync-fundings.all" : "Todas las financiaciones", + "person.page.orcid.sync-fundings.all": "Todas las financiaciones", // "person.page.orcid.sync-fundings.mine" : "My fundings", - "person.page.orcid.sync-fundings.mine" : "Mi financiación", + "person.page.orcid.sync-fundings.mine": "Mi financiación", // "person.page.orcid.sync-fundings.my_selected" : "Selected fundings", - "person.page.orcid.sync-fundings.my_selected" : "Financiaciones seleccionadas", + "person.page.orcid.sync-fundings.my_selected": "Financiaciones seleccionadas", // "person.page.orcid.sync-fundings.disabled" : "Disabled", - "person.page.orcid.sync-fundings.disabled" : "Deshabilitado", + "person.page.orcid.sync-fundings.disabled": "Deshabilitado", // "person.page.orcid.sync-publications.all" : "All publications", - "person.page.orcid.sync-publications.all" : "Todas las publicaciones", + "person.page.orcid.sync-publications.all": "Todas las publicaciones", // "person.page.orcid.sync-publications.mine" : "My publications", - "person.page.orcid.sync-publications.mine" : "Mis publicaciones", + "person.page.orcid.sync-publications.mine": "Mis publicaciones", // "person.page.orcid.sync-publications.my_selected" : "Selected publications", - "person.page.orcid.sync-publications.my_selected" : "Publicaciones seleccionadas", + "person.page.orcid.sync-publications.my_selected": "Publicaciones seleccionadas", // "person.page.orcid.sync-publications.disabled" : "Disabled", - "person.page.orcid.sync-publications.disabled" : "Deshabilitado", + "person.page.orcid.sync-publications.disabled": "Deshabilitado", // "person.page.orcid.sync-queue.discard" : "Discard the change and do not synchronize with the ORCID registry", - "person.page.orcid.sync-queue.discard" : "Deshechar el cambio y no sincronizar con ORCID", + "person.page.orcid.sync-queue.discard": "Deshechar el cambio y no sincronizar con ORCID", // "person.page.orcid.sync-queue.discard.error": "The discarding of the ORCID queue record failed", "person.page.orcid.sync-queue.discard.error": "Falló el borrado del registro ORCID en la cola", @@ -6940,13 +6940,13 @@ "person.page.orcid.sync-queue.empty-message": "La cola del registro de ORCID está vacía", // "person.page.orcid.sync-queue.table.header.type" : "Type", - "person.page.orcid.sync-queue.table.header.type" : "Tipo", + "person.page.orcid.sync-queue.table.header.type": "Tipo", // "person.page.orcid.sync-queue.table.header.description" : "Description", - "person.page.orcid.sync-queue.table.header.description" : "Descripción", + "person.page.orcid.sync-queue.table.header.description": "Descripción", // "person.page.orcid.sync-queue.table.header.action" : "Action", - "person.page.orcid.sync-queue.table.header.action" : "Acción", + "person.page.orcid.sync-queue.table.header.action": "Acción", // "person.page.orcid.sync-queue.description.affiliation": "Affiliations", "person.page.orcid.sync-queue.description.affiliation": "Affiliaciones", @@ -7012,7 +7012,7 @@ "person.page.orcid.sync-queue.tooltip.researcher_urls": "URL del investigador", // "person.page.orcid.sync-queue.send" : "Synchronize with ORCID registry", - "person.page.orcid.sync-queue.send" : "Sincronizar con el registro ORCID", + "person.page.orcid.sync-queue.send": "Sincronizar con el registro ORCID", // "person.page.orcid.sync-queue.send.unauthorized-error.title": "The submission to ORCID failed for missing authorizations.", "person.page.orcid.sync-queue.send.unauthorized-error.title": "Falló el envío a ORCID debdo a autorización insuficiente.", @@ -7066,7 +7066,7 @@ "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Se requiere el nombre de la organización", // "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "The publication date must be one year after 1900", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "la fecha de la publicación debe ser posterior a 1900", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "la fecha de la publicación debe ser posterior a 1900", // "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "The organization to be sent requires an address", "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "Se requiere la dirección de la organización", diff --git a/src/assets/i18n/fi.json5 b/src/assets/i18n/fi.json5 index 05ae06d46b..0943482f4d 100644 --- a/src/assets/i18n/fi.json5 +++ b/src/assets/i18n/fi.json5 @@ -157,7 +157,7 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Nimi", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Return", "admin.registries.bitstream-formats.table.return": "Palaa", @@ -238,7 +238,7 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Kenttä", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Soveltamisala", @@ -1560,7 +1560,7 @@ // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Tarkista metadatan linkit", + "curation-task.task.checklinks.label": "Tarkista metadatan linkit", // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "Ei toimintaa", @@ -1754,7 +1754,7 @@ "footer.link.privacy-policy": "Yksilönsuoja", // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Käyttöehdot", + "footer.link.end-user-agreement": "Käyttöehdot", @@ -2004,7 +2004,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Luo nippu", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Tällä tietueella ei ole nippua, johon tiedoston voisi ladata.", // "item.bitstreams.upload.cancel": "Cancel", @@ -2564,9 +2564,6 @@ // "item.page.description": "Description", "item.page.description": "Kuvaus", - // "item.page.edit": "Edit this item", - "item.page.edit": "Muokkaa tietuetta", - // "item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Kausijulkaisun ISSN", @@ -2669,10 +2666,10 @@ "item.page.bitstreams.collapse": "Sulje", // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Alkuperäinen nippu", + "item.page.filesection.original.bundle": "Alkuperäinen nippu", // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Lisenssinippu", + "item.page.filesection.license.bundle": "Lisenssinippu", // "item.preview.dc.identifier.uri": "Identifier:", "item.preview.dc.identifier.uri": "Tunnus:", @@ -3284,7 +3281,7 @@ "mydspace.upload.upload-failed": "Virhe uutta työtilaa luotaessa. Tarkista ladattava sisältö ennen kuin yrität uudelleen.", // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", - "mydspace.upload.upload-failed-manyentries": "Tiedostoa ei voida käsitellä. Vain yksi kohde on sallittu, mutta niitä on useita.", + "mydspace.upload.upload-failed-manyentries": "Tiedostoa ei voida käsitellä. Vain yksi kohde on sallittu, mutta niitä on useita.", // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", "mydspace.upload.upload-failed-moreonefile": "Pyyntöä ei voida käsitellä. Vain yksi tiedosto sallittu.", @@ -3476,16 +3473,16 @@ // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Muuttujat", + "process.detail.arguments": "Muuttujat", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Prosessiin ei liity muuttujia", + "process.detail.arguments.empty": "Prosessiin ei liity muuttujia", // "process.detail.back" : "Back", - "process.detail.back" : "Paluu", + "process.detail.back": "Paluu", // "process.detail.output" : "Process Output", - "process.detail.output" : "Prosessin tulos", + "process.detail.output": "Prosessin tulos", // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Nouda prosessin tulos", @@ -3497,48 +3494,48 @@ "process.detail.logs.none": "Prosessilla ei tulosta", // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Tulostiedostot", + "process.detail.output-files": "Tulostiedostot", // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Prosessilla ei ole tulostiedostoja", + "process.detail.output-files.empty": "Prosessilla ei ole tulostiedostoja", // "process.detail.script" : "Script", - "process.detail.script" : "Skripti", + "process.detail.script": "Skripti", // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Prosessi: {{ id }} - {{ name }}", + "process.detail.title": "Prosessi: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Aloitusaika", + "process.detail.start-time": "Aloitusaika", // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Lopetusaika", + "process.detail.end-time": "Lopetusaika", // "process.detail.status" : "Status", - "process.detail.status" : "Tila", + "process.detail.status": "Tila", // "process.detail.create" : "Create similar process", - "process.detail.create" : "Luo vastaava prosessi", + "process.detail.create": "Luo vastaava prosessi", // "process.overview.table.finish" : "Finish time", - "process.overview.table.finish" : "Lopetusaika", + "process.overview.table.finish": "Lopetusaika", // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "Prosessin ID", + "process.overview.table.id": "Prosessin ID", // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Nimi", + "process.overview.table.name": "Nimi", // "process.overview.table.start" : "Start time", - "process.overview.table.start" : "Aloitusaika", + "process.overview.table.start": "Aloitusaika", // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Tila", + "process.overview.table.status": "Tila", // "process.overview.table.user" : "User", - "process.overview.table.user" : "Käyttäjä", + "process.overview.table.user": "Käyttäjä", // "process.overview.title": "Processes Overview", "process.overview.title": "Prosessien yleiskatsaukset", @@ -4766,7 +4763,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Hakutulokset", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Haluatko tallentaa nimen \"{{ value }}\" käyttäjän vaihtoehtoiseksi nimeksi, jota muutkin voivat käyttää uudelleen myös tulevissa tallennuksissa? Ellet tallenna nimeä, voit silti käyttää sitä tässä tallennuksessa.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -5135,7 +5132,7 @@ "workflow-item.send-back.button.cancel": "Peruuta", // "workflow-item.send-back.button.confirm": "Send back" - "workflow-item.send-back.button.confirm": "Lähetä takaisin" + "workflow-item.send-back.button.confirm": "Lähetä takaisin", } diff --git a/src/assets/i18n/fr.json5 b/src/assets/i18n/fr.json5 index 1e042c81fd..9bc8362c94 100644 --- a/src/assets/i18n/fr.json5 +++ b/src/assets/i18n/fr.json5 @@ -177,7 +177,7 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Nom", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "Retour", @@ -254,7 +254,7 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Champ", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Note d'application", @@ -903,13 +903,13 @@ // "bitstream-request-a-copy.header": "Request a copy of the file", "bitstream-request-a-copy.header": "Demander une copie du fichier", - - // "bitstream-request-a-copy.intro": "Enter the following information to request a copy for the following item: ", + + // "bitstream-request-a-copy.intro": "Enter the following information to request a copy for the following item: ", "bitstream-request-a-copy.intro": "Entrer les informations suivantes pour demander une copie de l'élément suivant : ", // "bitstream-request-a-copy.intro.bitstream.one": "Requesting the following file: ", "bitstream-request-a-copy.intro.bitstream.one": "Demander les fichiers suivants : ", - + // "bitstream-request-a-copy.intro.bitstream.all": "Requesting all files. ", "bitstream-request-a-copy.intro.bitstream.all": "Demander tous les fichiers", @@ -1010,7 +1010,7 @@ "browse.startsWith.choose_year.label": "Choisir l'année de publication", // "browse.startsWith.jump": "Jump to a point in the index:", - "browse.startsWith.jump": "Aller directement à une entrée de l'index :", + "browse.startsWith.jump": "Aller directement à une entrée de l'index:", // "browse.startsWith.months.april": "April", "browse.startsWith.months.april": "Avril", @@ -1058,10 +1058,10 @@ "browse.startsWith.submit": "Valider", // "browse.startsWith.type_date": "Or type in a date (year-month) and click 'Browse'", - "browse.startsWith.type_date": "Ou saisir une date (année-mois) puis cliquer sur « Parcourir par »", + "browse.startsWith.type_date": "Ou saisir une date (année-mois) puis cliquer sur « Parcourir par »", // "browse.startsWith.type_date.label": "Or type in a date (year-month) and click on the Browse button", - "browse.startsWith.type_date.label": "Ou saisir une date (année-mois) puis cliquer sur le bouton « Parcourir »", + "browse.startsWith.type_date.label": "Ou saisir une date (année-mois) puis cliquer sur le bouton « Parcourir »", // "browse.startsWith.type_text": "Type the first few letters and click on the Browse button", "browse.startsWith.type_text": "Ou saisir les premières lettres puis cliquer sur le bouton « Parcourir »", @@ -1124,7 +1124,7 @@ "collection.edit.item-mapper.cancel": "Annuler", // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", - "collection.edit.item-mapper.collection": "Collection : « {{name}} »", + "collection.edit.item-mapper.collection": "Collection: « {{name}} »", // "collection.edit.item-mapper.confirm": "Map selected items", "collection.edit.item-mapper.confirm": "Associer les Items sélectionnés", @@ -1219,17 +1219,17 @@ // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", "collection.edit.tabs.authorizations.title": "Édition de collection - Autorisations", - //"collection.edit.item.authorizations.load-bundle-button": "Load more bundles", + //"collection.edit.item.authorizations.load-bundle-button": "Load more bundles", "collection.edit.item.authorizations.load-bundle-button": "Charger plus de Bundles", - + //"collection.edit.item.authorizations.load-more-button": "Load more", "collection.edit.item.authorizations.load-more-button": "Charger plus", - + //"collection.edit.item.authorizations.show-bitstreams-button": "Show bitstream policies for bundle", "collection.edit.item.authorizations.show-bitstreams-button": "Afficher les politiques de Bitstream pour le Bundle", - - + + // "collection.edit.tabs.metadata.head": "Edit Metadata", "collection.edit.tabs.metadata.head": "Éditer les Métadonnées", @@ -1391,70 +1391,70 @@ // "collection.source.controls.head": "Harvest Controls", "collection.source.controls.head": "Paramétrage du moissonnage", - + // "collection.source.controls.test.submit.error": "Something went wrong with initiating the testing of the settings", "collection.source.controls.test.submit.error": "Un problème est survenu lors du lancement du test des paramètres.", - + // "collection.source.controls.test.failed": "The script to test the settings has failed", "collection.source.controls.test.failed": "Le script pour tester les paramètres a échoué", - + // "collection.source.controls.test.completed": "The script to test the settings has successfully finished", "collection.source.controls.test.completed": "Le script pour tester les paramètres s'est terminé avec succès", - + // "collection.source.controls.test.submit": "Test configuration", "collection.source.controls.test.submit": "Test de configuration", - + // "collection.source.controls.test.running": "Testing configuration...", "collection.source.controls.test.running": "Test de la configuration lancé...", - + // "collection.source.controls.import.submit.success": "The import has been successfully initiated", "collection.source.controls.import.submit.success": "L'importation a été lancée avec succès", - + // "collection.source.controls.import.submit.error": "Something went wrong with initiating the import", "collection.source.controls.import.submit.error": "Un problème est survenu lors du lancement de l'importation", // "collection.source.controls.import.submit": "Import now", "collection.source.controls.import.submit": "Lancer l'importation", - + // "collection.source.controls.import.running": "Importing...", "collection.source.controls.import.running": "Importation lancée...", - + // "collection.source.controls.import.failed": "An error occurred during the import", "collection.source.controls.import.failed": "Un problème est survenu lors de l'importation", - + // "collection.source.controls.import.completed": "The import completed", "collection.source.controls.import.completed": "Importation complétée", - + // "collection.source.controls.reset.submit.success": "The reset and reimport has been successfully initiated", "collection.source.controls.reset.submit.success": "La réinitialisation et la réimportation ont été lancées avec succès.", - + // "collection.source.controls.reset.submit.error": "Something went wrong with initiating the reset and reimport", "collection.source.controls.reset.submit.error": "Un problème est survenu lors du lancement de la réinitialisation et de la réimportation. ", - + // "collection.source.controls.reset.failed": "An error occurred during the reset and reimport", "collection.source.controls.reset.failed": "Une erreur s'est produite pendant la réinitialisation et la réimportation.", - + // "collection.source.controls.reset.completed": "The reset and reimport completed", "collection.source.controls.reset.completed": "La réinitialisation et la réimportation sont terminées", - + // "collection.source.controls.reset.submit": "Reset and reimport", "collection.source.controls.reset.submit": "Réinitialisation et réimportation", - + // "collection.source.controls.reset.running": "Resetting and reimporting...", "collection.source.controls.reset.running": "Réinitialisation et réimportation...", - + // "collection.source.controls.harvest.status": "Harvest status:", "collection.source.controls.harvest.status": "État du moissonnage", - + // "collection.source.controls.harvest.start": "Harvest start time:", "collection.source.controls.harvest.start": "Heure de début du moissonnage :", - + // "collection.source.controls.harvest.last": "Last time harvested:", "collection.source.controls.harvest.last": "Dernier moissonnage en date du :", - + // "collection.source.controls.harvest.message": "Harvest info:", "collection.source.controls.harvest.message": "Détails du moissonnage :", - + // "collection.source.controls.harvest.no-information": "N/A", "collection.source.controls.harvest.no-information": "Non disponible", @@ -1768,7 +1768,7 @@ "cookies.consent.purpose.statistical": "Statistique", // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Vérification des liens dans les métadonnées", + "curation-task.task.checklinks.label": "Vérification des liens dans les métadonnées", // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP", @@ -1957,7 +1957,7 @@ "error.sub-communities": "Erreur lors de la récupération des sous-communautés", // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", - "error.submission.sections.init-form-error": "Une erreur s'est produite dans la section d'initialisation, veuillez vérifier la configuration de votre formulaire de dépôt. Plus de détails sont disponibles ci-dessous :

", + "error.submission.sections.init-form-error": "Une erreur s'est produite dans la section d'initialisation, veuillez vérifier la configuration de votre formulaire de dépôt. Plus de détails sont disponibles ci-dessous:

", // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Erreur lors de la récupération des communautés de 1er niveau", @@ -2002,7 +2002,7 @@ "footer.link.privacy-policy": "Politique de protection de la vie privée", // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Licence de l'utilisateur final", + "footer.link.end-user-agreement": "Licence de l'utilisateur final", // "footer.link.feedback":"Send Feedback", "footer.link.feedback": "Envoyer un commentaire", @@ -2317,8 +2317,8 @@ "info.feedback.error.message.required": "Un contenu est requis", // "info.feedback.page-label": "Page", - "info.feedback.page-label": "Page", - + "info.feedback.page-label": "Page", + // "info.feedback.page_help": "The page related to your feedback", "info.feedback.page_help": "La page relative à vos commentaires", @@ -2349,7 +2349,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Créer un Bundle", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Il n'existe pas, au niveau de cet Item, de Bundle dans lequel un Bitstream pourrait être téléchargé.", // "item.bitstreams.upload.cancel": "Cancel", @@ -2470,7 +2470,7 @@ "item.edit.delete.confirm": "Supprimer", // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", - "item.edit.delete.description": "Êtes-vous certain(e) de vouloir complètement supprimer cet Item ? Attention, il n'y aura pas de retour en arrière possible.", + "item.edit.delete.description": "Êtes-vous certain(e) de vouloir complètement supprimer cet Item? Attention, il n'y aura pas de retour en arrière possible.", // "item.edit.delete.error": "An error occurred while deleting the item", "item.edit.delete.error": "Une erreur s'est produite lors de la suppression de l'Item", @@ -2674,7 +2674,7 @@ "item.edit.private.confirm": "Définir comme privé", // "item.edit.private.description": "Are you sure this item should be made private in the archive?", - "item.edit.private.description": "Êtes-vous certain(e) de vouloir définir cet Item comme privé ?", + "item.edit.private.description": "Êtes-vous certain(e) de vouloir définir cet Item comme privé?", // "item.edit.private.error": "An error occurred while making the item private", "item.edit.private.error": "Une erreur s'est produite lors de la privatisation de l'Item", @@ -2692,7 +2692,7 @@ "item.edit.public.confirm": "Définir comme public", // "item.edit.public.description": "Are you sure this item should be made public in the archive?", - "item.edit.public.description": "Êtes-vous certain(e) de vouloir définir cet Item comme public ?", + "item.edit.public.description": "Êtes-vous certain(e) de vouloir définir cet Item comme public?", // "item.edit.public.error": "An error occurred while making the item public", "item.edit.public.error": "Une erreur s'est produite lors de la définition de l'Item en tant qu'Item public", @@ -2710,7 +2710,7 @@ "item.edit.reinstate.confirm": "Réintégrer", // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", - "item.edit.reinstate.description": "Êtes-vous certain(e) de vouloir réintégrer cet Item ?", + "item.edit.reinstate.description": "Êtes-vous certain(e) de vouloir réintégrer cet Item?", // "item.edit.reinstate.error": "An error occurred while reinstating the item", "item.edit.reinstate.error": "Une erreur s'est produite lors de la réintégration de l'Item", @@ -2887,7 +2887,7 @@ "item.edit.withdraw.confirm": "Retirer", // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", - "item.edit.withdraw.description": "Êtes-vous certain que cet Item doit être retiré du dépôt ?", + "item.edit.withdraw.description": "Êtes-vous certain que cet Item doit être retiré du dépôt?", // "item.edit.withdraw.error": "An error occurred while withdrawing the item", "item.edit.withdraw.error": "Une erreur s'est produite lors du retrait de l'Item", @@ -2924,13 +2924,13 @@ // "item.search.title": "Item Search", "item.search.title": "Recherche d'Items", - + // "item.truncatable-part.show-more": "Show more", "item.truncatable-part.show-more": "Voir plus", //"item.truncatable-part.show-less": "Collapse", "item.truncatable-part.show-less": "Réduire", - + // "item.page.abstract": "Abstract", "item.page.abstract": "Résumé", @@ -2960,19 +2960,19 @@ "item.page.files": "Fichiers", // "item.page.filesection.description": "Description:", - "item.page.filesection.description": "Description :", + "item.page.filesection.description": "Description:", // "item.page.filesection.download": "Download", "item.page.filesection.download": "Télécharger", // "item.page.filesection.format": "Format:", - "item.page.filesection.format": "Format :", + "item.page.filesection.format": "Format:", // "item.page.filesection.name": "Name:", - "item.page.filesection.name": "Nom :", + "item.page.filesection.name": "Nom:", // "item.page.filesection.size": "Size:", - "item.page.filesection.size": "Taille :", + "item.page.filesection.size": "Taille:", // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "Articles dans cette revue", @@ -3019,7 +3019,7 @@ // "item.page.filesection.original.bundle": "Original bundle", "item.page.filesection.original.bundle": "Bundle original", - // "item.page.filesection.license.bundle": "License bundle", + // "item.page.filesection.license.bundle": "License bundle", "item.page.filesection.license.bundle": "Bundle de license", // "item.page.return": "Back", @@ -3192,7 +3192,7 @@ // "item.version.create.notification.failure": "New version has not been created", "item.version.create.notification.failure": "La nouvelle version n'a pas été créée", - + // "item.version.create.notification.inProgress": "A new version cannot be created because there is an inprogress submission in the version history", "item.version.create.notification.inProgress": "Une nouvelle version ne peut pas être créée parce qu'il y a une soumission en cours dans l'historique des versions.", @@ -3245,7 +3245,7 @@ "journal.page.publisher": "Éditeur", // "journal.page.titleprefix": "Journal: ", - "journal.page.titleprefix": "Revue : ", + "journal.page.titleprefix": "Revue: ", // "journal.search.results.head": "Journal Search Results", "journal.search.results.head": "Résultats de recherche de revues", @@ -3278,7 +3278,7 @@ "journalissue.page.number": "Nombre", // "journalissue.page.titleprefix": "Journal Issue: ", - "journalissue.page.titleprefix": "Numéro de revue : ", + "journalissue.page.titleprefix": "Numéro de revue: ", // "journalvolume.listelement.badge": "Journal Volume", "journalvolume.listelement.badge": "Volume de la revue", @@ -3293,7 +3293,7 @@ "journalvolume.page.issuedate": "Date de publication", // "journalvolume.page.titleprefix": "Journal Volume: ", - "journalvolume.page.titleprefix": "Volume de la revue : ", + "journalvolume.page.titleprefix": "Volume de la revue: ", // "journalvolume.page.volume": "Volume", "journalvolume.page.volume": "Volume", @@ -3389,13 +3389,13 @@ "login.form.email": "Adresse électronique", // "login.form.forgot-password": "Have you forgotten your password?", - "login.form.forgot-password": "Mot de passe oublié ?", + "login.form.forgot-password": "Mot de passe oublié?", // "login.form.header": "Please log in to DSpace", "login.form.header": "Se connecter à DSpace", // "login.form.new-user": "New user? Click here to register.", - "login.form.new-user": "Pas encore de compte ? Cliquer ici pour vous enregistrer.", + "login.form.new-user": "Pas encore de compte? Cliquer ici pour vous enregistrer.", // "login.form.or-divider": "or", "login.form.or-divider": "ou", @@ -3513,7 +3513,7 @@ // "menu.section.export_metadata": "Metadata", "menu.section.export_metadata": "Métadonnées", - + // "menu.section.export_batch": "Batch Export (ZIP)", "menu.section.export_batch": "Exporter en lot (ZIP)", @@ -3597,7 +3597,7 @@ // "menu.section.processes": "Processes", "menu.section.processes": "Processus", - + // "menu.section.health": "Health", "menu.section.health": "Santé du système", @@ -3807,7 +3807,7 @@ // "nav.toggle": "Toggle navigation", "nav.toggle": "Basculer la navigation", - + // "nav.user.description": "User profile bar", "nav.user.description": "Barre de profil utilisateur", @@ -3836,7 +3836,7 @@ "orgunit.page.id": "ID", // "orgunit.page.titleprefix": "Organizational Unit: ", - "orgunit.page.titleprefix": "Structure Organisationnelle : ", + "orgunit.page.titleprefix": "Structure Organisationnelle: ", // "pagination.options.description": "Pagination options", "pagination.options.description": "Options de pagination", @@ -3957,13 +3957,13 @@ // "process.detail.arguments.empty": "This process doesn't contain any arguments", "process.detail.arguments.empty": "Ce processus ne contient pas d'arguments", - + // "process.detail.back": "Back", "process.detail.back": "Retour", - + // "process.detail.output": "Process Output", "process.detail.output": "Sortie du processus", - + // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Récupérer la sortie du processus", @@ -3975,46 +3975,46 @@ // "process.detail.output-files": "Output Files", "process.detail.output-files": "Fichiers de sortie", - + // "process.detail.output-files.empty": "This process doesn't contain any output files", "process.detail.output-files.empty": "Ce processus ne contient pas de fichiers de sortie", - + // "process.detail.script": "Script", "process.detail.script": "Script", - + // "process.detail.title": "Process: {{ id }} - {{ name }}", "process.detail.title": "Processus : {{ id }} - {{ name }}", - + // "process.detail.start-time": "Start time", "process.detail.start-time": "Début", - + // "process.detail.end-time": "Finish time", "process.detail.end-time": "Fin", - + // "process.detail.status": "Status", "process.detail.status": "Statut", - + // "process.detail.create": "Create similar process", "process.detail.create": "Créer un processus similaire", // "process.overview.table.finish": "Finish time (UTC)", "process.overview.table.finish": "Heure de fin (TUC)", - + // "process.overview.table.id": "Process ID", "process.overview.table.id": "ID du processus", - + // "process.overview.table.name": "Name", "process.overview.table.name": "Nom", // "process.overview.table.start": "Start time (UTC)", "process.overview.table.start": "Heure de début (TUC)", - + // "process.overview.table.status": "Status", "process.overview.table.status": "Statut", - + // "process.overview.table.user": "User", "process.overview.table.user": "Utilisateur", - + // "process.overview.title": "Processes Overview", "process.overview.title": "Sommaire des processus", @@ -4023,10 +4023,10 @@ // "process.overview.new": "New", "process.overview.new": "Nouveau", - - // "process.overview.table.actions": "Actions", - "process.overview.table.actions": "Actions", - + + // "process.overview.table.actions": "Actions", + "process.overview.table.actions": "Actions", + // "process.overview.delete": "Delete {{count}} processes", "process.overview.delete": "Supprimer {{count}} processus", @@ -4048,7 +4048,7 @@ // "process.bulk.delete.success": "{{count}} process(es) have been succesfully deleted", "process.bulk.delete.success": "{{count}} processus ont été supprimés.", - + // "profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Mise à jour profil", @@ -4162,7 +4162,7 @@ "project.page.status": "Statut", // "project.page.titleprefix": "Research Project: ", - "project.page.titleprefix": "Projet de recherche : ", + "project.page.titleprefix": "Projet de recherche: ", // "project.search.results.head": "Project Search Results", "project.search.results.head": "Résultats de recherche de projets", @@ -4186,7 +4186,7 @@ "publication.page.publisher": "Éditeur", // "publication.page.titleprefix": "Publication: ", - "publication.page.titleprefix": "Publication : ", + "publication.page.titleprefix": "Publication: ", // "publication.page.volume-title": "Volume Title", "publication.page.volume-title": "Titre du volume", @@ -4220,7 +4220,7 @@ // "register-page.create-profile.identification.first-name": "First Name *", "register-page.create-profile.identification.first-name": "Prénom *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", "register-page.create-profile.identification.first-name.error": "Veuillez saisir un prénom", @@ -4643,7 +4643,7 @@ // "search.filters.filter.creativeWorkPublisher.label": "Search publisher", "search.filters.filter.creativeWorkPublisher.label": "Recherche d'un éditeur", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "Date", @@ -4843,22 +4843,22 @@ "search.results.head": "Résultats de recherche", // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", - "search.results.no-results": "Votre recherche n'a retourné aucun résultat. Vous n'arrivez pas à trouver ce que vous recherchez ? Essayez de mettre", + "search.results.no-results": "Votre recherche n'a retourné aucun résultat. Vous n'arrivez pas à trouver ce que vous recherchez? Essayez de mettre", // "search.results.no-results-link": "quotes around it", "search.results.no-results-link": "des guillemets avant et après les termes recherchés", // "search.results.empty": "Your search returned no results.", "search.results.empty": "Votre recherche n'a retourné aucun résultat.", - + // "search.results.view-result": "View", "search.results.view-result": "Afficher", // "default.search.results.head": "Search Results", "default.search.results.head": "Résultats de recherche", - + // "default-relationships.search.results.head": "Search Results", - "default-relationships.search.results.head": "Résultats de recherche", + "default-relationships.search.results.head": "Résultats de recherche", // "search.sidebar.close": "Back to results", "search.sidebar.close": "Retour aux résultats", @@ -4978,7 +4978,7 @@ "submission.general.discard.confirm.cancel": "Annuler", // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", - "submission.general.discard.confirm.info": "L'annulation est irréversible, les données de la soumission en cours seront perdues. Êtes-vous certain(e) ?", + "submission.general.discard.confirm.info": "L'annulation est irréversible, les données de la soumission en cours seront perdues. Êtes-vous certain(e)?", // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "Oui, je suis certain(e)", @@ -5051,8 +5051,8 @@ // "submission.import-external.source.arxiv": "arXiv", "submission.import-external.source.arxiv": "arXiv", - - // "submission.import-external.source.ads": "NASA/ADS", + + // "submission.import-external.source.ads": "NASA/ADS", "submission.import-external.source.ads": "NASA/ADS", // "submission.import-external.source.cinii": "CiNii", @@ -5074,7 +5074,7 @@ "submission.import-external.source.wos": "Web Of Science", // "submission.import-external.source.orcidWorks": "ORCID", - "submission.import-external.source.orcidWorks": "ORCID", + "submission.import-external.source.orcidWorks": "ORCID", // "submission.import-external.source.loading": "Loading ...", "submission.import-external.source.loading": "En cours de chargement ...", @@ -5096,7 +5096,7 @@ // "submission.import-external.source.pubmed": "Pubmed", "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.pubmedeu": "Pubmed Europe", "submission.import-external.source.pubmedeu": "Pubmed Europe", @@ -5258,7 +5258,7 @@ // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Revues locales ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Projects locaux ({{ count }})", @@ -5282,13 +5282,13 @@ // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Numéros de revue locaux ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Numéros de revue locaux ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Volumes de revues locaux ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Volumes de revues locaux ({{ count }})", @@ -5297,7 +5297,7 @@ // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Éditeurs SHERPA ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", @@ -5348,13 +5348,13 @@ // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Numéros de revue", - + // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Numéros de revue", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volumes de revue", - + // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "Volumes de revue", @@ -5366,7 +5366,7 @@ // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Agence de financement", - + // "submission.sections.describe.relationship-lookup.title.Project": "Projects", "submission.sections.describe.relationship-lookup.title.Project": "Projets", @@ -5411,7 +5411,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volumes de revue sélectionnés", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Projets sélectionnés", @@ -5435,7 +5435,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Numéro sélectionné", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Volume de revue sélectionné", @@ -5444,7 +5444,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Financement sélectionné", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Numéro sélectionné", @@ -5472,7 +5472,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Résultats de recherche", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Souhaitez-vous sauvegarder \"{{ value }}\" en tant que nom alternatif pour cette personne afin que vous ou un autre utilisateur puisse l'utiliser pour de futures soumissions ? Si vous ne le souhaitez pas, vous pouvez tout de même l'utiliser pour cette soumission.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -5545,7 +5545,7 @@ "submission.sections.general.sections_not_valid": "Sections incomplètes.", // "submission.sections.submit.progressbar.accessCondition": "Item access conditions", - "submission.sections.submit.progressbar.accessCondition": "Autorisations d'accès à l'Item", + "submission.sections.submit.progressbar.accessCondition": "Autorisations d'accès à l'Item", // "submission.sections.submit.progressbar.CClicense": "Creative commons license", "submission.sections.submit.progressbar.CClicense": "Licence Creative Commons", @@ -5605,7 +5605,7 @@ "submission.sections.upload.delete.confirm.cancel": "Annuler", // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", - "submission.sections.upload.delete.confirm.info": "Cette opération est irréversible. Êtes-vous certain(e) ?", + "submission.sections.upload.delete.confirm.info": "Cette opération est irréversible. Êtes-vous certain(e)?", // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", "submission.sections.upload.delete.confirm.submit": "Oui, je suis certain(e)", @@ -5665,10 +5665,10 @@ "submission.sections.upload.form.until-placeholder": "Jusqu'au", // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", - "submission.sections.upload.header.policy.default.nolist": "Les fichiers téléchargés dans la collection {{collectionName}} seront accessibles au(x) groupe(s) suivant(s) :", + "submission.sections.upload.header.policy.default.nolist": "Les fichiers téléchargés dans la collection {{collectionName}} seront accessibles au(x) groupe(s) suivant(s):", // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - "submission.sections.upload.header.policy.default.withlist": "Veuillez noter que, en complément des accès spécifiquement accordés pour le fichier, les fichiers téléchargés dans la collection {{collectionName}} seront accessibles par défaut au(x) groupe(s) suivant(s) :", + "submission.sections.upload.header.policy.default.withlist": "Veuillez noter que, en complément des accès spécifiquement accordés pour le fichier, les fichiers téléchargés dans la collection {{collectionName}} seront accessibles par défaut au(x) groupe(s) suivant(s):", // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", "submission.sections.upload.info": "Vous trouverez ici tous les fichiers actuellement associés à l'Item. Vous pouvez éditer les métadonnés et les niveaux d'accès de ce(s) fichier(s) ou télécharger des fichiers complémentaires simplement en les glissant n'importe où sur cette page", @@ -5736,16 +5736,16 @@ // "submission.sections.accesses.form.until-placeholder": "Until", "submission.sections.accesses.form.until-placeholder": "Jusqu'au", - + // "submission.sections.license.granted-label": "I confirm the license above", "submission.sections.license.granted-label": "J'approuve la licence ci-dessus", - + // "submission.sections.license.required": "You must accept the license", "submission.sections.license.required": "Vous devez accepter la licence", - + // "submission.sections.license.notgranted": "You must accept the license", - "submission.sections.license.notgranted": "Vous devez accepter la licence", - + "submission.sections.license.notgranted": "Vous devez accepter la licence", + // "submission.sections.sherpa.publication.information": "Publication information", "submission.sections.sherpa.publication.information": "Information sur la publication", @@ -5756,7 +5756,7 @@ "submission.sections.sherpa.publication.information.issns": "ISSNs", // "submission.sections.sherpa.publication.information.url": "URL", - "submission.sections.sherpa.publication.information.url": "URL", + "submission.sections.sherpa.publication.information.url": "URL", // "submission.sections.sherpa.publication.information.publishers": "Publisher", "submission.sections.sherpa.publication.information.publishers": "Éditeur", @@ -5823,8 +5823,8 @@ // "submission.sections.sherpa.error.message": "There was an error retrieving sherpa informations", "submission.sections.sherpa.error.message": "Une erreur s'est produite lors de la recherche d'infomation dans Sherpa.", - - + + // "submission.submit.breadcrumbs": "New submission", "submission.submit.breadcrumbs": "Nouvelle soumission", @@ -5908,7 +5908,7 @@ // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "Afficher le détail", - + // "submission.workspace.generic.view": "View", "submission.workspace.generic.view": "Voir", @@ -6054,7 +6054,7 @@ // "workflow-item.send-back.button.confirm": "Send back", "workflow-item.send-back.button.confirm": "Renvoyer", - // "workflow-item.view.breadcrumbs": "Workflow View", + // "workflow-item.view.breadcrumbs": "Workflow View", "workflow-item.view.breadcrumbs": "Vue d'ensemble du Workflow", // "workspace-item.view.breadcrumbs": "Workspace View", @@ -6073,6 +6073,6 @@ "idle-modal.log-out": "Déconnexion", // "idle-modal.extend-session": "Extend session" - "idle-modal.extend-session": "Prolonger la session" + "idle-modal.extend-session": "Prolonger la session", } diff --git a/src/assets/i18n/gd.json5 b/src/assets/i18n/gd.json5 index 4584145452..64d22b2faf 100644 --- a/src/assets/i18n/gd.json5 +++ b/src/assets/i18n/gd.json5 @@ -1,10 +1,10 @@ { // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", - "401.help": "Chan eil cead agad airson na duilleig seo. Cleachd am putan gu h-ìosal airson tilleadh chun na duilleig-dachaigh.", + "401.help": "Chan eil cead agad airson na duilleig seo. Cleachd am putan gu h-ìosal airson tilleadh chun na duilleig-dachaigh.", // "401.link.home-page": "Take me to the home page", - "401.link.home-page": "Thoir mi chun na duilleig-dachaigh", + "401.link.home-page": "Thoir mi chun na duilleig-dachaigh", // "401.unauthorized": "unauthorized", "401.unauthorized": "toirmisgte", @@ -15,7 +15,7 @@ "403.help": "Chan eil cead agad airson na duilleig seo. Cleachd am putan gu h-ìosal airson tilleadh chun na duilleig-dachaigh.", // "403.link.home-page": "Take me to the home page", - "403.link.home-page": "Thoir mi chun na duilleig-dachaigh", + "403.link.home-page": "Thoir mi chun na duilleig-dachaigh", // "403.forbidden": "forbidden", "403.forbidden": "toirmisgte", @@ -23,31 +23,31 @@ // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", - "404.help": "Cha lorg sinn an duilleag a tha thu a' sireadh. Math dh'fhaodte gun deach an duilleag a ghluasad no a dhubhadh às. Cleachd am putan gu h-ìosal airson tilleadh chun na duilleig-dachaigh. ", + "404.help": "Cha lorg sinn an duilleag a tha thu a' sireadh. Math dh'fhaodte gun deach an duilleag a ghluasad no a dhubhadh às. Cleachd am putan gu h-ìosal airson tilleadh chun na duilleig-dachaigh. ", // "404.link.home-page": "Take me to the home page", - "404.link.home-page": "Thoir mi chun na duilleig-dachaigh", + "404.link.home-page": "Thoir mi chun na duilleig-dachaigh", // "404.page-not-found": "page not found", - "404.page-not-found": "cha lorgar an duilleag", + "404.page-not-found": "cha lorgar an duilleag", // "admin.curation-tasks.breadcrumbs": "System curation tasks", - "admin.curation-tasks.breadcrumbs": "Obair eagrachaidh air an t-siostam", + "admin.curation-tasks.breadcrumbs": "Obair eagrachaidh air an t-siostam", // "admin.curation-tasks.title": "System curation tasks", - "admin.curation-tasks.title": "Obair eagrachaidh air an t-siostam", + "admin.curation-tasks.title": "Obair eagrachaidh air an t-siostam", // "admin.curation-tasks.header": "System curation tasks", - "admin.curation-tasks.header": "Obair eagrachaidh air an t-siostam", + "admin.curation-tasks.header": "Obair eagrachaidh air an t-siostam", // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - "admin.registries.bitstream-formats.breadcrumbs": "Clàr-lann fhòrmatan", + "admin.registries.bitstream-formats.breadcrumbs": "Clàr-lann fhòrmatan", // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - "admin.registries.bitstream-formats.create.breadcrumbs": "Fòrmat bitstream", + "admin.registries.bitstream-formats.create.breadcrumbs": "Fòrmat bitstream", // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", - "admin.registries.bitstream-formats.create.failure.content": "Bha mearachd ann a' cruthachadh fòrmat ùr a' bhitstream.", + "admin.registries.bitstream-formats.create.failure.content": "Bha mearachd ann a' cruthachadh fòrmat ùr a' bhitstream.", // "admin.registries.bitstream-formats.create.failure.head": "Failure", "admin.registries.bitstream-formats.create.failure.head": "Cha do dh'obraich sin", @@ -56,46 +56,46 @@ "admin.registries.bitstream-formats.create.head": "Cruthaich fòrmat Bitstream", // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", - "admin.registries.bitstream-formats.create.new": "Cuir-ris fòrmat bitstream ùr", + "admin.registries.bitstream-formats.create.new": "Cuir-ris fòrmat bitstream ùr", // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", - "admin.registries.bitstream-formats.create.success.content": "Chaidh fòrmat ùr a' bhitstream a chruthachadh.", + "admin.registries.bitstream-formats.create.success.content": "Chaidh fòrmat ùr a' bhitstream a chruthachadh.", // "admin.registries.bitstream-formats.create.success.head": "Success", - "admin.registries.bitstream-formats.create.success.head": "Dh'obraich sin", + "admin.registries.bitstream-formats.create.success.head": "Dh'obraich sin", // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", - "admin.registries.bitstream-formats.delete.failure.amount": "Cha deach {{ amount }} fòrmat(an) a thoirt às", + "admin.registries.bitstream-formats.delete.failure.amount": "Cha deach {{ amount }} fòrmat(an) a thoirt às", // "admin.registries.bitstream-formats.delete.failure.head": "Failure", - "admin.registries.bitstream-formats.delete.failure.head": "Cha do dh'obraich sin", + "admin.registries.bitstream-formats.delete.failure.head": "Cha do dh'obraich sin", // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", - "admin.registries.bitstream-formats.delete.success.amount": "Chaidh {{ amount }} fòrmat(an) a thoirt às", + "admin.registries.bitstream-formats.delete.success.amount": "Chaidh {{ amount }} fòrmat(an) a thoirt às", // "admin.registries.bitstream-formats.delete.success.head": "Success", - "admin.registries.bitstream-formats.delete.success.head": "Dh'obraich sin", + "admin.registries.bitstream-formats.delete.success.head": "Dh'obraich sin", // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "San liosta seo de fhòrmatan bitstream tha fiosrachadh air fòrmatan aithnichte agus an ìre taic.", // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - "admin.registries.bitstream-formats.edit.breadcrumbs": "Fòrmat bitstream", + "admin.registries.bitstream-formats.edit.breadcrumbs": "Fòrmat bitstream", // "admin.registries.bitstream-formats.edit.description.hint": "", - "admin.registries.bitstream-formats.edit.description.hint": "", + "admin.registries.bitstream-formats.edit.description.hint": "", // "admin.registries.bitstream-formats.edit.description.label": "Description", - "admin.registries.bitstream-formats.edit.description.label": "Cunntas", + "admin.registries.bitstream-formats.edit.description.label": "Cunntas", // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", "admin.registries.bitstream-formats.edit.extensions.hint": "Tha leudachain nan leudachain faidhle a tha gan cleachdadh gus fòrmat fhaidhlichean luchdaichte suas aithneachadh. Is urrainn dhut grunn leudachan a chur ann airson gach fòrmat.", // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", - "admin.registries.bitstream-formats.edit.extensions.label": "Leudachain faidhle", + "admin.registries.bitstream-formats.edit.extensions.label": "Leudachain faidhle", // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", - "admin.registries.bitstream-formats.edit.extensions.placeholder": "Cuir ann leudachan faidhle gun an dotag", + "admin.registries.bitstream-formats.edit.extensions.placeholder": "Cuir ann leudachan faidhle gun an dotag", // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", "admin.registries.bitstream-formats.edit.failure.content": "Bha mearachd ann a' deasachadh fòrmat a' bhitstream.", @@ -110,43 +110,43 @@ "admin.registries.bitstream-formats.edit.internal.hint": "Tha fòrmatan a-staigh falaichte bhon neach-cleachdaidh, agus air an cleachdadh airson adhbharan rianachd.", // "admin.registries.bitstream-formats.edit.internal.label": "Internal", - "admin.registries.bitstream-formats.edit.internal.label": "A-staigh", + "admin.registries.bitstream-formats.edit.internal.label": "A-staigh", // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", - "admin.registries.bitstream-formats.edit.mimetype.hint": "Chan fheum an seòrsa MIME co-cheangailte ris an fhòrmat seo a bhith air leth.", + "admin.registries.bitstream-formats.edit.mimetype.hint": "Chan fheum an seòrsa MIME co-cheangailte ris an fhòrmat seo a bhith air leth.", // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - "admin.registries.bitstream-formats.edit.mimetype.label": "Seòrsa MIME", + "admin.registries.bitstream-formats.edit.mimetype.label": "Seòrsa MIME", // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", - "admin.registries.bitstream-formats.edit.shortDescription.hint": "Ainm air leth don fhòrmat seo, (me, Microsoft Word XP no Microsoft Word 2000)", + "admin.registries.bitstream-formats.edit.shortDescription.hint": "Ainm air leth don fhòrmat seo, (me, Microsoft Word XP no Microsoft Word 2000)", // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", - "admin.registries.bitstream-formats.edit.shortDescription.label": "Ainm", + "admin.registries.bitstream-formats.edit.shortDescription.label": "Ainm", // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", - "admin.registries.bitstream-formats.edit.success.content": "Chaidh fòrmat a' bhitstream a dheasachadh.", + "admin.registries.bitstream-formats.edit.success.content": "Chaidh fòrmat a' bhitstream a dheasachadh.", // "admin.registries.bitstream-formats.edit.success.head": "Success", - "admin.registries.bitstream-formats.edit.success.head": "Dh'obraich sin", + "admin.registries.bitstream-formats.edit.success.head": "Dh'obraich sin", // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", "admin.registries.bitstream-formats.edit.supportLevel.hint": "An ìre taic a tha do bhuidheann a' gealltainn airson an fhòrmat seo.", // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", - "admin.registries.bitstream-formats.edit.supportLevel.label": "Ìre taic", + "admin.registries.bitstream-formats.edit.supportLevel.label": "Ìre taic", // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", - "admin.registries.bitstream-formats.head": "Clàr-lann Fhòrmatan Bitstream", + "admin.registries.bitstream-formats.head": "Clàr-lann Fhòrmatan Bitstream", // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", - "admin.registries.bitstream-formats.no-items": "Chan eil fòrmatan bitstream ri shealltainn.", + "admin.registries.bitstream-formats.no-items": "Chan eil fòrmatan bitstream ri shealltainn.", // "admin.registries.bitstream-formats.table.delete": "Delete selected", "admin.registries.bitstream-formats.table.delete": "Dubh às an taghadh", // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", - "admin.registries.bitstream-formats.table.deselect-all": "Dì-thagh na h-uile", + "admin.registries.bitstream-formats.table.deselect-all": "Dì-thagh na h-uile", // "admin.registries.bitstream-formats.table.internal": "internal", "admin.registries.bitstream-formats.table.internal": "a-staigh", @@ -157,7 +157,7 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Ainm", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "Air ais", @@ -169,33 +169,33 @@ "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Le taic", // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", - "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Neo-aithnichte", + "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Neo-aithnichte", // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", - "admin.registries.bitstream-formats.table.supportLevel.head": "Ìre taic", + "admin.registries.bitstream-formats.table.supportLevel.head": "Ìre taic", // "admin.registries.bitstream-formats.title": "Bitstream Format Registry", - "admin.registries.bitstream-formats.title": "Clàr-lann Fhòrmatan Bitstream", + "admin.registries.bitstream-formats.title": "Clàr-lann Fhòrmatan Bitstream", // "admin.registries.metadata.breadcrumbs": "Metadata registry", - "admin.registries.metadata.breadcrumbs": "Clàr-lann metadata", + "admin.registries.metadata.breadcrumbs": "Clàr-lann metadata", // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", - "admin.registries.metadata.description": "Ann an clàr-lann metadata tha liosta de na raointean metadata gu lèir a tha san ionad-tasgaidh. Gabhaidh na raointean a roinn am measg iomadh sgeama. Ach tha DSpace ag iarraidh sgeama barantaichte Dublin Core.", + "admin.registries.metadata.description": "Ann an clàr-lann metadata tha liosta de na raointean metadata gu lèir a tha san ionad-tasgaidh. Gabhaidh na raointean a roinn am measg iomadh sgeama. Ach tha DSpace ag iarraidh sgeama barantaichte Dublin Core.", // "admin.registries.metadata.form.create": "Create metadata schema", "admin.registries.metadata.form.create": "Cruthaich sgeama metadata", // "admin.registries.metadata.form.edit": "Edit metadata schema", - "admin.registries.metadata.form.edit": "Deasaich sgeama metadata", + "admin.registries.metadata.form.edit": "Deasaich sgeama metadata", // "admin.registries.metadata.form.name": "Name", - "admin.registries.metadata.form.name": "Ainm", + "admin.registries.metadata.form.name": "Ainm", // "admin.registries.metadata.form.namespace": "Namespace", - "admin.registries.metadata.form.namespace": "Ainm-spàs", + "admin.registries.metadata.form.namespace": "Ainm-spàs", // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "Clàr-lann Metadata", @@ -213,21 +213,21 @@ "admin.registries.metadata.schemas.table.name": "Ainm", // "admin.registries.metadata.schemas.table.namespace": "Namespace", - "admin.registries.metadata.schemas.table.namespace": "Ainm-spàs", + "admin.registries.metadata.schemas.table.namespace": "Ainm-spàs", // "admin.registries.metadata.title": "Metadata Registry", - "admin.registries.metadata.title": "Clàr-lann Metadata", + "admin.registries.metadata.title": "Clàr-lann Metadata", // "admin.registries.schema.breadcrumbs": "Metadata schema", - "admin.registries.schema.breadcrumbs": "Sgeama Metadata", + "admin.registries.schema.breadcrumbs": "Sgeama Metadata", // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Seo an sgeama metadata airson \"{{namespace}}\".", // "admin.registries.schema.fields.head": "Schema metadata fields", - "admin.registries.schema.fields.head": "Raointean metadata sgeama ", + "admin.registries.schema.fields.head": "Raointean metadata sgeama ", // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "Chan eil raointean metadata ri shealltainn.", @@ -238,7 +238,7 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Raon", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Nota Leudachd", @@ -256,10 +256,10 @@ "admin.registries.schema.form.qualifier": "Càilichear", // "admin.registries.schema.form.scopenote": "Scope Note", - "admin.registries.schema.form.scopenote": "Nota Leudachd", + "admin.registries.schema.form.scopenote": "Nota Leudachd", // "admin.registries.schema.head": "Metadata Schema", - "admin.registries.schema.head": "Sgeama Metadata", + "admin.registries.schema.head": "Sgeama Metadata", // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.created": "Chaidh sgeama metadata \"{{prefix}}\" a chruthachadh", @@ -268,31 +268,31 @@ "admin.registries.schema.notification.deleted.failure": "Cha deach {{amount}} sgeamaichean metadata a dhubhadh às", // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", - "admin.registries.schema.notification.deleted.success": "Chaidh {{amount}} sgeamaichean metadata a dhubhadh às", + "admin.registries.schema.notification.deleted.success": "Chaidh {{amount}} sgeamaichean metadata a dhubhadh às", // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", - "admin.registries.schema.notification.edited": "Chaidh sgeama metadata \"{{prefix}}\" a dheasachadh", + "admin.registries.schema.notification.edited": "Chaidh sgeama metadata \"{{prefix}}\" a dheasachadh", // "admin.registries.schema.notification.failure": "Error", - "admin.registries.schema.notification.failure": "Mearachd", + "admin.registries.schema.notification.failure": "Mearachd", // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", - "admin.registries.schema.notification.field.created": "Chaidh raon metadata \"{{field}}\" a chruthachadh", + "admin.registries.schema.notification.field.created": "Chaidh raon metadata \"{{field}}\" a chruthachadh", // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", - "admin.registries.schema.notification.field.deleted.failure": "Cha deach {{amount}} sgeamaichean metadata a dhubhadh às", + "admin.registries.schema.notification.field.deleted.failure": "Cha deach {{amount}} sgeamaichean metadata a dhubhadh às", // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", - "admin.registries.schema.notification.field.deleted.success": "Chaidh {{amount}} raointean metadata a dhubhadh às", + "admin.registries.schema.notification.field.deleted.success": "Chaidh {{amount}} raointean metadata a dhubhadh às", // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "Chaidh raon metadata \"{{field}}\" a dheasachadh", // "admin.registries.schema.notification.success": "Success", - "admin.registries.schema.notification.success": "Dh'obraich sin", + "admin.registries.schema.notification.success": "Dh'obraich sin", // "admin.registries.schema.return": "Back", - "admin.registries.schema.return": "Air ais", + "admin.registries.schema.return": "Air ais", // "admin.registries.schema.title": "Metadata Schema Registry", "admin.registries.schema.title": "Clàr-lann Sgeama Metadata", @@ -303,16 +303,16 @@ "admin.access-control.epeople.actions.delete": "Dubh às E-Neach", // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - "admin.access-control.epeople.actions.impersonate": "Gabh riochd E-Neach", + "admin.access-control.epeople.actions.impersonate": "Gabh riochd E-Neach", // "admin.access-control.epeople.actions.reset": "Reset password", "admin.access-control.epeople.actions.reset": "Ath-sheat facal-faire", // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", - "admin.access-control.epeople.actions.stop-impersonating": "Sguir a ghabhail riochd E-Neach", + "admin.access-control.epeople.actions.stop-impersonating": "Sguir a ghabhail riochd E-Neach", // "admin.access-control.epeople.breadcrumbs": "EPeople", - "admin.access-control.epeople.breadcrumbs": "E-Dhaoine", + "admin.access-control.epeople.breadcrumbs": "E-Dhaoine", // "admin.access-control.epeople.title": "EPeople", "admin.access-control.epeople.title": "E-Dhaoine", @@ -321,16 +321,16 @@ "admin.access-control.epeople.head": "E-Dhaoine", // "admin.access-control.epeople.search.head": "Search", - "admin.access-control.epeople.search.head": "Rannsaich", + "admin.access-control.epeople.search.head": "Rannsaich", // "admin.access-control.epeople.button.see-all": "Browse All", "admin.access-control.epeople.button.see-all": "Brobhs na h-Uile", // "admin.access-control.epeople.search.scope.metadata": "Metadata", - "admin.access-control.epeople.search.scope.metadata": "Metadata", + "admin.access-control.epeople.search.scope.metadata": "Metadata", // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", - "admin.access-control.epeople.search.scope.email": "Post-d (ceart)", + "admin.access-control.epeople.search.scope.email": "Post-d (ceart)", // "admin.access-control.epeople.search.button": "Search", "admin.access-control.epeople.search.button": "Rannsaich", @@ -339,7 +339,7 @@ "admin.access-control.epeople.search.placeholder": "Rannsaich daoine...", // "admin.access-control.epeople.button.add": "Add EPerson", - "admin.access-control.epeople.button.add": "Cuir-ris E-Neach", + "admin.access-control.epeople.button.add": "Cuir-ris E-Neach", // "admin.access-control.epeople.table.id": "ID", "admin.access-control.epeople.table.id": "ID", @@ -357,7 +357,7 @@ "admin.access-control.epeople.table.edit.buttons.edit": "Deasaich \"{{name}}\"", // "admin.access-control.epeople.table.edit.buttons.edit-disabled": "You are not authorized to edit this group", - "admin.access-control.epeople.table.edit.buttons.edit-disabled": "Chan eil cead agad am buidheann seo a dheasachadh", + "admin.access-control.epeople.table.edit.buttons.edit-disabled": "Chan eil cead agad am buidheann seo a dheasachadh", // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.remove": "Dubh às \"{{name}}\"", @@ -369,7 +369,7 @@ "admin.access-control.epeople.form.create": "Cruthaich E-Neach", // "admin.access-control.epeople.form.edit": "Edit EPerson", - "admin.access-control.epeople.form.edit": "Deasaich E-Neach", + "admin.access-control.epeople.form.edit": "Deasaich E-Neach", // "admin.access-control.epeople.form.firstName": "First name", "admin.access-control.epeople.form.firstName": "Ciad ainm", @@ -381,10 +381,10 @@ "admin.access-control.epeople.form.email": "Post-d", // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", - "admin.access-control.epeople.form.emailHint": "Feum air seòladh post-d brìgheil", + "admin.access-control.epeople.form.emailHint": "Feum air seòladh post-d brìgheil", // "admin.access-control.epeople.form.canLogIn": "Can log in", - "admin.access-control.epeople.form.canLogIn": "Faodar logadh a-steach", + "admin.access-control.epeople.form.canLogIn": "Faodar logadh a-steach", // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", "admin.access-control.epeople.form.requireCertificate": "Teisteanas a dhìth", @@ -393,22 +393,22 @@ "admin.access-control.epeople.form.return": "Air ais", // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.created.success": "Chaidh E-Neach \"{{name}}\" a chruthachadh", + "admin.access-control.epeople.form.notification.created.success": "Chaidh E-Neach \"{{name}}\" a chruthachadh", // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.created.failure": "Cha deach E-Neach \"{{name}}\" a chruthachadh", + "admin.access-control.epeople.form.notification.created.failure": "Cha deach E-Neach \"{{name}}\" a chruthachadh", // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", - "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Cha deach E-Neach \"{{name}}\" a chruthachadh; post-d \"{{email}}\"ga chleachdadh mu thràth.", + "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Cha deach E-Neach \"{{name}}\" a chruthachadh; post-d \"{{email}}\"ga chleachdadh mu thràth.", // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", - "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Cha do dh'obraich deasachadh air E-Neach \"{{name}}\"; post-d \"{{email}}\"ga chleachdadh mu thràth.", + "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Cha do dh'obraich deasachadh air E-Neach \"{{name}}\"; post-d \"{{email}}\"ga chleachdadh mu thràth.", // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.success": "Chaidh E-Neach \"{{name}}\" a dheasachadh", + "admin.access-control.epeople.form.notification.edited.success": "Chaidh E-Neach \"{{name}}\" a dheasachadh", // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.failure": "Cha deach E-Neach \"{{name}}\" a dheasachadh", + "admin.access-control.epeople.form.notification.edited.failure": "Cha deach E-Neach \"{{name}}\" a dheasachadh", // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.success": "Chaidh E-Neach \"{{name}}\" a dhubhadh às", @@ -417,28 +417,28 @@ "admin.access-control.epeople.form.notification.deleted.failure": "Cha deach E-Neach \"{{name}}\" a dhubhadh às", // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", - "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Ball de na buidhnean seo:", + "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Ball de na buidhnean seo:", // "admin.access-control.epeople.form.table.id": "ID", - "admin.access-control.epeople.form.table.id": "ID", + "admin.access-control.epeople.form.table.id": "ID", // "admin.access-control.epeople.form.table.name": "Name", - "admin.access-control.epeople.form.table.name": "Ainm", + "admin.access-control.epeople.form.table.name": "Ainm", // "admin.access-control.epeople.form.table.collectionOrCommunity": "Collection/Community", "admin.access-control.epeople.form.table.collectionOrCommunity": "Cruinneachadh/Coimhearsnachd", // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", - "admin.access-control.epeople.form.memberOfNoGroups": "Chan eil an E-Neach seo na bhall de bhuidheann sam bith", + "admin.access-control.epeople.form.memberOfNoGroups": "Chan eil an E-Neach seo na bhall de bhuidheann sam bith", // "admin.access-control.epeople.form.goToGroups": "Add to groups", - "admin.access-control.epeople.form.goToGroups": "Cuir ri buidhnean", + "admin.access-control.epeople.form.goToGroups": "Cuir ri buidhnean", // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.failure": "Cha deach E-Neach \"{{name}}\" a dhubhadh às", // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", - "admin.access-control.epeople.notification.deleted.success": "Chaidh E-Neach \"{{name}}\" a dhubhadh às", + "admin.access-control.epeople.notification.deleted.success": "Chaidh E-Neach \"{{name}}\" a dhubhadh às", @@ -452,25 +452,25 @@ "admin.access-control.groups.singleGroup.breadcrumbs": "Deasaich Buidheann", // "admin.access-control.groups.title.singleGroup": "Edit Group", - "admin.access-control.groups.title.singleGroup": "Deasaich Buidheann", + "admin.access-control.groups.title.singleGroup": "Deasaich Buidheann", // "admin.access-control.groups.title.addGroup": "New Group", "admin.access-control.groups.title.addGroup": "Buidheann Ùr", // "admin.access-control.groups.addGroup.breadcrumbs": "New Group", - "admin.access-control.groups.addGroup.breadcrumbs": "Buidheann Ùr", + "admin.access-control.groups.addGroup.breadcrumbs": "Buidheann Ùr", // "admin.access-control.groups.head": "Groups", - "admin.access-control.groups.head": "Buidhnean", + "admin.access-control.groups.head": "Buidhnean", // "admin.access-control.groups.button.add": "Add group", "admin.access-control.groups.button.add": "Cuir-ris buidheann", // "admin.access-control.groups.search.head": "Search groups", - "admin.access-control.groups.search.head": "Rannsaich buidhnean", + "admin.access-control.groups.search.head": "Rannsaich buidhnean", // "admin.access-control.groups.button.see-all": "Browse all", - "admin.access-control.groups.button.see-all": "Brobhs na h-uile", + "admin.access-control.groups.button.see-all": "Brobhs na h-uile", // "admin.access-control.groups.search.button": "Search", "admin.access-control.groups.search.button": "Rannsaich", @@ -479,7 +479,7 @@ "admin.access-control.groups.search.placeholder": "Rannsaich buidhnean...", // "admin.access-control.groups.table.id": "ID", - "admin.access-control.groups.table.id": "ID", + "admin.access-control.groups.table.id": "ID", // "admin.access-control.groups.table.name": "Name", "admin.access-control.groups.table.name": "Ainm", @@ -488,25 +488,25 @@ "admin.access-control.groups.table.collectionOrCommunity": "Cruinneachadh/Coimhearsnachd", // "admin.access-control.groups.table.members": "Members", - "admin.access-control.groups.table.members": "Buill", + "admin.access-control.groups.table.members": "Buill", // "admin.access-control.groups.table.edit": "Edit", - "admin.access-control.groups.table.edit": "Deasaich", + "admin.access-control.groups.table.edit": "Deasaich", // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.edit": "Deasaich \"{{name}}\"", // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", - "admin.access-control.groups.table.edit.buttons.remove": "Dubh às \"{{name}}\"", + "admin.access-control.groups.table.edit.buttons.remove": "Dubh às \"{{name}}\"", // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.no-items": "Cha lorgar buidhnean aig a bheil seo nan ainm no seo mar UUID", // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", - "admin.access-control.groups.notification.deleted.success": "Chaidh am buidheann \"{{name}}\" a dhubhadh às", + "admin.access-control.groups.notification.deleted.success": "Chaidh am buidheann \"{{name}}\" a dhubhadh às", // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - "admin.access-control.groups.notification.deleted.failure.title": "Cha deach am buidheann \"{{name}}\" a dhubhadh às", + "admin.access-control.groups.notification.deleted.failure.title": "Cha deach am buidheann \"{{name}}\" a dhubhadh às", // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", "admin.access-control.groups.notification.deleted.failure.content": "Adhbhar: \"{{cause}}\"", @@ -529,13 +529,13 @@ "admin.access-control.groups.form.groupName": "Ainm Buidhinn", // "admin.access-control.groups.form.groupCommunity": "Community or Collection", - "admin.access-control.groups.form.groupCommunity": "Coimhearsnachd no Cruinneachadh", + "admin.access-control.groups.form.groupCommunity": "Coimhearsnachd no Cruinneachadh", // "admin.access-control.groups.form.groupDescription": "Description", - "admin.access-control.groups.form.groupDescription": "Cunntas", + "admin.access-control.groups.form.groupDescription": "Cunntas", // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", - "admin.access-control.groups.form.notification.created.success": "Chaidh Buidheann \"{{name}}\" a chruthachadh", + "admin.access-control.groups.form.notification.created.success": "Chaidh Buidheann \"{{name}}\" a chruthachadh", // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.failure": "Cha deach Buidheann \"{{name}}\" a chruthachadh", @@ -544,13 +544,13 @@ "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Cha deach Buidheann air a bheil \"{{name}}\" a chruthachadh. Dèan cinnteach nach eil an t-ainm ga chleachdadh mu thràth.", // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - "admin.access-control.groups.form.notification.edited.failure": "Cha deach Buidheann \"{{name}}\" a dheasachadh", + "admin.access-control.groups.form.notification.edited.failure": "Cha deach Buidheann \"{{name}}\" a dheasachadh", // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "An t-ainm \"{{name}}\"ga chleachdadh mu thràth!", // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", - "admin.access-control.groups.form.notification.edited.success": "Chaidh Buidheann \"{{name}}\" a dheasachadh", + "admin.access-control.groups.form.notification.edited.success": "Chaidh Buidheann \"{{name}}\" a dheasachadh", // "admin.access-control.groups.form.actions.delete": "Delete Group", "admin.access-control.groups.form.actions.delete": "Dubh às Buidheann", @@ -559,7 +559,7 @@ "admin.access-control.groups.form.delete-group.modal.header": "Dubh às Buidheann \"{{ dsoName }}\"", // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - "admin.access-control.groups.form.delete-group.modal.info": "A bheil thu cinnteach gu bheil thu airson Buidheann \"{{ dsoName }}\" a dhubhadh às", + "admin.access-control.groups.form.delete-group.modal.info": "A bheil thu cinnteach gu bheil thu airson Buidheann \"{{ dsoName }}\" a dhubhadh às", // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", "admin.access-control.groups.form.delete-group.modal.cancel": "Cansail", @@ -571,7 +571,7 @@ "admin.access-control.groups.form.notification.deleted.success": "Chaidh buidheann \"{{ name }}\" a dhubhadh às", // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - "admin.access-control.groups.form.notification.deleted.failure.title": "Cha deach buidheann \"{{ name }}\" a dhubhadh às", + "admin.access-control.groups.form.notification.deleted.failure.title": "Cha deach buidheann \"{{ name }}\" a dhubhadh às", // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", "admin.access-control.groups.form.notification.deleted.failure.content": "Adhbhar: \"{{ cause }}\"", @@ -583,37 +583,37 @@ "admin.access-control.groups.form.members-list.search.head": "Cuir-ris E-Dhaoine", // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", - "admin.access-control.groups.form.members-list.button.see-all": "Brobhs na h-Uile", + "admin.access-control.groups.form.members-list.button.see-all": "Brobhs na h-Uile", // "admin.access-control.groups.form.members-list.headMembers": "Current Members", "admin.access-control.groups.form.members-list.headMembers": "Buill An-dràsta", // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", + "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", "admin.access-control.groups.form.members-list.search.scope.email": "Post-d (ceart)", // "admin.access-control.groups.form.members-list.search.button": "Search", - "admin.access-control.groups.form.members-list.search.button": "Rannsaich", + "admin.access-control.groups.form.members-list.search.button": "Rannsaich", // "admin.access-control.groups.form.members-list.table.id": "ID", "admin.access-control.groups.form.members-list.table.id": "ID", // "admin.access-control.groups.form.members-list.table.name": "Name", - "admin.access-control.groups.form.members-list.table.name": "Ainm", + "admin.access-control.groups.form.members-list.table.name": "Ainm", // "admin.access-control.groups.form.members-list.table.identity": "Identity", - "admin.access-control.groups.form.members-list.table.identity": "Dearbh-aithne", + "admin.access-control.groups.form.members-list.table.identity": "Dearbh-aithne", // "admin.access-control.groups.form.members-list.table.email": "Email", - "admin.access-control.groups.form.members-list.table.email": "Post-d", + "admin.access-control.groups.form.members-list.table.email": "Post-d", // "admin.access-control.groups.form.members-list.table.netid": "NetID", "admin.access-control.groups.form.members-list.table.netid": "ID-Lìn", // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", - "admin.access-control.groups.form.members-list.table.edit": "Thoir às / Cuir-ris", + "admin.access-control.groups.form.members-list.table.edit": "Thoir às / Cuir-ris", // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Thoir às ball air a bheil an t-ainm \"{{name}}\"", @@ -631,31 +631,31 @@ "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Cha deach ball \"{{name}}\" a thoirt às", // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", - "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Cuir-ris ball air a bheil an t-ainm \"{{name}}\"", + "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Cuir-ris ball air a bheil an t-ainm \"{{name}}\"", // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Chan eil buidheann beò ann an-dràsta; cuir a-steach ainm an toiseach.", + "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Chan eil buidheann beò ann an-dràsta; cuir a-steach ainm an toiseach.", // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", - "admin.access-control.groups.form.members-list.no-members-yet": "Chan eil buill sa bhuidheann fhathast; rannsaich agus cuir-ris.", + "admin.access-control.groups.form.members-list.no-members-yet": "Chan eil buill sa bhuidheann fhathast; rannsaich agus cuir-ris.", // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", - "admin.access-control.groups.form.members-list.no-items": "Cha deach E-Dhaoine a lorg san rannsachadh ud", + "admin.access-control.groups.form.members-list.no-items": "Cha deach E-Dhaoine a lorg san rannsachadh ud", // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure": "Chaidh rudeigin ceàrr: \"{{cause}}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure": "Chaidh rudeigin ceàrr: \"{{cause}}\"", // "admin.access-control.groups.form.subgroups-list.head": "Groups", "admin.access-control.groups.form.subgroups-list.head": "Buidhnean", // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - "admin.access-control.groups.form.subgroups-list.search.head": "Cuir-ris Fo-bhuidheann", + "admin.access-control.groups.form.subgroups-list.search.head": "Cuir-ris Fo-bhuidheann", // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", - "admin.access-control.groups.form.subgroups-list.button.see-all": "Brobhs na h-Uile", + "admin.access-control.groups.form.subgroups-list.button.see-all": "Brobhs na h-Uile", // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", - "admin.access-control.groups.form.subgroups-list.headSubgroups": "Fo-bhuidhnean An-dràsta", + "admin.access-control.groups.form.subgroups-list.headSubgroups": "Fo-bhuidhnean An-dràsta", // "admin.access-control.groups.form.subgroups-list.search.button": "Search", "admin.access-control.groups.form.subgroups-list.search.button": "Rannsaich", @@ -670,7 +670,7 @@ "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Cruinneachadh/Coimhearsnachd", // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", - "admin.access-control.groups.form.subgroups-list.table.edit": "Thoir às / Cuir-ris", + "admin.access-control.groups.form.subgroups-list.table.edit": "Thoir às / Cuir-ris", // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Thoir às fo-bhuidheann air a bheil an t-ainm \"{{name}}\"", @@ -685,81 +685,81 @@ "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Chaidh am fo-bhuidheann \"{{name}}\" a chur-ris", // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Cha deach am fo-bhuidheann \"{{name}}\" a chur-ris", + "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Cha deach am fo-bhuidheann \"{{name}}\" a chur-ris", // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Chaidh am fo-bhuidheann \"{{name}}\" a dhubhadh às", + "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Chaidh am fo-bhuidheann \"{{name}}\" a dhubhadh às", // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Cha deach am fo-bhuidheann \"{{name}}\" a dhubhadh às", + "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Cha deach am fo-bhuidheann \"{{name}}\" a dhubhadh às", // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Chan eil buidheann beò ann an-dràsta; cuir a-steach ainm an toiseach.", + "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Chan eil buidheann beò ann an-dràsta; cuir a-steach ainm an toiseach.", // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Seo am buidheann an-dràsta; cha ghabh a chur-ris.", // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", - "admin.access-control.groups.form.subgroups-list.no-items": "Cha deach buidhnean a lorg aig a bheil seo nan ainm no seo mar UUID", + "admin.access-control.groups.form.subgroups-list.no-items": "Cha deach buidhnean a lorg aig a bheil seo nan ainm no seo mar UUID", // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", - "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Chan eil fo-bhuidhnean sa bhuidheann fhathast.", + "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Chan eil fo-bhuidhnean sa bhuidheann fhathast.", // "admin.access-control.groups.form.return": "Back", - "admin.access-control.groups.form.return": "Air ais", + "admin.access-control.groups.form.return": "Air ais", // "admin.search.breadcrumbs": "Administrative Search", - "admin.search.breadcrumbs": "Rannsachadh Rianachd", + "admin.search.breadcrumbs": "Rannsachadh Rianachd", // "admin.search.collection.edit": "Edit", - "admin.search.collection.edit": "Deasaich", + "admin.search.collection.edit": "Deasaich", // "admin.search.community.edit": "Edit", - "admin.search.community.edit": "Deasaich", + "admin.search.community.edit": "Deasaich", // "admin.search.item.delete": "Delete", - "admin.search.item.delete": "Dubh às", + "admin.search.item.delete": "Dubh às", // "admin.search.item.edit": "Edit", - "admin.search.item.edit": "Deasaich", + "admin.search.item.edit": "Deasaich", // "admin.search.item.make-private": "Make Private", - "admin.search.item.make-private": "Dèan Prìobhaideach", + "admin.search.item.make-private": "Dèan Prìobhaideach", // "admin.search.item.make-public": "Make Public", "admin.search.item.make-public": "Dèan Poblach", // "admin.search.item.move": "Move", - "admin.search.item.move": "Gluais", + "admin.search.item.move": "Gluais", // "admin.search.item.reinstate": "Reinstate", - "admin.search.item.reinstate": "Cuir air ais ann", + "admin.search.item.reinstate": "Cuir air ais ann", // "admin.search.item.withdraw": "Withdraw", - "admin.search.item.withdraw": "Thoir air falbh", + "admin.search.item.withdraw": "Thoir air falbh", // "admin.search.title": "Administrative Search", "admin.search.title": "Rannsachadh Rianachd", // "administrativeView.search.results.head": "Administrative Search", - "administrativeView.search.results.head": "Rannsachadh Rianachd", + "administrativeView.search.results.head": "Rannsachadh Rianachd", // "admin.workflow.breadcrumbs": "Administer Workflow", - "admin.workflow.breadcrumbs": "Rianaich Sruth-obrach", + "admin.workflow.breadcrumbs": "Rianaich Sruth-obrach", // "admin.workflow.title": "Administer Workflow", "admin.workflow.title": "Rianaich Sruth-obrach", // "admin.workflow.item.workflow": "Workflow", - "admin.workflow.item.workflow": "Sruth-obrach", + "admin.workflow.item.workflow": "Sruth-obrach", // "admin.workflow.item.delete": "Delete", - "admin.workflow.item.delete": "Dubh às", + "admin.workflow.item.delete": "Dubh às", // "admin.workflow.item.send-back": "Send back", "admin.workflow.item.send-back": "Cuir air ais", @@ -767,7 +767,7 @@ // "admin.metadata-import.breadcrumbs": "Import Metadata", - "admin.metadata-import.breadcrumbs": "Steach-ghluais Metadata", + "admin.metadata-import.breadcrumbs": "Steach-ghluais Metadata", // "admin.metadata-import.title": "Import Metadata", "admin.metadata-import.title": "Steach-ghluais Metadata", @@ -776,16 +776,16 @@ "admin.metadata-import.page.header": "Steach-ghluais Metadata", // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", - // TODO New key - Add a translation + // TODO New key - Add a translation "admin.metadata-import.page.help": "Is urrainn dhut faidhlichean CSV sa bheil baids obrachaidhean metadata air faidhlichean a leigeil às no a bhrobhsadh an seo", // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", - // TODO New key - Add a translation - "admin.metadata-import.page.dropMsg": "Leig às metadata CSV airson a steach-ghluasad", + // TODO New key - Add a translation + "admin.metadata-import.page.dropMsg": "Leig às metadata CSV airson a steach-ghluasad", // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", // TODO New key - Add a translation - "admin.metadata-import.page.dropMsgReplace": "Leig às airson a chur an àite metadata CSV agus a steach-ghluasad", + "admin.metadata-import.page.dropMsgReplace": "Leig às airson a chur an àite metadata CSV agus a steach-ghluasad", // "admin.metadata-import.page.button.return": "Back", "admin.metadata-import.page.button.return": "Air Ais", @@ -794,19 +794,19 @@ "admin.metadata-import.page.button.proceed": "Air adhart", // "admin.metadata-import.page.error.addFile": "Select file first!", - "admin.metadata-import.page.error.addFile": "Tagh faidhle an toiseach!", + "admin.metadata-import.page.error.addFile": "Tagh faidhle an toiseach!", // "auth.errors.invalid-user": "Invalid email address or password.", - "auth.errors.invalid-user": "Seòladh post-d no facal-faire neo-bhrìgheil.", + "auth.errors.invalid-user": "Seòladh post-d no facal-faire neo-bhrìgheil.", // "auth.messages.expired": "Your session has expired. Please log in again.", - "auth.messages.expired": "Tha an seisean seachad. Log a-steach a-rithist.", + "auth.messages.expired": "Tha an seisean seachad. Log a-steach a-rithist.", // "auth.messages.token-refresh-failed": "Refreshing your session token failed. Please log in again.", - "auth.messages.token-refresh-failed": "Cha do dh'obraich an t-ùrachadh air an t-seisean. Log a-steach a-rithist.", + "auth.messages.token-refresh-failed": "Cha do dh'obraich an t-ùrachadh air an t-seisean. Log a-steach a-rithist.", @@ -822,24 +822,24 @@ "bitstream.edit.authorizations.title": "Deasaich Poileasaidhean a' bhitstream", // "bitstream.edit.return": "Back", - "bitstream.edit.return": "Air ais", + "bitstream.edit.return": "Air ais", // "bitstream.edit.bitstream": "Bitstream: ", - "bitstream.edit.bitstream": "Bitstream: ", + "bitstream.edit.bitstream": "Bitstream: ", // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", - // TODO New key - Add a translation - "bitstream.edit.form.description.hint": "Ma thogras tu, thoir cunntas goirid air an fhaidhle, mar eisimpleir \"Prìomh artaigil\" no \"Dàta deuchainn\".", + // TODO New key - Add a translation + "bitstream.edit.form.description.hint": "Ma thogras tu, thoir cunntas goirid air an fhaidhle, mar eisimpleir \"Prìomh artaigil\" no \"Dàta deuchainn\".", // "bitstream.edit.form.description.label": "Description", - "bitstream.edit.form.description.label": "Cunntas", + "bitstream.edit.form.description.label": "Cunntas", // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", // TODO New key - Add a translation "bitstream.edit.form.embargo.hint": "A' chiad latha bho bheil cothrom ceadaichte. Cha ghabh an deit seo atharrachadh air an fhoirm seo. Gus deit-bacaidh a sheatadh airson bitstream, rach gu tab Inbhe Nì, cliog air Barantasan..., cruthaich no deasaich poileasaidh LEUGH a' bhitstream, agus seat an Deit-tòiseachaidh mar a tha thu ga iarraidh.", // "bitstream.edit.form.embargo.label": "Embargo until specific date", - "bitstream.edit.form.embargo.label": "Bacadh gu deit sònraichte", + "bitstream.edit.form.embargo.label": "Bacadh gu deit sònraichte", // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", // TODO New key - Add a translation @@ -849,7 +849,7 @@ "bitstream.edit.form.fileName.label": "Ainm-faidhle", // "bitstream.edit.form.newFormat.label": "Describe new format", - "bitstream.edit.form.newFormat.label": "Thoir cunntas air fòrmat ùr", + "bitstream.edit.form.newFormat.label": "Thoir cunntas air fòrmat ùr", // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", "bitstream.edit.form.newFormat.hint": "Am prògram a chleachd thu gus am faidhle a chruthachadh, agus àireamh an dreach (mar eisimpleir, \"ACMESoft SuperApp dreach 1.5\").", @@ -861,52 +861,52 @@ "bitstream.edit.form.selectedFormat.hint": "Mura bheil am fòrmat san liosta gu h-àrd, tagh \"chan eil am fòrmat san liosta\" gu h-àrd agus thoir cunntas air fo \"Thoir cunntas air fòrmat ùr\".", // "bitstream.edit.form.selectedFormat.label": "Selected Format", - "bitstream.edit.form.selectedFormat.label": "Fòrmat Taghte", + "bitstream.edit.form.selectedFormat.label": "Fòrmat Taghte", // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", - "bitstream.edit.form.selectedFormat.unknown": "Chan eil am fòrmat san liosta", + "bitstream.edit.form.selectedFormat.unknown": "Chan eil am fòrmat san liosta", // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", - "bitstream.edit.notifications.error.format.title": "Bha mearachd ann a' sàbhaladh fòrmat a' bhitstream", + "bitstream.edit.notifications.error.format.title": "Bha mearachd ann a' sàbhaladh fòrmat a' bhitstream", // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", - "bitstream.edit.notifications.saved.content": "Chaidh na h-atharraichean air a' bhitstream seo a shàbhaladh.", + "bitstream.edit.notifications.saved.content": "Chaidh na h-atharraichean air a' bhitstream seo a shàbhaladh.", // "bitstream.edit.notifications.saved.title": "Bitstream saved", "bitstream.edit.notifications.saved.title": "Shàbhaileadh Bitstream", // "bitstream.edit.title": "Edit bitstream", - "bitstream.edit.title": "Deasaich bitstream", + "bitstream.edit.title": "Deasaich bitstream", // "bitstream-request-a-copy.alert.canDownload1": "You already have access to this file. If you want to download the file, click ", - "bitstream-request-a-copy.alert.canDownload1": "Tha cothrom agad air an fhaidhle seo mu thràth. Ma tha thu airson a luchdachadh a-nuas, cliog ", + "bitstream-request-a-copy.alert.canDownload1": "Tha cothrom agad air an fhaidhle seo mu thràth. Ma tha thu airson a luchdachadh a-nuas, cliog ", // "bitstream-request-a-copy.alert.canDownload2": "here", - "bitstream-request-a-copy.alert.canDownload2": "an seo", + "bitstream-request-a-copy.alert.canDownload2": "an seo", // "bitstream-request-a-copy.header": "Request a copy of the file", - "bitstream-request-a-copy.header": "Iarr copaidh den fhaidhle", + "bitstream-request-a-copy.header": "Iarr copaidh den fhaidhle", // "bitstream-request-a-copy.intro": "Enter the following information to request a copy for the following item: ", - "bitstream-request-a-copy.intro": "Cuir a-steach am fiosrachadh a leanas agus iarr copaidh den nì a leanas: ", + "bitstream-request-a-copy.intro": "Cuir a-steach am fiosrachadh a leanas agus iarr copaidh den nì a leanas: ", // "bitstream-request-a-copy.intro.bitstream.one": "Requesting the following file: ", - "bitstream-request-a-copy.intro.bitstream.one": "Ag iarraidh an fhaidhle a leanas: ", - + "bitstream-request-a-copy.intro.bitstream.one": "Ag iarraidh an fhaidhle a leanas: ", + // "bitstream-request-a-copy.intro.bitstream.all": "Requesting all files. ", - "bitstream-request-a-copy.intro.bitstream.all": "Ag iarraidh nam faidhlichean gu lèir. ", + "bitstream-request-a-copy.intro.bitstream.all": "Ag iarraidh nam faidhlichean gu lèir. ", // "bitstream-request-a-copy.name.label": "Name *", "bitstream-request-a-copy.name.label": "Ainm *", // "bitstream-request-a-copy.name.error": "The name is required", - "bitstream-request-a-copy.name.error": "Tha an t-ainm riatanach", + "bitstream-request-a-copy.name.error": "Tha an t-ainm riatanach", // "bitstream-request-a-copy.email.label": "Your e-mail address *", - "bitstream-request-a-copy.email.label": "An seòladh post-d agad *", + "bitstream-request-a-copy.email.label": "An seòladh post-d agad *", // "bitstream-request-a-copy.email.hint": "This email address is used for sending the file.", - "bitstream-request-a-copy.email.hint": "Tha an seòladh post-d seo ga chleachdadh airson am faidhle a chur.", + "bitstream-request-a-copy.email.hint": "Tha an seòladh post-d seo ga chleachdadh airson am faidhle a chur.", // "bitstream-request-a-copy.email.error": "Please enter a valid email address.", "bitstream-request-a-copy.email.error": "Cuir ann seòladh post-d brìgheil.", @@ -915,31 +915,31 @@ "bitstream-request-a-copy.allfiles.label": "Faidhlichean", // "bitstream-request-a-copy.files-all-false.label": "Only the requested file", - "bitstream-request-a-copy.files-all-false.label": "Am faidhle a chaidh iarraidh a-mhàin", + "bitstream-request-a-copy.files-all-false.label": "Am faidhle a chaidh iarraidh a-mhàin", // "bitstream-request-a-copy.files-all-true.label": "All files (of this item) in restricted access", // TODO New key - Add a translation - "bitstream-request-a-copy.files-all-true.label": "Tha cothrom air na faidhlichean gu lèir (den nì seo) cuingealaichte", + "bitstream-request-a-copy.files-all-true.label": "Tha cothrom air na faidhlichean gu lèir (den nì seo) cuingealaichte", // "bitstream-request-a-copy.message.label": "Message", - "bitstream-request-a-copy.message.label": "Brath", + "bitstream-request-a-copy.message.label": "Brath", // "bitstream-request-a-copy.return": "Back", - "bitstream-request-a-copy.return": "Air ais", + "bitstream-request-a-copy.return": "Air ais", // "bitstream-request-a-copy.submit": "Request copy", "bitstream-request-a-copy.submit": "Iarr copaidh", // "bitstream-request-a-copy.submit.success": "The item request was submitted successfully.", - "bitstream-request-a-copy.submit.success": "Chaidh an t-iarrtas airson an nì a chur a-steach.", + "bitstream-request-a-copy.submit.success": "Chaidh an t-iarrtas airson an nì a chur a-steach.", // "bitstream-request-a-copy.submit.error": "Something went wrong with submitting the item request.", - "bitstream-request-a-copy.submit.error": "Chaidh rudeigin ceàrr a' cur iarrtas a-steach airson an nì.", + "bitstream-request-a-copy.submit.error": "Chaidh rudeigin ceàrr a' cur iarrtas a-steach airson an nì.", // "browse.comcol.by.author": "By Author", - "browse.comcol.by.author": "A Rèir Ùghdar", + "browse.comcol.by.author": "A Rèir Ùghdar", // "browse.comcol.by.dateissued": "By Issue Date", "browse.comcol.by.dateissued": "A Rèir Deit Foillseachaidh", @@ -948,31 +948,31 @@ "browse.comcol.by.subject": "A Rèir Cuspair", // "browse.comcol.by.title": "By Title", - "browse.comcol.by.title": "A Rèir Tiotal", + "browse.comcol.by.title": "A Rèir Tiotal", // "browse.comcol.head": "Browse", - "browse.comcol.head": "Brobhs", + "browse.comcol.head": "Brobhs", // "browse.empty": "No items to show.", - "browse.empty": "Chan eil nithean ri shealltainn.", + "browse.empty": "Chan eil nithean ri shealltainn.", // "browse.metadata.author": "Author", - "browse.metadata.author": "Ùghdar", + "browse.metadata.author": "Ùghdar", // "browse.metadata.dateissued": "Issue Date", "browse.metadata.dateissued": "Deit Foillseachaidh", // "browse.metadata.subject": "Subject", - "browse.metadata.subject": "Cuspair", + "browse.metadata.subject": "Cuspair", // "browse.metadata.title": "Title", "browse.metadata.title": "Tiotal", // "browse.metadata.author.breadcrumbs": "Browse by Author", - "browse.metadata.author.breadcrumbs": "Brobhs a rèir Ùghdar", + "browse.metadata.author.breadcrumbs": "Brobhs a rèir Ùghdar", // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", - "browse.metadata.dateissued.breadcrumbs": "Brobhs a rèir Deit", + "browse.metadata.dateissued.breadcrumbs": "Brobhs a rèir Deit", // "browse.metadata.subject.breadcrumbs": "Browse by Subject", "browse.metadata.subject.breadcrumbs": "Brobhs a rèir Cuspair", @@ -984,22 +984,22 @@ "browse.next.button": "Air adhart", // "browse.previous.button": "Previous", - "browse.previous.button": "Air ais", + "browse.previous.button": "Air ais", // "browse.startsWith.choose_start": "(Choose start)", - "browse.startsWith.choose_start": "(Tagh toiseach)", + "browse.startsWith.choose_start": "(Tagh toiseach)", // "browse.startsWith.choose_year": "(Choose year)", - "browse.startsWith.choose_year": "(Tagh bliadhna)", + "browse.startsWith.choose_year": "(Tagh bliadhna)", // "browse.startsWith.choose_year.label": "Choose the issue year", - "browse.startsWith.choose_year.label": "Tagh bliadhna an fhoillseachaidh", + "browse.startsWith.choose_year.label": "Tagh bliadhna an fhoillseachaidh", // "browse.startsWith.jump": "Jump to a point in the index:", - "browse.startsWith.jump": "Leum gu àite sa chlàr-amais:", + "browse.startsWith.jump": "Leum gu àite sa chlàr-amais:", // "browse.startsWith.months.april": "April", - "browse.startsWith.months.april": "Giblean", + "browse.startsWith.months.april": "Giblean", // "browse.startsWith.months.august": "August", "browse.startsWith.months.august": "Lùnastal", @@ -1008,16 +1008,16 @@ "browse.startsWith.months.december": "Dùbhlachd", // "browse.startsWith.months.february": "February", - "browse.startsWith.months.february": "Gearran", + "browse.startsWith.months.february": "Gearran", // "browse.startsWith.months.january": "January", - "browse.startsWith.months.january": "Faoilleach", + "browse.startsWith.months.january": "Faoilleach", // "browse.startsWith.months.july": "July", - "browse.startsWith.months.july": "Iuchar", + "browse.startsWith.months.july": "Iuchar", // "browse.startsWith.months.june": "June", - "browse.startsWith.months.june": "Ògmhios", + "browse.startsWith.months.june": "Ògmhios", // "browse.startsWith.months.march": "March", "browse.startsWith.months.march": "Màrt", @@ -1035,13 +1035,13 @@ "browse.startsWith.months.november": "Samhain", // "browse.startsWith.months.october": "October", - "browse.startsWith.months.october": "Dàmhair", + "browse.startsWith.months.october": "Dàmhair", // "browse.startsWith.months.september": "September", "browse.startsWith.months.september": "Sultain", // "browse.startsWith.submit": "Browse", - "browse.startsWith.submit": "Brobhs", + "browse.startsWith.submit": "Brobhs", // "browse.startsWith.type_date": "Or type in a date (year-month) and click 'Browse'", "browse.startsWith.type_date": "No taidhp deit (bliadhna-mìos) agus cliog air 'Brobhs'", @@ -1053,11 +1053,11 @@ "browse.startsWith.type_text": "Taidhp a' chiad grunnan litrichean agus cliog air putan Brobhs", // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", - "browse.title": "A' brobhsadh {{ collection }} a rèir {{ field }} {{ value }}", + "browse.title": "A' brobhsadh {{ collection }} a rèir {{ field }} {{ value }}", // "chips.remove": "Remove chip", - "chips.remove": "Thoir às sgealb", + "chips.remove": "Thoir às sgealb", @@ -1065,31 +1065,31 @@ "collection.create.head": "Cruthaich Cruinneachadh", // "collection.create.notifications.success": "Successfully created the Collection", - "collection.create.notifications.success": "Chaidh an Cruinneachadh a chruthachadh", + "collection.create.notifications.success": "Chaidh an Cruinneachadh a chruthachadh", // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", - "collection.create.sub-head": "Cruthaich Cruinneachadh do Choimhearsnachd {{ parent }}", + "collection.create.sub-head": "Cruthaich Cruinneachadh do Choimhearsnachd {{ parent }}", // "collection.curate.header": "Curate Collection: {{collection}}", "collection.curate.header": "Eagraich Cruinneachadh: {{collection}}", // "collection.delete.cancel": "Cancel", - "collection.delete.cancel": "Cansail", + "collection.delete.cancel": "Cansail", // "collection.delete.confirm": "Confirm", - "collection.delete.confirm": "Dearbh", + "collection.delete.confirm": "Dearbh", // "collection.delete.processing": "Deleting", - "collection.delete.processing": "A' dubhadh às", + "collection.delete.processing": "A' dubhadh às", // "collection.delete.head": "Delete Collection", - "collection.delete.head": "Dùbh às Cruinneachadh", + "collection.delete.head": "Dùbh às Cruinneachadh", // "collection.delete.notification.fail": "Collection could not be deleted", "collection.delete.notification.fail": "Cha ghabhadh cruinneachadh a dhubhadh às", // "collection.delete.notification.success": "Successfully deleted collection", - "collection.delete.notification.success": "Chaidh cruinneachadh a dhubhadh às", + "collection.delete.notification.success": "Chaidh cruinneachadh a dhubhadh às", // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", "collection.delete.text": "A bheil thu cinnteach gu bheil thu airson cruinneachadh \"{{ dso }}\" a dhubhadh às", @@ -1097,10 +1097,10 @@ // "collection.edit.delete": "Delete this collection", - "collection.edit.delete": "Dubh às an cruinneachadh seo", + "collection.edit.delete": "Dubh às an cruinneachadh seo", // "collection.edit.head": "Edit Collection", - "collection.edit.head": "Deasaich Cruinneachadh", + "collection.edit.head": "Deasaich Cruinneachadh", // "collection.edit.breadcrumbs": "Edit Collection", "collection.edit.breadcrumbs": "Deasaich Cruinneachadh", @@ -1115,13 +1115,13 @@ "collection.edit.tabs.item-mapper.title": "Deasachadh Cruinneachaidh - Mapair Nithean", // "collection.edit.item-mapper.cancel": "Cancel", - "collection.edit.item-mapper.cancel": "Cansail", + "collection.edit.item-mapper.cancel": "Cansail", // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", - "collection.edit.item-mapper.collection": "Cruinneachadh: \"{{name}}\"", + "collection.edit.item-mapper.collection": "Cruinneachadh: \"{{name}}\"", // "collection.edit.item-mapper.confirm": "Map selected items", - "collection.edit.item-mapper.confirm": "Map nithean taghte", + "collection.edit.item-mapper.confirm": "Map nithean taghte", // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", // TODO New key - Add a translation @@ -1149,10 +1149,10 @@ "collection.edit.item-mapper.notifications.unmap.error.content": "Bha mearachdan ann a' toirt air falbh mapadh {{amount}} nithean.", // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", - "collection.edit.item-mapper.notifications.unmap.error.head": "Thoir às mearachdan mapaidh", + "collection.edit.item-mapper.notifications.unmap.error.head": "Thoir às mearachdan mapaidh", // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", - "collection.edit.item-mapper.notifications.unmap.success.content": "Chaidh mapadh {{amount}} nithean a thoirt às.", + "collection.edit.item-mapper.notifications.unmap.success.content": "Chaidh mapadh {{amount}} nithean a thoirt às.", // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", "collection.edit.item-mapper.notifications.unmap.success.head": "Mapadh air a thoirt às", @@ -1165,32 +1165,32 @@ "collection.edit.item-mapper.search-form.placeholder": "Rannsaich nithean...", // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", - "collection.edit.item-mapper.tabs.browse": "Brobhs nithean mapaichte", + "collection.edit.item-mapper.tabs.browse": "Brobhs nithean mapaichte", // "collection.edit.item-mapper.tabs.map": "Map new items", "collection.edit.item-mapper.tabs.map": "Map nithean ùra", // "collection.edit.logo.delete.title": "Delete logo", - "collection.edit.logo.delete.title": "Dubh às suaicheantas", + "collection.edit.logo.delete.title": "Dubh às suaicheantas", // "collection.edit.logo.delete-undo.title": "Undo delete", "collection.edit.logo.delete-undo.title": "Neo-dhèan an dubhadh às", // "collection.edit.logo.label": "Collection logo", - "collection.edit.logo.label": "Suaicheantas cruinneachaidh", + "collection.edit.logo.label": "Suaicheantas cruinneachaidh", // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", "collection.edit.logo.notifications.add.error": "Cha deach suaicheantas Cruinneachaidh a luchdachadh suas. Dearbh an t-susbaint mus feuch thu a-rithist.", // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", - "collection.edit.logo.notifications.add.success": "Chaidh suaicheantas Cruinneachaidh a luchdachadh suas.", + "collection.edit.logo.notifications.add.success": "Chaidh suaicheantas Cruinneachaidh a luchdachadh suas.", // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", "collection.edit.logo.notifications.delete.success.title": "Dhubhadh às suaicheantas", // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", - "collection.edit.logo.notifications.delete.success.content": "Chaidh suaicheantas a' chruinneachaidh a dhubhadh às", + "collection.edit.logo.notifications.delete.success.content": "Chaidh suaicheantas a' chruinneachaidh a dhubhadh às", // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", "collection.edit.logo.notifications.delete.error.title": "Mearachd ann a' dubhadh às suaicheantas", @@ -1219,7 +1219,7 @@ "collection.edit.tabs.authorizations.head": "Barantasan", // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - "collection.edit.tabs.authorizations.title": "Deasachadh Cruinneachaidh - Barantasan", + "collection.edit.tabs.authorizations.title": "Deasachadh Cruinneachaidh - Barantasan", // "collection.edit.tabs.metadata.head": "Edit Metadata", "collection.edit.tabs.metadata.head": "Deasaich Metadata", @@ -1228,39 +1228,39 @@ "collection.edit.tabs.metadata.title": "Deasachadh Cruinneachaidh - Metadata", // "collection.edit.tabs.roles.head": "Assign Roles", - "collection.edit.tabs.roles.head": "Sònraich Dreuchdan", + "collection.edit.tabs.roles.head": "Sònraich Dreuchdan", // "collection.edit.tabs.roles.title": "Collection Edit - Roles", - "collection.edit.tabs.roles.title": "Deasachadh Cruinneachaidh - Dreuchdan", + "collection.edit.tabs.roles.title": "Deasachadh Cruinneachaidh - Dreuchdan", // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", - "collection.edit.tabs.source.external": "Tha an cruinneachadh seo a' togail na susbaint bho stòr a-muigh", + "collection.edit.tabs.source.external": "Tha an cruinneachadh seo a' togail na susbaint bho stòr a-muigh", // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", // TODO New key - Add a translation "collection.edit.tabs.source.form.errors.oaiSource.required": "Feumaidh tu id seata den chruinneachadh-amais a thoirt.", // "collection.edit.tabs.source.form.harvestType": "Content being harvested", - "collection.edit.tabs.source.form.harvestType": "Susbaint ga togail", + "collection.edit.tabs.source.form.harvestType": "Susbaint ga togail", // "collection.edit.tabs.source.form.head": "Configure an external source", "collection.edit.tabs.source.form.head": "Rèitich stòr a-muigh", // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", - "collection.edit.tabs.source.form.metadataConfigId": "Fòrmat Metadata", + "collection.edit.tabs.source.form.metadataConfigId": "Fòrmat Metadata", // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSetId": "Id seat OAI sònraichte", // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", - "collection.edit.tabs.source.form.oaiSource": "Solaraiche OAI", + "collection.edit.tabs.source.form.oaiSource": "Solaraiche OAI", // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Tog metadata agus bitstreaman (feum air taic ORE)", // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Tog metadata agus iomraidhean air bitstreaman (feum air taic ORE)", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Tog metadata agus iomraidhean air bitstreaman (feum air taic ORE)", // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Tog metadata a-mhàin", @@ -1275,7 +1275,7 @@ "collection.edit.tabs.source.notifications.discarded.title": "Chuireadh às do na h-atharraichean", // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - "collection.edit.tabs.source.notifications.invalid.content": "Cha deach na h-atharraichean a shàbhaladh. Dèan cinnteach gu bheil gach raon brìgheil mus sàbhail thu e.", + "collection.edit.tabs.source.notifications.invalid.content": "Cha deach na h-atharraichean a shàbhaladh. Dèan cinnteach gu bheil gach raon brìgheil mus sàbhail thu e.", // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", "collection.edit.tabs.source.notifications.invalid.title": "Metadata neo-bhrìgheil", @@ -1287,7 +1287,7 @@ "collection.edit.tabs.source.notifications.saved.title": "Stòr Susbaint air a shàbhaladh", // "collection.edit.tabs.source.title": "Collection Edit - Content Source", - "collection.edit.tabs.source.title": "Deasachadh Cruinneachaidh - Stòr Susbaint", + "collection.edit.tabs.source.title": "Deasachadh Cruinneachaidh - Stòr Susbaint", @@ -1298,28 +1298,28 @@ "collection.edit.template.breadcrumbs": "Teamplaid nì", // "collection.edit.template.cancel": "Cancel", - "collection.edit.template.cancel": "Cansail", + "collection.edit.template.cancel": "Cansail", // "collection.edit.template.delete-button": "Delete", "collection.edit.template.delete-button": "Dubh às", // "collection.edit.template.edit-button": "Edit", - "collection.edit.template.edit-button": "Deasaich", + "collection.edit.template.edit-button": "Deasaich", // "collection.edit.template.error": "An error occurred retrieving the template item", "collection.edit.template.error": "Bha mearachd ann a' faighinn air ais teamplaid an nì", // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", - "collection.edit.template.head": "Deasaich Teamplaid Nì do Chruinneachadh \"{{ collection }}\"", + "collection.edit.template.head": "Deasaich Teamplaid Nì do Chruinneachadh \"{{ collection }}\"", // "collection.edit.template.label": "Template item", - "collection.edit.template.label": "Teamplaid nì", + "collection.edit.template.label": "Teamplaid nì", // "collection.edit.template.loading": "Loading template item...", "collection.edit.template.loading": "A' luchdachadh teamplaid nì...", // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", - "collection.edit.template.notifications.delete.error": "Cha deach teamplaid an nì a dhubhadh às", + "collection.edit.template.notifications.delete.error": "Cha deach teamplaid an nì a dhubhadh às", // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", "collection.edit.template.notifications.delete.success": "Chaidh teamplaid an nì a dhubhadh às", @@ -1336,19 +1336,19 @@ "collection.form.description": "Teacsa tòiseachaidh (HTML)", // "collection.form.errors.title.required": "Please enter a collection name", - "collection.form.errors.title.required": "Cuir ann ainm cruinneachaidh", + "collection.form.errors.title.required": "Cuir ann ainm cruinneachaidh", // "collection.form.license": "License", - "collection.form.license": "Cead", + "collection.form.license": "Cead", // "collection.form.provenance": "Provenance", - "collection.form.provenance": "Stòr", + "collection.form.provenance": "Stòr", // "collection.form.rights": "Copyright text (HTML)", - "collection.form.rights": "Teacsa dlighe-sgrìobhaidh (HTML)", + "collection.form.rights": "Teacsa dlighe-sgrìobhaidh (HTML)", // "collection.form.tableofcontents": "News (HTML)", - "collection.form.tableofcontents": "Naidheachdan (HTML)", + "collection.form.tableofcontents": "Naidheachdan (HTML)", // "collection.form.title": "Name", "collection.form.title": "Ainm", @@ -1368,116 +1368,116 @@ "collection.page.browse.recent.head": "Cur-a-steachan Ùra", // "collection.page.browse.recent.empty": "No items to show", - "collection.page.browse.recent.empty": "Chan eil nithean ri shealltainn", + "collection.page.browse.recent.empty": "Chan eil nithean ri shealltainn", // "collection.page.edit": "Edit this collection", - "collection.page.edit": "Deasaich an cruinneachadh seo", + "collection.page.edit": "Deasaich an cruinneachadh seo", // "collection.page.handle": "Permanent URI for this collection", - "collection.page.handle": " URI maireannach don chruinneachadh seo", + "collection.page.handle": " URI maireannach don chruinneachadh seo", // "collection.page.license": "License", "collection.page.license": "Cead", // "collection.page.news": "News", - "collection.page.news": "Naidheachdan", + "collection.page.news": "Naidheachdan", // "collection.select.confirm": "Confirm selected", - "collection.select.confirm": "Dearbh taghadh", + "collection.select.confirm": "Dearbh taghadh", // "collection.select.empty": "No collections to show", - "collection.select.empty": "Chan eil cruinneachaidhean ri shealltainn", + "collection.select.empty": "Chan eil cruinneachaidhean ri shealltainn", // "collection.select.table.title": "Title", "collection.select.table.title": "Tiotal", // "collection.source.controls.head": "Harvest Controls", - "collection.source.controls.head": "Riaghladairean Togail", - + "collection.source.controls.head": "Riaghladairean Togail", + // "collection.source.controls.test.submit.error": "Something went wrong with initiating the testing of the settings", - "collection.source.controls.test.submit.error": "Chaidh rudeigin ceàrr a' tòiseachadh feuchainn an t-seataidh", - + "collection.source.controls.test.submit.error": "Chaidh rudeigin ceàrr a' tòiseachadh feuchainn an t-seataidh", + // "collection.source.controls.test.failed": "The script to test the settings has failed", - "collection.source.controls.test.failed": "Chan do dh'obraich an sgriobt airson feuchainn an t-seataidh", - + "collection.source.controls.test.failed": "Chan do dh'obraich an sgriobt airson feuchainn an t-seataidh", + // "collection.source.controls.test.completed": "The script to test the settings has successfully finished", "collection.source.controls.test.completed": "Chrìochnaich an sgriobt airson feuchainn an t-seataidh", - + // "collection.source.controls.test.submit": "Test configuration", "collection.source.controls.test.submit": "Rèiteachadh feuchainn", - + // "collection.source.controls.test.running": "Testing configuration...", - "collection.source.controls.test.running": "A' feuchainn rèiteachadh...", - + "collection.source.controls.test.running": "A' feuchainn rèiteachadh...", + // "collection.source.controls.import.submit.success": "The import has been successfully initiated", "collection.source.controls.import.submit.success": "Thòisich an steach-ghluasad", - + // "collection.source.controls.import.submit.error": "Something went wrong with initiating the import", "collection.source.controls.import.submit.error": "Chaidh rudeigin ceàrr a' tòiseachadh an steach-ghluasaid", - + // "collection.source.controls.import.submit": "Import now", "collection.source.controls.import.submit": "Steach-ghluais a-nis", - + // "collection.source.controls.import.running": "Importing...", "collection.source.controls.import.running": "A' steach-ghluasad...", - + // "collection.source.controls.import.failed": "An error occurred during the import", - "collection.source.controls.import.failed": "Bha mearachd anns an steach-ghluasad", - + "collection.source.controls.import.failed": "Bha mearachd anns an steach-ghluasad", + // "collection.source.controls.import.completed": "The import completed", "collection.source.controls.import.completed": "Tha an steach-ghluasad dèante", - + // "collection.source.controls.reset.submit.success": "The reset and reimport has been successfully initiated", - "collection.source.controls.reset.submit.success": "Thòisich an t-ath-sheatadh agus an t-ath-steach-ghluasad", - + "collection.source.controls.reset.submit.success": "Thòisich an t-ath-sheatadh agus an t-ath-steach-ghluasad", + // "collection.source.controls.reset.submit.error": "Something went wrong with initiating the reset and reimport", "collection.source.controls.reset.submit.error": "Chaidh rudeigin ceàrr a' tòiseachadh an ath-sheataidh agus an ath-steach-ghluasaid", - + // "collection.source.controls.reset.failed": "An error occurred during the reset and reimport", "collection.source.controls.reset.failed": "Bha mearachd san ath-sheatadh agus san ath-steach-ghluasad", - + // "collection.source.controls.reset.completed": "The reset and reimport completed", - "collection.source.controls.reset.completed": "Tha an t-ath-sheatadh agus an t-ath-steach-ghluasad dèante", - + "collection.source.controls.reset.completed": "Tha an t-ath-sheatadh agus an t-ath-steach-ghluasad dèante", + // "collection.source.controls.reset.submit": "Reset and reimport", - "collection.source.controls.reset.submit": "Ath-sheat agus ath-steach-ghluais", - + "collection.source.controls.reset.submit": "Ath-sheat agus ath-steach-ghluais", + // "collection.source.controls.reset.running": "Resetting and reimporting...", "collection.source.controls.reset.running": "Ag ath-sheatadh agus ag ath-steach-ghluasad...", - + // "collection.source.controls.harvest.status": "Harvest status:", - "collection.source.controls.harvest.status": "Inbhe togail:", - + "collection.source.controls.harvest.status": "Inbhe togail:", + // "collection.source.controls.harvest.start": "Harvest start time:", "collection.source.controls.harvest.start": "Àm-tòiseachaidh togail:", - + // "collection.source.controls.harvest.last": "Last time harvested:", // TODO New key - Add a translation "collection.source.controls.harvest.last": "Uair an togail mu dheireadh:", - + // "collection.source.controls.harvest.message": "Harvest info:", "collection.source.controls.harvest.message": "Fiosrachadh togail:", - + // "collection.source.controls.harvest.no-information": "N/A", - "collection.source.controls.harvest.no-information": "N/A", + "collection.source.controls.harvest.no-information": "N/A", // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", "collection.source.update.notifications.error.content": "Chaidh an seatadh ud fheuchainn agus cha do dh'obraich e.", // "collection.source.update.notifications.error.title": "Server Error", - "collection.source.update.notifications.error.title": "Mearachd Frithealaiche", + "collection.source.update.notifications.error.title": "Mearachd Frithealaiche", // "communityList.breadcrumbs": "Community List", - "communityList.breadcrumbs": "Liosta Coimhearsnachd", + "communityList.breadcrumbs": "Liosta Coimhearsnachd", // "communityList.tabTitle": "Community List", - "communityList.tabTitle": "Liosta Coimhearsnachd", + "communityList.tabTitle": "Liosta Coimhearsnachd", // "communityList.title": "List of Communities", "communityList.title": "Liosta Choimhearsnachdan", @@ -1491,10 +1491,10 @@ "community.create.head": "Cruthaich Coimhearsnachd", // "community.create.notifications.success": "Successfully created the Community", - "community.create.notifications.success": "Chaidh a' Choimhearsnachd a chruthachadh", + "community.create.notifications.success": "Chaidh a' Choimhearsnachd a chruthachadh", // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", - "community.create.sub-head": "Cruthaich Fo-choimhearsnachd do Choimhearsnachd {{ parent }}", + "community.create.sub-head": "Cruthaich Fo-choimhearsnachd do Choimhearsnachd {{ parent }}", // "community.curate.header": "Curate Community: {{community}}", "community.curate.header": "Eagraich Coimhearsnachd: {{community}}", @@ -1503,35 +1503,35 @@ "community.delete.cancel": "Cansail", // "community.delete.confirm": "Confirm", - "community.delete.confirm": "Dearbh", + "community.delete.confirm": "Dearbh", // "community.delete.processing": "Deleting...", - "community.delete.processing": "A' dubhadh às...", + "community.delete.processing": "A' dubhadh às...", // "community.delete.head": "Delete Community", - "community.delete.head": "Dubh às Coimhearsnachd", + "community.delete.head": "Dubh às Coimhearsnachd", // "community.delete.notification.fail": "Community could not be deleted", - "community.delete.notification.fail": "Cha ghabhadh a' choimhearsnachd dubhadh às", + "community.delete.notification.fail": "Cha ghabhadh a' choimhearsnachd dubhadh às", // "community.delete.notification.success": "Successfully deleted community", - "community.delete.notification.success": "Chaidh a' choimhearsnachd a dhubhadh às", + "community.delete.notification.success": "Chaidh a' choimhearsnachd a dhubhadh às", // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", "community.delete.text": "A bheil thu cinnteach gu bheil thu airson coimhearsnachd \"{{ dso }}\" a dhubhadh às", // "community.edit.delete": "Delete this community", - "community.edit.delete": "Dubh às a' choimhearsnachd seo", + "community.edit.delete": "Dubh às a' choimhearsnachd seo", // "community.edit.head": "Edit Community", - "community.edit.head": "Deasaich Coimhearsnachd", + "community.edit.head": "Deasaich Coimhearsnachd", // "community.edit.breadcrumbs": "Edit Community", - "community.edit.breadcrumbs": "Deasaich Coimhearsnachd", + "community.edit.breadcrumbs": "Deasaich Coimhearsnachd", // "community.edit.logo.delete.title": "Delete logo", - "community.edit.logo.delete.title": "Dubh às suaicheantas", + "community.edit.logo.delete.title": "Dubh às suaicheantas", // "community.edit.logo.delete-undo.title": "Undo delete", "community.edit.logo.delete-undo.title": "Neo-dhèan an dubhadh às", @@ -1552,7 +1552,7 @@ "community.edit.logo.notifications.delete.success.content": "Chaidh suaicheantas na coimhearsnachd a dhubhadh às", // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", - "community.edit.logo.notifications.delete.error.title": "Mearachd a' dubhadh às suaicheantas", + "community.edit.logo.notifications.delete.error.title": "Mearachd a' dubhadh às suaicheantas", // "community.edit.logo.upload": "Drop a Community Logo to upload", "community.edit.logo.upload": "Leig às Suaicheantas Coimhearsnachd airson a luchdachadh suas", @@ -1563,7 +1563,7 @@ "community.edit.notifications.success": "Chaidh a' Choimhearsnachd a dheasachadh", // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - "community.edit.notifications.unauthorized": "Chan eil còir agad an t-atharrachadh seo a dhèanamh", + "community.edit.notifications.unauthorized": "Chan eil còir agad an t-atharrachadh seo a dhèanamh", // "community.edit.notifications.error": "An error occured while editing the Community", "community.edit.notifications.error": "Bha mearachd ann a' deasachadh na Coimhearsnachd", @@ -1574,16 +1574,16 @@ // "community.edit.tabs.curate.head": "Curate", - "community.edit.tabs.curate.head": "Eagraich", + "community.edit.tabs.curate.head": "Eagraich", // "community.edit.tabs.curate.title": "Community Edit - Curate", - "community.edit.tabs.curate.title": "Deasachadh Coimhearsnachd - Eagraich", + "community.edit.tabs.curate.title": "Deasachadh Coimhearsnachd - Eagraich", // "community.edit.tabs.metadata.head": "Edit Metadata", "community.edit.tabs.metadata.head": "Deasaich Metadata", // "community.edit.tabs.metadata.title": "Community Edit - Metadata", - "community.edit.tabs.metadata.title": "Deasachadh Coimhearsnachd - Metadata", + "community.edit.tabs.metadata.title": "Deasachadh Coimhearsnachd - Metadata", // "community.edit.tabs.roles.head": "Assign Roles", "community.edit.tabs.roles.head": "Sònraich Dreuchdan", @@ -1592,10 +1592,10 @@ "community.edit.tabs.roles.title": "Deasachadh Coimhearsnachd - Dreuchdan", // "community.edit.tabs.authorizations.head": "Authorizations", - "community.edit.tabs.authorizations.head": "Barantasan", + "community.edit.tabs.authorizations.head": "Barantasan", // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - "community.edit.tabs.authorizations.title": "Deasachadh Coimhearsnachd - Barantasan", + "community.edit.tabs.authorizations.title": "Deasachadh Coimhearsnachd - Barantasan", @@ -1605,41 +1605,41 @@ // "comcol-role.edit.no-group": "None", - "comcol-role.edit.no-group": "Chan eil gin", + "comcol-role.edit.no-group": "Chan eil gin", // "comcol-role.edit.create": "Create", - "comcol-role.edit.create": "Cruthaich", + "comcol-role.edit.create": "Cruthaich", // "comcol-role.edit.restrict": "Restrict", "comcol-role.edit.restrict": "Cuingealaich", // "comcol-role.edit.delete": "Delete", - "comcol-role.edit.delete": "Dubh às", + "comcol-role.edit.delete": "Dubh às", // "comcol-role.edit.community-admin.name": "Administrators", "comcol-role.edit.community-admin.name": "Rianairean", // "comcol-role.edit.collection-admin.name": "Administrators", - "comcol-role.edit.collection-admin.name": "Rianairean", + "comcol-role.edit.collection-admin.name": "Rianairean", // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.community-admin.description": "Is urrainn rianairean coimhearsnachd fo-choimhearsnachdan no cruinneachaidhean a chruthachadh, agus stiùireadh nam fo-choimhearsnachdan agus nan cruinneachaidhean sin a dhèanamh no a shònrachadh. Cuideachd, co-dhùinidh iad cò as urrainn nithean a chur a-steach gu fo-chruinneachaidhean, nì metadata a dheasachadh (an dèidh cur a-steach), agus nithean a chur-ris (a mhapadh) bho chruinneachaidhean eile (le cead).", // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - "comcol-role.edit.collection-admin.description": "Co-dhùinidh rianairean cruinneachaidh cò as urrainn nithean a chur a-steach dhan chruinneachadh, nì metadata a dheasachadh (an dèidh cur a-steach), agus nithean a chur-ris (a mhapadh) bho chruinneachaidhean eile (le cead a' chruinneachaidh sin).", + "comcol-role.edit.collection-admin.description": "Co-dhùinidh rianairean cruinneachaidh cò as urrainn nithean a chur a-steach dhan chruinneachadh, nì metadata a dheasachadh (an dèidh cur a-steach), agus nithean a chur-ris (a mhapadh) bho chruinneachaidhean eile (le cead a' chruinneachaidh sin).", // "comcol-role.edit.submitters.name": "Submitters", "comcol-role.edit.submitters.name": "Luchd-cur-a-steach", // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - "comcol-role.edit.submitters.description": "Tha cead aig E-Dhaoine agus Buidhnean nithean ùra a chur a-steach don chruinneachadh seo.", + "comcol-role.edit.submitters.description": "Tha cead aig E-Dhaoine agus Buidhnean nithean ùra a chur a-steach don chruinneachadh seo.", // "comcol-role.edit.item_read.name": "Default item read access", - "comcol-role.edit.item_read.name": "Cothrom gnàthach leughadh nì", + "comcol-role.edit.item_read.name": "Cothrom gnàthach leughadh nì", // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", // TODO New key - Add a translation @@ -1663,7 +1663,7 @@ // "comcol-role.edit.editor.name": "Editors", - "comcol-role.edit.editor.name": "Deasaichean", + "comcol-role.edit.editor.name": "Deasaichean", // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", // TODO New key - Add a translation @@ -1679,7 +1679,7 @@ // "comcol-role.edit.reviewer.name": "Reviewers", - "comcol-role.edit.reviewer.name": "Ath-sgrùdairean", + "comcol-role.edit.reviewer.name": "Ath-sgrùdairean", // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", // TODO New key - Add a translation @@ -1691,37 +1691,37 @@ "community.form.abstract": "Cunntas Goirid", // "community.form.description": "Introductory text (HTML)", - "community.form.description": "Teacsa tòiseachaidh (HTML)", + "community.form.description": "Teacsa tòiseachaidh (HTML)", // "community.form.errors.title.required": "Please enter a community name", - "community.form.errors.title.required": "Cuir a-steach ainm coimhearsnachd", + "community.form.errors.title.required": "Cuir a-steach ainm coimhearsnachd", // "community.form.rights": "Copyright text (HTML)", "community.form.rights": "Teacsa dlighe-sgrìobhaidh (HTML)", // "community.form.tableofcontents": "News (HTML)", - "community.form.tableofcontents": "Naidheachdan (HTML)", + "community.form.tableofcontents": "Naidheachdan (HTML)", // "community.form.title": "Name", - "community.form.title": "Ainm", + "community.form.title": "Ainm", // "community.page.edit": "Edit this community", - "community.page.edit": "Deasaich a' choimhearsnachd seo", + "community.page.edit": "Deasaich a' choimhearsnachd seo", // "community.page.handle": "Permanent URI for this community", "community.page.handle": "URI maireannach don choimhearsnachd seo", // "community.page.license": "License", - "community.page.license": "Cead", + "community.page.license": "Cead", // "community.page.news": "News", - "community.page.news": "Naidheachdan", + "community.page.news": "Naidheachdan", // "community.all-lists.head": "Subcommunities and Collections", - "community.all-lists.head": "Fo-choimhearsnachdan agus Cruinneachaidhean", + "community.all-lists.head": "Fo-choimhearsnachdan agus Cruinneachaidhean", // "community.sub-collection-list.head": "Collections of this Community", - "community.sub-collection-list.head": "Cruinneachaidhean na Coimhearsnachd seo", + "community.sub-collection-list.head": "Cruinneachaidhean na Coimhearsnachd seo", // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "Coimhearsnachdan na Coimhearsnachd seo", @@ -1738,10 +1738,10 @@ "cookies.consent.app.opt-out.description": "Tha an app seo air a luchdachadh gu gnàthach (ach chan fheum thu aontachadh ris)", // "cookies.consent.app.opt-out.title": "(opt-out)", - "cookies.consent.app.opt-out.title": "(gun aontachadh ris)", + "cookies.consent.app.opt-out.title": "(gun aontachadh ris)", // "cookies.consent.app.purpose": "purpose", - "cookies.consent.app.purpose": "adhbhar", + "cookies.consent.app.purpose": "adhbhar", // "cookies.consent.app.required.description": "This application is always required", "cookies.consent.app.required.description": "Tha am prògram seo riatanach an-còmhnaidh", @@ -1750,7 +1750,7 @@ "cookies.consent.app.required.title": "(riatanach an-còmhnaidh)", // "cookies.consent.update": "There were changes since your last visit, please update your consent.", - "cookies.consent.update": "Tha atharraichean ann bho thadhail thu mu dheireadh; ùraich do chead.", + "cookies.consent.update": "Tha atharraichean ann bho thadhail thu mu dheireadh; ùraich do chead.", // "cookies.consent.close": "Close", "cookies.consent.close": "Dùin", @@ -1762,13 +1762,13 @@ "cookies.consent.content-notice.description": "Bidh sinn a' cruinneachadh agus a' cleachdadh fiosrachadh pearsanta airson nan adhbharan seo: Dearbhadh, Roghainnean, Buidheachas agus Staitistigs.
Airson tuilleadh fiosrachaidh, leugh am {Poileasaidhprìobhaideachd}.", // "cookies.consent.content-notice.learnMore": "Customize", - "cookies.consent.content-notice.learnMore": "Customaich", + "cookies.consent.content-notice.learnMore": "Customaich", // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", "cookies.consent.content-modal.description": "An seo is urrainn dhut am fiosrachadh a chruinnicheas sinn ort fhaicinn agus a chustomachadh.", // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - "cookies.consent.content-modal.privacy-policy.name": "poileasaidh prìobhaideachd", + "cookies.consent.content-modal.privacy-policy.name": "poileasaidh prìobhaideachd", // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", "cookies.consent.content-modal.privacy-policy.text": "Gus tuilleadh fhaighinn a-mach, leugh am {privacyPolicy}.", @@ -1782,14 +1782,14 @@ "cookies.consent.app.title.authentication": "Dearbhadh", // "cookies.consent.app.description.authentication": "Required for signing you in", - "cookies.consent.app.description.authentication": "Riatanach airson do logadh a-steach", + "cookies.consent.app.description.authentication": "Riatanach airson do logadh a-steach", // "cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Roghainnean", // "cookies.consent.app.description.preferences": "Required for saving your preferences", - "cookies.consent.app.description.preferences": "Riatanach airson do roghainnean a shàbhaladh", + "cookies.consent.app.description.preferences": "Riatanach airson do roghainnean a shàbhaladh", @@ -1813,14 +1813,14 @@ "cookies.consent.purpose.functional": "Fuincseanach", // "cookies.consent.purpose.statistical": "Statistical", - "cookies.consent.purpose.statistical": "Staitistigeil", + "cookies.consent.purpose.statistical": "Staitistigeil", // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Dearbh Ceangalan ann am Metadata", + "curation-task.task.checklinks.label": "Dearbh Ceangalan ann am Metadata", // "curation-task.task.noop.label": "NOOP", - "curation-task.task.noop.label": "NOOP", + "curation-task.task.noop.label": "NOOP", // "curation-task.task.profileformats.label": "Profile Bitstream Formats", "curation-task.task.profileformats.label": "Profaidhl Fhòrmatan Bitstream", @@ -1833,25 +1833,25 @@ "curation-task.task.translate.label": "Eadar-theangair Microsoft ", // "curation-task.task.vscan.label": "Virus Scan", - "curation-task.task.vscan.label": "Sgan air Bhìorasan", + "curation-task.task.vscan.label": "Sgan air Bhìorasan", // "curation.form.task-select.label": "Task:", - "curation.form.task-select.label": "Obair:", + "curation.form.task-select.label": "Obair:", // "curation.form.submit": "Start", "curation.form.submit": "Tòisich", // "curation.form.submit.success.head": "The curation task has been started successfully", - "curation.form.submit.success.head": "Thòisich an obair eagrachaidh", + "curation.form.submit.success.head": "Thòisich an obair eagrachaidh", // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", // TODO New key - Add a translation "curation.form.submit.success.content": "Thèid d' ath-stiùireadh chun na duilleig pròiseas cho-fhreagraich.", // "curation.form.submit.error.head": "Running the curation task failed", - "curation.form.submit.error.head": "Cha do dh'obraich an obair eagrachaidh", + "curation.form.submit.error.head": "Cha do dh'obraich an obair eagrachaidh", // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", "curation.form.submit.error.content": "Bha mearachd ann a' tòiseachadh an obair eagrachaidh.", @@ -1925,16 +1925,16 @@ "dso-selector.edit.item.head": "Deasaich nì", // "dso-selector.error.title": "An error occurred searching for a {{ type }}", - "dso-selector.error.title": "Bha mearachd ann a' rannsachadh airson {{ type }}", + "dso-selector.error.title": "Bha mearachd ann a' rannsachadh airson {{ type }}", // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - "dso-selector.export-metadata.dspaceobject.head": "Mach-ghluais metadata bho", + "dso-selector.export-metadata.dspaceobject.head": "Mach-ghluais metadata bho", // "dso-selector.no-results": "No {{ type }} found", "dso-selector.no-results": "Cha deach {{ type }} a lorg", // "dso-selector.placeholder": "Search for a {{ type }}", - "dso-selector.placeholder": "Rannsaich airson {{ type }}", + "dso-selector.placeholder": "Rannsaich airson {{ type }}", // "dso-selector.select.collection.head": "Select a collection", "dso-selector.select.collection.head": "Tagh cruinneachadh", @@ -1951,7 +1951,7 @@ // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - "confirmation-modal.export-metadata.header": "Mach-ghluais metadata airson {{ dsoName }}", + "confirmation-modal.export-metadata.header": "Mach-ghluais metadata airson {{ dsoName }}", // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.info": "A bheil thu cinnteach gu bheil thu airson metadata airson {{ dsoName }} a mach-ghluasad", @@ -1991,22 +1991,22 @@ "error.community": "Mearachd a' faighinn coimhearsnachd", // "error.identifier": "No item found for the identifier", - "error.identifier": "Cha deach nì a lorg don aithnichear", + "error.identifier": "Cha deach nì a lorg don aithnichear", // "error.default": "Error", - "error.default": "Mearachd", + "error.default": "Mearachd", // "error.item": "Error fetching item", - "error.item": "Mearachd a' faighinn nì", + "error.item": "Mearachd a' faighinn nì", // "error.items": "Error fetching items", "error.items": "Mearachd a' faighinn nithean", // "error.objects": "Error fetching objects", - "error.objects": "Mearachd a' faighinn oibseactan", + "error.objects": "Mearachd a' faighinn oibseactan", // "error.recent-submissions": "Error fetching recent submissions", - "error.recent-submissions": "Mearachd a' faighinn chur-a-steachan ùra", + "error.recent-submissions": "Mearachd a' faighinn chur-a-steachan ùra", // "error.search-results": "Error fetching search results", "error.search-results": "Mearachd a' faighinn toraidhean rannsachaidh", @@ -2014,22 +2014,22 @@ // "error.invalid-search-query": "Search query is not valid. Please check Solr query syntax best practices for further information about this error.", // TODO New key - Add a translation "error.invalid-search-query": "Chan eil a' cheist rannsachaidh brìgheil. Thoir sùil air Solr query syntax sàr chleachdadh airson tuilleadh fiosrachaidh air a' mhearachd seo.", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "Mearachd a' faighinn fo-chruinneachaidhean", // "error.sub-communities": "Error fetching sub-communities", - "error.sub-communities": "Mearachd a' faighinn fo-choimhearsnachdan", + "error.sub-communities": "Mearachd a' faighinn fo-choimhearsnachdan", // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", // TODO New key - Add a translation - "error.submission.sections.init-form-error": "Bha mearachd ann a' tòiseachadh na h-earrainn; thoir sùil air rèiteachadh an fhoirm steach-chuir. Tha mion-fhiosrachadh fo :

", + "error.submission.sections.init-form-error": "Bha mearachd ann a' tòiseachadh na h-earrainn; thoir sùil air rèiteachadh an fhoirm steach-chuir. Tha mion-fhiosrachadh fo :

", // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Mearachd a' faighinn choimhearsnachdan sàr-ìre", // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", - "error.validation.license.notgranted": "Feumaidh tu an cead seo a thoirt gus crìoch a chur air a' chur-a-steach. Mura h-urrainn dhut cead a thoirt an-dràsta is urrainn dhut an obair a shàbhaladh agus tilleadh aig àm eile no an cur-a-steach a thoirt air falbh.", + "error.validation.license.notgranted": "Feumaidh tu an cead seo a thoirt gus crìoch a chur air a' chur-a-steach. Mura h-urrainn dhut cead a thoirt an-dràsta is urrainn dhut an obair a shàbhaladh agus tilleadh aig àm eile no an cur-a-steach a thoirt air falbh.", // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", // TODO New key - Add a translation @@ -2060,24 +2060,24 @@ "footer.copyright": "dlighe-sgrìobhaidh © 2002-{{ year }}", // "footer.link.dspace": "DSpace software", - "footer.link.dspace": "Bathar-bog DSpace", + "footer.link.dspace": "Bathar-bog DSpace", // "footer.link.lyrasis": "LYRASIS", - "footer.link.lyrasis": "LYRASIS", + "footer.link.lyrasis": "LYRASIS", // "footer.link.cookies": "Cookie settings", - "footer.link.cookies": "Seatadh chriomagan", + "footer.link.cookies": "Seatadh chriomagan", // "footer.link.privacy-policy": "Privacy policy", - "footer.link.privacy-policy": "Poileasaidh prìobhaideachd", + "footer.link.privacy-policy": "Poileasaidh prìobhaideachd", // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Aonta Neach-cleachdaidh Deireannach", + "footer.link.end-user-agreement": "Aonta Neach-cleachdaidh Deireannach", // "forgot-email.form.header": "Forgot Password", - "forgot-email.form.header": "Dìochuimhne air Facal-faire", + "forgot-email.form.header": "Dìochuimhne air Facal-faire", // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation @@ -2105,7 +2105,7 @@ "forgot-email.form.success.content": "Chaidh post-d a chur gu {{ email }} sa bheil URL sònraichte agus tuilleadh stiùiridh.", // "forgot-email.form.error.head": "Error when trying to register email", - "forgot-email.form.error.head": "Mearachd ann a' clàradh post-d", + "forgot-email.form.error.head": "Mearachd ann a' clàradh post-d", // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", "forgot-email.form.error.content": "Bha mearachd ann a' clàradh seòladh a' phuist-d a leanas: {{ email }}", @@ -2116,16 +2116,16 @@ "forgot-password.title": "Dìochuimhne air Facal-faire", // "forgot-password.form.head": "Forgot Password", - "forgot-password.form.head": "Dìochuimhne air Facal-faire", + "forgot-password.form.head": "Dìochuimhne air Facal-faire", // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - "forgot-password.form.info": "Cuir facal-faire ùr sa bhogsa gu h-ìosal, agus dearbh e le bhith ga thaidhpeadh a-rithist san dàrna bogsa. Bu chòir co-dhiù sia caractaran a bhith ann.", + "forgot-password.form.info": "Cuir facal-faire ùr sa bhogsa gu h-ìosal, agus dearbh e le bhith ga thaidhpeadh a-rithist san dàrna bogsa. Bu chòir co-dhiù sia caractaran a bhith ann.", // "forgot-password.form.card.security": "Security", "forgot-password.form.card.security": "Tèarainteachd", // "forgot-password.form.identification.header": "Identify", - "forgot-password.form.identification.header": "Aithnich", + "forgot-password.form.identification.header": "Aithnich", // "forgot-password.form.identification.email": "Email address: ", "forgot-password.form.identification.email": "Seòladh post-d: ", @@ -2141,7 +2141,7 @@ "forgot-password.form.error.empty-password": "Cuir facal-faire sa bhogsa gu h-ìosal.", // "forgot-password.form.error.matching-passwords": "The passwords do not match.", - "forgot-password.form.error.matching-passwords": "Chan eil na faclan-faire a' maidseadh.", + "forgot-password.form.error.matching-passwords": "Chan eil na faclan-faire a' maidseadh.", // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", "forgot-password.form.error.password-length": "Bu chòir co-dhiù 6 caractaran a bhith san fhacal-faire.", @@ -2153,7 +2153,7 @@ "forgot-password.form.notification.success.content": "Chaidh am facal-faire ath-sheatadh. Chaidh do logadh a-steach mar an neach-cleachdaidh cruthaichte.", // "forgot-password.form.notification.success.title": "Password reset completed", - "forgot-password.form.notification.success.title": "Facal-faire air ath-sheatadh", + "forgot-password.form.notification.success.title": "Facal-faire air ath-sheatadh", // "forgot-password.form.submit": "Submit password", "forgot-password.form.submit": "Cuir a-steach facal-faire", @@ -2170,7 +2170,7 @@ "form.cancel": "Cansail", // "form.clear": "Clear", - "form.clear": "Glan", + "form.clear": "Glan", // "form.clear-help": "Click here to remove the selected value", "form.clear-help": "Cliog an seo agus thoir an luach taghte air falbh", @@ -2188,7 +2188,7 @@ "form.edit-help": "Cliog an seo agus deasaich an luach taghte", // "form.first-name": "First name", - "form.first-name": "Ciad ainm", + "form.first-name": "Ciad ainm", // "form.group-collapse": "Collapse", "form.group-collapse": "Leag", @@ -2200,28 +2200,28 @@ "form.group-expand": "Leudaich", // "form.group-expand-help": "Click here to expand and add more elements", - "form.group-expand-help": "Cliog an seo gus leudachadh agus gus tuilleadh eileamaidean a chur-ris", + "form.group-expand-help": "Cliog an seo gus leudachadh agus gus tuilleadh eileamaidean a chur-ris", // "form.last-name": "Last name", "form.last-name": "Sloinneadh", // "form.loading": "Loading...", - "form.loading": "A' luchdachadh...", + "form.loading": "A' luchdachadh...", // "form.lookup": "Lookup", "form.lookup": "Lorg", // "form.lookup-help": "Click here to look up an existing relation", - "form.lookup-help": "Cliog an seo agus lorg dàimh a th' ann mu thràth", + "form.lookup-help": "Cliog an seo agus lorg dàimh a th' ann mu thràth", // "form.no-results": "No results found", - "form.no-results": "Cha deach toraidhean a lorg", + "form.no-results": "Cha deach toraidhean a lorg", // "form.no-value": "No value entered", "form.no-value": "Cha deach luach a chur a-steach", // "form.other-information": {}, - "form.other-information": {}, + "form.other-information": {}, // "form.remove": "Remove", "form.remove": "Thoir às", @@ -2230,10 +2230,10 @@ "form.save": "Sàbhail", // "form.save-help": "Save changes", - "form.save-help": "Sàbhail atharraichean", + "form.save-help": "Sàbhail atharraichean", // "form.search": "Search", - "form.search": "Rannsaich", + "form.search": "Rannsaich", // "form.search-help": "Click here to look for an existing correspondence", "form.search-help": "Cliog an seo agus lorg co-fhreagartas a th' ann mu thràth", @@ -2242,7 +2242,7 @@ "form.submit": "Sàbhail", // "form.repeatable.sort.tip": "Drop the item in the new position", - "form.repeatable.sort.tip": "Leig às an nì san àite ùr", + "form.repeatable.sort.tip": "Leig às an nì san àite ùr", @@ -2253,10 +2253,10 @@ "grant-deny-request-copy.email.back": "Air ais", // "grant-deny-request-copy.email.message": "Message", - "grant-deny-request-copy.email.message": "Brath", + "grant-deny-request-copy.email.message": "Brath", // "grant-deny-request-copy.email.message.empty": "Please enter a message", - "grant-deny-request-copy.email.message.empty": "Cuir ann brath", + "grant-deny-request-copy.email.message.empty": "Cuir ann brath", // "grant-deny-request-copy.email.permissions.info": "You may use this occasion to reconsider the access restrictions on the document, to avoid having to respond to these requests. If you’d like to ask the repository administrators to remove these restrictions, please check the box below.", // TODO New key - Add a translation @@ -2278,13 +2278,13 @@ "grant-deny-request-copy.grant": "Cuir copaidh", // "grant-deny-request-copy.header": "Document copy request", - "grant-deny-request-copy.header": "Iarrtas airson copaidh de sgrìobhainn", + "grant-deny-request-copy.header": "Iarrtas airson copaidh de sgrìobhainn", // "grant-deny-request-copy.home-page": "Take me to the home page", "grant-deny-request-copy.home-page": "Thoir mi chun na duilleig-dachaigh", // "grant-deny-request-copy.intro1": "If you are one of the authors of the document {{ name }}, then please use one of the options below to respond to the user's request.", - "grant-deny-request-copy.intro1": "Mas tu aon de ùghdaran sgrìobhainn {{ name }}, cleachd aon de na roghainnean gu h-ìosal agus freagair iarrtas an neach-cleachdaidh.", + "grant-deny-request-copy.intro1": "Mas tu aon de ùghdaran sgrìobhainn {{ name }}, cleachd aon de na roghainnean gu h-ìosal agus freagair iarrtas an neach-cleachdaidh.", // "grant-deny-request-copy.intro2": "After choosing an option, you will be presented with a suggested email reply which you may edit.", "grant-deny-request-copy.intro2": "An dèidh dhut roghainn a thaghadh, chì thu sampall freagairt post-d as urrainn dhut a dheasachadh.", @@ -2305,13 +2305,13 @@ "grant-request-copy.error": "Bha mearachd ann", // "grant-request-copy.header": "Grant document copy request", - "grant-request-copy.header": "Ceadaich copaidh de sgrìobhainn", + "grant-request-copy.header": "Ceadaich copaidh de sgrìobhainn", // "grant-request-copy.intro": "This message will be sent to the applicant of the request. The requested document(s) will be attached.", "grant-request-copy.intro": "Thèid am brath seo chun an neach a rinn an t-iarrtas. Bidh sgrìobhainn(ean) a chaidh iarraidh na chois.", // "grant-request-copy.success": "Successfully granted item request", - "grant-request-copy.success": "Chaidh an t-iarrtas airson nì a cheadachadh", + "grant-request-copy.success": "Chaidh an t-iarrtas airson nì a cheadachadh", @@ -2319,19 +2319,19 @@ "home.description": "", // "home.breadcrumbs": "Home", - "home.breadcrumbs": "Dachaigh", + "home.breadcrumbs": "Dachaigh", // "home.search-form.placeholder": "Search the repository ...", - "home.search-form.placeholder": "Rannsaich an t-ionad-tasgaidh ...", + "home.search-form.placeholder": "Rannsaich an t-ionad-tasgaidh ...", // "home.title": "Home", - "home.title": "Dachaigh", + "home.title": "Dachaigh", // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "Coimhearsnachdan ann an DSpace", // "home.top-level-communities.help": "Select a community to browse its collections.", - "home.top-level-communities.help": "Tagh coimhearsnachd agus brobhs na cruinneachaidhean.", + "home.top-level-communities.help": "Tagh coimhearsnachd agus brobhs na cruinneachaidhean.", @@ -2354,16 +2354,16 @@ "info.end-user-agreement.buttons.save": "Sàbhail", // "info.end-user-agreement.head": "End User Agreement", - "info.end-user-agreement.head": "Aonta Neach-cleachdaidh Deireannach", + "info.end-user-agreement.head": "Aonta Neach-cleachdaidh Deireannach", // "info.end-user-agreement.title": "End User Agreement", "info.end-user-agreement.title": "Aonta Neach-cleachdaidh Deireannach", // "info.privacy.breadcrumbs": "Privacy Statement", - "info.privacy.breadcrumbs": "Aithris Prìobhaideachd", + "info.privacy.breadcrumbs": "Aithris Prìobhaideachd", // "info.privacy.head": "Privacy Statement", - "info.privacy.head": "Aithris Prìobhaideachd", + "info.privacy.head": "Aithris Prìobhaideachd", // "info.privacy.title": "Privacy Statement", "info.privacy.title": "Aithris Prìobhaideachd", @@ -2382,12 +2382,12 @@ "item.edit.authorizations.heading": "Leis an deasaichear seo is urrainn dhut poileasaidhean nì fhaicinn agus atharrachadh, agus poileasaidhean pàirtean fa leth de nithean atharrachadh: trusganan agus bitstreaman. Gu sìmplidh, 's e cointèanar airson thrusganan a th' ann an nì, agus 's e cointèanar airson bhitstreaman a th' ann an trusganan. Bidh poileasaidh CUIR-RIS/THOIR ÀS/LEUGH/SGRÌOBH aig cointèanaran, ach poileasaidhean LEUGH/SGRÌOBH a-mhàin aig bitstreaman.", // "item.edit.authorizations.title": "Edit item's Policies", - "item.edit.authorizations.title": "Deasaich Poileasaidhean nì", + "item.edit.authorizations.title": "Deasaich Poileasaidhean nì", // "item.badge.private": "Private", - "item.badge.private": "Prìobhaideach", + "item.badge.private": "Prìobhaideach", // "item.badge.withdrawn": "Withdrawn", "item.badge.withdrawn": "Air a thoirt air falbh", @@ -2395,42 +2395,42 @@ // "item.bitstreams.upload.bundle": "Bundle", - "item.bitstreams.upload.bundle": "Trusgan", + "item.bitstreams.upload.bundle": "Trusgan", // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", - "item.bitstreams.upload.bundle.placeholder": "Tagh trusgan", + "item.bitstreams.upload.bundle.placeholder": "Tagh trusgan", // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Cruthaich trusgan", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Chan eil trusganan san nì seo dhan gabh bitstream a luchdachadh suas.", // "item.bitstreams.upload.cancel": "Cancel", - "item.bitstreams.upload.cancel": "Cansail", + "item.bitstreams.upload.cancel": "Cansail", // "item.bitstreams.upload.drop-message": "Drop a file to upload", - "item.bitstreams.upload.drop-message": "Leig às faidhle airson luchdachadh suas", + "item.bitstreams.upload.drop-message": "Leig às faidhle airson luchdachadh suas", // "item.bitstreams.upload.item": "Item: ", "item.bitstreams.upload.item": "Nì: ", // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", - "item.bitstreams.upload.notifications.bundle.created.content": "Chaidh trusgan ùr a chruthachadh.", + "item.bitstreams.upload.notifications.bundle.created.content": "Chaidh trusgan ùr a chruthachadh.", // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", - "item.bitstreams.upload.notifications.bundle.created.title": "Chruthaicheadh trusgan", + "item.bitstreams.upload.notifications.bundle.created.title": "Chruthaicheadh trusgan", // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", - "item.bitstreams.upload.notifications.upload.failed": "Cha do dh'obraich an luchdachadh suas. Dearbh an t-susbaint mus feuch thu a-rithist.", + "item.bitstreams.upload.notifications.upload.failed": "Cha do dh'obraich an luchdachadh suas. Dearbh an t-susbaint mus feuch thu a-rithist.", // "item.bitstreams.upload.title": "Upload bitstream", - "item.bitstreams.upload.title": "Luchdaich suas bitstream", + "item.bitstreams.upload.title": "Luchdaich suas bitstream", // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", - "item.edit.bitstreams.bundle.edit.buttons.upload": "Luchdaich suas", + "item.edit.bitstreams.bundle.edit.buttons.upload": "Luchdaich suas", // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", "item.edit.bitstreams.bundle.displaying": "A' taisbeanadh an-dràsta {{ amount }} bitstreaman à {{ total }}.", @@ -2439,16 +2439,16 @@ "item.edit.bitstreams.bundle.load.all": "Luchdaich ({{ total }}) gu lèir", // "item.edit.bitstreams.bundle.load.more": "Load more", - "item.edit.bitstreams.bundle.load.more": "Luchdaich tuilleadh", + "item.edit.bitstreams.bundle.load.more": "Luchdaich tuilleadh", // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - "item.edit.bitstreams.bundle.name": "TRUSGAN: {{ name }}", + "item.edit.bitstreams.bundle.name": "TRUSGAN: {{ name }}", // "item.edit.bitstreams.discard-button": "Discard", - "item.edit.bitstreams.discard-button": "Cuir às", + "item.edit.bitstreams.discard-button": "Cuir às", // "item.edit.bitstreams.edit.buttons.download": "Download", - "item.edit.bitstreams.edit.buttons.download": "Luchdaich a-nuas", + "item.edit.bitstreams.edit.buttons.download": "Luchdaich a-nuas", // "item.edit.bitstreams.edit.buttons.drag": "Drag", "item.edit.bitstreams.edit.buttons.drag": "Slaod", @@ -2457,16 +2457,16 @@ "item.edit.bitstreams.edit.buttons.edit": "Deasaich", // "item.edit.bitstreams.edit.buttons.remove": "Remove", - "item.edit.bitstreams.edit.buttons.remove": "Thoir às", + "item.edit.bitstreams.edit.buttons.remove": "Thoir às", // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", - "item.edit.bitstreams.edit.buttons.undo": "Neo-dhèan atharraichean", + "item.edit.bitstreams.edit.buttons.undo": "Neo-dhèan atharraichean", // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", "item.edit.bitstreams.empty": "Chan eil bitstreaman san nì seo. Cliog am putan luchdaich suas agus cruthaich fear.", // "item.edit.bitstreams.headers.actions": "Actions", - "item.edit.bitstreams.headers.actions": "Gnìomhan", + "item.edit.bitstreams.headers.actions": "Gnìomhan", // "item.edit.bitstreams.headers.bundle": "Bundle", "item.edit.bitstreams.headers.bundle": "Trusgan", @@ -2475,7 +2475,7 @@ "item.edit.bitstreams.headers.description": "Cunntas", // "item.edit.bitstreams.headers.format": "Format", - "item.edit.bitstreams.headers.format": "Fòrmat", + "item.edit.bitstreams.headers.format": "Fòrmat", // "item.edit.bitstreams.headers.name": "Name", "item.edit.bitstreams.headers.name": "Ainm", @@ -2487,7 +2487,7 @@ "item.edit.bitstreams.notifications.discarded.title": "Chuireadh às do na h-atharraichean", // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", - "item.edit.bitstreams.notifications.move.failed.title": "Mearachd a' gluasad bhitstreaman", + "item.edit.bitstreams.notifications.move.failed.title": "Mearachd a' gluasad bhitstreaman", // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", // TODO New key - Add a translation @@ -2529,16 +2529,16 @@ "item.edit.delete.cancel": "Cansail", // "item.edit.delete.confirm": "Delete", - "item.edit.delete.confirm": "Dubh às", + "item.edit.delete.confirm": "Dubh às", // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", "item.edit.delete.description": "A bheil thu cinnteach gum bu chòir an nì seo a dhubhadh às buileach? An aire!: An-dràsta, cha bhiodh leac-uaighe air fhàgail.", // "item.edit.delete.error": "An error occurred while deleting the item", - "item.edit.delete.error": "Bha mearachd ann a' dubhadh às an nì seo", + "item.edit.delete.error": "Bha mearachd ann a' dubhadh às an nì seo", // "item.edit.delete.header": "Delete item: {{ id }}", - "item.edit.delete.header": "Dubh às nì: {{ id }}", + "item.edit.delete.header": "Dubh às nì: {{ id }}", // "item.edit.delete.success": "The item has been deleted", "item.edit.delete.success": "Chaidh a nì a dhubhadh às", @@ -2558,29 +2558,29 @@ "item.edit.tabs.mapper.head": "Mapair Cruinneachaidh", // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - "item.edit.tabs.item-mapper.title": "Deasachadh Nì - Mapair Cruinneachaidh", + "item.edit.tabs.item-mapper.title": "Deasachadh Nì - Mapair Cruinneachaidh", // "item.edit.item-mapper.buttons.add": "Map item to selected collections", - "item.edit.item-mapper.buttons.add": "Map an nì gu cruinneachaidhean taghte", + "item.edit.item-mapper.buttons.add": "Map an nì gu cruinneachaidhean taghte", // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", "item.edit.item-mapper.buttons.remove": "Thoir às mapadh nì do chruinneachaidhean taghte", // "item.edit.item-mapper.cancel": "Cancel", - "item.edit.item-mapper.cancel": "Cansail", + "item.edit.item-mapper.cancel": "Cansail", // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", // TODO New key - Add a translation "item.edit.item-mapper.description": "Seo am mapair nithean, an t-inneal a leigeas le rianairean an nì seo a mhapadh gu cruinneachaidhean eile. Is urrainn dhut rannsachadh airson chruinneachaidhean agus am mapadh, no an liosta de chruinneachaidhean dha bheil an nì air a mhapadh an-dràsta a bhrobhsadh.", // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", - "item.edit.item-mapper.head": "Item Mapper - Map Nì gu Cruinneachaidhean", + "item.edit.item-mapper.head": "Item Mapper - Map Nì gu Cruinneachaidhean", // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "Nì: \"{{name}}\"", // "item.edit.item-mapper.no-search": "Please enter a query to search", - "item.edit.item-mapper.no-search": "Cuir a-steach ceist ri rannsachadh", + "item.edit.item-mapper.no-search": "Cuir a-steach ceist ri rannsachadh", // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.error.content": "Bha mearachdan ann a' mapadh an nì gu {{amount}} cruinneachaidhean.", @@ -2592,7 +2592,7 @@ "item.edit.item-mapper.notifications.add.success.content": "Chaidh an nì a mhapadh gu {{amount}} cruinneachaidhean.", // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", - "item.edit.item-mapper.notifications.add.success.head": "Mapadh dèante", + "item.edit.item-mapper.notifications.add.success.head": "Mapadh dèante", // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "Bha mearachdan ann a' toirt às a' mhapaidh gu {{amount}} cruinneachaidhean.", @@ -2618,19 +2618,19 @@ // "item.edit.metadata.add-button": "Add", - "item.edit.metadata.add-button": "Cuir-ris", + "item.edit.metadata.add-button": "Cuir-ris", // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "Cuir às", // "item.edit.metadata.edit.buttons.edit": "Edit", - "item.edit.metadata.edit.buttons.edit": "Deasaich", + "item.edit.metadata.edit.buttons.edit": "Deasaich", // "item.edit.metadata.edit.buttons.remove": "Remove", "item.edit.metadata.edit.buttons.remove": "Thoir às", // "item.edit.metadata.edit.buttons.undo": "Undo changes", - "item.edit.metadata.edit.buttons.undo": "Neo-dhèan atharraichean", + "item.edit.metadata.edit.buttons.undo": "Neo-dhèan atharraichean", // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "Sguir a dheasachadh", @@ -2642,10 +2642,10 @@ "item.edit.metadata.headers.edit": "Deasaich", // "item.edit.metadata.headers.field": "Field", - "item.edit.metadata.headers.field": "Raon", + "item.edit.metadata.headers.field": "Raon", // "item.edit.metadata.headers.language": "Lang", - "item.edit.metadata.headers.language": "Cànan", + "item.edit.metadata.headers.language": "Cànan", // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "Luach", @@ -2654,10 +2654,10 @@ "item.edit.metadata.metadatafield.invalid": "Tagh raon metadata brìgheil", // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - "item.edit.metadata.notifications.discarded.content": "Chaidh cur às do na h-atharraichean. Gus na h-atharraichean a chur air ais ann, cliog am putan 'Neo-dhèan'", + "item.edit.metadata.notifications.discarded.content": "Chaidh cur às do na h-atharraichean. Gus na h-atharraichean a chur air ais ann, cliog am putan 'Neo-dhèan'", // "item.edit.metadata.notifications.discarded.title": "Changed discarded", - "item.edit.metadata.notifications.discarded.title": "Chuireadh às do na h-atharraichean", + "item.edit.metadata.notifications.discarded.title": "Chuireadh às do na h-atharraichean", // "item.edit.metadata.notifications.error.title": "An error occurred", "item.edit.metadata.notifications.error.title": "Bha mearachd ann", @@ -2672,10 +2672,10 @@ "item.edit.metadata.notifications.outdated.content": "Chaidh an nì air a bheil thu ag obair atharrachadh le neach-cleachdaidh eile. Chaidh cur às do na h-atharraichean agad gus còmhstri a sheachnadh", // "item.edit.metadata.notifications.outdated.title": "Changed outdated", - "item.edit.metadata.notifications.outdated.title": "Atharraichean bho fheum", + "item.edit.metadata.notifications.outdated.title": "Atharraichean bho fheum", // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", - "item.edit.metadata.notifications.saved.content": "Chaidh na h-atharraichean air metadata an nì seo a shàbhaladh.", + "item.edit.metadata.notifications.saved.content": "Chaidh na h-atharraichean air metadata an nì seo a shàbhaladh.", // "item.edit.metadata.notifications.saved.title": "Metadata saved", "item.edit.metadata.notifications.saved.title": "Shàbhaileadh metadata", @@ -2684,7 +2684,7 @@ "item.edit.metadata.reinstate-button": "Neo-dhèan", // "item.edit.metadata.save-button": "Save", - "item.edit.metadata.save-button": "Sàbhail", + "item.edit.metadata.save-button": "Sàbhail", @@ -2692,10 +2692,10 @@ "item.edit.modify.overview.field": "Raon", // "item.edit.modify.overview.language": "Language", - "item.edit.modify.overview.language": "Cànan", + "item.edit.modify.overview.language": "Cànan", // "item.edit.modify.overview.value": "Value", - "item.edit.modify.overview.value": "Luach", + "item.edit.modify.overview.value": "Luach", @@ -2703,10 +2703,10 @@ "item.edit.move.cancel": "Air ais", // "item.edit.move.save-button": "Save", - "item.edit.move.save-button": "Sàbhail", + "item.edit.move.save-button": "Sàbhail", // "item.edit.move.discard-button": "Discard", - "item.edit.move.discard-button": "Cuir às", + "item.edit.move.discard-button": "Cuir às", // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", "item.edit.move.description": "Tagh an cruinneachadh dha bheil thu airson an nì seo a ghluasad. Gus an liosta de chruinneachaidhean taisbeinte a ghiorrachadh, is urrainn dhut ceist rannsachaidh a chur dhan bhogsa.", @@ -2715,7 +2715,7 @@ "item.edit.move.error": "Bha mearachd ann a' feuchainn ris an nì a ghluasad", // "item.edit.move.head": "Move item: {{id}}", - "item.edit.move.head": "Gluais nì: {{id}}", + "item.edit.move.head": "Gluais nì: {{id}}", // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", "item.edit.move.inheritpolicies.checkbox": "Sealbhaich poileasaidhean", @@ -2724,7 +2724,7 @@ "item.edit.move.inheritpolicies.description": "Sealbhaich poileasaidhean gnàthach cruinneachadh a' chinn-uidhe", // "item.edit.move.move": "Move", - "item.edit.move.move": "Gluais", + "item.edit.move.move": "Gluais", // "item.edit.move.processing": "Moving...", "item.edit.move.processing": "A' gluasad...", @@ -2736,7 +2736,7 @@ "item.edit.move.success": "Chaidh an nì a ghluasad", // "item.edit.move.title": "Move item", - "item.edit.move.title": "Gluais nì", + "item.edit.move.title": "Gluais nì", @@ -2744,7 +2744,7 @@ "item.edit.private.cancel": "Cansail", // "item.edit.private.confirm": "Make it Private", - "item.edit.private.confirm": "Dèan prìobhaideach e", + "item.edit.private.confirm": "Dèan prìobhaideach e", // "item.edit.private.description": "Are you sure this item should be made private in the archive?", "item.edit.private.description": "A bheil thu cinnteach gum bu chòir an nì seo a bhith prìobhaideach san tasglann?", @@ -2756,35 +2756,35 @@ "item.edit.private.header": "Dèan nì prìobhaideach: {{ id }}", // "item.edit.private.success": "The item is now private", - "item.edit.private.success": "Tha an nì prìobhaideach a-nis", + "item.edit.private.success": "Tha an nì prìobhaideach a-nis", // "item.edit.public.cancel": "Cancel", - "item.edit.public.cancel": "Cansail", + "item.edit.public.cancel": "Cansail", // "item.edit.public.confirm": "Make it Public", - "item.edit.public.confirm": "Dèan poblach e", + "item.edit.public.confirm": "Dèan poblach e", // "item.edit.public.description": "Are you sure this item should be made public in the archive?", "item.edit.public.description": "A bheil thu cinnteach gum bu chòir an nì seo a bhith poblach san tasglann?", // "item.edit.public.error": "An error occurred while making the item public", - "item.edit.public.error": "Bha mearachd ann a' dèanamh an nì seo poblach", + "item.edit.public.error": "Bha mearachd ann a' dèanamh an nì seo poblach", // "item.edit.public.header": "Make item public: {{ id }}", - "item.edit.public.header": "Dèan nì poblach: {{ id }}", + "item.edit.public.header": "Dèan nì poblach: {{ id }}", // "item.edit.public.success": "The item is now public", - "item.edit.public.success": "Tha an nì poblach a-nis", + "item.edit.public.success": "Tha an nì poblach a-nis", // "item.edit.reinstate.cancel": "Cancel", - "item.edit.reinstate.cancel": "Cansail", + "item.edit.reinstate.cancel": "Cansail", // "item.edit.reinstate.confirm": "Reinstate", - "item.edit.reinstate.confirm": "Cuir air ais ann", + "item.edit.reinstate.confirm": "Cuir air ais ann", // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", "item.edit.reinstate.description": "A bheil thu cinnteach gum bu chòir an nì seo a chur air ais anns an tasglann?", @@ -2796,21 +2796,21 @@ "item.edit.reinstate.header": "Cuir nì air ais ann: {{ id }}", // "item.edit.reinstate.success": "The item was reinstated successfully", - "item.edit.reinstate.success": "Chaidh an nì a chur air ais ann", + "item.edit.reinstate.success": "Chaidh an nì a chur air ais ann", // "item.edit.relationships.discard-button": "Discard", - "item.edit.relationships.discard-button": "Cuir às", + "item.edit.relationships.discard-button": "Cuir às", // "item.edit.relationships.edit.buttons.add": "Add", "item.edit.relationships.edit.buttons.add": "Cuir-ris", // "item.edit.relationships.edit.buttons.remove": "Remove", - "item.edit.relationships.edit.buttons.remove": "Thoir às", + "item.edit.relationships.edit.buttons.remove": "Thoir às", // "item.edit.relationships.edit.buttons.undo": "Undo changes", - "item.edit.relationships.edit.buttons.undo": "Neo-dhèan atharraichean", + "item.edit.relationships.edit.buttons.undo": "Neo-dhèan atharraichean", // "item.edit.relationships.no-relationships": "No relationships", "item.edit.relationships.no-relationships": "Chan eil dàimhean ann", @@ -2847,7 +2847,7 @@ // "item.edit.return": "Back", - "item.edit.return": "Air ais", + "item.edit.return": "Air ais", // "item.edit.tabs.bitstreams.head": "Bitstreams", @@ -2857,7 +2857,7 @@ "item.edit.tabs.bitstreams.title": "Deasachadh Nì - Bitstreaman", // "item.edit.tabs.curate.head": "Curate", - "item.edit.tabs.curate.head": "Eagraich", + "item.edit.tabs.curate.head": "Eagraich", // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "Deasachadh Nì - Eagraich", @@ -2869,7 +2869,7 @@ "item.edit.tabs.metadata.title": "Deasachadh Nì - Metadata", // "item.edit.tabs.relationships.head": "Relationships", - "item.edit.tabs.relationships.head": "Dàimhean", + "item.edit.tabs.relationships.head": "Dàimhean", // "item.edit.tabs.relationships.title": "Item Edit - Relationships", "item.edit.tabs.relationships.title": "Deasachadh Nì - Dàimhean", @@ -2884,10 +2884,10 @@ "item.edit.tabs.status.buttons.delete.button": "Dubh às gu bràth", // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", - "item.edit.tabs.status.buttons.delete.label": "Cuir às buileach don nì", + "item.edit.tabs.status.buttons.delete.label": "Cuir às buileach don nì", // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", - "item.edit.tabs.status.buttons.mappedCollections.button": "Cruinneachaidhean mapaichte", + "item.edit.tabs.status.buttons.mappedCollections.button": "Cruinneachaidhean mapaichte", // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "Manaids cruinneachaidhean mapaichte", @@ -2902,19 +2902,19 @@ "item.edit.tabs.status.buttons.private.button": "Dèan prìobhaideach e...", // "item.edit.tabs.status.buttons.private.label": "Make item private", - "item.edit.tabs.status.buttons.private.label": "Dèan nì prìobhaideach", + "item.edit.tabs.status.buttons.private.label": "Dèan nì prìobhaideach", // "item.edit.tabs.status.buttons.public.button": "Make it public...", "item.edit.tabs.status.buttons.public.button": "Dèan poblach e..", // "item.edit.tabs.status.buttons.public.label": "Make item public", - "item.edit.tabs.status.buttons.public.label": "Dèan nì poblach", + "item.edit.tabs.status.buttons.public.label": "Dèan nì poblach", // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", - "item.edit.tabs.status.buttons.reinstate.button": "Cuir air ais ann...", + "item.edit.tabs.status.buttons.reinstate.button": "Cuir air ais ann...", // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", - "item.edit.tabs.status.buttons.reinstate.label": "Cuir nì air ais anns an ionad-tasgaidh", + "item.edit.tabs.status.buttons.reinstate.label": "Cuir nì air ais anns an ionad-tasgaidh", // "item.edit.tabs.status.buttons.unauthorized": "You're not authorized to perform this action", "item.edit.tabs.status.buttons.unauthorized": "Chan eil cead agad an gnìomh seo a dhèanamh", @@ -2923,16 +2923,16 @@ "item.edit.tabs.status.buttons.withdraw.button": "Thoir air falbh", // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", - "item.edit.tabs.status.buttons.withdraw.label": "Thoir nì air falbh bhon ionad-tasgaidh", + "item.edit.tabs.status.buttons.withdraw.label": "Thoir nì air falbh bhon ionad-tasgaidh", // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", "item.edit.tabs.status.description": "Fàilte don duilleig-manaidsidh. À seo is urrainn dhut nì a thoirt air falbh, a chur air ais ann, a ghluasad no a dhubhadh às. Faodaidh tu cuideachd metadata / bitstreaman ùrachadh no feadhainn ùra a chur-ris air na tabs eile.", // "item.edit.tabs.status.head": "Status", - "item.edit.tabs.status.head": "Inbhe", + "item.edit.tabs.status.head": "Inbhe", // "item.edit.tabs.status.labels.handle": "Handle", - "item.edit.tabs.status.labels.handle": "Làmhrachan", + "item.edit.tabs.status.labels.handle": "Làmhrachan", // "item.edit.tabs.status.labels.id": "Item Internal ID", "item.edit.tabs.status.labels.id": "ID A-staigh Nì", @@ -2940,14 +2940,14 @@ // "item.edit.tabs.status.labels.itemPage": "Item Page", "item.edit.tabs.status.labels.itemPage": "Duilleag Nì", - // "item.edit.tabs.status.labels.lastModified": "Last Modified", + // "item.edit.tabs.status.labels.lastModified": "Last Modified", "item.edit.tabs.status.labels.lastModified": "Atharraichte mu dheireadh", // "item.edit.tabs.status.title": "Item Edit - Status", - "item.edit.tabs.status.title": "Deasachadh Nì - Inbhe", + "item.edit.tabs.status.title": "Deasachadh Nì - Inbhe", // "item.edit.tabs.versionhistory.head": "Version History", - "item.edit.tabs.versionhistory.head": "Eachdraidh Dhreachan", + "item.edit.tabs.versionhistory.head": "Eachdraidh Dhreachan", // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", "item.edit.tabs.versionhistory.title": "Deasachadh Nì - Eachdraidh Dhreachan", @@ -2965,10 +2965,10 @@ // "item.edit.withdraw.cancel": "Cancel", - "item.edit.withdraw.cancel": "Cansail", + "item.edit.withdraw.cancel": "Cansail", // "item.edit.withdraw.confirm": "Withdraw", - "item.edit.withdraw.confirm": "Thoir air falbh", + "item.edit.withdraw.confirm": "Thoir air falbh", // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", "item.edit.withdraw.description": "A bheil thu cinnteach gum bu chòir an nì seo a thoirt air falbh bhon tasglann?", @@ -2980,7 +2980,7 @@ "item.edit.withdraw.header": "Thoir air falbh nì: {{ id }}", // "item.edit.withdraw.success": "The item was withdrawn successfully", - "item.edit.withdraw.success": "Chaidh an nì a thoirt air falbh", + "item.edit.withdraw.success": "Chaidh an nì a thoirt air falbh", @@ -2988,10 +2988,10 @@ "item.listelement.badge": "Nì", // "item.page.description": "Description", - "item.page.description": "Cunntas", + "item.page.description": "Cunntas", // "item.page.journal-issn": "Journal ISSN", - "item.page.journal-issn": "ISSN Diornal", + "item.page.journal-issn": "ISSN Diornal", // "item.page.journal-title": "Journal Title", "item.page.journal-title": "Tiotal Diornal", @@ -3003,10 +3003,10 @@ "item.page.titleprefix": "Nì: ", // "item.page.volume-title": "Volume Title", - "item.page.volume-title": "Tiotal Àireamh Diornal", + "item.page.volume-title": "Tiotal Àireamh Diornal", // "item.search.results.head": "Item Search Results", - "item.search.results.head": "Toraidhean Rannsachadh Nì", + "item.search.results.head": "Toraidhean Rannsachadh Nì", // "item.search.title": "Item Search", "item.search.title": "Rannsachadh Nì", @@ -3017,7 +3017,7 @@ "item.page.abstract": "Giorrachadh", // "item.page.author": "Authors", - "item.page.author": "Ùghdaran", + "item.page.author": "Ùghdaran", // "item.page.citation": "Citation", "item.page.citation": "Iomradh", @@ -3026,7 +3026,7 @@ "item.page.collections": "Cruinneachaidhean", // "item.page.collections.loading": "Loading...", - "item.page.collections.loading": "A' luchdachadh...", + "item.page.collections.loading": "A' luchdachadh...", // "item.page.collections.load-more": "Load more", "item.page.collections.load-more": "Luchdaich tuilleadh", @@ -3047,13 +3047,13 @@ "item.page.filesection.download": "Luchdaich a-nuas", // "item.page.filesection.format": "Format:", - "item.page.filesection.format": "Fòrmat:", + "item.page.filesection.format": "Fòrmat:", // "item.page.filesection.name": "Name:", - "item.page.filesection.name": "Ainm:", + "item.page.filesection.name": "Ainm:", // "item.page.filesection.size": "Size:", - "item.page.filesection.size": "Meud:", + "item.page.filesection.size": "Meud:", // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "Artaigilean san diornal seo", @@ -3065,7 +3065,7 @@ "item.page.link.simple": "Duilleag shìmplidh nì", // "item.page.person.search.title": "Articles by this author", - "item.page.person.search.title": "Artaigilean leis an ùghdar seo", + "item.page.person.search.title": "Artaigilean leis an ùghdar seo", // "item.page.related-items.view-more": "Show {{ amount }} more", "item.page.related-items.view-more": "Seall {{ amount }} eile", @@ -3077,13 +3077,13 @@ "item.page.relationships.isAuthorOfPublication": "Foillseachaidhean", // "item.page.relationships.isJournalOfPublication": "Publications", - "item.page.relationships.isJournalOfPublication": "Foillseachaidhean", + "item.page.relationships.isJournalOfPublication": "Foillseachaidhean", // "item.page.relationships.isOrgUnitOfPerson": "Authors", - "item.page.relationships.isOrgUnitOfPerson": "Ùghdaran", + "item.page.relationships.isOrgUnitOfPerson": "Ùghdaran", // "item.page.relationships.isOrgUnitOfProject": "Research Projects", - "item.page.relationships.isOrgUnitOfProject": "Pròiseactan Rannsachaidh", + "item.page.relationships.isOrgUnitOfProject": "Pròiseactan Rannsachaidh", // "item.page.subject": "Keywords", "item.page.subject": "Prìomh Fhaclan", @@ -3095,25 +3095,25 @@ "item.page.bitstreams.view-more": "Seall tuilleadh", // "item.page.bitstreams.collapse": "Collapse", - "item.page.bitstreams.collapse": "Leag", + "item.page.bitstreams.collapse": "Leag", // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Trusgan tùsail", + "item.page.filesection.original.bundle": "Trusgan tùsail", // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Trusgan Cead", + "item.page.filesection.license.bundle": "Trusgan Cead", // "item.page.return": "Back", - "item.page.return": "Air ais", + "item.page.return": "Air ais", // "item.page.version.create": "Create new version", - "item.page.version.create": "Cruthaich dreach ùr", + "item.page.version.create": "Cruthaich dreach ùr", // "item.page.version.hasDraft": "A new version cannot be created because there is an inprogress submission in the version history", "item.page.version.hasDraft": "Cha ghabh dreach ùr a chruthachadh oir tha cur-a-steach a' tachairt ann an eachdraidh nan dreachan", // "item.preview.dc.identifier.uri": "Identifier:", - "item.preview.dc.identifier.uri": "Aithnichear:", + "item.preview.dc.identifier.uri": "Aithnichear:", // "item.preview.dc.contributor.author": "Authors:", "item.preview.dc.contributor.author": "Ùghdaran:", @@ -3122,13 +3122,13 @@ "item.preview.dc.date.issued": "Deit foillseachaidh:", // "item.preview.dc.description.abstract": "Abstract:", - "item.preview.dc.description.abstract": "Giorrachadh:", + "item.preview.dc.description.abstract": "Giorrachadh:", // "item.preview.dc.identifier.other": "Other identifier:", - "item.preview.dc.identifier.other": "Aithnichear eile:", + "item.preview.dc.identifier.other": "Aithnichear eile:", // "item.preview.dc.language.iso": "Language:", - "item.preview.dc.language.iso": "Cànan:", + "item.preview.dc.language.iso": "Cànan:", // "item.preview.dc.subject": "Subjects:", "item.preview.dc.subject": "Cuspairean:", @@ -3137,7 +3137,7 @@ "item.preview.dc.title": "Tiotal:", // "item.preview.person.familyName": "Surname:", - "item.preview.person.familyName": "Sloinneadh:", + "item.preview.person.familyName": "Sloinneadh:", // "item.preview.person.givenName": "Name:", "item.preview.person.givenName": "Ainm:", @@ -3149,16 +3149,16 @@ "item.preview.project.funder.name": "Maoinichear:", // "item.preview.project.funder.identifier": "Funder Identifier:", - "item.preview.project.funder.identifier": "Aithnichear Maoinicheir:", + "item.preview.project.funder.identifier": "Aithnichear Maoinicheir:", // "item.preview.oaire.awardNumber": "Funding ID:", - "item.preview.oaire.awardNumber": "ID Maoineachaidh:", + "item.preview.oaire.awardNumber": "ID Maoineachaidh:", // "item.preview.dc.title.alternative": "Acronym:", - "item.preview.dc.title.alternative": "Acranaim:", + "item.preview.dc.title.alternative": "Acranaim:", // "item.preview.dc.coverage.spatial": "Jurisdiction:", - "item.preview.dc.coverage.spatial": "Dlighe-chomas:", + "item.preview.dc.coverage.spatial": "Dlighe-chomas:", // "item.preview.oaire.fundingStream": "Funding Stream:", "item.preview.oaire.fundingStream": "Sruth Maoineachaidh:", @@ -3166,10 +3166,10 @@ // "item.select.confirm": "Confirm selected", - "item.select.confirm": "Dearbh taghadh", + "item.select.confirm": "Dearbh taghadh", // "item.select.empty": "No items to show", - "item.select.empty": "Chan eil nithean ri shealltainn", + "item.select.empty": "Chan eil nithean ri shealltainn", // "item.select.table.author": "Author", "item.select.table.author": "Ùghdar", @@ -3178,7 +3178,7 @@ "item.select.table.collection": "Cruinneachadh", // "item.select.table.title": "Title", - "item.select.table.title": "Tiotal", + "item.select.table.title": "Tiotal", // "item.version.history.empty": "There are no other versions for this item yet.", @@ -3191,13 +3191,13 @@ "item.version.history.return": "Air ais", // "item.version.history.selected": "Selected version", - "item.version.history.selected": "Dreach taghte", + "item.version.history.selected": "Dreach taghte", // "item.version.history.selected.alert": "You are currently viewing version {{version}} of the item.", "item.version.history.selected.alert": "Tha thu a' sealltainn air dreach {{version}} den nì.", // "item.version.history.table.version": "Version", - "item.version.history.table.version": "Dreach", + "item.version.history.table.version": "Dreach", // "item.version.history.table.item": "Item", "item.version.history.table.item": "Nì", @@ -3206,25 +3206,25 @@ "item.version.history.table.editor": "Deasaiche", // "item.version.history.table.date": "Date", - "item.version.history.table.date": "Deit", + "item.version.history.table.date": "Deit", // "item.version.history.table.summary": "Summary", - "item.version.history.table.summary": "Geàrr-chunntas", + "item.version.history.table.summary": "Geàrr-chunntas", // "item.version.history.table.workspaceItem": "Workspace item", "item.version.history.table.workspaceItem": "Nì raon-obrach", // "item.version.history.table.workflowItem": "Workflow item", - "item.version.history.table.workflowItem": "Nì sruth-obrach", + "item.version.history.table.workflowItem": "Nì sruth-obrach", // "item.version.history.table.actions": "Action", - "item.version.history.table.actions": "Gnìomh", + "item.version.history.table.actions": "Gnìomh", // "item.version.history.table.action.editWorkspaceItem": "Edit workspace item", - "item.version.history.table.action.editWorkspaceItem": "Deasaich nì raon-obrach", + "item.version.history.table.action.editWorkspaceItem": "Deasaich nì raon-obrach", // "item.version.history.table.action.editSummary": "Edit summary", - "item.version.history.table.action.editSummary": "Deasaich geàrr-chunntas", + "item.version.history.table.action.editSummary": "Deasaich geàrr-chunntas", // "item.version.history.table.action.saveSummary": "Save summary edits", "item.version.history.table.action.saveSummary": "Sàbhail deasachadh geàrr-chunntais", @@ -3233,13 +3233,13 @@ "item.version.history.table.action.discardSummary": "Cuir às do dheasachadh geàrr-chunntais", // "item.version.history.table.action.newVersion": "Create new version from this one", - "item.version.history.table.action.newVersion": "Cruthaich dreach ùr bhon fhear seo", + "item.version.history.table.action.newVersion": "Cruthaich dreach ùr bhon fhear seo", // "item.version.history.table.action.deleteVersion": "Delete version", "item.version.history.table.action.deleteVersion": "Dubh às dreach", // "item.version.history.table.action.hasDraft": "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.history.table.action.hasDraft": "Cha ghabh dreach ùr a chruthachadh oir tha cur-a-steach a' tachairt ann an eachdraidh nan dreachan", + "item.version.history.table.action.hasDraft": "Cha ghabh dreach ùr a chruthachadh oir tha cur-a-steach a' tachairt ann an eachdraidh nan dreachan", // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", @@ -3250,44 +3250,44 @@ "item.version.create.modal.header": "Dreach ùr", // "item.version.create.modal.text": "Create a new version for this item", - "item.version.create.modal.text": "Cruthaich dreach ùr don nì seo", + "item.version.create.modal.text": "Cruthaich dreach ùr don nì seo", // "item.version.create.modal.text.startingFrom": "starting from version {{version}}", "item.version.create.modal.text.startingFrom": "a' tòiseachadh aig dreach {{version}}", // "item.version.create.modal.button.confirm": "Create", - "item.version.create.modal.button.confirm": "Cruthaich", + "item.version.create.modal.button.confirm": "Cruthaich", // "item.version.create.modal.button.confirm.tooltip": "Create new version", - "item.version.create.modal.button.confirm.tooltip": "Cruthaich dreach ùr", + "item.version.create.modal.button.confirm.tooltip": "Cruthaich dreach ùr", // "item.version.create.modal.button.cancel": "Cancel", - "item.version.create.modal.button.cancel": "Cansail", + "item.version.create.modal.button.cancel": "Cansail", // "item.version.create.modal.button.cancel.tooltip": "Do not create new version", - "item.version.create.modal.button.cancel.tooltip": "Na cruthaich dreach ùr", + "item.version.create.modal.button.cancel.tooltip": "Na cruthaich dreach ùr", // "item.version.create.modal.form.summary.label": "Summary", "item.version.create.modal.form.summary.label": "Geàrr-chunntas", // "item.version.create.modal.form.summary.placeholder": "Insert the summary for the new version", - "item.version.create.modal.form.summary.placeholder": "Cuir a-steach an geàrr-chunntas don dreach ùr", + "item.version.create.modal.form.summary.placeholder": "Cuir a-steach an geàrr-chunntas don dreach ùr", // "item.version.create.notification.success" : "New version has been created with version number {{version}}", - "item.version.create.notification.success" : "Chaidh dreach ùr a chruthachadh le àireamh dreach {{version}}", + "item.version.create.notification.success": "Chaidh dreach ùr a chruthachadh le àireamh dreach {{version}}", // "item.version.create.notification.failure" : "New version has not been created", - "item.version.create.notification.failure" : "Cha deach dreach ùr a chruthachadh", + "item.version.create.notification.failure": "Cha deach dreach ùr a chruthachadh", // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.create.notification.inProgress" : "Cha ghabh dreach ùr a chruthachadh oir tha cur-a-steach a' tachairt ann an eachdraidh nan dreachan", + "item.version.create.notification.inProgress": "Cha ghabh dreach ùr a chruthachadh oir tha cur-a-steach a' tachairt ann an eachdraidh nan dreachan", // "item.version.delete.modal.header": "Delete version", - "item.version.delete.modal.header": "Dubh às dreach", + "item.version.delete.modal.header": "Dubh às dreach", // "item.version.delete.modal.text": "Do you want to delete version {{version}}?", - "item.version.delete.modal.text": "A bheil thu airson dreach {{version}} a dhubhadh às?", + "item.version.delete.modal.text": "A bheil thu airson dreach {{version}} a dhubhadh às?", // "item.version.delete.modal.button.confirm": "Delete", "item.version.delete.modal.button.confirm": "Dubh às", @@ -3296,31 +3296,31 @@ "item.version.delete.modal.button.confirm.tooltip": "Dubh às an dreach seo", // "item.version.delete.modal.button.cancel": "Cancel", - "item.version.delete.modal.button.cancel": "Cansail", + "item.version.delete.modal.button.cancel": "Cansail", // "item.version.delete.modal.button.cancel.tooltip": "Do not delete this version", "item.version.delete.modal.button.cancel.tooltip": "Na dubh às an dreach seo", // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", - "item.version.delete.notification.success" : "Chaidh dreach àireamh {{version}} a dhubhadh às", + "item.version.delete.notification.success": "Chaidh dreach àireamh {{version}} a dhubhadh às", // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", - "item.version.delete.notification.failure" : "Cha deach dreach àireamh {{version}} a dhubhadh às", + "item.version.delete.notification.failure": "Cha deach dreach àireamh {{version}} a dhubhadh às", // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", - "item.version.edit.notification.success" : "Chaidh geàrr-chunntas dreach àireamh {{version}} atharrachadh", + "item.version.edit.notification.success": "Chaidh geàrr-chunntas dreach àireamh {{version}} atharrachadh", // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", - "item.version.edit.notification.failure" : "Cha deach geàrr-chunntas dreach àireamh {{version}} atharrachadh", + "item.version.edit.notification.failure": "Cha deach geàrr-chunntas dreach àireamh {{version}} atharrachadh", // "journal.listelement.badge": "Journal", - "journal.listelement.badge": "Diornal", + "journal.listelement.badge": "Diornal", // "journal.page.description": "Description", - "journal.page.description": "Cunntas", + "journal.page.description": "Cunntas", // "journal.page.edit": "Edit this item", "journal.page.edit": "Deasaich an nì seo", @@ -3329,16 +3329,16 @@ "journal.page.editor": "Àrd-dheasaiche", // "journal.page.issn": "ISSN", - "journal.page.issn": "ISSN", + "journal.page.issn": "ISSN", // "journal.page.publisher": "Publisher", - "journal.page.publisher": "Foillsichear", + "journal.page.publisher": "Foillsichear", // "journal.page.titleprefix": "Journal: ", - "journal.page.titleprefix": "Diornal: ", + "journal.page.titleprefix": "Diornal: ", // "journal.search.results.head": "Journal Search Results", - "journal.search.results.head": "Toraidhean Rannsachaidh Diornal", + "journal.search.results.head": "Toraidhean Rannsachaidh Diornal", // "journal.search.title": "Journal Search", "journal.search.title": "Rannsachadh Diornal", @@ -3352,10 +3352,10 @@ "journalissue.page.description": "Cunntas", // "journalissue.page.edit": "Edit this item", - "journalissue.page.edit": "Deasaich an nì seo", + "journalissue.page.edit": "Deasaich an nì seo", // "journalissue.page.issuedate": "Issue Date", - "journalissue.page.issuedate": "Deit Foillseachaidh", + "journalissue.page.issuedate": "Deit Foillseachaidh", // "journalissue.page.journal-issn": "Journal ISSN", "journalissue.page.journal-issn": "ISSN Diornal", @@ -3367,10 +3367,10 @@ "journalissue.page.keyword": "Prìomh Fhaclan", // "journalissue.page.number": "Number", - "journalissue.page.number": "Àireamh", + "journalissue.page.number": "Àireamh", // "journalissue.page.titleprefix": "Journal Issue: ", - "journalissue.page.titleprefix": "Deasachadh Diornal: ", + "journalissue.page.titleprefix": "Deasachadh Diornal: ", @@ -3378,38 +3378,38 @@ "journalvolume.listelement.badge": "Àireamh Diornal", // "journalvolume.page.description": "Description", - "journalvolume.page.description": "Cunntas", + "journalvolume.page.description": "Cunntas", // "journalvolume.page.edit": "Edit this item", - "journalvolume.page.edit": "Deasaich an nì seo", + "journalvolume.page.edit": "Deasaich an nì seo", // "journalvolume.page.issuedate": "Issue Date", - "journalvolume.page.issuedate": "Deit Foillseachaidh", + "journalvolume.page.issuedate": "Deit Foillseachaidh", // "journalvolume.page.titleprefix": "Journal Volume: ", - "journalvolume.page.titleprefix": "Àireamh Diornal: ", + "journalvolume.page.titleprefix": "Àireamh Diornal: ", // "journalvolume.page.volume": "Volume", - "journalvolume.page.volume": "Àireamh Diornal", + "journalvolume.page.volume": "Àireamh Diornal", // "iiifsearchable.listelement.badge": "Document Media", - "iiifsearchable.listelement.badge": "Meadhanan Sgrìobhainn", + "iiifsearchable.listelement.badge": "Meadhanan Sgrìobhainn", // "iiifsearchable.page.titleprefix": "Document: ", - "iiifsearchable.page.titleprefix": "Sgrìobhainn: ", + "iiifsearchable.page.titleprefix": "Sgrìobhainn: ", // "iiifsearchable.page.doi": "Permanent Link: ", - "iiifsearchable.page.doi": "Ceangal Maireannach: ", + "iiifsearchable.page.doi": "Ceangal Maireannach: ", // "iiifsearchable.page.issue": "Issue: ", - "iiifsearchable.page.issue": "Deasachadh Diornal: ", + "iiifsearchable.page.issue": "Deasachadh Diornal: ", // "iiifsearchable.page.description": "Description: ", - "iiifsearchable.page.description": "Cunntas: ", + "iiifsearchable.page.description": "Cunntas: ", // "iiifviewer.fullscreen.notice": "Use full screen for better viewing.", - "iiifviewer.fullscreen.notice": "Cleachd làn-sgrion airson sealladh nas fheàrr.", + "iiifviewer.fullscreen.notice": "Cleachd làn-sgrion airson sealladh nas fheàrr.", // "iiif.listelement.badge": "Image Media", "iiif.listelement.badge": "Meadhanan Ìomhaigh", @@ -3434,19 +3434,19 @@ "loading.bitstreams": "A' luchdachadh bhitstreaman...", // "loading.browse-by": "Loading items...", - "loading.browse-by": "A' luchdachadh nithean...", + "loading.browse-by": "A' luchdachadh nithean...", // "loading.browse-by-page": "Loading page...", - "loading.browse-by-page": "A' luchdachadh duilleag...", + "loading.browse-by-page": "A' luchdachadh duilleag...", // "loading.collection": "Loading collection...", - "loading.collection": "A'luchdachadh cruinneachadh...", + "loading.collection": "A'luchdachadh cruinneachadh...", // "loading.collections": "Loading collections...", "loading.collections": "A' luchdachadh chruinneachaidhean...", // "loading.content-source": "Loading content source...", - "loading.content-source": "A' luchdachadh stòr susbaint...", + "loading.content-source": "A' luchdachadh stòr susbaint...", // "loading.community": "Loading community...", "loading.community": "A' luchdachadh coimhearsnachd...", @@ -3455,7 +3455,7 @@ "loading.default": "A' luchdachadh...", // "loading.item": "Loading item...", - "loading.item": "A' luchdachadh nì...", + "loading.item": "A' luchdachadh nì...", // "loading.items": "Loading items...", "loading.items": "A' luchdachadh nithean...", @@ -3464,10 +3464,10 @@ "loading.mydspace-results": "A' luchdachadh nithean...", // "loading.objects": "Loading...", - "loading.objects": "A' luchdachadh...", + "loading.objects": "A' luchdachadh...", // "loading.recent-submissions": "Loading recent submissions...", - "loading.recent-submissions": "A' luchdachadh chur-a-steachan ùra...", + "loading.recent-submissions": "A' luchdachadh chur-a-steachan ùra...", // "loading.search-results": "Loading search results...", "loading.search-results": "A' luchdachadh toraidhean rannsachaidh...", @@ -3484,7 +3484,7 @@ // "login.form.email": "Email address", - "login.form.email": "Seòladh post-d", + "login.form.email": "Seòladh post-d", // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "An do dhìochuimhnich thu d' fhacal-faire?", @@ -3493,13 +3493,13 @@ "login.form.header": "Log a-steach gu DSpace", // "login.form.new-user": "New user? Click here to register.", - "login.form.new-user": "Neach-cleachdaidh ùr? Cliog an seo agus clàraich.", + "login.form.new-user": "Neach-cleachdaidh ùr? Cliog an seo agus clàraich.", // "login.form.or-divider": "or", - "login.form.or-divider": "no", + "login.form.or-divider": "no", // "login.form.password": "Password", - "login.form.password": "Facal-faire", + "login.form.password": "Facal-faire", // "login.form.shibboleth": "Log in with Shibboleth", // TODO New key - Add a translation @@ -3509,7 +3509,7 @@ "login.form.submit": "Log a-steach", // "login.title": "Login", - "login.title": "Ainm-loga", + "login.title": "Ainm-loga", // "login.breadcrumbs": "Login", "login.breadcrumbs": "Ainm-loga", @@ -3517,7 +3517,7 @@ // "logout.form.header": "Log out from DSpace", - "logout.form.header": "Log a-mach à DSpace", + "logout.form.header": "Log a-mach à DSpace", // "logout.form.submit": "Log out", "logout.form.submit": "Log a-mach", @@ -3535,7 +3535,7 @@ "menu.header.image.logo": "Suaicheantas ionaid-tasgaidh", // "menu.header.admin.description": "Management menu", - "menu.header.admin.description": "Clàr-iùil manaidsidh", + "menu.header.admin.description": "Clàr-iùil manaidsidh", @@ -3546,44 +3546,44 @@ "menu.section.access_control_authorizations": "Barantasan", // "menu.section.access_control_groups": "Groups", - "menu.section.access_control_groups": "Buidhnean", + "menu.section.access_control_groups": "Buidhnean", // "menu.section.access_control_people": "People", - "menu.section.access_control_people": "Daoine", + "menu.section.access_control_people": "Daoine", // "menu.section.admin_search": "Admin Search", - "menu.section.admin_search": "Rannsachadh Rianachd", + "menu.section.admin_search": "Rannsachadh Rianachd", // "menu.section.browse_community": "This Community", - "menu.section.browse_community": "A' Choimhearsnachd seo", + "menu.section.browse_community": "A' Choimhearsnachd seo", // "menu.section.browse_community_by_author": "By Author", - "menu.section.browse_community_by_author": "A rèir Ùghdar", + "menu.section.browse_community_by_author": "A rèir Ùghdar", // "menu.section.browse_community_by_issue_date": "By Issue Date", - "menu.section.browse_community_by_issue_date": "A rèir deit Foillseachaidh", + "menu.section.browse_community_by_issue_date": "A rèir deit Foillseachaidh", // "menu.section.browse_community_by_title": "By Title", "menu.section.browse_community_by_title": "A rèir Tiotal", // "menu.section.browse_global": "All of DSpace", - "menu.section.browse_global": "DSpace gu lèir", + "menu.section.browse_global": "DSpace gu lèir", // "menu.section.browse_global_by_author": "By Author", - "menu.section.browse_global_by_author": "A rèir Ùghdar", + "menu.section.browse_global_by_author": "A rèir Ùghdar", // "menu.section.browse_global_by_dateissued": "By Issue Date", - "menu.section.browse_global_by_dateissued": "A rèir Deit Foillseachaidh", + "menu.section.browse_global_by_dateissued": "A rèir Deit Foillseachaidh", // "menu.section.browse_global_by_subject": "By Subject", - "menu.section.browse_global_by_subject": "A rèir Cuspair", + "menu.section.browse_global_by_subject": "A rèir Cuspair", // "menu.section.browse_global_by_title": "By Title", - "menu.section.browse_global_by_title": "A rèir Tiotal", + "menu.section.browse_global_by_title": "A rèir Tiotal", // "menu.section.browse_global_communities_and_collections": "Communities & Collections", "menu.section.browse_global_communities_and_collections": "Coimhearsnachdan & Cruinneachaidhean", @@ -3591,41 +3591,41 @@ // "menu.section.control_panel": "Control Panel", - "menu.section.control_panel": "Pannal Riaghlaidh", + "menu.section.control_panel": "Pannal Riaghlaidh", // "menu.section.curation_task": "Curation Task", - "menu.section.curation_task": "Obair Eagrachaidh", + "menu.section.curation_task": "Obair Eagrachaidh", // "menu.section.edit": "Edit", - "menu.section.edit": "Deasaich", + "menu.section.edit": "Deasaich", // "menu.section.edit_collection": "Collection", - "menu.section.edit_collection": "Cruinneachadh", + "menu.section.edit_collection": "Cruinneachadh", // "menu.section.edit_community": "Community", - "menu.section.edit_community": "Coimhearsnachd", + "menu.section.edit_community": "Coimhearsnachd", // "menu.section.edit_item": "Item", - "menu.section.edit_item": "Nì", + "menu.section.edit_item": "Nì", // "menu.section.export": "Export", - "menu.section.export": "Mach-ghluais", + "menu.section.export": "Mach-ghluais", // "menu.section.export_collection": "Collection", - "menu.section.export_collection": "Cruinneachadh", + "menu.section.export_collection": "Cruinneachadh", // "menu.section.export_community": "Community", - "menu.section.export_community": "Coimhearsnachd", + "menu.section.export_community": "Coimhearsnachd", // "menu.section.export_item": "Item", - "menu.section.export_item": "Nì", + "menu.section.export_item": "Nì", // "menu.section.export_metadata": "Metadata", - "menu.section.export_metadata": "Metadata", + "menu.section.export_metadata": "Metadata", @@ -3633,13 +3633,13 @@ "menu.section.icon.access_control": " Earrann clàr-iùil Riaghladh Cothruim", // "menu.section.icon.admin_search": "Admin search menu section", - "menu.section.icon.admin_search": "Earrann clàr-iùil rannsachadh rianachd", + "menu.section.icon.admin_search": "Earrann clàr-iùil rannsachadh rianachd", // "menu.section.icon.control_panel": "Control Panel menu section", "menu.section.icon.control_panel": "Earrann clàr-iùil Pannal Riaghlaidh", // "menu.section.icon.curation_tasks": "Curation Task menu section", - "menu.section.icon.curation_tasks": "Earrann clàr-iùil Obair Eagrachaidh", + "menu.section.icon.curation_tasks": "Earrann clàr-iùil Obair Eagrachaidh", // "menu.section.icon.edit": "Edit menu section", "menu.section.icon.edit": "Deasaich earrann clàir-iùil", @@ -3648,28 +3648,28 @@ "menu.section.icon.export": "Mach-ghluais earrann clàir-iùil", // "menu.section.icon.find": "Find menu section", - "menu.section.icon.find": "Lorg earrann clàir-iùil", + "menu.section.icon.find": "Lorg earrann clàir-iùil", // "menu.section.icon.import": "Import menu section", - "menu.section.icon.import": "Steach-ghluais earrann clàir-iùil", + "menu.section.icon.import": "Steach-ghluais earrann clàir-iùil", // "menu.section.icon.new": "New menu section", - "menu.section.icon.new": "Earrann clàr-iùil ùr", + "menu.section.icon.new": "Earrann clàr-iùil ùr", // "menu.section.icon.pin": "Pin sidebar", "menu.section.icon.pin": "Prìnich bàr-taoibh", // "menu.section.icon.processes": "Processes menu section", - "menu.section.icon.processes": "Earrann clàr-iùil phròiseasan", + "menu.section.icon.processes": "Earrann clàr-iùil phròiseasan", // "menu.section.icon.registries": "Registries menu section", - "menu.section.icon.registries": "Earrann clàr-iùil chlàr-lannan", + "menu.section.icon.registries": "Earrann clàr-iùil chlàr-lannan", // "menu.section.icon.statistics_task": "Statistics Task menu section", - "menu.section.icon.statistics_task": "Earrann clàr-iùil Obair Staitistigs", + "menu.section.icon.statistics_task": "Earrann clàr-iùil Obair Staitistigs", // "menu.section.icon.workflow": "Administer workflow menu section", - "menu.section.icon.workflow": "Rianaich earrann clàr-iùil sruth-obrach", + "menu.section.icon.workflow": "Rianaich earrann clàr-iùil sruth-obrach", // "menu.section.icon.unpin": "Unpin sidebar", "menu.section.icon.unpin": "Neo-phrìnich bàr-taoibh", @@ -3677,7 +3677,7 @@ // "menu.section.import": "Import", - "menu.section.import": "Steach-ghluais", + "menu.section.import": "Steach-ghluais", // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "Steach-ghluasad Baids (ZIP)", @@ -3688,22 +3688,22 @@ // "menu.section.new": "New", - "menu.section.new": "Ùr", + "menu.section.new": "Ùr", // "menu.section.new_collection": "Collection", - "menu.section.new_collection": "Cruinneachadh", + "menu.section.new_collection": "Cruinneachadh", // "menu.section.new_community": "Community", - "menu.section.new_community": "Coimhearsnachd", + "menu.section.new_community": "Coimhearsnachd", // "menu.section.new_item": "Item", - "menu.section.new_item": "Nì", + "menu.section.new_item": "Nì", // "menu.section.new_item_version": "Item Version", - "menu.section.new_item_version": "Dreach Nì", + "menu.section.new_item_version": "Dreach Nì", // "menu.section.new_process": "Process", - "menu.section.new_process": "Pròiseas", + "menu.section.new_process": "Pròiseas", @@ -3716,15 +3716,15 @@ // "menu.section.processes": "Processes", - "menu.section.processes": "Pròiseasan", + "menu.section.processes": "Pròiseasan", // "menu.section.registries": "Registries", - "menu.section.registries": "Clàr-lannan", + "menu.section.registries": "Clàr-lannan", // "menu.section.registries_format": "Format", - "menu.section.registries_format": "Fòrmat", + "menu.section.registries_format": "Fòrmat", // "menu.section.registries_metadata": "Metadata", "menu.section.registries_metadata": "Metadata", @@ -3732,7 +3732,7 @@ // "menu.section.statistics": "Statistics", - "menu.section.statistics": "Staitistigs", + "menu.section.statistics": "Staitistigs", // "menu.section.statistics_task": "Statistics Task", "menu.section.statistics_task": "Obair Staitistigs", @@ -3740,7 +3740,7 @@ // "menu.section.toggle.access_control": "Toggle Access Control section", - "menu.section.toggle.access_control": "Suids earrann Riaghladh Cothruim", + "menu.section.toggle.access_control": "Suids earrann Riaghladh Cothruim", // "menu.section.toggle.control_panel": "Toggle Control Panel section", "menu.section.toggle.control_panel": "Suids earrann Pannal Riaghlaidh", @@ -3749,7 +3749,7 @@ "menu.section.toggle.curation_task": "Suids earrann Obair Eagrachaidh", // "menu.section.toggle.edit": "Toggle Edit section", - "menu.section.toggle.edit": "Suids earrann Deasachaidh", + "menu.section.toggle.edit": "Suids earrann Deasachaidh", // "menu.section.toggle.export": "Toggle Export section", "menu.section.toggle.export": "Suids earrann Mach-ghluasaid", @@ -3758,10 +3758,10 @@ "menu.section.toggle.find": "Suids earrann Lorg", // "menu.section.toggle.import": "Toggle Import section", - "menu.section.toggle.import": "Suids earrann Steach-ghluasaid", + "menu.section.toggle.import": "Suids earrann Steach-ghluasaid", // "menu.section.toggle.new": "Toggle New section", - "menu.section.toggle.new": "Suids earrann Ùr", + "menu.section.toggle.new": "Suids earrann Ùr", // "menu.section.toggle.registries": "Toggle Registries section", "menu.section.toggle.registries": "Suids earrann Chlàr-lannan", @@ -3771,11 +3771,11 @@ // "menu.section.workflow": "Administer Workflow", - "menu.section.workflow": "Rianaich Sruth-obrach", + "menu.section.workflow": "Rianaich Sruth-obrach", // "mydspace.breadcrumbs": "MyDSpace", - "mydspace.breadcrumbs": "MoDSpace", + "mydspace.breadcrumbs": "MoDSpace", // "mydspace.description": "", "mydspace.description": "", @@ -3790,7 +3790,7 @@ "mydspace.messages.description-placeholder": "Cuir am brath an seo...", // "mydspace.messages.hide-msg": "Hide message", - "mydspace.messages.hide-msg": "Cleith brath", + "mydspace.messages.hide-msg": "Cleith brath", // "mydspace.messages.mark-as-read": "Mark as read", // TODO New key - Add a translation @@ -3807,22 +3807,22 @@ "mydspace.messages.no-messages": "Chan tàinig brathan fhathast.", // "mydspace.messages.send-btn": "Send", - "mydspace.messages.send-btn": "Cuir", + "mydspace.messages.send-btn": "Cuir", // "mydspace.messages.show-msg": "Show message", - "mydspace.messages.show-msg": "Seall brath", + "mydspace.messages.show-msg": "Seall brath", // "mydspace.messages.subject-placeholder": "Subject...", - "mydspace.messages.subject-placeholder": "Cuspair...", + "mydspace.messages.subject-placeholder": "Cuspair...", // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", - "mydspace.messages.submitter-help": "Tagh an roghainn seo agus cuir brath chun an riaghladair.", + "mydspace.messages.submitter-help": "Tagh an roghainn seo agus cuir brath chun an riaghladair.", // "mydspace.messages.title": "Messages", "mydspace.messages.title": "Brathan", // "mydspace.messages.to": "To", - "mydspace.messages.to": "Gu", + "mydspace.messages.to": "Gu", // "mydspace.new-submission": "New submission", "mydspace.new-submission": "Steach-chur ùr", @@ -3837,28 +3837,28 @@ "mydspace.results.head": "Do chur-a-steachan", // "mydspace.results.no-abstract": "No Abstract", - "mydspace.results.no-abstract": "Chan eil Giorrachadh ann", + "mydspace.results.no-abstract": "Chan eil Giorrachadh ann", // "mydspace.results.no-authors": "No Authors", - "mydspace.results.no-authors": "Chan eil Ùghdaran ann", + "mydspace.results.no-authors": "Chan eil Ùghdaran ann", // "mydspace.results.no-collections": "No Collections", - "mydspace.results.no-collections": "Chan eil Cruinneachaidhean ann", + "mydspace.results.no-collections": "Chan eil Cruinneachaidhean ann", // "mydspace.results.no-date": "No Date", - "mydspace.results.no-date": "Chan eil Deit ann", + "mydspace.results.no-date": "Chan eil Deit ann", // "mydspace.results.no-files": "No Files", "mydspace.results.no-files": "Chan eil Faidhlichean ann", // "mydspace.results.no-results": "There were no items to show", - "mydspace.results.no-results": "Cha robh nithean ri shealltainn", + "mydspace.results.no-results": "Cha robh nithean ri shealltainn", // "mydspace.results.no-title": "No title", - "mydspace.results.no-title": "Chan eil tiotal ann", + "mydspace.results.no-title": "Chan eil tiotal ann", // "mydspace.results.no-uri": "No Uri", - "mydspace.results.no-uri": "Chan eil Uri ann", + "mydspace.results.no-uri": "Chan eil Uri ann", // "mydspace.search-form.placeholder": "Search in mydspace...", // TODO New key - Add a translation @@ -3871,19 +3871,19 @@ "mydspace.show.workspace": "Do Chur-a-steachan", // "mydspace.status.archived": "Archived", - "mydspace.status.archived": "San Tasglann", + "mydspace.status.archived": "San Tasglann", // "mydspace.status.validation": "Validation", - "mydspace.status.validation": "Dearbhadh", + "mydspace.status.validation": "Dearbhadh", // "mydspace.status.waiting-for-controller": "Waiting for controller", - "mydspace.status.waiting-for-controller": "A' feitheamh riaghladair", + "mydspace.status.waiting-for-controller": "A' feitheamh riaghladair", // "mydspace.status.workflow": "Workflow", "mydspace.status.workflow": "Sruth-obrach", // "mydspace.status.workspace": "Workspace", - "mydspace.status.workspace": "Raon-obrach", + "mydspace.status.workspace": "Raon-obrach", // "mydspace.title": "MyDSpace", "mydspace.title": "MoDSpace", @@ -3905,7 +3905,7 @@ "mydspace.upload.upload-successful": "Chruthaicheadh nì raon-obrach ùr. Cliog {{here}} agus deasaich e.", // "mydspace.view-btn": "View", - "mydspace.view-btn": "Sealladh", + "mydspace.view-btn": "Sealladh", @@ -3919,7 +3919,7 @@ "nav.language": "Suidseadh cànain", // "nav.login": "Log In", - "nav.login": "Log A-steach", + "nav.login": "Log A-steach", // "nav.logout": "User profile menu and Log Out", // TODO New key - Add a translation @@ -3932,25 +3932,25 @@ "nav.mydspace": "MoDSpace", // "nav.profile": "Profile", - "nav.profile": "Iomradh Neach-cleachdaidh", + "nav.profile": "Iomradh Neach-cleachdaidh", // "nav.search": "Search", "nav.search": "Rannsaich", // "nav.statistics.header": "Statistics", - "nav.statistics.header": "Staitistigs", + "nav.statistics.header": "Staitistigs", // "nav.stop-impersonating": "Stop impersonating EPerson", "nav.stop-impersonating": "Sguir a ghabhail riochd E-Neach", // "nav.toggle" : "Toggle navigation", - "nav.toggle" : "Suids iùil", + "nav.toggle": "Suids iùil", // "nav.user.description" : "User profile bar", - "nav.user.description" : "Bàr-iomraidh neach-cleachdaidh", + "nav.user.description": "Bàr-iomraidh neach-cleachdaidh", // "none.listelement.badge": "Item", - "none.listelement.badge": "Nì", + "none.listelement.badge": "Nì", // "orgunit.listelement.badge": "Organizational Unit", @@ -3966,7 +3966,7 @@ "orgunit.page.dateestablished": "Deit stèidheachaidh", // "orgunit.page.description": "Description", - "orgunit.page.description": "Cunntas", + "orgunit.page.description": "Cunntas", // "orgunit.page.edit": "Edit this item", "orgunit.page.edit": "Deasaich an nì seo", @@ -3980,7 +3980,7 @@ // "pagination.options.description": "Pagination options", - "pagination.options.description": "Roghainnean duilleagachaidh", + "pagination.options.description": "Roghainnean duilleagachaidh", // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "Toraidhean Gach Duilleag", @@ -3989,15 +3989,15 @@ "pagination.showing.detail": "{{ range }} de {{ total }}", // "pagination.showing.label": "Now showing ", - "pagination.showing.label": "A' sealltainn ", + "pagination.showing.label": "A' sealltainn ", // "pagination.sort-direction": "Sort Options", - "pagination.sort-direction": "Roghainnean seòrsachaidh", + "pagination.sort-direction": "Roghainnean seòrsachaidh", // "person.listelement.badge": "Person", - "person.listelement.badge": "Neach", + "person.listelement.badge": "Neach", // "person.listelement.no-title": "No name found", "person.listelement.no-title": "Cha deach ainm a lorg", @@ -4012,25 +4012,25 @@ "person.page.email": "Seòladh Post-d", // "person.page.firstname": "First Name", - "person.page.firstname": "Ciad Ainm", + "person.page.firstname": "Ciad Ainm", // "person.page.jobtitle": "Job Title", - "person.page.jobtitle": "Tiotal Obrach", + "person.page.jobtitle": "Tiotal Obrach", // "person.page.lastname": "Last Name", - "person.page.lastname": "Sloinneadh", + "person.page.lastname": "Sloinneadh", // "person.page.link.full": "Show all metadata", - "person.page.link.full": "Seall metadata gu lèir", + "person.page.link.full": "Seall metadata gu lèir", // "person.page.orcid": "ORCID", "person.page.orcid": "ORCID", // "person.page.staffid": "Staff ID", - "person.page.staffid": "ID Obrach", + "person.page.staffid": "ID Obrach", // "person.page.titleprefix": "Person: ", - "person.page.titleprefix": "Neach: ", + "person.page.titleprefix": "Neach: ", // "person.search.results.head": "Person Search Results", // TODO New key - Add a translation @@ -4046,128 +4046,128 @@ "process.new.select-parameters": "Parameatairean", // "process.new.cancel": "Cancel", - "process.new.cancel": "Cansail", + "process.new.cancel": "Cansail", // "process.new.submit": "Save", - "process.new.submit": "Sàbhail", + "process.new.submit": "Sàbhail", // "process.new.select-script": "Script", - "process.new.select-script": "Sgriobt", + "process.new.select-script": "Sgriobt", // "process.new.select-script.placeholder": "Choose a script...", "process.new.select-script.placeholder": "Tagh sgriobt...", // "process.new.select-script.required": "Script is required", - "process.new.select-script.required": "Feum air sgriobt", + "process.new.select-script.required": "Feum air sgriobt", // "process.new.parameter.file.upload-button": "Select file...", - "process.new.parameter.file.upload-button": "Tagh faidhle...", + "process.new.parameter.file.upload-button": "Tagh faidhle...", // "process.new.parameter.file.required": "Please select a file", "process.new.parameter.file.required": "Tagh faidhle", // "process.new.parameter.string.required": "Parameter value is required", - "process.new.parameter.string.required": "Feum air luach parameatair", + "process.new.parameter.string.required": "Feum air luach parameatair", // "process.new.parameter.type.value": "value", - "process.new.parameter.type.value": "luach", + "process.new.parameter.type.value": "luach", // "process.new.parameter.type.file": "file", - "process.new.parameter.type.file": "faidhle", + "process.new.parameter.type.file": "faidhle", // "process.new.parameter.required.missing": "The following parameters are required but still missing:", "process.new.parameter.required.missing": "Tha na parameatairean a leanas riatanach ach fhathast a dhìth:", // "process.new.notification.success.title": "Success", - "process.new.notification.success.title": "Dh'obraich sin", + "process.new.notification.success.title": "Dh'obraich sin", // "process.new.notification.success.content": "The process was successfully created", - "process.new.notification.success.content": "Chaidh am pròiseas a chruthachadh", + "process.new.notification.success.content": "Chaidh am pròiseas a chruthachadh", // "process.new.notification.error.title": "Error", - "process.new.notification.error.title": "Mearachd", + "process.new.notification.error.title": "Mearachd", // "process.new.notification.error.content": "An error occurred while creating this process", - "process.new.notification.error.content": "Bha mearachd ann a' cruthachadh a' phròiseas seo", + "process.new.notification.error.content": "Bha mearachd ann a' cruthachadh a' phròiseas seo", // "process.new.header": "Create a new process", - "process.new.header": "Cruthaich pròiseas ùr", + "process.new.header": "Cruthaich pròiseas ùr", // "process.new.title": "Create a new process", - "process.new.title": "Cruthaich pròiseas ùr", + "process.new.title": "Cruthaich pròiseas ùr", // "process.new.breadcrumbs": "Create a new process", - "process.new.breadcrumbs": "Cruthaich pròiseas ùr", + "process.new.breadcrumbs": "Cruthaich pròiseas ùr", // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Argamaidean", + "process.detail.arguments": "Argamaidean", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Chan eil argamaidean sa phròiseas seo", + "process.detail.arguments.empty": "Chan eil argamaidean sa phròiseas seo", // "process.detail.back" : "Back", - "process.detail.back" : "Air ais", + "process.detail.back": "Air ais", // "process.detail.output" : "Process Output", - "process.detail.output" : "Mach-chur Pròiseas", + "process.detail.output": "Mach-chur Pròiseas", // "process.detail.logs.button": "Retrieve process output", - "process.detail.logs.button": "Faigh mach-chur pròiseas air ais", + "process.detail.logs.button": "Faigh mach-chur pròiseas air ais", // "process.detail.logs.loading": "Retrieving", - "process.detail.logs.loading": "A' faighinn air ais", + "process.detail.logs.loading": "A' faighinn air ais", // "process.detail.logs.none": "This process has no output", - "process.detail.logs.none": "Chan eil mach-chur aig a' phròiseas seo", + "process.detail.logs.none": "Chan eil mach-chur aig a' phròiseas seo", // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Faidhlichean Mach-chuir", + "process.detail.output-files": "Faidhlichean Mach-chuir", // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Chan eil faidhlichean mach-chuir sa phròiseas seo", + "process.detail.output-files.empty": "Chan eil faidhlichean mach-chuir sa phròiseas seo", // "process.detail.script" : "Script", - "process.detail.script" : "Sgriobt", - + "process.detail.script": "Sgriobt", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Pròiseas: {{ id }} - {{ name }}", + "process.detail.title": "Pròiseas: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Uair tòiseachaidh", + "process.detail.start-time": "Uair tòiseachaidh", // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Uair crìochnachaidh", + "process.detail.end-time": "Uair crìochnachaidh", // "process.detail.status" : "Status", - "process.detail.status" : "Inbhe", + "process.detail.status": "Inbhe", // "process.detail.create" : "Create similar process", - "process.detail.create" : "Cruthaich pròiseas coltach", + "process.detail.create": "Cruthaich pròiseas coltach", // "process.overview.table.finish" : "Finish time (UTC)", - "process.overview.table.finish" : "Uair crìochnachaidh (UTC)", + "process.overview.table.finish": "Uair crìochnachaidh (UTC)", // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "ID Pròiseas", + "process.overview.table.id": "ID Pròiseas", // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Ainm", + "process.overview.table.name": "Ainm", // "process.overview.table.start" : "Start time (UTC)", - "process.overview.table.start" : "Uair tòiseachaidh (UTC)", + "process.overview.table.start": "Uair tòiseachaidh (UTC)", // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Inbhe", + "process.overview.table.status": "Inbhe", // "process.overview.table.user" : "User", - "process.overview.table.user" : "Neach-cleachdaidh", + "process.overview.table.user": "Neach-cleachdaidh", // "process.overview.title": "Processes Overview", - "process.overview.title": "Tar-shealladh air Pròiseasan", + "process.overview.title": "Tar-shealladh air Pròiseasan", // "process.overview.breadcrumbs": "Processes Overview", "process.overview.breadcrumbs": "Tar-shealladh air Pròiseasan", @@ -4177,49 +4177,49 @@ // "profile.breadcrumbs": "Update Profile", - "profile.breadcrumbs": "Ùraich Iomradh Neach-cleachdaidh", + "profile.breadcrumbs": "Ùraich Iomradh Neach-cleachdaidh", // "profile.card.identify": "Identify", - "profile.card.identify": "Aithnichear", + "profile.card.identify": "Aithnichear", // "profile.card.security": "Security", - "profile.card.security": "Tèarainteachd", + "profile.card.security": "Tèarainteachd", // "profile.form.submit": "Save", - "profile.form.submit": "Sàbhail", + "profile.form.submit": "Sàbhail", // "profile.groups.head": "Authorization groups you belong to", - "profile.groups.head": "Buidhnean barantachaidh sa bheil thu", + "profile.groups.head": "Buidhnean barantachaidh sa bheil thu", // "profile.head": "Update Profile", - "profile.head": "Ùraich Iomradh Neach-cleachdaidh", + "profile.head": "Ùraich Iomradh Neach-cleachdaidh", // "profile.metadata.form.error.firstname.required": "First Name is required", - "profile.metadata.form.error.firstname.required": "Tha Ciad Ainm riatanach", + "profile.metadata.form.error.firstname.required": "Tha Ciad Ainm riatanach", // "profile.metadata.form.error.lastname.required": "Last Name is required", - "profile.metadata.form.error.lastname.required": "Tha Sloinneadh riatanach", + "profile.metadata.form.error.lastname.required": "Tha Sloinneadh riatanach", // "profile.metadata.form.label.email": "Email Address", - "profile.metadata.form.label.email": "Seòladh Post-d", + "profile.metadata.form.label.email": "Seòladh Post-d", // "profile.metadata.form.label.firstname": "First Name", "profile.metadata.form.label.firstname": "Ciad Ainm", // "profile.metadata.form.label.language": "Language", - "profile.metadata.form.label.language": "Cànan", + "profile.metadata.form.label.language": "Cànan", // "profile.metadata.form.label.lastname": "Last Name", "profile.metadata.form.label.lastname": "Sloinneadh", // "profile.metadata.form.label.phone": "Contact Telephone", - "profile.metadata.form.label.phone": "Àireamh Fòn", + "profile.metadata.form.label.phone": "Àireamh Fòn", // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", "profile.metadata.form.notifications.success.content": "Chaidh na h-atharraichean air iomradh an neach-cleachdaidh a shàbhaladh.", // "profile.metadata.form.notifications.success.title": "Profile saved", - "profile.metadata.form.notifications.success.title": "Shàbhaileadh Iomradh an Neach-cleachdaidh", + "profile.metadata.form.notifications.success.title": "Shàbhaileadh Iomradh an Neach-cleachdaidh", // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", "profile.notifications.warning.no-changes.content": "Cha deach Iomradh an Neach-cleachdaidh atharrachadh.", @@ -4228,72 +4228,72 @@ "profile.notifications.warning.no-changes.title": "Chan eil atharraichean ann", // "profile.security.form.error.matching-passwords": "The passwords do not match.", - "profile.security.form.error.matching-passwords": "Chan eil na faclan-faire a' maidseadh.", + "profile.security.form.error.matching-passwords": "Chan eil na faclan-faire a' maidseadh.", // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", - "profile.security.form.error.password-length": "Bu chòir co-dhiù 6 caractaran a bhith san fhacal-faire.", + "profile.security.form.error.password-length": "Bu chòir co-dhiù 6 caractaran a bhith san fhacal-faire.", // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "profile.security.form.info": "Ma thogras tu, faodaidh tu facal-faire ùr a chur dhan bhogsa gu h-ìosal, agus a dhearbhadh le bhith ga thaidhpeadh a-rithist san dàrna bogsa. Bu chòir co-dhiù sia caractaran a bhith ann.", // "profile.security.form.label.password": "Password", - "profile.security.form.label.password": "Facal-faire", + "profile.security.form.label.password": "Facal-faire", // "profile.security.form.label.passwordrepeat": "Retype to confirm", "profile.security.form.label.passwordrepeat": "Ath-thaidhp gus a dhearbhadh", // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", - "profile.security.form.notifications.success.content": "Chaidh na h-atharraichean air an fhacal-faire a shàbhaladh.", + "profile.security.form.notifications.success.content": "Chaidh na h-atharraichean air an fhacal-faire a shàbhaladh.", // "profile.security.form.notifications.success.title": "Password saved", - "profile.security.form.notifications.success.title": "Shàbhaileadh facal-faire", + "profile.security.form.notifications.success.title": "Shàbhaileadh facal-faire", // "profile.security.form.notifications.error.title": "Error changing passwords", - "profile.security.form.notifications.error.title": "Mearachd ag atharrachadh fhaclan-faire", + "profile.security.form.notifications.error.title": "Mearachd ag atharrachadh fhaclan-faire", // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", - "profile.security.form.notifications.error.not-long-enough": "Feumaidh co-dhiù 6 caractaran a bhith san fhacal-faire.", + "profile.security.form.notifications.error.not-long-enough": "Feumaidh co-dhiù 6 caractaran a bhith san fhacal-faire.", // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", - "profile.security.form.notifications.error.not-same": "Chan eil na faclan-faire co-ionann.", + "profile.security.form.notifications.error.not-same": "Chan eil na faclan-faire co-ionann.", // "profile.title": "Update Profile", - "profile.title": "Ùraich Iomradh Neach-cleachdaidh", + "profile.title": "Ùraich Iomradh Neach-cleachdaidh", // "project.listelement.badge": "Research Project", - "project.listelement.badge": "Pròiseact Rannsachaidh", + "project.listelement.badge": "Pròiseact Rannsachaidh", // "project.page.contributor": "Contributors", - "project.page.contributor": "Compàirtichean", + "project.page.contributor": "Compàirtichean", // "project.page.description": "Description", - "project.page.description": "Cunntas", + "project.page.description": "Cunntas", // "project.page.edit": "Edit this item", - "project.page.edit": "Deasaich an nì seo", + "project.page.edit": "Deasaich an nì seo", // "project.page.expectedcompletion": "Expected Completion", - "project.page.expectedcompletion": "Deit a bhios dùil ris", + "project.page.expectedcompletion": "Deit a bhios dùil ris", // "project.page.funder": "Funders", - "project.page.funder": "Maoinichearan", + "project.page.funder": "Maoinichearan", // "project.page.id": "ID", - "project.page.id": "ID", + "project.page.id": "ID", // "project.page.keyword": "Keywords", - "project.page.keyword": "Prìomh Fhaclan", + "project.page.keyword": "Prìomh Fhaclan", // "project.page.status": "Status", - "project.page.status": "Inbhe", + "project.page.status": "Inbhe", // "project.page.titleprefix": "Research Project: ", - "project.page.titleprefix": "Pròiseact Rannsachaidh: ", + "project.page.titleprefix": "Pròiseact Rannsachaidh: ", // "project.search.results.head": "Project Search Results", - "project.search.results.head": "Toraidheadh Pròiseact Rannsachaidh", + "project.search.results.head": "Toraidheadh Pròiseact Rannsachaidh", @@ -4301,35 +4301,35 @@ "publication.listelement.badge": "Foillseachadh", // "publication.page.description": "Description", - "publication.page.description": "Cunntas", + "publication.page.description": "Cunntas", // "publication.page.edit": "Edit this item", - "publication.page.edit": "Deasaich an nì seo", + "publication.page.edit": "Deasaich an nì seo", // "publication.page.journal-issn": "Journal ISSN", "publication.page.journal-issn": "ISSN Diornal", // "publication.page.journal-title": "Journal Title", - "publication.page.journal-title": "Tiotal Diornal", + "publication.page.journal-title": "Tiotal Diornal", // "publication.page.publisher": "Publisher", - "publication.page.publisher": "Foillsichear", + "publication.page.publisher": "Foillsichear", // "publication.page.titleprefix": "Publication: ", - "publication.page.titleprefix": "Foillseachadh: ", + "publication.page.titleprefix": "Foillseachadh: ", // "publication.page.volume-title": "Volume Title", - "publication.page.volume-title": "Tiotal Àireamh Diornal", + "publication.page.volume-title": "Tiotal Àireamh Diornal", // "publication.search.results.head": "Publication Search Results", - "publication.search.results.head": "Toraidhean Rannsachadh Foillseachaidh", + "publication.search.results.head": "Toraidhean Rannsachadh Foillseachaidh", // "publication.search.title": "Publication Search", - "publication.search.title": "Rannsachadh Foillseachaidh", + "publication.search.title": "Rannsachadh Foillseachaidh", // "media-viewer.next": "Next", - "media-viewer.next": "Air adhart", + "media-viewer.next": "Air adhart", // "media-viewer.previous": "Previous", "media-viewer.previous": "Air ais", @@ -4342,40 +4342,40 @@ "register-email.title": "Clàradh neach-cleachdaidh ùr", // "register-page.create-profile.header": "Create Profile", - "register-page.create-profile.header": "Cruthaich Iomradh Neach-cleachdaidh", + "register-page.create-profile.header": "Cruthaich Iomradh Neach-cleachdaidh", // "register-page.create-profile.identification.header": "Identify", - "register-page.create-profile.identification.header": "Aithnich", + "register-page.create-profile.identification.header": "Aithnich", // "register-page.create-profile.identification.email": "Email Address", - "register-page.create-profile.identification.email": "Seòladh Post-d", + "register-page.create-profile.identification.email": "Seòladh Post-d", // "register-page.create-profile.identification.first-name": "First Name *", - "register-page.create-profile.identification.first-name": "Ciad Ainm *", + "register-page.create-profile.identification.first-name": "Ciad Ainm *", // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", "register-page.create-profile.identification.first-name.error": "Cuir ann Ciad Ainm", // "register-page.create-profile.identification.last-name": "Last Name *", - "register-page.create-profile.identification.last-name": "Sloinneadh *", + "register-page.create-profile.identification.last-name": "Sloinneadh *", // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - "register-page.create-profile.identification.last-name.error": "Cuir ann Sloinneadh", + "register-page.create-profile.identification.last-name.error": "Cuir ann Sloinneadh", // "register-page.create-profile.identification.contact": "Contact Telephone", - "register-page.create-profile.identification.contact": "Àireamh Fòn", + "register-page.create-profile.identification.contact": "Àireamh Fòn", // "register-page.create-profile.identification.language": "Language", - "register-page.create-profile.identification.language": "Cànan", + "register-page.create-profile.identification.language": "Cànan", // "register-page.create-profile.security.header": "Security", - "register-page.create-profile.security.header": "Tèarainteachd", + "register-page.create-profile.security.header": "Tèarainteachd", // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "register-page.create-profile.security.info": "Cuir facal-faire dhan bhogsa gu h-ìosal, agus dearbh e le bhith ga thaidhpeadh a-rithist san dàrna bogsa. Bu chòir co-dhiù sia caractaran a bhith ann.", // "register-page.create-profile.security.label.password": "Password *", - "register-page.create-profile.security.label.password": "Facal-faire *", + "register-page.create-profile.security.label.password": "Facal-faire *", // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", "register-page.create-profile.security.label.passwordrepeat": "Ath-thaidhp gus a dhearbhadh *", @@ -4384,10 +4384,10 @@ "register-page.create-profile.security.error.empty-password": "Cuir facal-faire dhan bhogsa gu h-ìosal.", // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", - "register-page.create-profile.security.error.matching-passwords": "Chan eil na faclan-faire a' maidseadh.", + "register-page.create-profile.security.error.matching-passwords": "Chan eil na faclan-faire a' maidseadh.", // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", - "register-page.create-profile.security.error.password-length": "Bu chòir co-dhiù 6 caractaran a bhith san fhacal-faire.", + "register-page.create-profile.security.error.password-length": "Bu chòir co-dhiù 6 caractaran a bhith san fhacal-faire.", // "register-page.create-profile.submit": "Complete Registration", "register-page.create-profile.submit": "Crìochnaich Clàradh", @@ -4396,23 +4396,23 @@ "register-page.create-profile.submit.error.content": "Chaidh rudeigin ceàrr a' clàradh neach-cleachdaidh ùr.", // "register-page.create-profile.submit.error.head": "Registration failed", - "register-page.create-profile.submit.error.head": "Cha do dh'obraich an clàradh", + "register-page.create-profile.submit.error.head": "Cha do dh'obraich an clàradh", // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - "register-page.create-profile.submit.success.content": "Dh'obraich an clàradh. Chaidh do logadh a-steach mar an neach-cleachdaidh cruthaichte.", + "register-page.create-profile.submit.success.content": "Dh'obraich an clàradh. Chaidh do logadh a-steach mar an neach-cleachdaidh cruthaichte.", // "register-page.create-profile.submit.success.head": "Registration completed", "register-page.create-profile.submit.success.head": "Clàradh crìochnaichte", // "register-page.registration.header": "New user registration", - "register-page.registration.header": "Clàradh neach-cleachdaidh ùr", + "register-page.registration.header": "Clàradh neach-cleachdaidh ùr", // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - "register-page.registration.info": "Clàraich cunntas aig cruinneachaidhean airson ùrachaidhean puist-d fhaighinn, agus nithen ùra a chur a-steach gu DSpace.", + "register-page.registration.info": "Clàraich cunntas aig cruinneachaidhean airson ùrachaidhean puist-d fhaighinn, agus nithen ùra a chur a-steach gu DSpace.", // "register-page.registration.email": "Email Address *", - "register-page.registration.email": "Seòladh Post-d *", + "register-page.registration.email": "Seòladh Post-d *", // "register-page.registration.email.error.required": "Please fill in an email address", "register-page.registration.email.error.required": "Cuir ann seòladh post-d", @@ -4424,10 +4424,10 @@ "register-page.registration.email.hint": "Thèid an seòladh seo a dhearbhadh agus a chleachdadh mar d' ainm-loga.", // "register-page.registration.submit": "Register", - "register-page.registration.submit": "Clàraich", + "register-page.registration.submit": "Clàraich", // "register-page.registration.success.head": "Verification email sent", - "register-page.registration.success.head": "Chuireadh post-d dearbhaidh", + "register-page.registration.success.head": "Chuireadh post-d dearbhaidh", // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "register-page.registration.success.content": "Chaidh post-d a chur gu {{ email }} sa bheil URL sònraichte agus tuilleadh stiùiridh.", @@ -4436,7 +4436,7 @@ "register-page.registration.error.head": "Mearachd a' clàradh post-d", // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - "register-page.registration.error.content": "Bha mearachd ann a' clàradh a' phuist-d a leanas: {{ email }}", + "register-page.registration.error.content": "Bha mearachd ann a' clàradh a' phuist-d a leanas: {{ email }}", @@ -4445,28 +4445,28 @@ "relationships.add.error.relationship-type.content": "Cha deach maids freagarrach a lorg airson seòrsa dàimh {{ type }} eadar an dà nì", // "relationships.add.error.server.content": "The server returned an error", - "relationships.add.error.server.content": "Thill am frithealaiche mearachd", + "relationships.add.error.server.content": "Thill am frithealaiche mearachd", // "relationships.add.error.title": "Unable to add relationship", - "relationships.add.error.title": "Cha ghabhadh dàimh a chur-ris", + "relationships.add.error.title": "Cha ghabhadh dàimh a chur-ris", // "relationships.isAuthorOf": "Authors", "relationships.isAuthorOf": "Ùghdaran", // "relationships.isAuthorOf.Person": "Authors (persons)", - "relationships.isAuthorOf.Person": "Ùghdaran (daoine)", + "relationships.isAuthorOf.Person": "Ùghdaran (daoine)", // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", "relationships.isAuthorOf.OrgUnit": "Ùghdaran (aonadan eagrachaidh)", // "relationships.isIssueOf": "Journal Issues", - "relationships.isIssueOf": "Deasachaidhean Diornal", + "relationships.isIssueOf": "Deasachaidhean Diornal", // "relationships.isJournalIssueOf": "Journal Issue", - "relationships.isJournalIssueOf": "Deasachadh Diornal", + "relationships.isJournalIssueOf": "Deasachadh Diornal", // "relationships.isJournalOf": "Journals", - "relationships.isJournalOf": "Diornalan", + "relationships.isJournalOf": "Diornalan", // "relationships.isOrgUnitOf": "Organizational Units", "relationships.isOrgUnitOf": "Aonadan eagrachaidh", @@ -4475,16 +4475,16 @@ "relationships.isPersonOf": "Ùghdaran", // "relationships.isProjectOf": "Research Projects", - "relationships.isProjectOf": "Pròiseactan Rannsachaidh", + "relationships.isProjectOf": "Pròiseactan Rannsachaidh", // "relationships.isPublicationOf": "Publications", "relationships.isPublicationOf": "Foillseachaidhean", // "relationships.isPublicationOfJournalIssue": "Articles", - "relationships.isPublicationOfJournalIssue": "Artaigilean", + "relationships.isPublicationOfJournalIssue": "Artaigilean", // "relationships.isSingleJournalOf": "Journal", - "relationships.isSingleJournalOf": "Diornal", + "relationships.isSingleJournalOf": "Diornal", // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "Àireamh Diornal", @@ -4499,14 +4499,14 @@ "relationships.isContributorOf.OrgUnit": "Compàirtiche (Aonad Eagrachaidh)", // "relationships.isContributorOf.Person": "Contributor", - "relationships.isContributorOf.Person": "Compàirtiche", + "relationships.isContributorOf.Person": "Compàirtiche", // "relationships.isFundingAgencyOf.OrgUnit": "Funder", - "relationships.isFundingAgencyOf.OrgUnit": "Maoinichear", + "relationships.isFundingAgencyOf.OrgUnit": "Maoinichear", // "repository.image.logo": "Repository logo", - "repository.image.logo": "Suaicheantas ionad-tasgaidh", + "repository.image.logo": "Suaicheantas ionad-tasgaidh", // "repository.title.prefix": "DSpace Angular :: ", // TODO New key - Add a translation @@ -4521,52 +4521,52 @@ "resource-policies.add.button": "Cuir-ris", // "resource-policies.add.for.": "Add a new policy", - "resource-policies.add.for.": "Cuir-ris poileasaidh ùr", + "resource-policies.add.for.": "Cuir-ris poileasaidh ùr", // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - "resource-policies.add.for.bitstream": "Cuir-ris poileasaidh Bitstream ùr", + "resource-policies.add.for.bitstream": "Cuir-ris poileasaidh Bitstream ùr", // "resource-policies.add.for.bundle": "Add a new Bundle policy", - "resource-policies.add.for.bundle": "Cuir-ris poileasaidh Trusgan ùr", + "resource-policies.add.for.bundle": "Cuir-ris poileasaidh Trusgan ùr", // "resource-policies.add.for.item": "Add a new Item policy", "resource-policies.add.for.item": "Cuir-ris poileasaidh Nì ùr", // "resource-policies.add.for.community": "Add a new Community policy", - "resource-policies.add.for.community": "Cuir-ris poileasaidh Coimhearsnachd ùr", + "resource-policies.add.for.community": "Cuir-ris poileasaidh Coimhearsnachd ùr", // "resource-policies.add.for.collection": "Add a new Collection policy", - "resource-policies.add.for.collection": "Cuir-ris poileasaidh Cruinneachadh ùr", + "resource-policies.add.for.collection": "Cuir-ris poileasaidh Cruinneachadh ùr", // "resource-policies.create.page.heading": "Create new resource policy for ", - "resource-policies.create.page.heading": "Cruthaich poileasaidh goireas ùr do", + "resource-policies.create.page.heading": "Cruthaich poileasaidh goireas ùr do", // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - "resource-policies.create.page.failure.content": "Bha mearachd ann a' cruthachadh poileasaidh a' ghoireis.", + "resource-policies.create.page.failure.content": "Bha mearachd ann a' cruthachadh poileasaidh a' ghoireis.", // "resource-policies.create.page.success.content": "Operation successful", "resource-policies.create.page.success.content": "Dh'obraich sin", // "resource-policies.create.page.title": "Create new resource policy", - "resource-policies.create.page.title": "Cruthaich poileasaidh goireas ùr", + "resource-policies.create.page.title": "Cruthaich poileasaidh goireas ùr", // "resource-policies.delete.btn": "Delete selected", "resource-policies.delete.btn": "Dubh às taghadh", // "resource-policies.delete.btn.title": "Delete selected resource policies", - "resource-policies.delete.btn.title": "Dubh às poileasaidhean goireis taghte", + "resource-policies.delete.btn.title": "Dubh às poileasaidhean goireis taghte", // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", - "resource-policies.delete.failure.content": "Bha mearachd ann a' dubhadh às phoileasaidhean goireis taghte.", + "resource-policies.delete.failure.content": "Bha mearachd ann a' dubhadh às phoileasaidhean goireis taghte.", // "resource-policies.delete.success.content": "Operation successful", "resource-policies.delete.success.content": "Dh'obraich sin", // "resource-policies.edit.page.heading": "Edit resource policy ", - "resource-policies.edit.page.heading": "Deasaich poileasaidh goireis ", + "resource-policies.edit.page.heading": "Deasaich poileasaidh goireis ", // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - "resource-policies.edit.page.failure.content": "Bha mearachd ann a' deasachadh poileasaidh a' ghoireis.", + "resource-policies.edit.page.failure.content": "Bha mearachd ann a' deasachadh poileasaidh a' ghoireis.", // "resource-policies.edit.page.success.content": "Operation successful", "resource-policies.edit.page.success.content": "Dh'obraich sin", @@ -4582,7 +4582,7 @@ "resource-policies.form.action-type.required": "Feumaidh tu gnìomh poileasaidh a' ghoireis a thaghadh.", // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - "resource-policies.form.eperson-group-list.label": "An e-neach no am buidheann a gheibh an cead", + "resource-policies.form.eperson-group-list.label": "An e-neach no am buidheann a gheibh an cead", // "resource-policies.form.eperson-group-list.select.btn": "Select", "resource-policies.form.eperson-group-list.select.btn": "Tagh", @@ -4591,19 +4591,19 @@ "resource-policies.form.eperson-group-list.tab.eperson": "Rannsaich airson e-Neach", // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - "resource-policies.form.eperson-group-list.tab.group": "Rannsaich airson buidheann", + "resource-policies.form.eperson-group-list.tab.group": "Rannsaich airson buidheann", // "resource-policies.form.eperson-group-list.table.headers.action": "Action", - "resource-policies.form.eperson-group-list.table.headers.action": "Gnìomh", + "resource-policies.form.eperson-group-list.table.headers.action": "Gnìomh", // "resource-policies.form.eperson-group-list.table.headers.id": "ID", - "resource-policies.form.eperson-group-list.table.headers.id": "ID", + "resource-policies.form.eperson-group-list.table.headers.id": "ID", // "resource-policies.form.eperson-group-list.table.headers.name": "Name", - "resource-policies.form.eperson-group-list.table.headers.name": "Ainm", + "resource-policies.form.eperson-group-list.table.headers.name": "Ainm", // "resource-policies.form.date.end.label": "End Date", - "resource-policies.form.date.end.label": "Deit Crìochnachaidh", + "resource-policies.form.date.end.label": "Deit Crìochnachaidh", // "resource-policies.form.date.start.label": "Start Date", "resource-policies.form.date.start.label": "Deit Tòiseachaidh", @@ -4612,7 +4612,7 @@ "resource-policies.form.description.label": "Cunntas", // "resource-policies.form.name.label": "Name", - "resource-policies.form.name.label": "Ainm", + "resource-policies.form.name.label": "Ainm", // "resource-policies.form.policy-type.label": "Select the policy type", "resource-policies.form.policy-type.label": "Tagh an seòrsa poileasaidh", @@ -4627,7 +4627,7 @@ "resource-policies.table.headers.date.end": "Deit Crìochnachaidh", // "resource-policies.table.headers.date.start": "Start Date", - "resource-policies.table.headers.date.start": "Deit Tòiseachaidh", + "resource-policies.table.headers.date.start": "Deit Tòiseachaidh", // "resource-policies.table.headers.edit": "Edit", "resource-policies.table.headers.edit": "Deasaich", @@ -4642,16 +4642,16 @@ "resource-policies.table.headers.eperson": "E-Neach", // "resource-policies.table.headers.group": "Group", - "resource-policies.table.headers.group": "Buidheann", + "resource-policies.table.headers.group": "Buidheann", // "resource-policies.table.headers.id": "ID", - "resource-policies.table.headers.id": "ID", + "resource-policies.table.headers.id": "ID", // "resource-policies.table.headers.name": "Name", - "resource-policies.table.headers.name": "Ainm", + "resource-policies.table.headers.name": "Ainm", // "resource-policies.table.headers.policyType": "type", - "resource-policies.table.headers.policyType": "seòrsa", + "resource-policies.table.headers.policyType": "seòrsa", // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", "resource-policies.table.headers.title.for.bitstream": "Poileasaidhean airson Bitstream", @@ -4674,44 +4674,44 @@ "search.description": "", // "search.switch-configuration.title": "Show", - "search.switch-configuration.title": "Seall", + "search.switch-configuration.title": "Seall", // "search.title": "Search", "search.title": "Rannsaich", // "search.breadcrumbs": "Search", - "search.breadcrumbs": "Rannsaich", + "search.breadcrumbs": "Rannsaich", // "search.search-form.placeholder": "Search the repository ...", - "search.search-form.placeholder": "Rannsaich an t-ionad-tasgaidh ...", + "search.search-form.placeholder": "Rannsaich an t-ionad-tasgaidh ...", // "search.filters.applied.f.author": "Author", - "search.filters.applied.f.author": "Ùghdar", + "search.filters.applied.f.author": "Ùghdar", // "search.filters.applied.f.dateIssued.max": "End date", - "search.filters.applied.f.dateIssued.max": "Deit Crìochnachaidh", + "search.filters.applied.f.dateIssued.max": "Deit Crìochnachaidh", // "search.filters.applied.f.dateIssued.min": "Start date", - "search.filters.applied.f.dateIssued.min": "Deit Tòiseachaidh", + "search.filters.applied.f.dateIssued.min": "Deit Tòiseachaidh", // "search.filters.applied.f.dateSubmitted": "Date submitted", - "search.filters.applied.f.dateSubmitted": "Deit cur-a-steach", + "search.filters.applied.f.dateSubmitted": "Deit cur-a-steach", // "search.filters.applied.f.discoverable": "Private", - "search.filters.applied.f.discoverable": "Prìobhaideach", + "search.filters.applied.f.discoverable": "Prìobhaideach", // "search.filters.applied.f.entityType": "Item Type", - "search.filters.applied.f.entityType": "Seòrsa Nì", + "search.filters.applied.f.entityType": "Seòrsa Nì", // "search.filters.applied.f.has_content_in_original_bundle": "Has files", - "search.filters.applied.f.has_content_in_original_bundle": "Tha faidhlichean ann", + "search.filters.applied.f.has_content_in_original_bundle": "Tha faidhlichean ann", // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "Seòrsa", // "search.filters.applied.f.namedresourcetype": "Status", - "search.filters.applied.f.namedresourcetype": "Inbhe", + "search.filters.applied.f.namedresourcetype": "Inbhe", // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Cuspair", @@ -4720,21 +4720,21 @@ "search.filters.applied.f.submitter": "Neach-cur-a-steach", // "search.filters.applied.f.jobTitle": "Job Title", - "search.filters.applied.f.jobTitle": "Tiotal Obrach", + "search.filters.applied.f.jobTitle": "Tiotal Obrach", // "search.filters.applied.f.birthDate.max": "End birth date", - "search.filters.applied.f.birthDate.max": "Deit breith mu dheireadh", + "search.filters.applied.f.birthDate.max": "Deit breith mu dheireadh", // "search.filters.applied.f.birthDate.min": "Start birth date", - "search.filters.applied.f.birthDate.min": "Ciad deit breith", + "search.filters.applied.f.birthDate.min": "Ciad deit breith", // "search.filters.applied.f.withdrawn": "Withdrawn", - "search.filters.applied.f.withdrawn": "Air a thoirt air falbh", + "search.filters.applied.f.withdrawn": "Air a thoirt air falbh", // "search.filters.filter.author.head": "Author", - "search.filters.filter.author.head": "Ùghdar", + "search.filters.filter.author.head": "Ùghdar", // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "Ainm ùghdair", @@ -4743,175 +4743,175 @@ "search.filters.filter.author.label": "Rannsaich ainm ùghdair", // "search.filters.filter.birthDate.head": "Birth Date", - "search.filters.filter.birthDate.head": "Deit Breith", + "search.filters.filter.birthDate.head": "Deit Breith", // "search.filters.filter.birthDate.placeholder": "Birth Date", - "search.filters.filter.birthDate.placeholder": "Deit Breith", + "search.filters.filter.birthDate.placeholder": "Deit Breith", // "search.filters.filter.birthDate.label": "Search birth date", - "search.filters.filter.birthDate.label": "Rannsaich deit breith", + "search.filters.filter.birthDate.label": "Rannsaich deit breith", // "search.filters.filter.collapse": "Collapse filter", "search.filters.filter.collapse": "Leag fioltair", // "search.filters.filter.creativeDatePublished.head": "Date Published", - "search.filters.filter.creativeDatePublished.head": "Deit Foillseachaidh", + "search.filters.filter.creativeDatePublished.head": "Deit Foillseachaidh", // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", - "search.filters.filter.creativeDatePublished.placeholder": "Deit Foillseachaidh", + "search.filters.filter.creativeDatePublished.placeholder": "Deit Foillseachaidh", // "search.filters.filter.creativeDatePublished.label": "Search date published", - "search.filters.filter.creativeDatePublished.label": "Rannsaich deit foillseachaidh", + "search.filters.filter.creativeDatePublished.label": "Rannsaich deit foillseachaidh", // "search.filters.filter.creativeWorkEditor.head": "Editor", - "search.filters.filter.creativeWorkEditor.head": "Deasaiche", + "search.filters.filter.creativeWorkEditor.head": "Deasaiche", // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", - "search.filters.filter.creativeWorkEditor.placeholder": "Deasaiche", + "search.filters.filter.creativeWorkEditor.placeholder": "Deasaiche", // "search.filters.filter.creativeWorkEditor.label": "Search editor", - "search.filters.filter.creativeWorkEditor.label": "Rannsaich deasaiche", + "search.filters.filter.creativeWorkEditor.label": "Rannsaich deasaiche", // "search.filters.filter.creativeWorkKeywords.head": "Subject", - "search.filters.filter.creativeWorkKeywords.head": "Cuspair", + "search.filters.filter.creativeWorkKeywords.head": "Cuspair", // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", - "search.filters.filter.creativeWorkKeywords.placeholder": "Cuspair", + "search.filters.filter.creativeWorkKeywords.placeholder": "Cuspair", // "search.filters.filter.creativeWorkKeywords.label": "Search subject", - "search.filters.filter.creativeWorkKeywords.label": "Rannsaich cuspair", + "search.filters.filter.creativeWorkKeywords.label": "Rannsaich cuspair", // "search.filters.filter.creativeWorkPublisher.head": "Publisher", "search.filters.filter.creativeWorkPublisher.head": "Foillsichear", // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", - "search.filters.filter.creativeWorkPublisher.placeholder": "Foillsichear", + "search.filters.filter.creativeWorkPublisher.placeholder": "Foillsichear", // "search.filters.filter.creativeWorkPublisher.label": "Search publisher", - "search.filters.filter.creativeWorkPublisher.label": "Rannsaich foillsichear", + "search.filters.filter.creativeWorkPublisher.label": "Rannsaich foillsichear", // "search.filters.filter.dateIssued.head": "Date", - "search.filters.filter.dateIssued.head": "Deit", + "search.filters.filter.dateIssued.head": "Deit", // "search.filters.filter.dateIssued.max.placeholder": "Maximum Date", "search.filters.filter.dateIssued.max.placeholder": "Deit As Motha", // "search.filters.filter.dateIssued.max.label": "End", - "search.filters.filter.dateIssued.max.label": "Deireadh", + "search.filters.filter.dateIssued.max.label": "Deireadh", // "search.filters.filter.dateIssued.min.placeholder": "Minimum Date", - "search.filters.filter.dateIssued.min.placeholder": "Deit As Lugha", + "search.filters.filter.dateIssued.min.placeholder": "Deit As Lugha", // "search.filters.filter.dateIssued.min.label": "Start", - "search.filters.filter.dateIssued.min.label": "Toiseach", + "search.filters.filter.dateIssued.min.label": "Toiseach", // "search.filters.filter.dateSubmitted.head": "Date submitted", - "search.filters.filter.dateSubmitted.head": "Deit cur-a-steach", + "search.filters.filter.dateSubmitted.head": "Deit cur-a-steach", // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", - "search.filters.filter.dateSubmitted.placeholder": "Deit cur-a-steach", + "search.filters.filter.dateSubmitted.placeholder": "Deit cur-a-steach", // "search.filters.filter.dateSubmitted.label": "Search date submitted", - "search.filters.filter.dateSubmitted.label": "Rannsaich deit cur-a-steach", + "search.filters.filter.dateSubmitted.label": "Rannsaich deit cur-a-steach", // "search.filters.filter.discoverable.head": "Private", - "search.filters.filter.discoverable.head": "Prìobhaideach", + "search.filters.filter.discoverable.head": "Prìobhaideach", // "search.filters.filter.withdrawn.head": "Withdrawn", - "search.filters.filter.withdrawn.head": "Air a thoirt air falbh", + "search.filters.filter.withdrawn.head": "Air a thoirt air falbh", // "search.filters.filter.entityType.head": "Item Type", - "search.filters.filter.entityType.head": "Seòrsa Nì", + "search.filters.filter.entityType.head": "Seòrsa Nì", // "search.filters.filter.entityType.placeholder": "Item Type", - "search.filters.filter.entityType.placeholder": "Seòrsa Nì", + "search.filters.filter.entityType.placeholder": "Seòrsa Nì", // "search.filters.filter.entityType.label": "Search item type", "search.filters.filter.entityType.label": "Rannsaich seòrsa nì", // "search.filters.filter.expand": "Expand filter", - "search.filters.filter.expand": "Leudaich fioltair", + "search.filters.filter.expand": "Leudaich fioltair", // "search.filters.filter.has_content_in_original_bundle.head": "Has files", - "search.filters.filter.has_content_in_original_bundle.head": "Tha faidhlichean ann", + "search.filters.filter.has_content_in_original_bundle.head": "Tha faidhlichean ann", // "search.filters.filter.itemtype.head": "Type", - "search.filters.filter.itemtype.head": "Seòrsa", + "search.filters.filter.itemtype.head": "Seòrsa", // "search.filters.filter.itemtype.placeholder": "Type", - "search.filters.filter.itemtype.placeholder": "Seòrsa", + "search.filters.filter.itemtype.placeholder": "Seòrsa", // "search.filters.filter.itemtype.label": "Search type", - "search.filters.filter.itemtype.label": "Rannsaich seòrsa", + "search.filters.filter.itemtype.label": "Rannsaich seòrsa", // "search.filters.filter.jobTitle.head": "Job Title", "search.filters.filter.jobTitle.head": "Tiotal Obrach", // "search.filters.filter.jobTitle.placeholder": "Job Title", - "search.filters.filter.jobTitle.placeholder": "Tiotal Obrach", + "search.filters.filter.jobTitle.placeholder": "Tiotal Obrach", // "search.filters.filter.jobTitle.label": "Search job title", - "search.filters.filter.jobTitle.label": "Rannsaich tiotal obrach", + "search.filters.filter.jobTitle.label": "Rannsaich tiotal obrach", // "search.filters.filter.knowsLanguage.head": "Known language", - "search.filters.filter.knowsLanguage.head": "Cànan aithnichte", + "search.filters.filter.knowsLanguage.head": "Cànan aithnichte", // "search.filters.filter.knowsLanguage.placeholder": "Known language", - "search.filters.filter.knowsLanguage.placeholder": "Cànan aithnichte", + "search.filters.filter.knowsLanguage.placeholder": "Cànan aithnichte", // "search.filters.filter.knowsLanguage.label": "Search known language", - "search.filters.filter.knowsLanguage.label": "Rannsaich cànan aithnichte", + "search.filters.filter.knowsLanguage.label": "Rannsaich cànan aithnichte", // "search.filters.filter.namedresourcetype.head": "Status", - "search.filters.filter.namedresourcetype.head": "Inbhe", + "search.filters.filter.namedresourcetype.head": "Inbhe", // "search.filters.filter.namedresourcetype.placeholder": "Status", - "search.filters.filter.namedresourcetype.placeholder": "Inbhe", + "search.filters.filter.namedresourcetype.placeholder": "Inbhe", // "search.filters.filter.namedresourcetype.label": "Search status", "search.filters.filter.namedresourcetype.label": "Rannsaich inbhe", // "search.filters.filter.objectpeople.head": "People", - "search.filters.filter.objectpeople.head": "Daoine", + "search.filters.filter.objectpeople.head": "Daoine", // "search.filters.filter.objectpeople.placeholder": "People", - "search.filters.filter.objectpeople.placeholder": "Daoine", + "search.filters.filter.objectpeople.placeholder": "Daoine", // "search.filters.filter.objectpeople.label": "Search people", "search.filters.filter.objectpeople.label": "Rannsaich daoine", // "search.filters.filter.organizationAddressCountry.head": "Country", - "search.filters.filter.organizationAddressCountry.head": "Dùthaich", + "search.filters.filter.organizationAddressCountry.head": "Dùthaich", // "search.filters.filter.organizationAddressCountry.placeholder": "Country", "search.filters.filter.organizationAddressCountry.placeholder": "Dùthaich", // "search.filters.filter.organizationAddressCountry.label": "Search country", - "search.filters.filter.organizationAddressCountry.label": "Rannsaich dùthaich", + "search.filters.filter.organizationAddressCountry.label": "Rannsaich dùthaich", // "search.filters.filter.organizationAddressLocality.head": "City", - "search.filters.filter.organizationAddressLocality.head": "Baile", + "search.filters.filter.organizationAddressLocality.head": "Baile", // "search.filters.filter.organizationAddressLocality.placeholder": "City", - "search.filters.filter.organizationAddressLocality.placeholder": "Baile", + "search.filters.filter.organizationAddressLocality.placeholder": "Baile", // "search.filters.filter.organizationAddressLocality.label": "Search city", "search.filters.filter.organizationAddressLocality.label": "Rannsaich baile", // "search.filters.filter.organizationFoundingDate.head": "Date Founded", - "search.filters.filter.organizationFoundingDate.head": "Deit Stèidheachaidh", + "search.filters.filter.organizationFoundingDate.head": "Deit Stèidheachaidh", // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", - "search.filters.filter.organizationFoundingDate.placeholder": "Deit Stèidheachaidh", + "search.filters.filter.organizationFoundingDate.placeholder": "Deit Stèidheachaidh", // "search.filters.filter.organizationFoundingDate.label": "Search date founded", - "search.filters.filter.organizationFoundingDate.label": "Rannsaich deit stèidheachaidh", + "search.filters.filter.organizationFoundingDate.label": "Rannsaich deit stèidheachaidh", // "search.filters.filter.scope.head": "Scope", - "search.filters.filter.scope.head": "Leudachd", + "search.filters.filter.scope.head": "Leudachd", // "search.filters.filter.scope.placeholder": "Scope filter", - "search.filters.filter.scope.placeholder": "Fioltair leudachd", + "search.filters.filter.scope.placeholder": "Fioltair leudachd", // "search.filters.filter.scope.label": "Search scope filter", "search.filters.filter.scope.label": "Rannsaich fioltair leudachd", @@ -4920,36 +4920,36 @@ "search.filters.filter.show-less": "Leag", // "search.filters.filter.show-more": "Show more", - "search.filters.filter.show-more": "Seall tuilleadh", + "search.filters.filter.show-more": "Seall tuilleadh", // "search.filters.filter.subject.head": "Subject", - "search.filters.filter.subject.head": "Cuspair", + "search.filters.filter.subject.head": "Cuspair", // "search.filters.filter.subject.placeholder": "Subject", - "search.filters.filter.subject.placeholder": "Cuspair", + "search.filters.filter.subject.placeholder": "Cuspair", // "search.filters.filter.subject.label": "Search subject", - "search.filters.filter.subject.label": "Rannsaich cuspair", + "search.filters.filter.subject.label": "Rannsaich cuspair", // "search.filters.filter.submitter.head": "Submitter", - "search.filters.filter.submitter.head": "Neach-cur-a-steach", + "search.filters.filter.submitter.head": "Neach-cur-a-steach", // "search.filters.filter.submitter.placeholder": "Submitter", - "search.filters.filter.submitter.placeholder": "Neach-cur-a-steach", + "search.filters.filter.submitter.placeholder": "Neach-cur-a-steach", // "search.filters.filter.submitter.label": "Search submitter", - "search.filters.filter.submitter.label": "Rannsaich neach-cur-a-steach", + "search.filters.filter.submitter.label": "Rannsaich neach-cur-a-steach", // "search.filters.entityType.JournalIssue": "Journal Issue", - "search.filters.entityType.JournalIssue": "Deasachadh Diornal", + "search.filters.entityType.JournalIssue": "Deasachadh Diornal", // "search.filters.entityType.JournalVolume": "Journal Volume", - "search.filters.entityType.JournalVolume": "Àireamh Diornal", + "search.filters.entityType.JournalVolume": "Àireamh Diornal", // "search.filters.entityType.OrgUnit": "Organizational Unit", - "search.filters.entityType.OrgUnit": "Aonad Eagrachaidh", + "search.filters.entityType.OrgUnit": "Aonad Eagrachaidh", // "search.filters.has_content_in_original_bundle.true": "Yes", "search.filters.has_content_in_original_bundle.true": "Tha", @@ -4961,10 +4961,10 @@ "search.filters.discoverable.true": "Chan eil", // "search.filters.discoverable.false": "Yes", - "search.filters.discoverable.false": "Tha", + "search.filters.discoverable.false": "Tha", // "search.filters.withdrawn.true": "Yes", - "search.filters.withdrawn.true": "Tha", + "search.filters.withdrawn.true": "Tha", // "search.filters.withdrawn.false": "No", "search.filters.withdrawn.false": "Chan eil", @@ -4982,10 +4982,10 @@ // "search.form.search": "Search", - "search.form.search": "Rannsaich", + "search.form.search": "Rannsaich", // "search.form.search_dspace": "All repository", - "search.form.search_dspace": "Ionad-tasgaidh gu lèir", + "search.form.search_dspace": "Ionad-tasgaidh gu lèir", // "search.form.scope.all": "All of DSpace", "search.form.scope.all": "DSpace gu lèir", @@ -4993,50 +4993,50 @@ // "search.results.head": "Search Results", - "search.results.head": "Toraidhean Rannsachaidh", + "search.results.head": "Toraidhean Rannsachaidh", // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "Cha do thill an rannsachadh toraidhean. Duilgheadas a' lorg na tha thu a' sireadh? Feuch", // "search.results.no-results-link": "quotes around it", - "search.results.no-results-link": "cromagan turrach timcheall air", + "search.results.no-results-link": "cromagan turrach timcheall air", // "search.results.empty": "Your search returned no results.", - "search.results.empty": "Cha do thill an rannsachadh toraidhean.", + "search.results.empty": "Cha do thill an rannsachadh toraidhean.", // "default.search.results.head": "Search Results", - "default.search.results.head": "Toraidhean Rannsachaidh", + "default.search.results.head": "Toraidhean Rannsachaidh", // "search.sidebar.close": "Back to results", "search.sidebar.close": "Air ais gu toraidhean", // "search.sidebar.filters.title": "Filters", - "search.sidebar.filters.title": "Fioltairean", + "search.sidebar.filters.title": "Fioltairean", // "search.sidebar.open": "Search Tools", - "search.sidebar.open": "Innealan Rannsachaidh", + "search.sidebar.open": "Innealan Rannsachaidh", // "search.sidebar.results": "results", "search.sidebar.results": "toraidhean", // "search.sidebar.settings.rpp": "Results per page", - "search.sidebar.settings.rpp": "Toraidhean gach duilleag", + "search.sidebar.settings.rpp": "Toraidhean gach duilleag", // "search.sidebar.settings.sort-by": "Sort By", - "search.sidebar.settings.sort-by": "Seòrsaich a rèir", + "search.sidebar.settings.sort-by": "Seòrsaich a rèir", // "search.sidebar.settings.title": "Settings", - "search.sidebar.settings.title": "Seatadh", + "search.sidebar.settings.title": "Seatadh", // "search.view-switch.show-detail": "Show detail", - "search.view-switch.show-detail": "Seall mion-fhiosrachadh", + "search.view-switch.show-detail": "Seall mion-fhiosrachadh", // "search.view-switch.show-grid": "Show as grid", - "search.view-switch.show-grid": "Seall mar chliath", + "search.view-switch.show-grid": "Seall mar chliath", // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "Seall mar liosta", @@ -5044,34 +5044,34 @@ // "sorting.ASC": "Ascending", - "sorting.ASC": "A' dìreadh", + "sorting.ASC": "A' dìreadh", // "sorting.DESC": "Descending", - "sorting.DESC": "A' teàrnadh", + "sorting.DESC": "A' teàrnadh", // "sorting.dc.title.ASC": "Title Ascending", - "sorting.dc.title.ASC": "Tiotalan a' Dìreadh", + "sorting.dc.title.ASC": "Tiotalan a' Dìreadh", // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Tiotalan a' Teàrnadh", // "sorting.score.ASC": "Least Relevant", - "sorting.score.ASC": "Buntanas as Lugha", + "sorting.score.ASC": "Buntanas as Lugha", // "sorting.score.DESC": "Most Relevant", - "sorting.score.DESC": "Buntanas as Motha", + "sorting.score.DESC": "Buntanas as Motha", // "sorting.dc.date.issued.ASC": "Date Issued Ascending", "sorting.dc.date.issued.ASC": "Dèit Cur-a-mach a' Dìreadh", // "sorting.dc.date.issued.DESC": "Date Issued Descending", - "sorting.dc.date.issued.DESC": "Dèit Cur-a-mach a' Teàrnadh", + "sorting.dc.date.issued.DESC": "Dèit Cur-a-mach a' Teàrnadh", // "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending", - "sorting.dc.date.accessioned.ASC": "Deit Cuir-ris a' Dìreadh", + "sorting.dc.date.accessioned.ASC": "Deit Cuir-ris a' Dìreadh", // "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending", - "sorting.dc.date.accessioned.DESC": "Deit Cuir-ris a' Teàrnadh", + "sorting.dc.date.accessioned.DESC": "Deit Cuir-ris a' Teàrnadh", // "sorting.lastModified.ASC": "Last modified Ascending", "sorting.lastModified.ASC": "Atharraichte mu Dheireadh a' Dìreadh", @@ -5081,37 +5081,37 @@ // "statistics.title": "Statistics", - "statistics.title": "Staitistigs", + "statistics.title": "Staitistigs", // "statistics.header": "Statistics for {{ scope }}", "statistics.header": "Staitistigs airson {{ scope }}", // "statistics.breadcrumbs": "Statistics", - "statistics.breadcrumbs": "Staitistigs", + "statistics.breadcrumbs": "Staitistigs", // "statistics.page.no-data": "No data available", - "statistics.page.no-data": "Chan eil dàta ri fhaighinn", + "statistics.page.no-data": "Chan eil dàta ri fhaighinn", // "statistics.table.no-data": "No data available", - "statistics.table.no-data": "Chan eil dàta ri fhaighinn", + "statistics.table.no-data": "Chan eil dàta ri fhaighinn", // "statistics.table.title.TotalVisits": "Total visits", - "statistics.table.title.TotalVisits": "Tadhail gu lèir", + "statistics.table.title.TotalVisits": "Tadhail gu lèir", // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - "statistics.table.title.TotalVisitsPerMonth": "Tadhail gu lèir sa mhìos", + "statistics.table.title.TotalVisitsPerMonth": "Tadhail gu lèir sa mhìos", // "statistics.table.title.TotalDownloads": "File Visits", - "statistics.table.title.TotalDownloads": "Tadhail air Faidhle", + "statistics.table.title.TotalDownloads": "Tadhail air Faidhle", // "statistics.table.title.TopCountries": "Top country views", - "statistics.table.title.TopCountries": "Seallaidhean as trice a rèir dùthaich", + "statistics.table.title.TopCountries": "Seallaidhean as trice a rèir dùthaich", // "statistics.table.title.TopCities": "Top city views", "statistics.table.title.TopCities": "Seallaidhean as trice a rèir baile", // "statistics.table.header.views": "Views", - "statistics.table.header.views": "Seallaidhean", + "statistics.table.header.views": "Seallaidhean", @@ -5119,40 +5119,40 @@ "submission.edit.breadcrumbs": "Deasaich Cur-a-steach", // "submission.edit.title": "Edit Submission", - "submission.edit.title": "Deasaich Cur-a-steach", + "submission.edit.title": "Deasaich Cur-a-steach", // "submission.general.cancel": "Cancel", - "submission.general.cancel": "Cansail", + "submission.general.cancel": "Cansail", // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", - "submission.general.cannot_submit": "Chan eil còir agad cur-a-steach ùr a dhèanamh.", + "submission.general.cannot_submit": "Chan eil còir agad cur-a-steach ùr a dhèanamh.", // "submission.general.deposit": "Deposit", - "submission.general.deposit": "Taisg", + "submission.general.deposit": "Taisg", // "submission.general.discard.confirm.cancel": "Cancel", - "submission.general.discard.confirm.cancel": "Cansail", + "submission.general.discard.confirm.cancel": "Cansail", // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", "submission.general.discard.confirm.info": "Cha ghabh an t-obrachadh seo neo-dhèanamh. A bheil thu cinnteach?", // "submission.general.discard.confirm.submit": "Yes, I'm sure", - "submission.general.discard.confirm.submit": "Tha, tha mi cinnteach", + "submission.general.discard.confirm.submit": "Tha, tha mi cinnteach", // "submission.general.discard.confirm.title": "Discard submission", - "submission.general.discard.confirm.title": "Cur às do chur-a-steach", + "submission.general.discard.confirm.title": "Cur às do chur-a-steach", // "submission.general.discard.submit": "Discard", - "submission.general.discard.submit": "Cuir às", + "submission.general.discard.submit": "Cuir às", // "submission.general.info.saved": "Saved", - "submission.general.info.saved": "Air a shàbhaladh", + "submission.general.info.saved": "Air a shàbhaladh", // "submission.general.info.pending-changes": "Unsaved changes", "submission.general.info.pending-changes": "Atharraichean nach eil air an sàbhaladh", // "submission.general.save": "Save", - "submission.general.save": "Sàbhail", + "submission.general.save": "Sàbhail", // "submission.general.save-later": "Save for later", "submission.general.save-later": "Sàbhail airson àm eile", @@ -5162,49 +5162,49 @@ "submission.import-external.page.title": "Steach-ghluais metadata bho stòr a-muigh", // "submission.import-external.title": "Import metadata from an external source", - "submission.import-external.title": "Steach-ghluais metadata bho stòr a-muigh", + "submission.import-external.title": "Steach-ghluais metadata bho stòr a-muigh", // "submission.import-external.title.Journal": "Import a journal from an external source", - "submission.import-external.title.Journal": "Steach-ghluais diornal bho stòr a-muigh", + "submission.import-external.title.Journal": "Steach-ghluais diornal bho stòr a-muigh", // "submission.import-external.title.JournalIssue": "Import a journal issue from an external source", - "submission.import-external.title.JournalIssue": "Steach-ghluais deasachadh diornal bho stòr a-muigh", + "submission.import-external.title.JournalIssue": "Steach-ghluais deasachadh diornal bho stòr a-muigh", // "submission.import-external.title.JournalVolume": "Import a journal volume from an external source", - "submission.import-external.title.JournalVolume": "Steach-ghluais àireamh diornal bho stòr a-muigh", + "submission.import-external.title.JournalVolume": "Steach-ghluais àireamh diornal bho stòr a-muigh", // "submission.import-external.title.OrgUnit": "Import a publisher from an external source", "submission.import-external.title.OrgUnit": "Steach-ghluais foillsichear bho stòr a-muigh", // "submission.import-external.title.Person": "Import a person from an external source", - "submission.import-external.title.Person": "Steach-ghluais neach bho stòr a-muigh", + "submission.import-external.title.Person": "Steach-ghluais neach bho stòr a-muigh", // "submission.import-external.title.Project": "Import a project from an external source", - "submission.import-external.title.Project": "Steach-ghluais pròiseact bho stòr a-muigh", + "submission.import-external.title.Project": "Steach-ghluais pròiseact bho stòr a-muigh", // "submission.import-external.title.Publication": "Import a publication from an external source", - "submission.import-external.title.Publication": "Steach-ghluais foillseachadh bho stòr a-muigh", + "submission.import-external.title.Publication": "Steach-ghluais foillseachadh bho stòr a-muigh", // "submission.import-external.title.none": "Import metadata from an external source", - "submission.import-external.title.none": "Steach-ghluais metadata bho stòr a-muigh", + "submission.import-external.title.none": "Steach-ghluais metadata bho stòr a-muigh", // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - "submission.import-external.page.hint": "Cuir ann ceist gu h-àrd gus nithean a lorg bhon lìon airson steach-ghluasad gu DSpace.", + "submission.import-external.page.hint": "Cuir ann ceist gu h-àrd gus nithean a lorg bhon lìon airson steach-ghluasad gu DSpace.", // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", "submission.import-external.back-to-my-dspace": "Air ais gu MoDSpace", // "submission.import-external.search.placeholder": "Search the external source", - "submission.import-external.search.placeholder": "Rannsaich an stòr a-muigh", + "submission.import-external.search.placeholder": "Rannsaich an stòr a-muigh", // "submission.import-external.search.button": "Search", - "submission.import-external.search.button": "Rannsaich", + "submission.import-external.search.button": "Rannsaich", // "submission.import-external.search.button.hint": "Write some words to search", - "submission.import-external.search.button.hint": "Sgrìobh faclan airson rannsachadh", + "submission.import-external.search.button.hint": "Sgrìobh faclan airson rannsachadh", // "submission.import-external.search.source.hint": "Pick an external source", - "submission.import-external.search.source.hint": "Tagh stòr a-muigh", + "submission.import-external.search.source.hint": "Tagh stòr a-muigh", // "submission.import-external.source.arxiv": "arXiv", "submission.import-external.source.arxiv": "arXiv", @@ -5225,7 +5225,7 @@ "submission.import-external.source.openAIREFunding": "Maoineachadh OpenAIRE API", // "submission.import-external.source.orcid": "ORCID", - "submission.import-external.source.orcid": "ORCID", + "submission.import-external.source.orcid": "ORCID", // "submission.import-external.source.pubmed": "Pubmed", // TODO New key - Add a translation @@ -5235,7 +5235,7 @@ "submission.import-external.source.lcname": "Leabharlann Ainmean Còmhdhail", // "submission.import-external.preview.title": "Item Preview", - "submission.import-external.preview.title": "Ro-shealladh Nì", + "submission.import-external.preview.title": "Ro-shealladh Nì", // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", "submission.import-external.preview.subtitle": "Chaidh am metadata gu h-ìosal a steach-ghluasad bho stòr a-muigh. Bidh e ro-lìonte nuair a thòisicheas tu an cur-a-steach.", @@ -5244,7 +5244,7 @@ "submission.import-external.preview.button.import": "Tòisich Cur-a-steach", // "submission.import-external.preview.error.import.title": "Submission error", - "submission.import-external.preview.error.import.title": "Mearachd sa chur-a-steach", + "submission.import-external.preview.error.import.title": "Mearachd sa chur-a-steach", // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", // TODO New key - Add a translation @@ -5260,7 +5260,7 @@ "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Steach-ghluais ùghdar iomallach", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Steach-ghluais diornal iomallach", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Steach-ghluais diornal iomallach", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Steach-ghluais deasachadh diornal iomallach", @@ -5269,37 +5269,37 @@ "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Steach-ghluais àireamh diornal iomallach", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Project", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Pròiseact", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Pròiseact", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "New Entity Added!", "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Chuireadh-ris Eintitidh Ùr!", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Project", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Pròiseact", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Pròiseact", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Funding OpenAIRE API", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Maoineachadh OpenAIRE API", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Maoineachadh OpenAIRE API", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Steach-ghluais Ùghdar Iomallach", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Chaidh ùghdar ionadail a chur ris an taghadh", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Chaidh ùghdar ionadail a chur ris an taghadh", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Chaidh ùghdar a-muigh a steach-ghluasad agus a chur ris an taghadh ", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Chaidh ùghdar a-muigh a steach-ghluasad agus a chur ris an taghadh ", // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Ùghdarras", // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Steach-ghluais mar steach-chur ùghdarras ionadail ùr", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Steach-ghluais mar steach-chur ùghdarras ionadail ùr", // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cansail", + "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cansail", // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Tagh cruinneachadh dhan tèid steach-churan ùra a steach-ghluasad", + "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Tagh cruinneachadh dhan tèid steach-churan ùra a steach-ghluasad", // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entitidhean", @@ -5311,25 +5311,25 @@ "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "A' steach-ghluasad bho Ainm LC", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "A' steach-ghluasad bho ORCID", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "A' steach-ghluasad bho ORCID", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "A' steach-ghluasad bho Diornal Sherpa", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "A' steach-ghluasad bho Diornal Sherpa", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "A' steach-ghluasad bho Fhoillsichear Sherpa", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "A' steach-ghluasad bho Fhoillsichear Sherpa", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "A' steach-ghluasad bho PubMed", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "A' steach-ghluasad bho PubMed", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "A' steach-ghluasad bho arXiv", // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Steach-ghluais", + "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Steach-ghluais", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Steach-ghluais Diornal Iomallach", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Steach-ghluais Diornal Iomallach", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Chaidh diornal ionadail a chur ris an taghadh", @@ -5338,16 +5338,16 @@ "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Chaidh diornal a-muigh a steach-ghluasad agus a chur ris an taghadh", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Steach-ghluais Deasachadh Diornal Iomallach", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Steach-ghluais Deasachadh Diornal Iomallach", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Chaidh deasachadh diornal ionadail a chur ris an taghadh", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Chaidh deasachadh diornal ionadail a chur ris an taghadh", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Chaidh deasachadh diornal a-muigh a steach-ghluasad agus a chur ris an taghadh", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Steach-ghluais Àireamh Diornal Iomallach", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Steach-ghluais Àireamh Diornal Iomallach", // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Chaidh àireamh diornal ionadail a chur ris an taghadh", @@ -5359,115 +5359,115 @@ "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Tagh maids ionadail:", // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", - "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Dì-thagh na h-uile", + "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Dì-thagh na h-uile", // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", - "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Dì-thagh duilleag", + "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Dì-thagh duilleag", // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - "submission.sections.describe.relationship-lookup.search-tab.loading": "A' luchdachadh...", + "submission.sections.describe.relationship-lookup.search-tab.loading": "A' luchdachadh...", // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Ceist rannsachaidh", // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", - "submission.sections.describe.relationship-lookup.search-tab.search": "Rach", + "submission.sections.describe.relationship-lookup.search-tab.search": "Rach", // "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Search...", - "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Rannsaich...", + "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Rannsaich...", // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", - "submission.sections.describe.relationship-lookup.search-tab.select-all": "Tagh na h-uile", + "submission.sections.describe.relationship-lookup.search-tab.select-all": "Tagh na h-uile", // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", - "submission.sections.describe.relationship-lookup.search-tab.select-page": "Tagh duilleag", + "submission.sections.describe.relationship-lookup.search-tab.select-page": "Tagh duilleag", // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", "submission.sections.describe.relationship-lookup.selected": "Thaghadh {{ size }} nithean", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Ùghdaran Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Ùghdaran Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Diornalan Ionadail({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Pròiseactan Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Pròiseactan Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Foillseachaidhean Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Foillseachaidhean Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Ùghdaran Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Ùghdaran Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Aonadan Eagrachaidh Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Aonadan Eagrachaidh Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Pasgain Dàta Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Pasgain Dàta Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Faidhlichean Dàta Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Faidhlichean Dàta Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Diornalan Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Diornalan Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Deasachaidhean Diornal Ionadail ({{ count }})", - + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Deasachaidhean Diornal Ionadail ({{ count }})", + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Deasachaidhean Diornal Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Àireamhan Diornal Ionadail ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Àireamhan Diornal Ionadail ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Àireamhan Diornal Ionadail ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Diornalan Sherpa ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Foillsichearan Sherpa ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Foillsichearan Sherpa ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "Ainmean LC ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "Ainmean LC ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Rannsaich airson Bhuidhnean Maoineachaidh", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Rannsaich airson Bhuidhnean Maoineachaidh", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Rannsaich airson Maoineachadh", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Rannsaich airson Maoineachadh", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Rannsaich airson Aonadan Eagrachaidh", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Rannsaich airson Aonadan Eagrachaidh", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Funding OpenAIRE API", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Maoineachadh OpenAIRE API", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Maoineachadh OpenAIRE API", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projects", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Pròiseactan", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Pròiseactan", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Maoinichear a' Phròiseact", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Maoinichear a' Phròiseact", // "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API", "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Maoineachadh OpenAIRE API", // "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Project", - "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Pròiseact", + "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Pròiseact", // "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projects", - "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Pròiseactan", + "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Pròiseactan", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Maoinichear a' Phròiseact", @@ -5476,62 +5476,62 @@ // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", - "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Rannsaich...", + "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Rannsaich...", // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Taghadh An-dràsta ({{ count }})", + "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Taghadh An-dràsta ({{ count }})", // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", - "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Deasachaidhean Diornal", - + "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Deasachaidhean Diornal", + // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - "submission.sections.describe.relationship-lookup.title.JournalIssue": "Deasachaidhean Diornal", + "submission.sections.describe.relationship-lookup.title.JournalIssue": "Deasachaidhean Diornal", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Àireamhan Diornal", - + // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", - "submission.sections.describe.relationship-lookup.title.JournalVolume": "Àireamhan Diornal", + "submission.sections.describe.relationship-lookup.title.JournalVolume": "Àireamhan Diornal", // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", - "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Diornalan", + "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Diornalan", // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", - "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Ùghdaran", + "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Ùghdaran", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Buidheann Maoineachaidh", - + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Buidheann Maoineachaidh", + // "submission.sections.describe.relationship-lookup.title.Project": "Projects", - "submission.sections.describe.relationship-lookup.title.Project": "Pròiseactan", + "submission.sections.describe.relationship-lookup.title.Project": "Pròiseactan", // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", - "submission.sections.describe.relationship-lookup.title.Publication": "Foillseachaidhean", + "submission.sections.describe.relationship-lookup.title.Publication": "Foillseachaidhean", // "submission.sections.describe.relationship-lookup.title.Person": "Authors", - "submission.sections.describe.relationship-lookup.title.Person": "Ùghdaran", + "submission.sections.describe.relationship-lookup.title.Person": "Ùghdaran", // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", - "submission.sections.describe.relationship-lookup.title.OrgUnit": "Aonadan Eagrachaidh", + "submission.sections.describe.relationship-lookup.title.OrgUnit": "Aonadan Eagrachaidh", // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", - "submission.sections.describe.relationship-lookup.title.DataPackage": "Pasgain Dàta", + "submission.sections.describe.relationship-lookup.title.DataPackage": "Pasgain Dàta", // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", - "submission.sections.describe.relationship-lookup.title.DataFile": "Faidhlichean Dàta", + "submission.sections.describe.relationship-lookup.title.DataFile": "Faidhlichean Dàta", // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - "submission.sections.describe.relationship-lookup.title.Funding Agency": "Buidheann Maoineachaidh", + "submission.sections.describe.relationship-lookup.title.Funding Agency": "Buidheann Maoineachaidh", // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", - "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Maoineachadh", + "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Maoineachadh", // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Prìomh Aonad Eagrachaidh", // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", - "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Suids Clàr-teàrnaidh", + "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Suids Clàr-teàrnaidh", // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", "submission.sections.describe.relationship-lookup.selection-tab.settings": "Seatadh", @@ -5540,16 +5540,16 @@ "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Tha an taghadh falamh an-dràsta .", // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", - "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Ùghdaran Taghte", + "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Ùghdaran Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Diornalan Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Àireamh Diornal Taghte", - + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Àireamh Diornal Taghte", + // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", - "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Pròiseactan Taghte", + "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Pròiseactan Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Foillseachaidhean Taghte", @@ -5561,17 +5561,17 @@ "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Aonadan Eagrachaidh Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Pasgain Dàta Thaghte", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Pasgain Dàta Thaghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Faidhlichean Dàta Taghte", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Faidhlichean Dàta Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", - "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Diornalan Taghte", + "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Diornalan Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Deasachadh Diornal Taghte", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Àireamh Diornal Taghte", @@ -5580,69 +5580,69 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Maoineachadh Taghte", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Deasachadh Diornal Taghte", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Deasachadh Diornal Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Aonad Eagrachaidh Taghte", + "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Aonad Eagrachaidh Taghte", // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Toraidhean Rannsachaidh", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Toraidhean Rannsachaidh", // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Toraidhean Rannsachaidh", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Toraidhean Rannsachaidh", // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Toraidhean Rannsachaidh", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Toraidhean Rannsachaidh", // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Toraidhean Rannsachaidh", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Toraidhean Rannsachaidh", // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Toraidhean Rannsachaidh", + "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Toraidhean Rannsachaidh", // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Toraidhean Rannsachaidh", + "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Toraidhean Rannsachaidh", // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Toraidhean Rannsachaidh", + "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Toraidhean Rannsachaidh", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "A bheil thu airson \"{{ value }}\" a shàbhaladh mar ainm diofraichte don neach seo airson gum faigh thu fhèin agus daoine eile a chleachdadh airson chur-a-steachan ri thighinn? Mura bheil, is urrainn dhut fhathast a chleachdadh airson a' chur-a-steach seo.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Sàbhail ainm diofraichte ùr", // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", - "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Cleachd airson a' chur-a-steach seo a-mhàin", + "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Cleachd airson a' chur-a-steach seo a-mhàin", // "submission.sections.ccLicense.type": "License Type", - "submission.sections.ccLicense.type": "Seòrsa Cead", + "submission.sections.ccLicense.type": "Seòrsa Cead", // "submission.sections.ccLicense.select": "Select a license type…", - "submission.sections.ccLicense.select": "Tagh seòrsa cead…", + "submission.sections.ccLicense.select": "Tagh seòrsa cead…", // "submission.sections.ccLicense.change": "Change your license type…", - "submission.sections.ccLicense.change": "Atharraich an seòrsa cead…", + "submission.sections.ccLicense.change": "Atharraich an seòrsa cead…", // "submission.sections.ccLicense.none": "No licenses available", - "submission.sections.ccLicense.none": "Chan eil ceadan ri fhaighinn", + "submission.sections.ccLicense.none": "Chan eil ceadan ri fhaighinn", // "submission.sections.ccLicense.option.select": "Select an option…", - "submission.sections.ccLicense.option.select": "Tagh roghainn…", + "submission.sections.ccLicense.option.select": "Tagh roghainn…", // "submission.sections.ccLicense.link": "You’ve selected the following license:", - "submission.sections.ccLicense.link": "Thagh thu an cead a leanas:", + "submission.sections.ccLicense.link": "Thagh thu an cead a leanas:", // "submission.sections.ccLicense.confirmation": "I grant the license above", - "submission.sections.ccLicense.confirmation": "Tha mi a' toirt a' chead gu h-àrd", + "submission.sections.ccLicense.confirmation": "Tha mi a' toirt a' chead gu h-àrd", // "submission.sections.general.add-more": "Add more", - "submission.sections.general.add-more": "Cuir-ris tuilleadh", + "submission.sections.general.add-more": "Cuir-ris tuilleadh", // "submission.sections.general.collection": "Collection", - "submission.sections.general.collection": "Cruinneachadh", + "submission.sections.general.collection": "Cruinneachadh", // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", "submission.sections.general.deposit_error_notice": "Bha duilgheadas ann a' cur a-steach an nì seo; feuch a-rithist aig àm eile.", @@ -5657,36 +5657,36 @@ "submission.sections.general.discard_success_notice": "Chaidh cur às don chur-a-steach.", // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", - "submission.sections.general.metadata-extracted": "Chaidh metadata ùr às-tharraing agus a chur ris an earrainn {{sectionId}}.", + "submission.sections.general.metadata-extracted": "Chaidh metadata ùr às-tharraing agus a chur ris an earrainn {{sectionId}}.", // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", - "submission.sections.general.metadata-extracted-new-section": "Chaidh earrann ùr {{sectionId}} a chur ris a' chur-a-steach.", + "submission.sections.general.metadata-extracted-new-section": "Chaidh earrann ùr {{sectionId}} a chur ris a' chur-a-steach.", // "submission.sections.general.no-collection": "No collection found", - "submission.sections.general.no-collection": "Cha deach cruinneachadh a lorg", + "submission.sections.general.no-collection": "Cha deach cruinneachadh a lorg", // "submission.sections.general.no-sections": "No options available", - "submission.sections.general.no-sections": "Chan eil roghainnean ann", + "submission.sections.general.no-sections": "Chan eil roghainnean ann", // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", - "submission.sections.general.save_error_notice": "Bha duilgheadas ann a' sàbhaladh an nì; feuch a-rithist aig àm eile.", + "submission.sections.general.save_error_notice": "Bha duilgheadas ann a' sàbhaladh an nì; feuch a-rithist aig àm eile.", // "submission.sections.general.save_success_notice": "Submission saved successfully.", "submission.sections.general.save_success_notice": "Shàbhaileadh an cur-a-steach.", // "submission.sections.general.search-collection": "Search for a collection", - "submission.sections.general.search-collection": "Rannsaich airson cruinneachadh", + "submission.sections.general.search-collection": "Rannsaich airson cruinneachadh", // "submission.sections.general.sections_not_valid": "There are incomplete sections.", - "submission.sections.general.sections_not_valid": "Tha earrannan neo-chrìochnaichte ann.", + "submission.sections.general.sections_not_valid": "Tha earrannan neo-chrìochnaichte ann.", // "submission.sections.submit.progressbar.CClicense": "Creative commons license", - "submission.sections.submit.progressbar.CClicense": "Cead-cleachdaidh cruthachail", + "submission.sections.submit.progressbar.CClicense": "Cead-cleachdaidh cruthachail", // "submission.sections.submit.progressbar.describe.recycle": "Recycle", - "submission.sections.submit.progressbar.describe.recycle": "Ath-chuairtich", + "submission.sections.submit.progressbar.describe.recycle": "Ath-chuairtich", // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", "submission.sections.submit.progressbar.describe.stepcustom": "Thoir cunntas", @@ -5695,7 +5695,7 @@ "submission.sections.submit.progressbar.describe.stepone": "Thoir cunntas", // "submission.sections.submit.progressbar.describe.steptwo": "Describe", - "submission.sections.submit.progressbar.describe.steptwo": "Thoir cunntas", + "submission.sections.submit.progressbar.describe.steptwo": "Thoir cunntas", // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", // TODO New key - Add a translation @@ -5705,79 +5705,79 @@ "submission.sections.submit.progressbar.license": "Taisg cead", // "submission.sections.submit.progressbar.upload": "Upload files", - "submission.sections.submit.progressbar.upload": "Luchdaich suas faidhlichean", + "submission.sections.submit.progressbar.upload": "Luchdaich suas faidhlichean", // "submission.sections.status.errors.title": "Errors", - "submission.sections.status.errors.title": "Mearachdan", + "submission.sections.status.errors.title": "Mearachdan", // "submission.sections.status.valid.title": "Valid", - "submission.sections.status.valid.title": "Brìgheil", + "submission.sections.status.valid.title": "Brìgheil", // "submission.sections.status.warnings.title": "Warnings", - "submission.sections.status.warnings.title": "Rabhaidhean", + "submission.sections.status.warnings.title": "Rabhaidhean", // "submission.sections.status.errors.aria": "has errors", - "submission.sections.status.errors.aria": "mearachdan ann", + "submission.sections.status.errors.aria": "mearachdan ann", // "submission.sections.status.valid.aria": "is valid", - "submission.sections.status.valid.aria": "brìgheil", + "submission.sections.status.valid.aria": "brìgheil", // "submission.sections.status.warnings.aria": "has warnings", - "submission.sections.status.warnings.aria": "rabhaidhean ann", + "submission.sections.status.warnings.aria": "rabhaidhean ann", // "submission.sections.toggle.open": "Open section", - "submission.sections.toggle.open": "Fosgail earrann", + "submission.sections.toggle.open": "Fosgail earrann", // "submission.sections.toggle.close": "Close section", - "submission.sections.toggle.close": "Dùin earrann", + "submission.sections.toggle.close": "Dùin earrann", // "submission.sections.toggle.aria.open": "Expand {{sectionHeader}} section", - "submission.sections.toggle.aria.open": "Leudaich earrann {{sectionHeader}}", + "submission.sections.toggle.aria.open": "Leudaich earrann {{sectionHeader}}", // "submission.sections.toggle.aria.close": "Collapse {{sectionHeader}} section", - "submission.sections.toggle.aria.close": "Leag earrann {{sectionHeader}}", + "submission.sections.toggle.aria.close": "Leag earrann {{sectionHeader}}", // "submission.sections.upload.delete.confirm.cancel": "Cancel", - "submission.sections.upload.delete.confirm.cancel": "Cansail", + "submission.sections.upload.delete.confirm.cancel": "Cansail", // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", - "submission.sections.upload.delete.confirm.info": "Cha ghabh an t-obrachadh seo neo-dhèanamh. A bheil thu cinnteach?", + "submission.sections.upload.delete.confirm.info": "Cha ghabh an t-obrachadh seo neo-dhèanamh. A bheil thu cinnteach?", // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", - "submission.sections.upload.delete.confirm.submit": "Tha, tha mi cinnteach", + "submission.sections.upload.delete.confirm.submit": "Tha, tha mi cinnteach", // "submission.sections.upload.delete.confirm.title": "Delete bitstream", - "submission.sections.upload.delete.confirm.title": "Dubh às bitstream", + "submission.sections.upload.delete.confirm.title": "Dubh às bitstream", // "submission.sections.upload.delete.submit": "Delete", - "submission.sections.upload.delete.submit": "Dubh às", + "submission.sections.upload.delete.submit": "Dubh às", // "submission.sections.upload.download.title": "Download bitstream", - "submission.sections.upload.download.title": "Luchdaich a-nuas bitstream", + "submission.sections.upload.download.title": "Luchdaich a-nuas bitstream", // "submission.sections.upload.drop-message": "Drop files to attach them to the item", "submission.sections.upload.drop-message": "Leig às faidhlichean agus ceangail iad ris an nì", // "submission.sections.upload.edit.title": "Edit bitstream", - "submission.sections.upload.edit.title": "Deasaich bitstream", + "submission.sections.upload.edit.title": "Deasaich bitstream", // "submission.sections.upload.form.access-condition-label": "Access condition type", // TODO New key - Add a translation "submission.sections.upload.form.access-condition-label": "Seòrsa cumha air cothrom", // "submission.sections.upload.form.date-required": "Date is required.", - "submission.sections.upload.form.date-required": "Tha deit riatanach.", + "submission.sections.upload.form.date-required": "Tha deit riatanach.", // "submission.sections.upload.form.date-required-from": "Grant access from date is required.", - "submission.sections.upload.form.date-required-from": "Tha deit bho bheil cothrom ga thoirt riatanach.", + "submission.sections.upload.form.date-required-from": "Tha deit bho bheil cothrom ga thoirt riatanach.", // "submission.sections.upload.form.date-required-until": "Grant access until date is required.", "submission.sections.upload.form.date-required-until": "Tha deit gu bheil cothrom ga thoirt riatanach.", // "submission.sections.upload.form.from-label": "Grant access from", - "submission.sections.upload.form.from-label": "Thoir cothrom bho", + "submission.sections.upload.form.from-label": "Thoir cothrom bho", // "submission.sections.upload.form.from-placeholder": "From", "submission.sections.upload.form.from-placeholder": "Bho", @@ -5786,13 +5786,13 @@ "submission.sections.upload.form.group-label": "Buidheann", // "submission.sections.upload.form.group-required": "Group is required.", - "submission.sections.upload.form.group-required": "Tha buidheann riatanach.", + "submission.sections.upload.form.group-required": "Tha buidheann riatanach.", // "submission.sections.upload.form.until-label": "Grant access until", - "submission.sections.upload.form.until-label": "Thoir cothrom gu", + "submission.sections.upload.form.until-label": "Thoir cothrom gu", // "submission.sections.upload.form.until-placeholder": "Until", - "submission.sections.upload.form.until-placeholder": "Gu", + "submission.sections.upload.form.until-placeholder": "Gu", // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", "submission.sections.upload.header.policy.default.nolist": "Bidh cothrom air na faidhlichean a chaidh a luchdachadh gu cruinneachadh {{collectionName}} a rèir a' bhuidhinn/nam buidhnean a leanas:", @@ -5808,19 +5808,19 @@ "submission.sections.upload.no-entry": "Chan eil", // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", - "submission.sections.upload.no-file-uploaded": "Cha deach faidhle a luchdachadh suas fhathast.", + "submission.sections.upload.no-file-uploaded": "Cha deach faidhle a luchdachadh suas fhathast.", // "submission.sections.upload.save-metadata": "Save metadata", - "submission.sections.upload.save-metadata": "Sàbhail metadata", + "submission.sections.upload.save-metadata": "Sàbhail metadata", // "submission.sections.upload.undo": "Cancel", "submission.sections.upload.undo": "Cansail", // "submission.sections.upload.upload-failed": "Upload failed", - "submission.sections.upload.upload-failed": "Cha do dh'obraich an luchdachadh suas", + "submission.sections.upload.upload-failed": "Cha do dh'obraich an luchdachadh suas", // "submission.sections.upload.upload-successful": "Upload successful", - "submission.sections.upload.upload-successful": "Dh'obraich an luchdachadh suas", + "submission.sections.upload.upload-successful": "Dh'obraich an luchdachadh suas", @@ -5828,24 +5828,24 @@ "submission.submit.breadcrumbs": "Cur-a-steach ùr", // "submission.submit.title": "New submission", - "submission.submit.title": "Cur-a-steach ùr", + "submission.submit.title": "Cur-a-steach ùr", // "submission.workflow.generic.delete": "Delete", - "submission.workflow.generic.delete": "Dubh às", + "submission.workflow.generic.delete": "Dubh às", // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - "submission.workflow.generic.delete-help": "Ma tha thu airson cur às don nì seo, tagh \"Dubh às\". An uair sin thèid iarraidh ort a dhearbhadh.", + "submission.workflow.generic.delete-help": "Ma tha thu airson cur às don nì seo, tagh \"Dubh às\". An uair sin thèid iarraidh ort a dhearbhadh.", // "submission.workflow.generic.edit": "Edit", - "submission.workflow.generic.edit": "Deasaich", + "submission.workflow.generic.edit": "Deasaich", // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", - "submission.workflow.generic.edit-help": "Tagh an roghainn seo gus metadata an nì atharrachadh.", + "submission.workflow.generic.edit-help": "Tagh an roghainn seo gus metadata an nì atharrachadh.", // "submission.workflow.generic.view": "View", - "submission.workflow.generic.view": "Seall ri", + "submission.workflow.generic.view": "Seall ri", // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", "submission.workflow.generic.view-help": "Tagh an roghainn seo agus seall ri metadata an nì.", @@ -5859,25 +5859,25 @@ "submission.workflow.tasks.claimed.approve_help": "Ma rinn thu ath-sgrùdadh air an nì seo, 's e freagarrach airson a dhol dhan chruinneachadh, tagh \"Aontaich\".", // "submission.workflow.tasks.claimed.edit": "Edit", - "submission.workflow.tasks.claimed.edit": "Deasaich", + "submission.workflow.tasks.claimed.edit": "Deasaich", // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "Tagh an roghainn seo gus metadata an nì atharrachadh.", // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", - "submission.workflow.tasks.claimed.reject.reason.info": "Cuir an t-adhbhar airson an cur-a-steach a dhiùltadh dhan bhogsa gu h-ìosal, ag innse an urrainn dhan neach-cur-a-steach duilgheadas a chur ceart agus a chur a-steach a-rithist.", + "submission.workflow.tasks.claimed.reject.reason.info": "Cuir an t-adhbhar airson an cur-a-steach a dhiùltadh dhan bhogsa gu h-ìosal, ag innse an urrainn dhan neach-cur-a-steach duilgheadas a chur ceart agus a chur a-steach a-rithist.", // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", - "submission.workflow.tasks.claimed.reject.reason.placeholder": "Thoir cunntas air adhbhar an diùltaidh", + "submission.workflow.tasks.claimed.reject.reason.placeholder": "Thoir cunntas air adhbhar an diùltaidh", // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", - "submission.workflow.tasks.claimed.reject.reason.submit": "Diùlt nì", + "submission.workflow.tasks.claimed.reject.reason.submit": "Diùlt nì", // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", - "submission.workflow.tasks.claimed.reject.reason.title": "Adhbhar", + "submission.workflow.tasks.claimed.reject.reason.title": "Adhbhar", // "submission.workflow.tasks.claimed.reject.submit": "Reject", - "submission.workflow.tasks.claimed.reject.submit": "Diùlt", + "submission.workflow.tasks.claimed.reject.submit": "Diùlt", // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", "submission.workflow.tasks.claimed.reject_help": "Ma rinn thu ath-sgrùdadh air an nì seo, 's tu smaoineachadh nach eil e freagarrach airson a dhol dhan chruinneachadh, tagh \"Diùlt\". Thèid iarraidh ort an uair sin brath a chur ann ag innse carson nach eil an nì freagarrach agus am bu chòir an neach-cur-a-steach rudeigin atharrachaadh agus a chur a-steach a-rithist.", @@ -5891,16 +5891,16 @@ // "submission.workflow.tasks.generic.error": "Error occurred during operation...", - "submission.workflow.tasks.generic.error": "Bha mearachd ann a' dèanamh...", + "submission.workflow.tasks.generic.error": "Bha mearachd ann a' dèanamh...", // "submission.workflow.tasks.generic.processing": "Processing...", - "submission.workflow.tasks.generic.processing": "A' pròiseasadh...", + "submission.workflow.tasks.generic.processing": "A' pròiseasadh...", // "submission.workflow.tasks.generic.submitter": "Submitter", - "submission.workflow.tasks.generic.submitter": "Neach-cur-a-steach", + "submission.workflow.tasks.generic.submitter": "Neach-cur-a-steach", // "submission.workflow.tasks.generic.success": "Operation successful", - "submission.workflow.tasks.generic.success": "Dh'obraich an t-obrachadh", + "submission.workflow.tasks.generic.success": "Dh'obraich an t-obrachadh", @@ -5908,10 +5908,10 @@ "submission.workflow.tasks.pool.claim": "Gabh", // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", - "submission.workflow.tasks.pool.claim_help": "Sònraich an obair seo dhut fhèin.", + "submission.workflow.tasks.pool.claim_help": "Sònraich an obair seo dhut fhèin.", // "submission.workflow.tasks.pool.hide-detail": "Hide detail", - "submission.workflow.tasks.pool.hide-detail": "Cleith mion-fhiosrachadh", + "submission.workflow.tasks.pool.hide-detail": "Cleith mion-fhiosrachadh", // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "Seall mion-fhiosrachadh", @@ -5922,7 +5922,7 @@ "thumbnail.default.alt": "Mion-dhealbh", // "thumbnail.default.placeholder": "No Thumbnail Available", - "thumbnail.default.placeholder": "Chan eil Mion-dhealbh ri Fhaighinn", + "thumbnail.default.placeholder": "Chan eil Mion-dhealbh ri Fhaighinn", // "thumbnail.project.alt": "Project Logo", "thumbnail.project.alt": "Suaicheantas Pròiseact", @@ -5931,7 +5931,7 @@ "thumbnail.project.placeholder": "Ìomhaigh Gleidheadair-àite Pròiseact", // "thumbnail.orgunit.alt": "OrgUnit Logo", - "thumbnail.orgunit.alt": "Suaicheantas OrgUnit", + "thumbnail.orgunit.alt": "Suaicheantas OrgUnit", // "thumbnail.orgunit.placeholder": "OrgUnit Placeholder Image", "thumbnail.orgunit.placeholder": "Ìomhaigh Gleidheadair-àite OrgUnit", @@ -5940,7 +5940,7 @@ "thumbnail.person.alt": "Dealbh Iomraidh", // "thumbnail.person.placeholder": "No Profile Picture Available", - "thumbnail.person.placeholder": "Chan eil Dealbh Iomraidh ri Fhaighinn", + "thumbnail.person.placeholder": "Chan eil Dealbh Iomraidh ri Fhaighinn", @@ -5950,7 +5950,7 @@ // "vocabulary-treeview.header": "Hierarchical tree view", - "vocabulary-treeview.header": "Sealladh craobh rangach", + "vocabulary-treeview.header": "Sealladh craobh rangach", // "vocabulary-treeview.load-more": "Load more", "vocabulary-treeview.load-more": "Luchdaich tuilleadh", @@ -5959,13 +5959,13 @@ "vocabulary-treeview.search.form.reset": "Ath-sheat", // "vocabulary-treeview.search.form.search": "Search", - "vocabulary-treeview.search.form.search": "Rannsaich", + "vocabulary-treeview.search.form.search": "Rannsaich", // "vocabulary-treeview.search.no-result": "There were no items to show", - "vocabulary-treeview.search.no-result": "Cha robh nithean ri shealltainn", + "vocabulary-treeview.search.no-result": "Cha robh nithean ri shealltainn", // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - "vocabulary-treeview.tree.description.nsi": "Clar-amais Saidheans Nirribhidh", + "vocabulary-treeview.tree.description.nsi": "Clar-amais Saidheans Nirribhidh", // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", "vocabulary-treeview.tree.description.srsc": "Rannsaich Seòrsaichean Cuspair", @@ -5973,23 +5973,23 @@ // "uploader.browse": "browse", - "uploader.browse": "brobhs", + "uploader.browse": "brobhs", // "uploader.drag-message": "Drag & Drop your files here", - "uploader.drag-message": "Slaod & Leig às na faidhlichean an seo", + "uploader.drag-message": "Slaod & Leig às na faidhlichean an seo", // "uploader.delete.btn-title": "Delete", "uploader.delete.btn-title": "Dubh às", // "uploader.or": ", or ", - "uploader.or": ", no ", + "uploader.or": ", no ", // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation - "uploader.processing": "A' pròiseasadh", + "uploader.processing": "A' pròiseasadh", // "uploader.queue-length": "Queue length", - "uploader.queue-length": "Faid Ciutha", + "uploader.queue-length": "Faid Ciutha", // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-item.info": "Tagh na seòrsaichean dha bheil thu airson metadata bhiortail a shàbhaladh mar metadata fìor", @@ -6012,44 +6012,44 @@ "workflow-item.edit.breadcrumbs": "Deasaich nì-sruth-obrach", // "workflow-item.edit.title": "Edit workflowitem", - "workflow-item.edit.title": "Deasaich nì-sruth-obrach", + "workflow-item.edit.title": "Deasaich nì-sruth-obrach", // "workflow-item.delete.notification.success.title": "Deleted", - "workflow-item.delete.notification.success.title": "Air a dhubhadh às", + "workflow-item.delete.notification.success.title": "Air a dhubhadh às", // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", "workflow-item.delete.notification.success.content": "Chaidh an nì sruth-obrach seo a dhubhadh às", // "workflow-item.delete.notification.error.title": "Something went wrong", - "workflow-item.delete.notification.error.title": "Chaidh rudeigin ceàrr", + "workflow-item.delete.notification.error.title": "Chaidh rudeigin ceàrr", // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", "workflow-item.delete.notification.error.content": "Cha ghabhadh an nì sruth-obrach a dhubhadh às", // "workflow-item.delete.title": "Delete workflow item", - "workflow-item.delete.title": "Dubh às nì sruth-obrach", + "workflow-item.delete.title": "Dubh às nì sruth-obrach", // "workflow-item.delete.header": "Delete workflow item", - "workflow-item.delete.header": "Dubh às nì sruth-obrach ", + "workflow-item.delete.header": "Dubh às nì sruth-obrach ", // "workflow-item.delete.button.cancel": "Cancel", - "workflow-item.delete.button.cancel": "Cansail", + "workflow-item.delete.button.cancel": "Cansail", // "workflow-item.delete.button.confirm": "Delete", - "workflow-item.delete.button.confirm": "Dubh às", + "workflow-item.delete.button.confirm": "Dubh às", // "workflow-item.send-back.notification.success.title": "Sent back to submitter", - "workflow-item.send-back.notification.success.title": "Air a thilleadh gu neach-cur-a-steach", + "workflow-item.send-back.notification.success.title": "Air a thilleadh gu neach-cur-a-steach", // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", "workflow-item.send-back.notification.success.content": "Chaidh an nì sruth-obrach seo a thilleadh chun an neach-cur-a-steach", // "workflow-item.send-back.notification.error.title": "Something went wrong", - "workflow-item.send-back.notification.error.title": "Chaidh rudeigin ceàrr", + "workflow-item.send-back.notification.error.title": "Chaidh rudeigin ceàrr", // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", - "workflow-item.send-back.notification.error.content": "Cha ghabhadh an nì sruth-obrach a thilleadh chun an neach-cur-a-steach", + "workflow-item.send-back.notification.error.content": "Cha ghabhadh an nì sruth-obrach a thilleadh chun an neach-cur-a-steach", // "workflow-item.send-back.title": "Send workflow item back to submitter", "workflow-item.send-back.title": "Till nì sruth-obrach chun an neach-cur-a-steach", @@ -6058,24 +6058,24 @@ "workflow-item.send-back.header": "Till nì sruth-obrach chun an neach-cur-a-steach", // "workflow-item.send-back.button.cancel": "Cancel", - "workflow-item.send-back.button.cancel": "Cansail", + "workflow-item.send-back.button.cancel": "Cansail", // "workflow-item.send-back.button.confirm": "Send back", - "workflow-item.send-back.button.confirm": "Till", + "workflow-item.send-back.button.confirm": "Till", // "workflow-item.view.breadcrumbs": "Workflow View", - "workflow-item.view.breadcrumbs": "Sealladh Sruth-obrach", + "workflow-item.view.breadcrumbs": "Sealladh Sruth-obrach", // "idle-modal.header": "Session will expire soon", - "idle-modal.header": "Thig an seisean gu crìoch a dh'aithghearr", + "idle-modal.header": "Thig an seisean gu crìoch a dh'aithghearr", // "idle-modal.info": "For security reasons, user sessions expire after {{ timeToExpire }} minutes of inactivity. Your session will expire soon. Would you like to extend it or log out?", "idle-modal.info": "Air adhbharan tèarainteachd, bidh seiseanan neach-cleachdaidh a' tighinn gu crìoch an dèidh {{ timeToExpire }} mionaidean nan tàmh. Thig an seisean gu crìoch a dh'aithghearr. A bheil thu airson a leudachadh no airson logadh a-mach?", // "idle-modal.log-out": "Log out", - "idle-modal.log-out": "Log a-mach", + "idle-modal.log-out": "Log a-mach", // "idle-modal.extend-session": "Extend session" - "idle-modal.extend-session": "Leudaich seisean" + "idle-modal.extend-session": "Leudaich seisean", } diff --git a/src/assets/i18n/hi.json5 b/src/assets/i18n/hi.json5 index 4a59dc1b1b..53fc106187 100644 --- a/src/assets/i18n/hi.json5 +++ b/src/assets/i18n/hi.json5 @@ -1,4536 +1,4536 @@ { - "401.help": "आप इस पृष्ठ का प्रयोग करने की अनुमति नहीं हैं। होम पेज पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", - + "401.help": "आप इस पृष्ठ का प्रयोग करने की अनुमति नहीं हैं। होम पेज पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", - "401.link.home-page": "मुझे होम पेज पर ले चलो", - - "401.unauthorized": "अनधिकृत", - + "401.link.home-page": "मुझे होम पेज पर ले चलो", - "403.forbidden": "वर्जित", - - "403.help": "आपको इस पृष्ठ का अभिगमन करने की अनुमति नहीं है। होम पेज पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", - + "401.unauthorized": "अनधिकृत", - "403.link.home-page": "मुझे होम पेज पर ले चलो", - - "404.help": "आप जिस पेज की तलाश कर रहे हैं, वह हमें नहीं मिल रहा है। हो सकता है कि पृष्ठ को स्थानांतरित या हटा दिया गया हो। होम पेज पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", + "403.forbidden": "वर्जित", - "404.link.home-page": "मुझे होम पेज पर ले जाएं", - "404.page-not-found": "पृष्ठ नहीं मिला", + "403.help": "आपको इस पृष्ठ का अभिगमन करने की अनुमति नहीं है। होम पेज पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", - "500.help": "रखरखाव डाउनटाइम या क्षमता समस्याओं के कारण सर्वर अस्थायी रूप से आपके अनुरोध को पूर्ण करने में असमर्थ है। कृपया बाद में पुन: प्रयास करें। ", - "500.link.home-page": "मुझे होम पेज पर ले चलो", + "403.link.home-page": "मुझे होम पेज पर ले चलो", - "500.page-internal-server-error": "सेवा उप्लब्ध् नहीं है", - "access-status.embargo.listelement.badge": "प्रतिबंध", + "404.help": "आप जिस पेज की तलाश कर रहे हैं, वह हमें नहीं मिल रहा है। हो सकता है कि पृष्ठ को स्थानांतरित या हटा दिया गया हो। होम पेज पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", - "access-status.metadata.only.listelement.badge": "केवल मेटाडेटा", + "404.link.home-page": "मुझे होम पेज पर ले जाएं", - "access-status.open.access.listelement.badge": "खुली पहुंच", + "404.page-not-found": "पृष्ठ नहीं मिला", - "access-status.restricted.listelement.badge": "प्रतिबंधित", + "500.help": "रखरखाव डाउनटाइम या क्षमता समस्याओं के कारण सर्वर अस्थायी रूप से आपके अनुरोध को पूर्ण करने में असमर्थ है। कृपया बाद में पुन: प्रयास करें। ", - "access-status.unknown.listelement.badge": "अपरिचित", + "500.link.home-page": "मुझे होम पेज पर ले चलो", - "admin.access-control.epeople.actions.delete": "ई-व्यक्ति हटाएं", + "500.page-internal-server-error": "सेवा उप्लब्ध् नहीं है", - "admin.access-control.epeople.actions.impersonate": "प्रतिरूपण ई-व्यक्ति", + "access-status.embargo.listelement.badge": "प्रतिबंध", - "admin.access-control.epeople.actions.reset": "पासवर्ड रीसेट करें", + "access-status.metadata.only.listelement.badge": "केवल मेटाडेटा", - "admin.access-control.epeople.actions.stop-impersonating": "ई-व्यक्ति का रूप धारण करना बंद करें", + "access-status.open.access.listelement.badge": "खुली पहुंच", - "admin.access-control.epeople.breadcrumbs": "ई लोग", + "access-status.restricted.listelement.badge": "प्रतिबंधित", - "admin.access-control.epeople.button.add": "ई-व्यक्ति जोड़ें", + "access-status.unknown.listelement.badge": "अपरिचित", - "admin.access-control.epeople.button.see-all": "सब कुछ ब्राउज़ करें", + "admin.access-control.epeople.actions.delete": "ई-व्यक्ति हटाएं", - "admin.access-control.epeople.form.canLogIn": "लॉग इन कर सकते हैं", + "admin.access-control.epeople.actions.impersonate": "प्रतिरूपण ई-व्यक्ति", - "admin.access-control.epeople.form.create": "ई-व्यक्ति बनाएं", + "admin.access-control.epeople.actions.reset": "पासवर्ड रीसेट करें", - "admin.access-control.epeople.form.edit": "ई-व्यक्ति संपादित करें", + "admin.access-control.epeople.actions.stop-impersonating": "ई-व्यक्ति का रूप धारण करना बंद करें", - "admin.access-control.epeople.form.email": "ईमेल", + "admin.access-control.epeople.breadcrumbs": "ई लोग", - "admin.access-control.epeople.form.emailHint": "वैध ई-मेल पता होना चाहिए", + "admin.access-control.epeople.button.add": "ई-व्यक्ति जोड़ें", - "admin.access-control.epeople.form.firstName": "प्रथम नाम", + "admin.access-control.epeople.button.see-all": "सब कुछ ब्राउज़ करें", - "admin.access-control.epeople.form.goToGroups": "समूहों में जोड़ें", + "admin.access-control.epeople.form.canLogIn": "लॉग इन कर सकते हैं", - "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "इन समूहों के सदस्य:", + "admin.access-control.epeople.form.create": "ई-व्यक्ति बनाएं", - "admin.access-control.epeople.form.lastName": "उपनाम", + "admin.access-control.epeople.form.edit": "ई-व्यक्ति संपादित करें", - "admin.access-control.epeople.form.memberOfNoGroups": "यह ई-व्यक्ति किसी भी समूह का सदस्य नहीं है", + "admin.access-control.epeople.form.email": "ईमेल", - "admin.access-control.epeople.form.notification.created.failure": "\"{{name}}\" ई-व्यक्ति बनाने में विफल", + "admin.access-control.epeople.form.emailHint": "वैध ई-मेल पता होना चाहिए", - "admin.access-control.epeople.form.notification.created.failure.emailInUse": "\"{{email}}\" ईमेल पहले से प्रयोग में होने के कारण \"{{name}}\" ई-व्यक्ति बनाना विफल हुआ। ", + "admin.access-control.epeople.form.firstName": "प्रथम नाम", - "admin.access-control.epeople.form.notification.created.success": "\"{{name}}\" ई-व्यक्ति सफलतापूर्वक बनाया गया ", + "admin.access-control.epeople.form.goToGroups": "समूहों में जोड़ें", - "admin.access-control.epeople.form.notification.deleted.failure": "ई-व्यक्ति \"{{name}}\" को हटाने में विफल", + "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "इन समूहों के सदस्य:", - "admin.access-control.epeople.form.notification.deleted.success": "ई-व्यक्ति \"{{name}}\" को सफलतापूर्वक हटा दिया गया", + "admin.access-control.epeople.form.lastName": "उपनाम", - "admin.access-control.epeople.form.notification.edited.failure": "\"{{name}}\" ई-व्यक्ति संपादित करने में विफल", + "admin.access-control.epeople.form.memberOfNoGroups": "यह ई-व्यक्ति किसी भी समूह का सदस्य नहीं है", - "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "ई-व्यक्ति \"{{name}}\", ईमेल \"{{email}}\" पहले से प्रयोग में संपादित करने में विफल।", + "admin.access-control.epeople.form.notification.created.failure": "\"{{name}}\" ई-व्यक्ति बनाने में विफल", - "admin.access-control.epeople.form.notification.edited.success": "ई-व्यक्ति \"{{name}}\" को सफलतापूर्वक संपादित किया गया", + "admin.access-control.epeople.form.notification.created.failure.emailInUse": "\"{{email}}\" ईमेल पहले से प्रयोग में होने के कारण \"{{name}}\" ई-व्यक्ति बनाना विफल हुआ। ", - "admin.access-control.epeople.form.requireCertificate": "प्रमाण पत्र की आवश्यकता है", + "admin.access-control.epeople.form.notification.created.success": "\"{{name}}\" ई-व्यक्ति सफलतापूर्वक बनाया गया ", - "admin.access-control.epeople.form.return": "वापस", + "admin.access-control.epeople.form.notification.deleted.failure": "ई-व्यक्ति \"{{name}}\" को हटाने में विफल", - "admin.access-control.epeople.form.table.collectionOrCommunity": "संग्रह/समुदाय", + "admin.access-control.epeople.form.notification.deleted.success": "ई-व्यक्ति \"{{name}}\" को सफलतापूर्वक हटा दिया गया", - "admin.access-control.epeople.form.table.id": "पहचान", + "admin.access-control.epeople.form.notification.edited.failure": "\"{{name}}\" ई-व्यक्ति संपादित करने में विफल", - "admin.access-control.epeople.form.table.name": "नाम", + "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "ई-व्यक्ति \"{{name}}\", ईमेल \"{{email}}\" पहले से प्रयोग में संपादित करने में विफल।", - "admin.access-control.epeople.head": "ई लोग", + "admin.access-control.epeople.form.notification.edited.success": "ई-व्यक्ति \"{{name}}\" को सफलतापूर्वक संपादित किया गया", - "admin.access-control.epeople.no-items": "कोई ई-लोग दिखाने के लिए नहीं।", + "admin.access-control.epeople.form.requireCertificate": "प्रमाण पत्र की आवश्यकता है", - "admin.access-control.epeople.notification.deleted.failure": "ई-व्यक्ति को हटाने में विफल: \"{{name}}\"", + "admin.access-control.epeople.form.return": "वापस", - "admin.access-control.epeople.notification.deleted.success": "ई-व्यक्ति को सफलतापूर्वक हटाया गया: \"{{name}}\"", + "admin.access-control.epeople.form.table.collectionOrCommunity": "संग्रह/समुदाय", - "admin.access-control.epeople.search.button": "खोजें", + "admin.access-control.epeople.form.table.id": "पहचान", - "admin.access-control.epeople.search.head": "खोजें", + "admin.access-control.epeople.form.table.name": "नाम", - "admin.access-control.epeople.search.placeholder": "लोगों को खोजें...", + "admin.access-control.epeople.head": "ई लोग", - "admin.access-control.epeople.search.scope.email": "ईमेल (सटीक)", + "admin.access-control.epeople.no-items": "कोई ई-लोग दिखाने के लिए नहीं।", - "admin.access-control.epeople.search.scope.metadata": "मेटाडेटा", + "admin.access-control.epeople.notification.deleted.failure": "ई-व्यक्ति को हटाने में विफल: \"{{name}}\"", - "admin.access-control.epeople.table.edit": "संपादित करें", + "admin.access-control.epeople.notification.deleted.success": "ई-व्यक्ति को सफलतापूर्वक हटाया गया: \"{{name}}\"", - "admin.access-control.epeople.table.edit.buttons.edit": "\"{{name}}\" संपादित करें", + "admin.access-control.epeople.search.button": "खोजें", - "admin.access-control.epeople.table.edit.buttons.edit-disabled": "आप इस समूह को संपादित करने के लिए अधिकृत नहीं हैं", + "admin.access-control.epeople.search.head": "खोजें", - "admin.access-control.epeople.table.edit.buttons.remove": "\"{{name}}\" मिटाएं", + "admin.access-control.epeople.search.placeholder": "लोगों को खोजें...", - "admin.access-control.epeople.table.email": "ईमेल (सटीक)", + "admin.access-control.epeople.search.scope.email": "ईमेल (सटीक)", - "admin.access-control.epeople.table.id": "पहचान", + "admin.access-control.epeople.search.scope.metadata": "मेटाडेटा", - "admin.access-control.epeople.table.name": "नाम", + "admin.access-control.epeople.table.edit": "संपादित करें", - "admin.access-control.epeople.title": "ई लोग", + "admin.access-control.epeople.table.edit.buttons.edit": "\"{{name}}\" संपादित करें", - "admin.access-control.groups.addGroup.breadcrumbs": "नया समूह", + "admin.access-control.epeople.table.edit.buttons.edit-disabled": "आप इस समूह को संपादित करने के लिए अधिकृत नहीं हैं", - "admin.access-control.groups.breadcrumbs": "समूह", + "admin.access-control.epeople.table.edit.buttons.remove": "\"{{name}}\" मिटाएं", - "admin.access-control.groups.button.add": "समूह जोड़ें", + "admin.access-control.epeople.table.email": "ईमेल (सटीक)", - "admin.access-control.groups.button.see-all": "सब कुछ ब्राउज़ करें", + "admin.access-control.epeople.table.id": "पहचान", - "admin.access-control.groups.form.actions.delete": "समूह हटाएं", + "admin.access-control.epeople.table.name": "नाम", - "admin.access-control.groups.form.alert.permanent": "यह समूह स्थायी है, इसलिए इसे संपादित या हटाया नहीं जा सकता है। आप अभी भी इस पृष्ठ का उपयोग करके समूह के सदस्यों को जोड़ और हटा सकते हैं।", + "admin.access-control.epeople.title": "ई लोग", - "admin.access-control.groups.form.alert.workflowGroup": "इस समूह को संशोधित या हटाया नहीं जा सकता क्योंकि \"{{name}}\" {{comcol}} प्रस्तुतीकरण और कार्यप्रवाह प्रक्रिया में एक भूमिका से संबंधित है। आप इसे हटाने के लिए {{comcol}} संपादन पृष्ठ पर \"assign roles\" टैब का प्रयोग कर सकते है। आप अभी भी इस पेज का उपयोग करके समूह के सदस्यों को जोड़ और हटा सकते हैं।", + "admin.access-control.groups.addGroup.breadcrumbs": "नया समूह", - "admin.access-control.groups.form.delete-group.modal.cancel": "रद्द करें", + "admin.access-control.groups.breadcrumbs": "समूह", - "admin.access-control.groups.form.delete-group.modal.confirm": "हटाएं", + "admin.access-control.groups.button.add": "समूह जोड़ें", - "admin.access-control.groups.form.delete-group.modal.header": "\"{{dsoName}}\" समूह हटाएं", + "admin.access-control.groups.button.see-all": "सब कुछ ब्राउज़ करें", - "admin.access-control.groups.form.delete-group.modal.info": "क्या आप वाकई \"{{dsoName}}\" समूह को हटाना चाहते हैं", + "admin.access-control.groups.form.actions.delete": "समूह हटाएं", - "admin.access-control.groups.form.groupCommunity": "समुदाय या संग्रह", + "admin.access-control.groups.form.alert.permanent": "यह समूह स्थायी है, इसलिए इसे संपादित या हटाया नहीं जा सकता है। आप अभी भी इस पृष्ठ का उपयोग करके समूह के सदस्यों को जोड़ और हटा सकते हैं।", - "admin.access-control.groups.form.groupDescription": "विवरण", + "admin.access-control.groups.form.alert.workflowGroup": "इस समूह को संशोधित या हटाया नहीं जा सकता क्योंकि \"{{name}}\" {{comcol}} प्रस्तुतीकरण और कार्यप्रवाह प्रक्रिया में एक भूमिका से संबंधित है। आप इसे हटाने के लिए {{comcol}} संपादन पृष्ठ पर \"assign roles\" टैब का प्रयोग कर सकते है। आप अभी भी इस पेज का उपयोग करके समूह के सदस्यों को जोड़ और हटा सकते हैं।", - "admin.access-control.groups.form.groupName": "समूह का नाम", + "admin.access-control.groups.form.delete-group.modal.cancel": "रद्द करें", - "admin.access-control.groups.form.head.create": "समूह बनाएँ", + "admin.access-control.groups.form.delete-group.modal.confirm": "हटाएं", - "admin.access-control.groups.form.head.edit": "समूह संपादित करें", + "admin.access-control.groups.form.delete-group.modal.header": "\"{{dsoName}}\" समूह हटाएं", - "admin.access-control.groups.form.members-list.button.see-all": "सब कुछ ब्राउज़ करें", + "admin.access-control.groups.form.delete-group.modal.info": "क्या आप वाकई \"{{dsoName}}\" समूह को हटाना चाहते हैं", - "admin.access-control.groups.form.members-list.head": "ई लोग", + "admin.access-control.groups.form.groupCommunity": "समुदाय या संग्रह", - "admin.access-control.groups.form.members-list.headMembers": "वर्तमान सदस्य", + "admin.access-control.groups.form.groupDescription": "विवरण", - "admin.access-control.groups.form.members-list.no-items": "उस खोज में कोई ई-लोग नहीं मिले", + "admin.access-control.groups.form.groupName": "समूह का नाम", - "admin.access-control.groups.form.members-list.no-members-yet": "समूह में अभी तक कोई सदस्य नहीं है, सदस्य खोजें और जोड़ें।", + "admin.access-control.groups.form.head.create": "समूह बनाएँ", - "admin.access-control.groups.form.members-list.notification.failure.addMember": "सदस्य जोड़ने में विफल: \"{{name}}\"", + "admin.access-control.groups.form.head.edit": "समूह संपादित करें", - "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "सदस्य को हटाने में विफल: \"{{name}}\"", + "admin.access-control.groups.form.members-list.button.see-all": "सब कुछ ब्राउज़ करें", - "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "पहले एक नाम प्रस्तुत करें, कोई वर्तमान सक्रिय समूह नहीं है।", + "admin.access-control.groups.form.members-list.head": "ई लोग", - "admin.access-control.groups.form.members-list.notification.success.addMember": "\"{{name}}\" सदस्य सफलतापूर्वक जोड़ा गया", + "admin.access-control.groups.form.members-list.headMembers": "वर्तमान सदस्य", - "admin.access-control.groups.form.members-list.notification.success.deleteMember": "\"{{name}}\" सदस्य को सफलतापूर्वक हटाया गया", + "admin.access-control.groups.form.members-list.no-items": "उस खोज में कोई ई-लोग नहीं मिले", - "admin.access-control.groups.form.members-list.search.button": "खोजें", + "admin.access-control.groups.form.members-list.no-members-yet": "समूह में अभी तक कोई सदस्य नहीं है, सदस्य खोजें और जोड़ें।", - "admin.access-control.groups.form.members-list.search.head": "ई-लोगों को जोड़ें", + "admin.access-control.groups.form.members-list.notification.failure.addMember": "सदस्य जोड़ने में विफल: \"{{name}}\"", - "admin.access-control.groups.form.members-list.search.scope.email": "ईमेल (सटीक)", + "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "सदस्य को हटाने में विफल: \"{{name}}\"", - "admin.access-control.groups.form.members-list.search.scope.metadata": "मेटाडेटा", + "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "पहले एक नाम प्रस्तुत करें, कोई वर्तमान सक्रिय समूह नहीं है।", - "admin.access-control.groups.form.members-list.table.edit": "हटाएं / जोड़ें", + "admin.access-control.groups.form.members-list.notification.success.addMember": "\"{{name}}\" सदस्य सफलतापूर्वक जोड़ा गया", - "admin.access-control.groups.form.members-list.table.edit.buttons.add": "\"{{name}}\" नाम वाले सदस्य को जोड़ें", + "admin.access-control.groups.form.members-list.notification.success.deleteMember": "\"{{name}}\" सदस्य को सफलतापूर्वक हटाया गया", - "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "\"{{name}}\" नाम वाले सदस्य को हटाएं", + "admin.access-control.groups.form.members-list.search.button": "खोजें", - "admin.access-control.groups.form.members-list.table.email": "ईमेल", + "admin.access-control.groups.form.members-list.search.head": "ई-लोगों को जोड़ें", - "admin.access-control.groups.form.members-list.table.id": "पहचान", + "admin.access-control.groups.form.members-list.search.scope.email": "ईमेल (सटीक)", - "admin.access-control.groups.form.members-list.table.identity": "पहचान", + "admin.access-control.groups.form.members-list.search.scope.metadata": "मेटाडेटा", - "admin.access-control.groups.form.members-list.table.name": "नाम", + "admin.access-control.groups.form.members-list.table.edit": "हटाएं / जोड़ें", - "admin.access-control.groups.form.members-list.table.netid": "NetID", + "admin.access-control.groups.form.members-list.table.edit.buttons.add": "\"{{name}}\" नाम वाले सदस्य को जोड़ें", - "admin.access-control.groups.form.notification.created.failure": "\"{{name}}\" समूह बनाने में विफल", + "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "\"{{name}}\" नाम वाले सदस्य को हटाएं", - "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "\"{{name}}\" नाम के साथ समूह बनाने में विफल, सुनिश्चित करें कि नाम पहले से उपयोग में नहीं है।", + "admin.access-control.groups.form.members-list.table.email": "ईमेल", - "admin.access-control.groups.form.notification.created.success": "\"{{name}}\" समूह सफलतापूर्वक बनाया गया", + "admin.access-control.groups.form.members-list.table.id": "पहचान", - "admin.access-control.groups.form.notification.deleted.failure.content": "कारण: \"{{ cause }}\"", + "admin.access-control.groups.form.members-list.table.identity": "पहचान", - "admin.access-control.groups.form.notification.deleted.failure.title": "\"{{ name }}\" समूह को हटाने में विफल", + "admin.access-control.groups.form.members-list.table.name": "नाम", - "admin.access-control.groups.form.notification.deleted.success": "\"{{ name }}\" समूह को सफलतापूर्वक हटाया गया", + "admin.access-control.groups.form.members-list.table.netid": "NetID", - "admin.access-control.groups.form.notification.edited.failure": "\"{{name}}\" समूह को संपादित करने में विफल", + "admin.access-control.groups.form.notification.created.failure": "\"{{name}}\" समूह बनाने में विफल", - "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "\"{{name}}\" नाम पहले से प्रयोग में है!", + "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "\"{{name}}\" नाम के साथ समूह बनाने में विफल, सुनिश्चित करें कि नाम पहले से उपयोग में नहीं है।", - "admin.access-control.groups.form.notification.edited.success": "\"{{name}}\" समूह को सफलतापूर्वक संपादित किया गया", + "admin.access-control.groups.form.notification.created.success": "\"{{name}}\" समूह सफलतापूर्वक बनाया गया", - "admin.access-control.groups.form.return": "वापस", + "admin.access-control.groups.form.notification.deleted.failure.content": "कारण: \"{{ cause }}\"", - "admin.access-control.groups.form.subgroups-list.button.see-all": "सभी ब्राउज़ करें", + "admin.access-control.groups.form.notification.deleted.failure.title": "\"{{ name }}\" समूह को हटाने में विफल", - "admin.access-control.groups.form.subgroups-list.head": "समूह", + "admin.access-control.groups.form.notification.deleted.success": "\"{{ name }}\" समूह को सफलतापूर्वक हटाया गया", - "admin.access-control.groups.form.subgroups-list.headSubgroups": "वर्तमान उपसमूह", + "admin.access-control.groups.form.notification.edited.failure": "\"{{name}}\" समूह को संपादित करने में विफल", - "admin.access-control.groups.form.subgroups-list.no-items": "इसके नाम से कोई समूह नहीं मिला या यह UUID के रूप में नहीं है", + "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "\"{{name}}\" नाम पहले से प्रयोग में है!", - "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "समूह में अभी तक कोई उपसमूह नहीं है।", + "admin.access-control.groups.form.notification.edited.success": "\"{{name}}\" समूह को सफलतापूर्वक संपादित किया गया", - "admin.access-control.groups.form.subgroups-list.notification.failure": "कुछ गलत हुआ: \"{{cause}}\"", + "admin.access-control.groups.form.return": "वापस", - "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "उपसमूह जोड़ने में विफल: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.button.see-all": "सभी ब्राउज़ करें", - "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "\"{{name}}\" उपसमूह को हटाने में विफल", + "admin.access-control.groups.form.subgroups-list.head": "समूह", - "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "कोई वर्तमान सक्रिय समूह नहीं है, पहले एक नाम प्रस्तुत करें।", + "admin.access-control.groups.form.subgroups-list.headSubgroups": "वर्तमान उपसमूह", - "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "यह वर्तमान समूह है, जोड़ा नहीं जा सकता।", + "admin.access-control.groups.form.subgroups-list.no-items": "इसके नाम से कोई समूह नहीं मिला या यह UUID के रूप में नहीं है", - "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "उपसमूह सफलतापूर्वक जोड़ा गया: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "समूह में अभी तक कोई उपसमूह नहीं है।", - "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "\"{{name}}\" उपसमूह को सफलतापूर्वक हटाया गया", + "admin.access-control.groups.form.subgroups-list.notification.failure": "कुछ गलत हुआ: \"{{cause}}\"", - "admin.access-control.groups.form.subgroups-list.search.button": "खोजें", + "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "उपसमूह जोड़ने में विफल: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.search.head": "उपसमूह जोड़ें", + "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "\"{{name}}\" उपसमूह को हटाने में विफल", - "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "संग्रह/समुदाय", + "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "कोई वर्तमान सक्रिय समूह नहीं है, पहले एक नाम प्रस्तुत करें।", - "admin.access-control.groups.form.subgroups-list.table.edit": "हटाएं / जोड़ें", + "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "यह वर्तमान समूह है, जोड़ा नहीं जा सकता।", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "\"{{name}}\" नाम से उपसमूह जोड़ें", + "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "उपसमूह सफलतापूर्वक जोड़ा गया: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "\"{{name}}\" नाम से उपसमूह हटाएं", + "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "\"{{name}}\" उपसमूह को सफलतापूर्वक हटाया गया", - "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "वर्तमान समूह", + "admin.access-control.groups.form.subgroups-list.search.button": "खोजें", - "admin.access-control.groups.form.subgroups-list.table.id": "पहचान", + "admin.access-control.groups.form.subgroups-list.search.head": "उपसमूह जोड़ें", - "admin.access-control.groups.form.subgroups-list.table.name": "नाम", + "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "संग्रह/समुदाय", - "admin.access-control.groups.head": "समूह", + "admin.access-control.groups.form.subgroups-list.table.edit": "हटाएं / जोड़ें", - "admin.access-control.groups.no-items": "इसके नाम से कोई समूह नहीं मिला या यह UUID के रूप में नहीं है", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "\"{{name}}\" नाम से उपसमूह जोड़ें", - "admin.access-control.groups.notification.deleted.failure.content": "कारण: \"{{cause}}\"", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "\"{{name}}\" नाम से उपसमूह हटाएं", - "admin.access-control.groups.notification.deleted.failure.title": "\"{{name}}\" समूह को हटाने में विफल", + "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "वर्तमान समूह", - "admin.access-control.groups.notification.deleted.success": "समूह \"{{name}}\" को सफलतापूर्वक हटाया गया", + "admin.access-control.groups.form.subgroups-list.table.id": "पहचान", - "admin.access-control.groups.search.button": "खोजें", + "admin.access-control.groups.form.subgroups-list.table.name": "नाम", - "admin.access-control.groups.search.head": "समूह खोजें", + "admin.access-control.groups.head": "समूह", - "admin.access-control.groups.search.placeholder": "समूह खोजें...", + "admin.access-control.groups.no-items": "इसके नाम से कोई समूह नहीं मिला या यह UUID के रूप में नहीं है", - "admin.access-control.groups.singleGroup.breadcrumbs": "समूह संपादित करें", + "admin.access-control.groups.notification.deleted.failure.content": "कारण: \"{{cause}}\"", - "admin.access-control.groups.table.collectionOrCommunity": "संग्रह/समुदाय", + "admin.access-control.groups.notification.deleted.failure.title": "\"{{name}}\" समूह को हटाने में विफल", - "admin.access-control.groups.table.edit": "संपादित करें", + "admin.access-control.groups.notification.deleted.success": "समूह \"{{name}}\" को सफलतापूर्वक हटाया गया", - "admin.access-control.groups.table.edit.buttons.edit": "\"{{name}}\" संपादित करें", + "admin.access-control.groups.search.button": "खोजें", - "admin.access-control.groups.table.edit.buttons.remove": "\"{{name}}\" हटाएं", + "admin.access-control.groups.search.head": "समूह खोजें", - "admin.access-control.groups.table.id": "पहचान", + "admin.access-control.groups.search.placeholder": "समूह खोजें...", - "admin.access-control.groups.table.members": "सदस्य", + "admin.access-control.groups.singleGroup.breadcrumbs": "समूह संपादित करें", - "admin.access-control.groups.table.name": "नाम", + "admin.access-control.groups.table.collectionOrCommunity": "संग्रह/समुदाय", - "admin.access-control.groups.title": "समूह", + "admin.access-control.groups.table.edit": "संपादित करें", - "admin.access-control.groups.title.addGroup": "नया समूह", + "admin.access-control.groups.table.edit.buttons.edit": "\"{{name}}\" संपादित करें", - "admin.access-control.groups.title.singleGroup": "समूह संपादित करें", + "admin.access-control.groups.table.edit.buttons.remove": "\"{{name}}\" हटाएं", - "admin.curation-tasks.breadcrumbs": "प्रणाली क्यूरेशन कार्य", + "admin.access-control.groups.table.id": "पहचान", - "admin.curation-tasks.header": "प्रणाली क्यूरेशन कार्य", + "admin.access-control.groups.table.members": "सदस्य", - "admin.curation-tasks.title": "प्रणाली क्यूरेशन कार्य", + "admin.access-control.groups.table.name": "नाम", - "admin.metadata-import.breadcrumbs": "मेटाडेटा आयात करें", + "admin.access-control.groups.title": "समूह", - "admin.metadata-import.page.button.proceed": "आगे बढ़ें", + "admin.access-control.groups.title.addGroup": "नया समूह", - "admin.metadata-import.page.button.return": "वापस", + "admin.access-control.groups.title.singleGroup": "समूह संपादित करें", - "admin.metadata-import.page.dropMsg": "आयात करने के लिए मेटाडेटा CSV छोड़ें", + "admin.curation-tasks.breadcrumbs": "प्रणाली क्यूरेशन कार्य", - "admin.metadata-import.page.dropMsgReplace": "आयात करने के लिए मेटाडेटा CSV को बदलने के लिए ड्रॉप करें", + "admin.curation-tasks.header": "प्रणाली क्यूरेशन कार्य", - "admin.metadata-import.page.error.addFile": "पहले फ़ाइल का चयन करें!", + "admin.curation-tasks.title": "प्रणाली क्यूरेशन कार्य", - "admin.metadata-import.page.header": "मेटाडेटा आयात करें", + "admin.metadata-import.breadcrumbs": "मेटाडेटा आयात करें", - "admin.metadata-import.page.help": "आप उन CSV फ़ाइलों को छोड़ या ब्राउज़ कर सकते हैं जिनमें फ़ाइलों पर बैच मेटाडेटा संचालन शामिल हैं", + "admin.metadata-import.page.button.proceed": "आगे बढ़ें", - "admin.metadata-import.page.validateOnly": "केवल मान्य करें", + "admin.metadata-import.page.button.return": "वापस", - "admin.metadata-import.page.validateOnly.hint": "चुनी गयी CSV फाइल को उप्लोअडिंग उपरांत पुष्टिकृत किया जाएगा। आपको पाए गए परिवर्तनों की रिपोर्ट प्राप्त होगी, लेकिन कोई भी परिवर्तन सहेजा नहीं जाएगा।", + "admin.metadata-import.page.dropMsg": "आयात करने के लिए मेटाडेटा CSV छोड़ें", - "admin.metadata-import.title": "मेटाडेटा आयात करें", + "admin.metadata-import.page.dropMsgReplace": "आयात करने के लिए मेटाडेटा CSV को बदलने के लिए ड्रॉप करें", - "admin.registries.bitstream-formats.breadcrumbs": "प्रारूप रजिस्ट्री", + "admin.metadata-import.page.error.addFile": "पहले फ़ाइल का चयन करें!", - "admin.registries.bitstream-formats.create.breadcrumbs": "बिटस्ट्रीम प्रारूप", + "admin.metadata-import.page.header": "मेटाडेटा आयात करें", - "admin.registries.bitstream-formats.create.failure.content": "नया बिटस्ट्रीम प्रारूप बनाते समय एक त्रुटि हुई।", + "admin.metadata-import.page.help": "आप उन CSV फ़ाइलों को छोड़ या ब्राउज़ कर सकते हैं जिनमें फ़ाइलों पर बैच मेटाडेटा संचालन शामिल हैं", - "admin.registries.bitstream-formats.create.failure.head": "असफलता", + "admin.metadata-import.page.validateOnly": "केवल मान्य करें", - "admin.registries.bitstream-formats.create.head": "बिटस्ट्रीम प्रारूप बनाएं", + "admin.metadata-import.page.validateOnly.hint": "चुनी गयी CSV फाइल को उप्लोअडिंग उपरांत पुष्टिकृत किया जाएगा। आपको पाए गए परिवर्तनों की रिपोर्ट प्राप्त होगी, लेकिन कोई भी परिवर्तन सहेजा नहीं जाएगा।", - "admin.registries.bitstream-formats.create.new": "एक नया बिटस्ट्रीम प्रारूप जोड़ें", + "admin.metadata-import.title": "मेटाडेटा आयात करें", - "admin.registries.bitstream-formats.create.success.content": "नया बिटस्ट्रीम स्वरूप सफलतापूर्वक बनाया गया।", + "admin.registries.bitstream-formats.breadcrumbs": "प्रारूप रजिस्ट्री", - "admin.registries.bitstream-formats.create.success.head": "सफलता", + "admin.registries.bitstream-formats.create.breadcrumbs": "बिटस्ट्रीम प्रारूप", - "admin.registries.bitstream-formats.delete.failure.amount": "{{ amount }} प्रारूप (प्रारूपों) को निकालने में विफल", + "admin.registries.bitstream-formats.create.failure.content": "नया बिटस्ट्रीम प्रारूप बनाते समय एक त्रुटि हुई।", - "admin.registries.bitstream-formats.delete.failure.head": "असफलता", + "admin.registries.bitstream-formats.create.failure.head": "असफलता", - "admin.registries.bitstream-formats.delete.success.amount": "{{ amount}} प्रारूप (प्रारूपों) को सफलतापूर्वक हटा दिया गया हैं|", + "admin.registries.bitstream-formats.create.head": "बिटस्ट्रीम प्रारूप बनाएं", - "admin.registries.bitstream-formats.delete.success.head": "सफलता", + "admin.registries.bitstream-formats.create.new": "एक नया बिटस्ट्रीम प्रारूप जोड़ें", - "admin.registries.bitstream-formats.description": "बिटस्ट्रीम प्रारूपों की यह सूची ज्ञात स्वरूपों और उनके समर्थन स्तर के बारे में जानकारी प्रदान करती है।", + "admin.registries.bitstream-formats.create.success.content": "नया बिटस्ट्रीम स्वरूप सफलतापूर्वक बनाया गया।", - "admin.registries.bitstream-formats.edit.breadcrumbs": "बिटस्ट्रीम प्रारूप", + "admin.registries.bitstream-formats.create.success.head": "सफलता", - "admin.registries.bitstream-formats.edit.description.hint": "", + "admin.registries.bitstream-formats.delete.failure.amount": "{{ amount }} प्रारूप (प्रारूपों) को निकालने में विफल", - "admin.registries.bitstream-formats.edit.description.label": "विवरण", + "admin.registries.bitstream-formats.delete.failure.head": "असफलता", - "admin.registries.bitstream-formats.edit.extensions.hint": "एक्सटेंशन का उपयोग अपलोड की गई फ़ाइलों के प्रारूप को स्वचालित रूप से पहचानने के लिए किया जाता है। आप प्रत्येक प्रारूप के लिए कई एक्सटेंशन दर्ज कर सकते हैं।", + "admin.registries.bitstream-formats.delete.success.amount": "{{ amount}} प्रारूप (प्रारूपों) को सफलतापूर्वक हटा दिया गया हैं|", - "admin.registries.bitstream-formats.edit.extensions.label": "फाइल एक्सटेंशन", + "admin.registries.bitstream-formats.delete.success.head": "सफलता", - "admin.registries.bitstream-formats.edit.extensions.placeholder": "बिंदु के बिना फ़ाइल एक्सटेंशन दर्ज करें", + "admin.registries.bitstream-formats.description": "बिटस्ट्रीम प्रारूपों की यह सूची ज्ञात स्वरूपों और उनके समर्थन स्तर के बारे में जानकारी प्रदान करती है।", - "admin.registries.bitstream-formats.edit.failure.content": "बिटस्ट्रीम प्रारूप को संपादित करते समय एक त्रुटि हुई।", + "admin.registries.bitstream-formats.edit.breadcrumbs": "बिटस्ट्रीम प्रारूप", - "admin.registries.bitstream-formats.edit.failure.head": "असफलता", + "admin.registries.bitstream-formats.edit.description.hint": "", - "admin.registries.bitstream-formats.edit.head": "बिटस्ट्रीम प्रारूप: {{ format }}", + "admin.registries.bitstream-formats.edit.description.label": "विवरण", - "admin.registries.bitstream-formats.edit.internal.hint": "आंतरिक के रूप में चिह्नित प्रारूप उपयोगकर्ता से छिपे हुए हैं, और प्रशासनिक उद्देश्यों के लिए उपयोग किए जाते हैं।", + "admin.registries.bitstream-formats.edit.extensions.hint": "एक्सटेंशन का उपयोग अपलोड की गई फ़ाइलों के प्रारूप को स्वचालित रूप से पहचानने के लिए किया जाता है। आप प्रत्येक प्रारूप के लिए कई एक्सटेंशन दर्ज कर सकते हैं।", - "admin.registries.bitstream-formats.edit.internal.label": "आंतरिक", + "admin.registries.bitstream-formats.edit.extensions.label": "फाइल एक्सटेंशन", - "admin.registries.bitstream-formats.edit.mimetype.hint": "इस प्रारूप से जुड़े MIME प्रकार का अद्वितीय होना आवश्यक नहीं है।", + "admin.registries.bitstream-formats.edit.extensions.placeholder": "बिंदु के बिना फ़ाइल एक्सटेंशन दर्ज करें", - "admin.registries.bitstream-formats.edit.mimetype.label": "माइम (MIME) प्रकार", + "admin.registries.bitstream-formats.edit.failure.content": "बिटस्ट्रीम प्रारूप को संपादित करते समय एक त्रुटि हुई।", - "admin.registries.bitstream-formats.edit.shortDescription.hint": "इस प्रारूप के लिए एक अनूठा नाम, (जैसे माइक्रोसॉफ्ट वर्ड एक्सपी या माइक्रोसॉफ्ट वर्ड 2000)", + "admin.registries.bitstream-formats.edit.failure.head": "असफलता", - "admin.registries.bitstream-formats.edit.shortDescription.label": "नाम", + "admin.registries.bitstream-formats.edit.head": "बिटस्ट्रीम प्रारूप: {{ format }}", - "admin.registries.bitstream-formats.edit.success.content": "बिटस्ट्रीम प्रारूप सफलतापूर्वक संपादित किया गया।", + "admin.registries.bitstream-formats.edit.internal.hint": "आंतरिक के रूप में चिह्नित प्रारूप उपयोगकर्ता से छिपे हुए हैं, और प्रशासनिक उद्देश्यों के लिए उपयोग किए जाते हैं।", - "admin.registries.bitstream-formats.edit.success.head": "सफलता", + "admin.registries.bitstream-formats.edit.internal.label": "आंतरिक", - "admin.registries.bitstream-formats.edit.supportLevel.hint": "इस प्रारूप के लिए आपकी संस्था द्वारा दिए गए समर्थन का स्तर।", + "admin.registries.bitstream-formats.edit.mimetype.hint": "इस प्रारूप से जुड़े MIME प्रकार का अद्वितीय होना आवश्यक नहीं है।", - "admin.registries.bitstream-formats.edit.supportLevel.label": "समर्थन स्तर", + "admin.registries.bitstream-formats.edit.mimetype.label": "माइम (MIME) प्रकार", - "admin.registries.bitstream-formats.head": "बिटस्ट्रीम प्रारूप रजिस्ट्री", + "admin.registries.bitstream-formats.edit.shortDescription.hint": "इस प्रारूप के लिए एक अनूठा नाम, (जैसे माइक्रोसॉफ्ट वर्ड एक्सपी या माइक्रोसॉफ्ट वर्ड 2000)", - "admin.registries.bitstream-formats.no-items": "दिखाने के लिए कोई बिटस्ट्रीम प्रारूप नहीं।", + "admin.registries.bitstream-formats.edit.shortDescription.label": "नाम", - "admin.registries.bitstream-formats.table.delete": "चयनित हटाएं", + "admin.registries.bitstream-formats.edit.success.content": "बिटस्ट्रीम प्रारूप सफलतापूर्वक संपादित किया गया।", - "admin.registries.bitstream-formats.table.deselect-all": "सभी को अचयनित करें", + "admin.registries.bitstream-formats.edit.success.head": "सफलता", - "admin.registries.bitstream-formats.table.internal": "आंतरिक", + "admin.registries.bitstream-formats.edit.supportLevel.hint": "इस प्रारूप के लिए आपकी संस्था द्वारा दिए गए समर्थन का स्तर।", - "admin.registries.bitstream-formats.table.mimetype": "माइम (MIME) प्रकार", + "admin.registries.bitstream-formats.edit.supportLevel.label": "समर्थन स्तर", - "admin.registries.bitstream-formats.table.name": "नाम", + "admin.registries.bitstream-formats.head": "बिटस्ट्रीम प्रारूप रजिस्ट्री", - "admin.registries.bitstream-formats.table.return": "पीछे", + "admin.registries.bitstream-formats.no-items": "दिखाने के लिए कोई बिटस्ट्रीम प्रारूप नहीं।", - "admin.registries.bitstream-formats.table.supportLevel.head": "समर्थन स्तर", + "admin.registries.bitstream-formats.table.delete": "चयनित हटाएं", - "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "परिचित", + "admin.registries.bitstream-formats.table.deselect-all": "सभी को अचयनित करें", - "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "समर्थित", + "admin.registries.bitstream-formats.table.internal": "आंतरिक", - "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "अज्ञात", + "admin.registries.bitstream-formats.table.mimetype": "माइम (MIME) प्रकार", - "admin.registries.bitstream-formats.title": "बिटस्ट्रीम प्रारूप रजिस्ट्री", + "admin.registries.bitstream-formats.table.name": "नाम", - "admin.registries.metadata.breadcrumbs": "मेटाडेटा रजिस्ट्री", + "admin.registries.bitstream-formats.table.return": "पीछे", - "admin.registries.metadata.description": "मेटाडेटा रजिस्ट्री संग्रहालय में उपलब्ध सभी मेटाडेटा फ़ील्ड की एक सूची रखता है। इन क्षेत्रों को कई स्कीमाओं में विभाजित किया जा सकता है। हालांकि, डीस्पेस को योग्य डबलिन कोर स्कीमा की आवश्यकता है।", + "admin.registries.bitstream-formats.table.supportLevel.head": "समर्थन स्तर", - "admin.registries.metadata.form.create": "मेटाडेटा स्कीमा बनाएं", + "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "परिचित", - "admin.registries.metadata.form.edit": "मेटाडेटा स्कीमा संपादित करें", + "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "समर्थित", - "admin.registries.metadata.form.name": "नाम", + "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "अज्ञात", - "admin.registries.metadata.form.namespace": "नाम स्थान", + "admin.registries.bitstream-formats.title": "बिटस्ट्रीम प्रारूप रजिस्ट्री", - "admin.registries.metadata.head": "मेटाडेटा रजिस्ट्री", + "admin.registries.metadata.breadcrumbs": "मेटाडेटा रजिस्ट्री", - "admin.registries.metadata.schemas.no-items": "दिखाने के लिए कोई मेटाडेटा स्कीमा नहीं है।", + "admin.registries.metadata.description": "मेटाडेटा रजिस्ट्री संग्रहालय में उपलब्ध सभी मेटाडेटा फ़ील्ड की एक सूची रखता है। इन क्षेत्रों को कई स्कीमाओं में विभाजित किया जा सकता है। हालांकि, डीस्पेस को योग्य डबलिन कोर स्कीमा की आवश्यकता है।", - "admin.registries.metadata.schemas.table.delete": "चयनित हटाएं", + "admin.registries.metadata.form.create": "मेटाडेटा स्कीमा बनाएं", - "admin.registries.metadata.schemas.table.id": "पहचान", + "admin.registries.metadata.form.edit": "मेटाडेटा स्कीमा संपादित करें", - "admin.registries.metadata.schemas.table.name": "नाम", + "admin.registries.metadata.form.name": "नाम", - "admin.registries.metadata.schemas.table.namespace": "नाम स्थान", + "admin.registries.metadata.form.namespace": "नाम स्थान", - "admin.registries.metadata.title": "मेटाडेटा रजिस्ट्री", + "admin.registries.metadata.head": "मेटाडेटा रजिस्ट्री", - "admin.registries.schema.breadcrumbs": "मेटाडेटा स्कीमा", + "admin.registries.metadata.schemas.no-items": "दिखाने के लिए कोई मेटाडेटा स्कीमा नहीं है।", - "admin.registries.schema.description": "यह \"{{namespace}}\" के लिए मेटाडेटा स्कीमा है।", + "admin.registries.metadata.schemas.table.delete": "चयनित हटाएं", - "admin.registries.schema.fields.head": "स्कीमा मेटाडेटा फ़ील्ड", + "admin.registries.metadata.schemas.table.id": "पहचान", - "admin.registries.schema.fields.no-items": "दिखाने के लिए कोई मेटाडेटा फ़ील्ड नहीं है|", + "admin.registries.metadata.schemas.table.name": "नाम", - "admin.registries.schema.fields.table.delete": "चयनित हटाएं", + "admin.registries.metadata.schemas.table.namespace": "नाम स्थान", - "admin.registries.schema.fields.table.field": " फील्ड", + "admin.registries.metadata.title": "मेटाडेटा रजिस्ट्री", - "admin.registries.schema.fields.table.scopenote": "कार्यक्षेत्र नोट", + "admin.registries.schema.breadcrumbs": "मेटाडेटा स्कीमा", - "admin.registries.schema.form.create": "मेटाडेटा फ़ील्ड बनाएं", + "admin.registries.schema.description": "यह \"{{namespace}}\" के लिए मेटाडेटा स्कीमा है।", - "admin.registries.schema.form.edit": "मेटाडेटा फ़ील्ड संपादित करें", + "admin.registries.schema.fields.head": "स्कीमा मेटाडेटा फ़ील्ड", - "admin.registries.schema.form.element": "तत्व", + "admin.registries.schema.fields.no-items": "दिखाने के लिए कोई मेटाडेटा फ़ील्ड नहीं है|", - "admin.registries.schema.form.qualifier": "क्वालीफायर", + "admin.registries.schema.fields.table.delete": "चयनित हटाएं", - "admin.registries.schema.form.scopenote": "कार्यक्षेत्र नोट", + "admin.registries.schema.fields.table.field": " फील्ड", - "admin.registries.schema.head": "मेटाडेटा स्कीमा", + "admin.registries.schema.fields.table.scopenote": "कार्यक्षेत्र नोट", - "admin.registries.schema.notification.created": "\"{{prefix}}\" मेटाडेटा स्कीमा सफलतापूर्वक बनाया गया", + "admin.registries.schema.form.create": "मेटाडेटा फ़ील्ड बनाएं", - "admin.registries.schema.notification.deleted.failure": "{{amount}} मेटाडेटा स्कीमा हटाने में विफल", + "admin.registries.schema.form.edit": "मेटाडेटा फ़ील्ड संपादित करें", - "admin.registries.schema.notification.deleted.success": "{{amount}} मेटाडेटा स्कीमा सफलतापूर्वक हटा दिए गए", + "admin.registries.schema.form.element": "तत्व", - "admin.registries.schema.notification.edited": "\"{{prefix}}\" मेटाडेटा स्कीमा को सफलतापूर्वक संपादित किया गया", + "admin.registries.schema.form.qualifier": "क्वालीफायर", - "admin.registries.schema.notification.failure": "त्रुटि", + "admin.registries.schema.form.scopenote": "कार्यक्षेत्र नोट", - "admin.registries.schema.notification.field.created": "\"{{field}}\" मेटाडेटा फ़ील्ड को सफलतापूर्वक बनाया गया", + "admin.registries.schema.head": "मेटाडेटा स्कीमा", - "admin.registries.schema.notification.field.deleted.failure": "{{amount}} मेटाडेटा फ़ील्ड हटाने में विफल", + "admin.registries.schema.notification.created": "\"{{prefix}}\" मेटाडेटा स्कीमा सफलतापूर्वक बनाया गया", - "admin.registries.schema.notification.field.deleted.success": "{{amount}} मेटाडेटा फ़ील्ड को सफलतापूर्वक हटाया गया", + "admin.registries.schema.notification.deleted.failure": "{{amount}} मेटाडेटा स्कीमा हटाने में विफल", - "admin.registries.schema.notification.field.edited": "\"{{field}}\" मेटाडेटा फ़ील्ड को सफलतापूर्वक संपादित किया गया", + "admin.registries.schema.notification.deleted.success": "{{amount}} मेटाडेटा स्कीमा सफलतापूर्वक हटा दिए गए", - "admin.registries.schema.notification.success": "सफलता", + "admin.registries.schema.notification.edited": "\"{{prefix}}\" मेटाडेटा स्कीमा को सफलतापूर्वक संपादित किया गया", - "admin.registries.schema.return": "वापस", + "admin.registries.schema.notification.failure": "त्रुटि", - "admin.registries.schema.title": "मेटाडेटा स्कीमा रजिस्ट्री", + "admin.registries.schema.notification.field.created": "\"{{field}}\" मेटाडेटा फ़ील्ड को सफलतापूर्वक बनाया गया", - "admin.search.breadcrumbs": "प्रशासनिक खोज", + "admin.registries.schema.notification.field.deleted.failure": "{{amount}} मेटाडेटा फ़ील्ड हटाने में विफल", - "admin.search.collection.edit": "संपादित करें", + "admin.registries.schema.notification.field.deleted.success": "{{amount}} मेटाडेटा फ़ील्ड को सफलतापूर्वक हटाया गया", - "admin.search.community.edit": "संपादित करें", + "admin.registries.schema.notification.field.edited": "\"{{field}}\" मेटाडेटा फ़ील्ड को सफलतापूर्वक संपादित किया गया", - "admin.search.item.delete": "हटाएं", + "admin.registries.schema.notification.success": "सफलता", - "admin.search.item.edit": "संपादित करें", + "admin.registries.schema.return": "वापस", - "admin.search.item.make-private": "खोजे न जाने योग्य बनाएं", + "admin.registries.schema.title": "मेटाडेटा स्कीमा रजिस्ट्री", - "admin.search.item.make-public": "खोजने योग्य बनाएं", + "admin.search.breadcrumbs": "प्रशासनिक खोज", - "admin.search.item.move": "स्थान परिवर्तन", + "admin.search.collection.edit": "संपादित करें", - "admin.search.item.reinstate": "पुनर्स्थापित करें", + "admin.search.community.edit": "संपादित करें", - "admin.search.item.withdraw": "वापस लेना", + "admin.search.item.delete": "हटाएं", - "admin.search.title": "प्रशासनिक खोज", + "admin.search.item.edit": "संपादित करें", - "admin.workflow.breadcrumbs": "कार्यप्रवाह व्यवस्थापित करें", + "admin.search.item.make-private": "खोजे न जाने योग्य बनाएं", - "admin.workflow.item.delete": "हटाएं", + "admin.search.item.make-public": "खोजने योग्य बनाएं", - "admin.workflow.item.send-back": "वापस भेजे", + "admin.search.item.move": "स्थान परिवर्तन", - "admin.workflow.item.workflow": "कार्यप्रवाह", + "admin.search.item.reinstate": "पुनर्स्थापित करें", - "admin.workflow.title": "कार्यप्रवाह व्यवस्थापित करें", + "admin.search.item.withdraw": "वापस लेना", - "administrativeView.search.results.head": "प्रशासनिक खोज", + "admin.search.title": "प्रशासनिक खोज", - "auth.errors.invalid-user": "अमान्य ई - मेल पता अथवा पासवर्ड।", + "admin.workflow.breadcrumbs": "कार्यप्रवाह व्यवस्थापित करें", - "auth.messages.expired": "आपका सत्र समाप्त हो गया है। कृपया फिर लॉगिन करें।", + "admin.workflow.item.delete": "हटाएं", - "auth.messages.token-refresh-failed": "आपका सत्र टोकन रीफ़्रेश करना विफल रहा। कृपया फिर लॉगिन करें।", + "admin.workflow.item.send-back": "वापस भेजे", - "bitstream-request-a-copy.alert.canDownload1": "आपके पास पहले से ही इस फ़ाइल तक पहुंच है। अगर आप फ़ाइल डाउनलोड करना चाहते हैं, तो क्लिक करें", + "admin.workflow.item.workflow": "कार्यप्रवाह", - "bitstream-request-a-copy.alert.canDownload2": "यहां", + "admin.workflow.title": "कार्यप्रवाह व्यवस्थापित करें", - "bitstream-request-a-copy.allfiles.label": "फ़ाइलें", + "administrativeView.search.results.head": "प्रशासनिक खोज", - "bitstream-request-a-copy.email.error": "कृपया वैध ई - मेल एड्रेस डालें।", + "auth.errors.invalid-user": "अमान्य ई - मेल पता अथवा पासवर्ड।", - "bitstream-request-a-copy.email.hint": "इस ईमेल पते का उपयोग फ़ाइल भेजने के लिए किया जाता है।", + "auth.messages.expired": "आपका सत्र समाप्त हो गया है। कृपया फिर लॉगिन करें।", - "bitstream-request-a-copy.email.label": "आपका ईमेल पता *", + "auth.messages.token-refresh-failed": "आपका सत्र टोकन रीफ़्रेश करना विफल रहा। कृपया फिर लॉगिन करें।", - "bitstream-request-a-copy.files-all-false.label": "केवल अनुरोधित फ़ाइल", + "bitstream-request-a-copy.alert.canDownload1": "आपके पास पहले से ही इस फ़ाइल तक पहुंच है। अगर आप फ़ाइल डाउनलोड करना चाहते हैं, तो क्लिक करें", - "bitstream-request-a-copy.files-all-true.label": "सभी फ़ाइलें (इस आइटम की) प्रतिबंधित पहुंच में हैं", + "bitstream-request-a-copy.alert.canDownload2": "यहां", - "bitstream-request-a-copy.header": "फ़ाइल की एक प्रति का अनुरोध करें", + "bitstream-request-a-copy.allfiles.label": "फ़ाइलें", - "bitstream-request-a-copy.intro": "निम्नलिखित मद के लिए एक प्रति का अनुरोध करने के लिए निम्नलिखित जानकारी दर्ज करें:", + "bitstream-request-a-copy.email.error": "कृपया वैध ई - मेल एड्रेस डालें।", - "bitstream-request-a-copy.intro.bitstream.one": "Requesting the following file: ", + "bitstream-request-a-copy.email.hint": "इस ईमेल पते का उपयोग फ़ाइल भेजने के लिए किया जाता है।", - "bitstream-request-a-copy.intro.bitstream.other": null, + "bitstream-request-a-copy.email.label": "आपका ईमेल पता *", - "bitstream-request-a-copy.intro.bitstream.zero": null, + "bitstream-request-a-copy.files-all-false.label": "केवल अनुरोधित फ़ाइल", - "bitstream-request-a-copy.intro.bitstream.all": "सभी फाइलों का अनुरोध।", + "bitstream-request-a-copy.files-all-true.label": "सभी फ़ाइलें (इस आइटम की) प्रतिबंधित पहुंच में हैं", - "bitstream-request-a-copy.message.label": "संदेश", + "bitstream-request-a-copy.header": "फ़ाइल की एक प्रति का अनुरोध करें", - "bitstream-request-a-copy.name.error": "नाम आवश्यक है", + "bitstream-request-a-copy.intro": "निम्नलिखित मद के लिए एक प्रति का अनुरोध करने के लिए निम्नलिखित जानकारी दर्ज करें:", - "bitstream-request-a-copy.name.label": "नाम *", + "bitstream-request-a-copy.intro.bitstream.one": "Requesting the following file: ", - "bitstream-request-a-copy.return": "वापस", + "bitstream-request-a-copy.intro.bitstream.other": null, - "bitstream-request-a-copy.submit": "प्रति अनुरोध ", + "bitstream-request-a-copy.intro.bitstream.zero": null, - "bitstream-request-a-copy.submit.error": "आइटम अनुरोध प्रस्तुत करने में कोई गड़बड़ी हुई|", + "bitstream-request-a-copy.intro.bitstream.all": "सभी फाइलों का अनुरोध।", - "bitstream-request-a-copy.submit.success": "आइटम अनुरोध सफलतापूर्वक प्रस्तुत किया गया। ", + "bitstream-request-a-copy.message.label": "संदेश", - "bitstream.download.page": "अब {{bitstream}} डाउनलोड हो रहा है...", + "bitstream-request-a-copy.name.error": "नाम आवश्यक है", - "bitstream.download.page.back": "वापस", + "bitstream-request-a-copy.name.label": "नाम *", - "bitstream.edit.authorizations.link": "बिटस्ट्रीम की नीतियां संपादित करें", + "bitstream-request-a-copy.return": "वापस", - "bitstream.edit.authorizations.title": "बिटस्ट्रीम की नीतियां संपादित करें", + "bitstream-request-a-copy.submit": "प्रति अनुरोध ", - "bitstream.edit.bitstream": "बिटस्ट्रीम: ", + "bitstream-request-a-copy.submit.error": "आइटम अनुरोध प्रस्तुत करने में कोई गड़बड़ी हुई|", - "bitstream.edit.form.description.hint": "वैकल्पिक रूप से, फ़ाइल का संक्षिप्त विवरण प्रदान करें, उदाहरण के लिए \"मुख्य लेख\" या \"डेटा रीडिंग का प्रयोग करें\"।", + "bitstream-request-a-copy.submit.success": "आइटम अनुरोध सफलतापूर्वक प्रस्तुत किया गया। ", - "bitstream.edit.form.description.label": "विवरण", + "bitstream.download.page": "अब {{bitstream}} डाउनलोड हो रहा है...", - "bitstream.edit.form.embargo.hint": "पहला दिन जब से प्रवेश की अनुमति है। इस फॉर्म पर इस तिथि को संशोधित नहीं किया जा सकता है। बिटस्ट्रीम के लिए एक प्रतिबंध तिथि निर्धारित करने के लिए, आइटम स्थिति टैब पर जाएं, प्राधिकरण... पर क्लिक करें, बिटस्ट्रीम की READ नीति बनाएं या संपादित करें, और वांछित के रूप में प्रारंभ तिथि सेट करें।", + "bitstream.download.page.back": "वापस", - "bitstream.edit.form.embargo.label": "विशिष्ट तिथि तक प्रतिबंध", + "bitstream.edit.authorizations.link": "बिटस्ट्रीम की नीतियां संपादित करें", - "bitstream.edit.form.fileName.hint": "बिटस्ट्रीम के लिए फ़ाइल नाम बदलें। ध्यान दें कि यह प्रदर्शन बिटस्ट्रीम URL को बदल देगा, लेकिन पुराने लिंक तब तक हल होंगे जब तक अनुक्रम आईडी नहीं बदलेगा।", + "bitstream.edit.authorizations.title": "बिटस्ट्रीम की नीतियां संपादित करें", - "bitstream.edit.form.fileName.label": "फ़ाइल का नाम", + "bitstream.edit.bitstream": "बिटस्ट्रीम: ", - "bitstream.edit.form.iiifHeight.hint": "कैनवास की चौड़ाई आमतौर पर छवि की चौड़ाई से मेल खाना चाहिए।", + "bitstream.edit.form.description.hint": "वैकल्पिक रूप से, फ़ाइल का संक्षिप्त विवरण प्रदान करें, उदाहरण के लिए \"मुख्य लेख\" या \"डेटा रीडिंग का प्रयोग करें\"।", - "bitstream.edit.form.iiifHeight.label": "IIIF Canvas Height", + "bitstream.edit.form.description.label": "विवरण", - "bitstream.edit.form.iiifLabel.hint": "इस छवि के लिए कैनवास लेबल। यदि प्रदान नहीं किया गया है तो डिफ़ॉल्ट लेबल का उपयोग किया जाएगा।", + "bitstream.edit.form.embargo.hint": "पहला दिन जब से प्रवेश की अनुमति है। इस फॉर्म पर इस तिथि को संशोधित नहीं किया जा सकता है। बिटस्ट्रीम के लिए एक प्रतिबंध तिथि निर्धारित करने के लिए, आइटम स्थिति टैब पर जाएं, प्राधिकरण... पर क्लिक करें, बिटस्ट्रीम की READ नीति बनाएं या संपादित करें, और वांछित के रूप में प्रारंभ तिथि सेट करें।", - "bitstream.edit.form.iiifLabel.label": "आईआईआईएफ लेबल", + "bitstream.edit.form.embargo.label": "विशिष्ट तिथि तक प्रतिबंध", - "bitstream.edit.form.iiifToc.hint": "यहां शब्द जोड़ने से यह सामग्री श्रेणी की एक नई तालिका की शुरुआत होगी।", + "bitstream.edit.form.fileName.hint": "बिटस्ट्रीम के लिए फ़ाइल नाम बदलें। ध्यान दें कि यह प्रदर्शन बिटस्ट्रीम URL को बदल देगा, लेकिन पुराने लिंक तब तक हल होंगे जब तक अनुक्रम आईडी नहीं बदलेगा।", - "bitstream.edit.form.iiifToc.label": "आईआईआईएफ सामग्री तालिका", + "bitstream.edit.form.fileName.label": "फ़ाइल का नाम", - "bitstream.edit.form.iiifWidth.hint": "कैनवास की चौड़ाई आमतौर पर छवि की चौड़ाई से मेल खाना चाहिए।", + "bitstream.edit.form.iiifHeight.hint": "कैनवास की चौड़ाई आमतौर पर छवि की चौड़ाई से मेल खाना चाहिए।", - "bitstream.edit.form.iiifWidth.label": "आईआईआईएफ कैनवास चौड़ाई", + "bitstream.edit.form.iiifHeight.label": "IIIF Canvas Height", - "bitstream.edit.form.newFormat.hint": "फ़ाइल बनाने के लिए आपके द्वारा उपयोग किया जाने वाला एप्लिकेशन, और संस्करण संख्या (उदाहरण के लिए, \"ACMESoft SuperApp संस्करण 1.5\")।", + "bitstream.edit.form.iiifLabel.hint": "इस छवि के लिए कैनवास लेबल। यदि प्रदान नहीं किया गया है तो डिफ़ॉल्ट लेबल का उपयोग किया जाएगा।", - "bitstream.edit.form.newFormat.label": "नए प्रारूप का वर्णन करें", + "bitstream.edit.form.iiifLabel.label": "आईआईआईएफ लेबल", - "bitstream.edit.form.primaryBitstream.label": "प्राथमिक बिटस्ट्रीम", + "bitstream.edit.form.iiifToc.hint": "यहां शब्द जोड़ने से यह सामग्री श्रेणी की एक नई तालिका की शुरुआत होगी।", - "bitstream.edit.form.selectedFormat.hint": "यदि प्रारूप उपरोक्त सूची में नहीं है, तो उपरोक्त \"प्रारूप सूची में नहीं है\" चुनें और \"नए प्रारूप का वर्णन करें\" के तहत इसका वर्णन करें।", + "bitstream.edit.form.iiifToc.label": "आईआईआईएफ सामग्री तालिका", - "bitstream.edit.form.selectedFormat.label": "चयनित प्रारूप", + "bitstream.edit.form.iiifWidth.hint": "कैनवास की चौड़ाई आमतौर पर छवि की चौड़ाई से मेल खाना चाहिए।", - "bitstream.edit.form.selectedFormat.unknown": "प्रारूप सूची में नहीं है", + "bitstream.edit.form.iiifWidth.label": "आईआईआईएफ कैनवास चौड़ाई", - "bitstream.edit.notifications.error.format.title": "बिटस्ट्रीम के प्रारूप को सहेजते समय एक त्रुटि हुई", + "bitstream.edit.form.newFormat.hint": "फ़ाइल बनाने के लिए आपके द्वारा उपयोग किया जाने वाला एप्लिकेशन, और संस्करण संख्या (उदाहरण के लिए, \"ACMESoft SuperApp संस्करण 1.5\")।", - "bitstream.edit.notifications.saved.content": "इस बिटस्ट्रीम में आपके परिवर्तन सहेजे गए।", + "bitstream.edit.form.newFormat.label": "नए प्रारूप का वर्णन करें", - "bitstream.edit.notifications.saved.title": "बिटस्ट्रीम सहेजा गया", + "bitstream.edit.form.primaryBitstream.label": "प्राथमिक बिटस्ट्रीम", - "bitstream.edit.return": "वापस", + "bitstream.edit.form.selectedFormat.hint": "यदि प्रारूप उपरोक्त सूची में नहीं है, तो उपरोक्त \"प्रारूप सूची में नहीं है\" चुनें और \"नए प्रारूप का वर्णन करें\" के तहत इसका वर्णन करें।", - "bitstream.edit.title": "बिटस्ट्रीम संपादित करें", + "bitstream.edit.form.selectedFormat.label": "चयनित प्रारूप", - "browse.back.all-results": "सभी ब्राउज़ परिणाम", + "bitstream.edit.form.selectedFormat.unknown": "प्रारूप सूची में नहीं है", - "browse.comcol.by.author": "लेखक द्वारा", + "bitstream.edit.notifications.error.format.title": "बिटस्ट्रीम के प्रारूप को सहेजते समय एक त्रुटि हुई", - "browse.comcol.by.dateissued": "जारी करने की तिथि के द्वारा", + "bitstream.edit.notifications.saved.content": "इस बिटस्ट्रीम में आपके परिवर्तन सहेजे गए।", - "browse.comcol.by.subject": "विषय द्वारा", + "bitstream.edit.notifications.saved.title": "बिटस्ट्रीम सहेजा गया", - "browse.comcol.by.title": "शीर्षक के द्वारा", + "bitstream.edit.return": "वापस", - "browse.comcol.head": "ब्राउज़", + "bitstream.edit.title": "बिटस्ट्रीम संपादित करें", - "browse.empty": "दिखाने के लिए कोई आइटम नहीं है।", + "browse.back.all-results": "सभी ब्राउज़ परिणाम", - "browse.metadata.author": "लेखक", + "browse.comcol.by.author": "लेखक द्वारा", - "browse.metadata.author.breadcrumbs": "लेखक द्वारा ब्राउज़ करें", + "browse.comcol.by.dateissued": "जारी करने की तिथि के द्वारा", - "browse.metadata.dateissued": "जारी करने की तिथि", + "browse.comcol.by.subject": "विषय द्वारा", - "browse.metadata.dateissued.breadcrumbs": "तिथि द्वारा ब्राउज़ करें", + "browse.comcol.by.title": "शीर्षक के द्वारा", - "browse.metadata.subject": "विषय", + "browse.comcol.head": "ब्राउज़", - "browse.metadata.subject.breadcrumbs": "विषय द्वारा ब्राउज़ करें", + "browse.empty": "दिखाने के लिए कोई आइटम नहीं है।", - "browse.metadata.title": "शीर्षक", + "browse.metadata.author": "लेखक", - "browse.metadata.title.breadcrumbs": "शीर्षक द्वारा ब्राउज़ करें", + "browse.metadata.author.breadcrumbs": "लेखक द्वारा ब्राउज़ करें", - "browse.startsWith": ", {{ startWith }} से शुरू होता है", + "browse.metadata.dateissued": "जारी करने की तिथि", - "browse.startsWith.choose_start": "(प्रारंभ चुनें)", + "browse.metadata.dateissued.breadcrumbs": "तिथि द्वारा ब्राउज़ करें", - "browse.startsWith.choose_year": "(वर्ष चुनें)", + "browse.metadata.subject": "विषय", - "browse.startsWith.choose_year.label": "जारी करने का वर्ष चुने", + "browse.metadata.subject.breadcrumbs": "विषय द्वारा ब्राउज़ करें", - "browse.startsWith.jump": "साल या महीने के हिसाब से नतीजे फ़िल्टर करें", + "browse.metadata.title": "शीर्षक", - "browse.startsWith.months.april": "अप्रैल", + "browse.metadata.title.breadcrumbs": "शीर्षक द्वारा ब्राउज़ करें", - "browse.startsWith.months.august": "अगस्त", + "browse.startsWith": ", {{ startWith }} से शुरू होता है", - "browse.startsWith.months.december": "दिसंबर", + "browse.startsWith.choose_start": "(प्रारंभ चुनें)", - "browse.startsWith.months.february": "फ़रवरी", + "browse.startsWith.choose_year": "(वर्ष चुनें)", - "browse.startsWith.months.january": "जनवरी", + "browse.startsWith.choose_year.label": "जारी करने का वर्ष चुने", - "browse.startsWith.months.july": "जुलाई", + "browse.startsWith.jump": "साल या महीने के हिसाब से नतीजे फ़िल्टर करें", - "browse.startsWith.months.june": "जून", + "browse.startsWith.months.april": "अप्रैल", - "browse.startsWith.months.march": "मार्च", + "browse.startsWith.months.august": "अगस्त", - "browse.startsWith.months.may": "मई", + "browse.startsWith.months.december": "दिसंबर", - "browse.startsWith.months.none": "(महीना चुनें)", + "browse.startsWith.months.february": "फ़रवरी", - "browse.startsWith.months.none.label": "प्रकाशन माह चुनें", + "browse.startsWith.months.january": "जनवरी", - "browse.startsWith.months.november": "नवंबर", + "browse.startsWith.months.july": "जुलाई", - "browse.startsWith.months.october": "अक्टूबर", + "browse.startsWith.months.june": "जून", - "browse.startsWith.months.september": "सितंबर", + "browse.startsWith.months.march": "मार्च", - "browse.startsWith.submit": "ब्राउज़", + "browse.startsWith.months.may": "मई", - "browse.startsWith.type_date": "दिनांक के अनुसार परिणाम फ़िल्टर करें", + "browse.startsWith.months.none": "(महीना चुनें)", - "browse.startsWith.type_date.label": "या एक तिथि (वर्ष-माह) टाइप करें और ब्राउज़ बटन पर क्लिक करें", + "browse.startsWith.months.none.label": "प्रकाशन माह चुनें", - "browse.startsWith.type_text": "पहले कुछ अक्षर लिखकर परिणाम फ़िल्टर करें", + "browse.startsWith.months.november": "नवंबर", - "browse.title": "{{ collection }} को {{ field }}{{ startsWith }} {{ value }} द्वारा ब्राउज़ करें\n", + "browse.startsWith.months.october": "अक्टूबर", - "browse.title.page": "{{ collection }} को {{ field }} {{ value }} द्वारा ब्राउज़ करना", + "browse.startsWith.months.september": "सितंबर", - "chips.remove": "चिप निकालें", + "browse.startsWith.submit": "ब्राउज़", - "collection.create.head": "एक संग्रह बनाएं", + "browse.startsWith.type_date": "दिनांक के अनुसार परिणाम फ़िल्टर करें", - "collection.create.notifications.success": "संग्रह सफलतापूर्वक बनाया गया", + "browse.startsWith.type_date.label": "या एक तिथि (वर्ष-माह) टाइप करें और ब्राउज़ बटन पर क्लिक करें", - "collection.create.sub-head": "{{ parent }} समुदाय के लिए एक संग्रह बनाएं", + "browse.startsWith.type_text": "पहले कुछ अक्षर लिखकर परिणाम फ़िल्टर करें", - "collection.curate.header": "क्यूरेट संग्रह: {{collection}}", + "browse.title": "{{ collection }} को {{ field }}{{ startsWith }} {{ value }} द्वारा ब्राउज़ करें\n", - "collection.delete.cancel": "रद्द करें", + "browse.title.page": "{{ collection }} को {{ field }} {{ value }} द्वारा ब्राउज़ करना", - "collection.delete.confirm": "पुष्टि करें", + "chips.remove": "चिप निकालें", - "collection.delete.head": "संग्रह हटाएं", + "collection.create.head": "एक संग्रह बनाएं", - "collection.delete.notification.fail": "संग्रह हटाया नहीं जा सका", + "collection.create.notifications.success": "संग्रह सफलतापूर्वक बनाया गया", - "collection.delete.notification.success": "संग्रह को सफलतापूर्वक हटाया गया", + "collection.create.sub-head": "{{ parent }} समुदाय के लिए एक संग्रह बनाएं", - "collection.delete.processing": "हटाया जा रहा है", + "collection.curate.header": "क्यूरेट संग्रह: {{collection}}", - "collection.delete.text": "क्या आप वाकई \"{{ dso }}\" संग्रह हटाना चाहते हैं", + "collection.delete.cancel": "रद्द करें", - "collection.edit.breadcrumbs": "संग्रह संपादित करें", + "collection.delete.confirm": "पुष्टि करें", - "collection.edit.delete": "इस संग्रह को हटाएं", + "collection.delete.head": "संग्रह हटाएं", - "collection.edit.head": "संग्रह संपादित करें", + "collection.delete.notification.fail": "संग्रह हटाया नहीं जा सका", - "collection.edit.item-mapper.cancel": "रद्द करें", + "collection.delete.notification.success": "संग्रह को सफलतापूर्वक हटाया गया", - "collection.edit.item-mapper.collection": "संग्रह: \"{{name}}\"", + "collection.delete.processing": "हटाया जा रहा है", - "collection.edit.item-mapper.confirm": "चयनित आइटम मैप करें", + "collection.delete.text": "क्या आप वाकई \"{{ dso }}\" संग्रह हटाना चाहते हैं", - "collection.edit.item-mapper.description": "यह आइटम मैपर उपकरण है जो संग्रह प्रशासकों को इस संग्रह में अन्य संग्रह से आइटम मैप करने की अनुमति देता है। आप अन्य संग्रहों से आइटम खोज सकते हैं और उन्हें मैप कर सकते हैं, या वर्तमान में मैप किए गए आइटम की सूची ब्राउज़ कर सकते हैं।", + "collection.edit.breadcrumbs": "संग्रह संपादित करें", - "collection.edit.item-mapper.head": "आइटम मैपर - अन्य संग्रहों से आइटम मैप करें", + "collection.edit.delete": "इस संग्रह को हटाएं", - "collection.edit.item-mapper.no-search": "कृपया खोजने के लिए एक प्रश्न दर्ज करें", + "collection.edit.head": "संग्रह संपादित करें", - "collection.edit.item-mapper.notifications.map.error.content": "{{amount}} आइटम की मैपिंग में त्रुटियां हुईं।", + "collection.edit.item-mapper.cancel": "रद्द करें", - "collection.edit.item-mapper.notifications.map.error.head": "संलग्न करने में त्रुटियां", + "collection.edit.item-mapper.collection": "संग्रह: \"{{name}}\"", - "collection.edit.item-mapper.notifications.map.success.content": "{{amount}} आइटम सफलतापूर्वक मैप किए गए।", + "collection.edit.item-mapper.confirm": "चयनित आइटम मैप करें", - "collection.edit.item-mapper.notifications.map.success.head": "मैपिंग पूरी हुई", + "collection.edit.item-mapper.description": "यह आइटम मैपर उपकरण है जो संग्रह प्रशासकों को इस संग्रह में अन्य संग्रह से आइटम मैप करने की अनुमति देता है। आप अन्य संग्रहों से आइटम खोज सकते हैं और उन्हें मैप कर सकते हैं, या वर्तमान में मैप किए गए आइटम की सूची ब्राउज़ कर सकते हैं।", - "collection.edit.item-mapper.notifications.unmap.error.content": "{{amount}} आइटम की मैपिंग निकालने में त्रुटियां हुईं।", + "collection.edit.item-mapper.head": "आइटम मैपर - अन्य संग्रहों से आइटम मैप करें", - "collection.edit.item-mapper.notifications.unmap.error.head": "मैपिंग त्रुटियां हटाएं", + "collection.edit.item-mapper.no-search": "कृपया खोजने के लिए एक प्रश्न दर्ज करें", - "collection.edit.item-mapper.notifications.unmap.success.content": "{{amount}} आइटम की मैपिंग सफलतापूर्वक निकाल दी गई।", + "collection.edit.item-mapper.notifications.map.error.content": "{{amount}} आइटम की मैपिंग में त्रुटियां हुईं।", - "collection.edit.item-mapper.notifications.unmap.success.head": "मैपिंग हटाना पूर्ण हुआ", + "collection.edit.item-mapper.notifications.map.error.head": "संलग्न करने में त्रुटियां", - "collection.edit.item-mapper.remove": "चयनित आइटम मैपिंग हटाएं", + "collection.edit.item-mapper.notifications.map.success.content": "{{amount}} आइटम सफलतापूर्वक मैप किए गए।", - "collection.edit.item-mapper.search-form.placeholder": "आइटम खोजें...", + "collection.edit.item-mapper.notifications.map.success.head": "मैपिंग पूरी हुई", - "collection.edit.item-mapper.tabs.browse": "मैप किए गए आइटम ब्राउज़ करें", + "collection.edit.item-mapper.notifications.unmap.error.content": "{{amount}} आइटम की मैपिंग निकालने में त्रुटियां हुईं।", - "collection.edit.item-mapper.tabs.map": "नए आइटम मैप करें", + "collection.edit.item-mapper.notifications.unmap.error.head": "मैपिंग त्रुटियां हटाएं", - "collection.edit.item.authorizations.load-bundle-button": "और बंडल लोड करें", + "collection.edit.item-mapper.notifications.unmap.success.content": "{{amount}} आइटम की मैपिंग सफलतापूर्वक निकाल दी गई।", - "collection.edit.item.authorizations.load-more-button": "और लोड करें", + "collection.edit.item-mapper.notifications.unmap.success.head": "मैपिंग हटाना पूर्ण हुआ", - "collection.edit.item.authorizations.show-bitstreams-button": "बंडल के लिए बिटस्ट्रीम नीतियां दिखाएं", + "collection.edit.item-mapper.remove": "चयनित आइटम मैपिंग हटाएं", - "collection.edit.logo.delete-undo.title": "हटाना रद्द करें ", + "collection.edit.item-mapper.search-form.placeholder": "आइटम खोजें...", - "collection.edit.logo.delete.title": "चिन्ह हटाएं", + "collection.edit.item-mapper.tabs.browse": "मैप किए गए आइटम ब्राउज़ करें", - "collection.edit.logo.label": "संग्रह चिन्ह", + "collection.edit.item-mapper.tabs.map": "नए आइटम मैप करें", - "collection.edit.logo.notifications.add.error": "संग्रह लोगो अपलोड करना विफल रहा। कृपया पुनः प्रयास करने से पहले सामग्री को सत्यापित करें।", + "collection.edit.item.authorizations.load-bundle-button": "और बंडल लोड करें", - "collection.edit.logo.notifications.add.success": "संग्रह चिन्ह को सफलतापूर्वक अपलोड हुआ। ", + "collection.edit.item.authorizations.load-more-button": "और लोड करें", - "collection.edit.logo.notifications.delete.error.title": "चिन्ह हटाने में त्रुटि", + "collection.edit.item.authorizations.show-bitstreams-button": "बंडल के लिए बिटस्ट्रीम नीतियां दिखाएं", - "collection.edit.logo.notifications.delete.success.content": "संग्रह चिन्ह सफलतापूर्वक हटा दिया गया", + "collection.edit.logo.delete-undo.title": "हटाना रद्द करें ", - "collection.edit.logo.notifications.delete.success.title": "चिन्ह हटा दिया गया", + "collection.edit.logo.delete.title": "चिन्ह हटाएं", - "collection.edit.logo.upload": "अपलोड करने के लिए संग्रह लोगो छोड़ें", + "collection.edit.logo.label": "संग्रह चिन्ह", - "collection.edit.notifications.success": "संग्रह को सफलतापूर्वक संपादित किया गया", + "collection.edit.logo.notifications.add.error": "संग्रह लोगो अपलोड करना विफल रहा। कृपया पुनः प्रयास करने से पहले सामग्री को सत्यापित करें।", - "collection.edit.return": "वापस", + "collection.edit.logo.notifications.add.success": "संग्रह चिन्ह को सफलतापूर्वक अपलोड हुआ। ", - "collection.edit.tabs.authorizations.head": "प्राधिकरण", + "collection.edit.logo.notifications.delete.error.title": "चिन्ह हटाने में त्रुटि", - "collection.edit.tabs.authorizations.title": "संग्रह संपादन - प्राधिकरण", + "collection.edit.logo.notifications.delete.success.content": "संग्रह चिन्ह सफलतापूर्वक हटा दिया गया", - "collection.edit.tabs.curate.head": "क्यूरेट", + "collection.edit.logo.notifications.delete.success.title": "चिन्ह हटा दिया गया", - "collection.edit.tabs.curate.title": "संग्रह संपादन - क्यूरेट", + "collection.edit.logo.upload": "अपलोड करने के लिए संग्रह लोगो छोड़ें", - "collection.edit.tabs.item-mapper.title": "संग्रह संपादन - आइटम मैपर", + "collection.edit.notifications.success": "संग्रह को सफलतापूर्वक संपादित किया गया", - "collection.edit.tabs.mapper.head": "आइटम मैपर", + "collection.edit.return": "वापस", - "collection.edit.tabs.metadata.head": "मेटाडेटा संपादित करें", + "collection.edit.tabs.authorizations.head": "प्राधिकरण", - "collection.edit.tabs.metadata.title": "संग्रह संपादन के लिए मेटाडेटा", + "collection.edit.tabs.authorizations.title": "संग्रह संपादन - प्राधिकरण", - "collection.edit.tabs.roles.head": "भूमिकाएँ निर्दिष्ट करें", + "collection.edit.tabs.curate.head": "क्यूरेट", - "collection.edit.tabs.roles.title": "संग्रह संपादन - भूमिकाएं", + "collection.edit.tabs.curate.title": "संग्रह संपादन - क्यूरेट", - "collection.edit.tabs.source.external": "यह संग्रह अपनी सामग्री को बाहरी स्रोत से एकत्रित करता है", + "collection.edit.tabs.item-mapper.title": "संग्रह संपादन - आइटम मैपर", - "collection.edit.tabs.source.form.errors.oaiSource.required": "आपको लक्ष्य संग्रह की एक निर्धारित आईडी प्रदान करनी होगी।", + "collection.edit.tabs.mapper.head": "आइटम मैपर", - "collection.edit.tabs.source.form.harvestType": "सामग्री हार्वेस्ट की जा रही है ", + "collection.edit.tabs.metadata.head": "मेटाडेटा संपादित करें", - "collection.edit.tabs.source.form.head": "बाहरी स्रोत कॉन्फ़िगर करें", + "collection.edit.tabs.metadata.title": "संग्रह संपादन के लिए मेटाडेटा", - "collection.edit.tabs.source.form.metadataConfigId": "मेटाडेटा प्रारूप", + "collection.edit.tabs.roles.head": "भूमिकाएँ निर्दिष्ट करें", - "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", + "collection.edit.tabs.roles.title": "संग्रह संपादन - भूमिकाएं", - "collection.edit.tabs.source.form.oaiSource": "OAI प्रदाता", + "collection.edit.tabs.source.external": "यह संग्रह अपनी सामग्री को बाहरी स्रोत से एकत्रित करता है", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "हार्वेस्ट मेटाडेटा और बिटस्ट्रीम (ORE समर्थन की आवश्यकता है)", + "collection.edit.tabs.source.form.errors.oaiSource.required": "आपको लक्ष्य संग्रह की एक निर्धारित आईडी प्रदान करनी होगी।", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "हार्वेस्ट मेटाडेटा और बिटस्ट्रीम के संदर्भ (ORE समर्थन की आवश्यकता है)", + "collection.edit.tabs.source.form.harvestType": "सामग्री हार्वेस्ट की जा रही है ", - "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "केवल मेटाडेटा प्राप्त करें", + "collection.edit.tabs.source.form.head": "बाहरी स्रोत कॉन्फ़िगर करें", - "collection.edit.tabs.source.head": "सामग्री स्रोत", + "collection.edit.tabs.source.form.metadataConfigId": "मेटाडेटा प्रारूप", - "collection.edit.tabs.source.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", + "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", - "collection.edit.tabs.source.notifications.discarded.title": "परिवर्तन रद्द किये गए", + "collection.edit.tabs.source.form.oaiSource": "OAI प्रदाता", - "collection.edit.tabs.source.notifications.invalid.content": "आपके परिवर्तन सहेजे नहीं गए थे। कृपया सुनिश्चित करें कि आपके द्वारा सहेजने से पहले सभी फ़ील्ड मान्य हैं।", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "हार्वेस्ट मेटाडेटा और बिटस्ट्रीम (ORE समर्थन की आवश्यकता है)", - "collection.edit.tabs.source.notifications.invalid.title": "अमान्य मेटाडेटा ", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "हार्वेस्ट मेटाडेटा और बिटस्ट्रीम के संदर्भ (ORE समर्थन की आवश्यकता है)", - "collection.edit.tabs.source.notifications.saved.content": "इस संग्रह के सामग्री स्रोत में आपके परिवर्तन सहेजे गए थे।", + "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "केवल मेटाडेटा प्राप्त करें", - "collection.edit.tabs.source.notifications.saved.title": "सामग्री स्रोत सहेजा गया", + "collection.edit.tabs.source.head": "सामग्री स्रोत", - "collection.edit.tabs.source.title": "संग्रह संपादन के लिए सामग्री स्रोत", + "collection.edit.tabs.source.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", - "collection.edit.template.add-button": "जोड़ें", + "collection.edit.tabs.source.notifications.discarded.title": "परिवर्तन रद्द किये गए", - "collection.edit.template.breadcrumbs": "टेम्पलेट आइटम", + "collection.edit.tabs.source.notifications.invalid.content": "आपके परिवर्तन सहेजे नहीं गए थे। कृपया सुनिश्चित करें कि आपके द्वारा सहेजने से पहले सभी फ़ील्ड मान्य हैं।", - "collection.edit.template.cancel": "रद्द करें", + "collection.edit.tabs.source.notifications.invalid.title": "अमान्य मेटाडेटा ", - "collection.edit.template.delete-button": "हटाएं", + "collection.edit.tabs.source.notifications.saved.content": "इस संग्रह के सामग्री स्रोत में आपके परिवर्तन सहेजे गए थे।", - "collection.edit.template.edit-button": "संपादित करें", + "collection.edit.tabs.source.notifications.saved.title": "सामग्री स्रोत सहेजा गया", - "collection.edit.template.error": "टेम्पलेट आइटम प्राप्त करने में त्रुटि हुई", + "collection.edit.tabs.source.title": "संग्रह संपादन के लिए सामग्री स्रोत", - "collection.edit.template.head": "संग्रह के लिए टेम्पलेट आइटम संपादित करें \"{{ collection }}\"", + "collection.edit.template.add-button": "जोड़ें", - "collection.edit.template.label": "टेम्पलेट आइटम", + "collection.edit.template.breadcrumbs": "टेम्पलेट आइटम", - "collection.edit.template.loading": "टेम्प्लेट आइटम लोड हो रहा है...", + "collection.edit.template.cancel": "रद्द करें", - "collection.edit.template.notifications.delete.error": "आइटम टेम्पलेट हटाने में विफल", + "collection.edit.template.delete-button": "हटाएं", - "collection.edit.template.notifications.delete.success": "आइटम टेम्प्लेट को सफलतापूर्वक हटाया गया", + "collection.edit.template.edit-button": "संपादित करें", - "collection.edit.template.title": "आइटम संपादन टेम्पलेट", + "collection.edit.template.error": "टेम्पलेट आइटम प्राप्त करने में त्रुटि हुई", - "collection.form.abstract": "संक्षिप्त वर्णन", + "collection.edit.template.head": "संग्रह के लिए टेम्पलेट आइटम संपादित करें \"{{ collection }}\"", - "collection.form.description": "परिचयात्मक पाठ (एचटीएमएल)", + "collection.edit.template.label": "टेम्पलेट आइटम", - "collection.form.entityType": "इकाई प्रकार", + "collection.edit.template.loading": "टेम्प्लेट आइटम लोड हो रहा है...", - "collection.form.errors.title.required": "कृपया संग्रह का नाम दर्ज करें ", + "collection.edit.template.notifications.delete.error": "आइटम टेम्पलेट हटाने में विफल", - "collection.form.license": "अनुज्ञाप‍त्र", + "collection.edit.template.notifications.delete.success": "आइटम टेम्प्लेट को सफलतापूर्वक हटाया गया", - "collection.form.provenance": "उत्पत्ति", + "collection.edit.template.title": "आइटम संपादन टेम्पलेट", - "collection.form.rights": "कॉपीराइट टेक्स्ट (एचटीएमएल)", + "collection.form.abstract": "संक्षिप्त वर्णन", - "collection.form.tableofcontents": "समाचार (एचटीएमएल)", + "collection.form.description": "परिचयात्मक पाठ (एचटीएमएल)", - "collection.form.title": "नाम", + "collection.form.entityType": "इकाई प्रकार", - "collection.listelement.badge": "संग्रह", + "collection.form.errors.title.required": "कृपया संग्रह का नाम दर्ज करें ", - "collection.page.browse.recent.empty": "दिखाने के लिए कोई आइटम नहीं", + "collection.form.license": "अनुज्ञाप‍त्र", - "collection.page.browse.recent.head": "हाल की प्रस्तुतियाँ", + "collection.form.provenance": "उत्पत्ति", - "collection.page.edit": "इस संग्रह को संपादित करें", + "collection.form.rights": "कॉपीराइट टेक्स्ट (एचटीएमएल)", - "collection.page.handle": "इस संग्रह के लिए स्थायी यूआरआई (URI)", + "collection.form.tableofcontents": "समाचार (एचटीएमएल)", - "collection.page.license": "अनुज्ञाप‍त्र", + "collection.form.title": "नाम", - "collection.page.license (Copy)": "अनुज्ञाप‍त्र", + "collection.listelement.badge": "संग्रह", - "collection.page.news": "समाचार", + "collection.page.browse.recent.empty": "दिखाने के लिए कोई आइटम नहीं", - "collection.select.confirm": "चयनित होने की पुष्टि करें", + "collection.page.browse.recent.head": "हाल की प्रस्तुतियाँ", - "collection.select.empty": "दिखाने के लिए कोई संग्रह नहीं है", + "collection.page.edit": "इस संग्रह को संपादित करें", - "collection.select.table.title": "शीर्षक", + "collection.page.handle": "इस संग्रह के लिए स्थायी यूआरआई (URI)", - "collection.source.controls.harvest.last": "पिछला हार्वेस्ट:", + "collection.page.license": "अनुज्ञाप‍त्र", - "collection.source.controls.harvest.message": "Harvest info:", + "collection.page.license (Copy)": "अनुज्ञाप‍त्र", - "collection.source.controls.harvest.no-information": "लागू नहीं", + "collection.page.news": "समाचार", - "collection.source.controls.harvest.start": "हार्वेस्ट शुरू होने का समय:", + "collection.select.confirm": "चयनित होने की पुष्टि करें", - "collection.source.controls.harvest.status": "हार्वेस्ट स्थिति:", + "collection.select.empty": "दिखाने के लिए कोई संग्रह नहीं है", - "collection.source.controls.head": "हार्वेस्ट नियंत्रण", + "collection.select.table.title": "शीर्षक", - "collection.source.controls.import.completed": "आयात पूरा हुआ", + "collection.source.controls.harvest.last": "पिछला हार्वेस्ट:", - "collection.source.controls.import.failed": "आयात के दौरान एक त्रुटि हुई", + "collection.source.controls.harvest.message": "Harvest info:", - "collection.source.controls.import.running": "आयात किया जा रहा है...", + "collection.source.controls.harvest.no-information": "लागू नहीं", - "collection.source.controls.import.submit": "अभी आयात करें", + "collection.source.controls.harvest.start": "हार्वेस्ट शुरू होने का समय:", - "collection.source.controls.import.submit.error": "आयात शुरू करने में कुछ गलत हुआ", + "collection.source.controls.harvest.status": "हार्वेस्ट स्थिति:", - "collection.source.controls.import.submit.success": "आयात सफलतापूर्वक शुरू कर दिया गया है", + "collection.source.controls.head": "हार्वेस्ट नियंत्रण", - "collection.source.controls.reset.completed": "रीसेट और पुनः आयात पूरा हुआ", + "collection.source.controls.import.completed": "आयात पूरा हुआ", - "collection.source.controls.reset.failed": "रीसेट और पुन: आयात के दौरान एक त्रुटि हुई", + "collection.source.controls.import.failed": "आयात के दौरान एक त्रुटि हुई", - "collection.source.controls.reset.running": "रीसेट किया जा रहा है और फिर से आयात किया जा रहा है...", + "collection.source.controls.import.running": "आयात किया जा रहा है...", - "collection.source.controls.reset.submit": "रीसेट करें और पुनः आयात करें", + "collection.source.controls.import.submit": "अभी आयात करें", - "collection.source.controls.reset.submit.error": "रीसेट शुरू करने और पुन: आयात करने में कुछ गलत हुआ", + "collection.source.controls.import.submit.error": "आयात शुरू करने में कुछ गलत हुआ", - "collection.source.controls.reset.submit.success": "रीसेट और पुनः आयात सफलतापूर्वक शुरू किया गया है", + "collection.source.controls.import.submit.success": "आयात सफलतापूर्वक शुरू कर दिया गया है", - "collection.source.controls.test.completed": "सेटिंग्स का परीक्षण करने के लिए स्क्रिप्ट सफलतापूर्वक समाप्त हो गई है", + "collection.source.controls.reset.completed": "रीसेट और पुनः आयात पूरा हुआ", - "collection.source.controls.test.failed": "सेटिंग्स का परीक्षण करने की स्क्रिप्ट विफल हो गई है", + "collection.source.controls.reset.failed": "रीसेट और पुन: आयात के दौरान एक त्रुटि हुई", - "collection.source.controls.test.running": "Testing configuration...", + "collection.source.controls.reset.running": "रीसेट किया जा रहा है और फिर से आयात किया जा रहा है...", - "collection.source.controls.test.submit": "परीक्षण विन्यास", + "collection.source.controls.reset.submit": "रीसेट करें और पुनः आयात करें", - "collection.source.controls.test.submit.error": "सेटिंग्स का परीक्षण शुरू करने में कुछ गलत हुआ", + "collection.source.controls.reset.submit.error": "रीसेट शुरू करने और पुन: आयात करने में कुछ गलत हुआ", - "collection.source.update.notifications.error.content": "प्रदान की गई सेटिंग्स का परीक्षण किया गया है और काम नहीं किया है।", + "collection.source.controls.reset.submit.success": "रीसेट और पुनः आयात सफलतापूर्वक शुरू किया गया है", - "collection.source.update.notifications.error.title": "सर्वर त्रुटि", + "collection.source.controls.test.completed": "सेटिंग्स का परीक्षण करने के लिए स्क्रिप्ट सफलतापूर्वक समाप्त हो गई है", - "comcol-role.edit.bitstream_read.anonymous-group": "आने वाली बिटस्ट्रीम के लिए डिफ़ॉल्ट पठन वर्तमान में बेनामी पर सेट है।", + "collection.source.controls.test.failed": "सेटिंग्स का परीक्षण करने की स्क्रिप्ट विफल हो गई है", - "comcol-role.edit.bitstream_read.description": "सामुदायिक प्रशासक उप-समुदाय या संग्रह बना सकते हैं, और उन उप-समुदायों या संग्रहों के लिए प्रबंधन या प्रबंधन सौंप सकते हैं। इसके अलावा, वे तय करते हैं कि कौन किसी भी उप-संग्रह में आइटम प्रस्तुत कर सकता है, आइटम मेटाडेटा (प्रस्तुति के बाद) संपादित कर सकता है, और अन्य संग्रहों (प्राधिकरण के अधीन) से मौजूदा आइटम जोड़ सकता है (मैप)।", + "collection.source.controls.test.running": "Testing configuration...", - "comcol-role.edit.bitstream_read.name": "डिफ़ॉल्ट बिटस्ट्रीम पठन पहुंच", + "collection.source.controls.test.submit": "परीक्षण विन्यास", - "comcol-role.edit.collection-admin.description": "संग्रह व्यवस्थापक यह तय करते हैं कि संग्रह में आइटम कौन प्रस्तुत कर सकता है, आइटम मेटाडेटा संपादित कर सकता है (प्रस्तुति के बाद), और अन्य संग्रह से मौजूदा आइटम को इस संग्रह में जोड़ सकता है (उस संग्रह के लिए प्राधिकरण के अधीन)।", + "collection.source.controls.test.submit.error": "सेटिंग्स का परीक्षण शुरू करने में कुछ गलत हुआ", - "comcol-role.edit.collection-admin.name": "व्यवस्थापक", + "collection.source.update.notifications.error.content": "प्रदान की गई सेटिंग्स का परीक्षण किया गया है और काम नहीं किया है।", - "comcol-role.edit.community-admin.description": "सामुदायिक प्रशासक उप-समुदाय या संग्रह बना सकते हैं, और उन उप-समुदायों या संग्रहों के लिए प्रबंधन या प्रबंधन नियुक्त कर सकते हैं। इसके अलावा, वे तय करते हैं कि कौन किसी भी उप-संग्रह में आइटम प्रस्तुत कर सकता है, आइटम मेटाडेटा (सबमिशन के बाद) संपादित कर सकता है, और अन्य संग्रहों (प्राधिकरण के अधीन) से मौजूदा आइटम जोड़ सकता है (मैप)।", + "collection.source.update.notifications.error.title": "सर्वर त्रुटि", - "comcol-role.edit.community-admin.name": "व्यवस्थापक", + "comcol-role.edit.bitstream_read.anonymous-group": "आने वाली बिटस्ट्रीम के लिए डिफ़ॉल्ट पठन वर्तमान में बेनामी पर सेट है।", - "comcol-role.edit.create": "बनाएं", + "comcol-role.edit.bitstream_read.description": "सामुदायिक प्रशासक उप-समुदाय या संग्रह बना सकते हैं, और उन उप-समुदायों या संग्रहों के लिए प्रबंधन या प्रबंधन सौंप सकते हैं। इसके अलावा, वे तय करते हैं कि कौन किसी भी उप-संग्रह में आइटम प्रस्तुत कर सकता है, आइटम मेटाडेटा (प्रस्तुति के बाद) संपादित कर सकता है, और अन्य संग्रहों (प्राधिकरण के अधीन) से मौजूदा आइटम जोड़ सकता है (मैप)।", - "comcol-role.edit.create.error.title": "'{{ role }}' भूमिका के लिए समूह बनाने में विफल", + "comcol-role.edit.bitstream_read.name": "डिफ़ॉल्ट बिटस्ट्रीम पठन पहुंच", - "comcol-role.edit.delete": "हटाएं", + "comcol-role.edit.collection-admin.description": "संग्रह व्यवस्थापक यह तय करते हैं कि संग्रह में आइटम कौन प्रस्तुत कर सकता है, आइटम मेटाडेटा संपादित कर सकता है (प्रस्तुति के बाद), और अन्य संग्रह से मौजूदा आइटम को इस संग्रह में जोड़ सकता है (उस संग्रह के लिए प्राधिकरण के अधीन)।", - "comcol-role.edit.delete.error.title": "'{{ role }}' भूमिका के समूह को हटाने में विफल", + "comcol-role.edit.collection-admin.name": "व्यवस्थापक", - "comcol-role.edit.editor.description": "संपादक आने वाले प्रस्तुतियों के मेटाडेटा को संपादित करने में सक्षम हैं, और फिर उन्हें स्वीकार या अस्वीकार कर सकते हैं।", + "comcol-role.edit.community-admin.description": "सामुदायिक प्रशासक उप-समुदाय या संग्रह बना सकते हैं, और उन उप-समुदायों या संग्रहों के लिए प्रबंधन या प्रबंधन नियुक्त कर सकते हैं। इसके अलावा, वे तय करते हैं कि कौन किसी भी उप-संग्रह में आइटम प्रस्तुत कर सकता है, आइटम मेटाडेटा (सबमिशन के बाद) संपादित कर सकता है, और अन्य संग्रहों (प्राधिकरण के अधीन) से मौजूदा आइटम जोड़ सकता है (मैप)।", - "comcol-role.edit.editor.name": "संपादक", + "comcol-role.edit.community-admin.name": "व्यवस्थापक", - "comcol-role.edit.finaleditor.description": "अंतिम संपादक आने वाले प्रस्तुति के मेटाडेटा को संपादित करने में सक्षम हैं, लेकिन उन्हें अस्वीकार नहीं कर पाएंगे।", + "comcol-role.edit.create": "बनाएं", - "comcol-role.edit.finaleditor.name": "अंतिम संपादक", + "comcol-role.edit.create.error.title": "'{{ role }}' भूमिका के लिए समूह बनाने में विफल", - "comcol-role.edit.item_read.anonymous-group": "आने वाली वस्तुओं के लिए मानक पठन वर्तमान में बेनामी पर सेट है।", + "comcol-role.edit.delete": "हटाएं", - "comcol-role.edit.item_read.description": "ई-लोग और समूह जो इस संग्रह में प्रस्तुत किए गए नए आइटम पढ़ सकते हैं। इस भूमिका में परिवर्तन पूर्वव्यापी नहीं हैं। सिस्टम में मौजूदा आइटम अभी भी उन लोगों द्वारा देखे जा सकेंगे जिनके पास जोड़ने के समय पढ़ने की पहुंच थी।", + "comcol-role.edit.delete.error.title": "'{{ role }}' भूमिका के समूह को हटाने में विफल", - "comcol-role.edit.item_read.name": "डिफ़ॉल्ट आइटम पढ़ने की अनुमति", + "comcol-role.edit.editor.description": "संपादक आने वाले प्रस्तुतियों के मेटाडेटा को संपादित करने में सक्षम हैं, और फिर उन्हें स्वीकार या अस्वीकार कर सकते हैं।", - "comcol-role.edit.no-group": "कोई भी नहीं", + "comcol-role.edit.editor.name": "संपादक", - "comcol-role.edit.restrict": "प्रतिबंधित करें", + "comcol-role.edit.finaleditor.description": "अंतिम संपादक आने वाले प्रस्तुति के मेटाडेटा को संपादित करने में सक्षम हैं, लेकिन उन्हें अस्वीकार नहीं कर पाएंगे।", - "comcol-role.edit.reviewer.description": "समीक्षक आने वाली प्रस्तुतियाँ स्वीकार या अस्वीकार करने में सक्षम हैं। हालांकि, वे प्रस्तुति के मेटाडेटा को संपादित करने में सक्षम नहीं हैं।", + "comcol-role.edit.finaleditor.name": "अंतिम संपादक", - "comcol-role.edit.reviewer.name": "समीक्षक", + "comcol-role.edit.item_read.anonymous-group": "आने वाली वस्तुओं के लिए मानक पठन वर्तमान में बेनामी पर सेट है।", - "comcol-role.edit.submitters.description": "ई-व्यक्ति और समूह जिनके पास इस संग्रह में नए आइटम जमा करने की अनुमति है।", + "comcol-role.edit.item_read.description": "ई-लोग और समूह जो इस संग्रह में प्रस्तुत किए गए नए आइटम पढ़ सकते हैं। इस भूमिका में परिवर्तन पूर्वव्यापी नहीं हैं। सिस्टम में मौजूदा आइटम अभी भी उन लोगों द्वारा देखे जा सकेंगे जिनके पास जोड़ने के समय पढ़ने की पहुंच थी।", - "comcol-role.edit.submitters.name": "प्रस्तुतकर्ता", + "comcol-role.edit.item_read.name": "डिफ़ॉल्ट आइटम पढ़ने की अनुमति", - "community.all-lists.head": "उपसमुदाय और संग्रह", + "comcol-role.edit.no-group": "कोई भी नहीं", - "community.create.head": "समुदाय बनाएं", + "comcol-role.edit.restrict": "प्रतिबंधित करें", - "community.create.notifications.success": "समुदाय सफलतापूर्वक बनाया गया", + "comcol-role.edit.reviewer.description": "समीक्षक आने वाली प्रस्तुतियाँ स्वीकार या अस्वीकार करने में सक्षम हैं। हालांकि, वे प्रस्तुति के मेटाडेटा को संपादित करने में सक्षम नहीं हैं।", - "community.create.sub-head": "{{parent }} समुदाय के लिए एक उप-समुदाय बनाएं", + "comcol-role.edit.reviewer.name": "समीक्षक", - "community.curate.header": "क्यूरेट समुदाय: {{community}}", + "comcol-role.edit.submitters.description": "ई-व्यक्ति और समूह जिनके पास इस संग्रह में नए आइटम जमा करने की अनुमति है।", - "community.delete.cancel": "रद्द करें", + "comcol-role.edit.submitters.name": "प्रस्तुतकर्ता", - "community.delete.confirm": "पुष्टि करें", + "community.all-lists.head": "उपसमुदाय और संग्रह", - "community.delete.head": "समुदाय हटाएं", + "community.create.head": "समुदाय बनाएं", - "community.delete.notification.fail": "समुदाय हटाया नहीं जा सका", + "community.create.notifications.success": "समुदाय सफलतापूर्वक बनाया गया", - "community.delete.notification.success": "समुदाय को सफलतापूर्वक हटाया गया", + "community.create.sub-head": "{{parent }} समुदाय के लिए एक उप-समुदाय बनाएं", - "community.delete.processing": "हटाया जा रहा है...", + "community.curate.header": "क्यूरेट समुदाय: {{community}}", - "community.delete.text": "क्या आप वाकई \"{{dso }}\" समुदाय को हटाना चाहते हैं?", + "community.delete.cancel": "रद्द करें", - "community.edit.breadcrumbs": "समुदाय संपादित करें", + "community.delete.confirm": "पुष्टि करें", - "community.edit.delete": "इस समुदाय को हटाएं", + "community.delete.head": "समुदाय हटाएं", - "community.edit.head": "समुदाय संपादित करें", + "community.delete.notification.fail": "समुदाय हटाया नहीं जा सका", - "community.edit.logo.delete-undo.title": "हटाना पूर्ववत करें", + "community.delete.notification.success": "समुदाय को सफलतापूर्वक हटाया गया", - "community.edit.logo.delete.title": "चिन्ह हटाएं", + "community.delete.processing": "हटाया जा रहा है...", - "community.edit.logo.label": "समुदाय चिन्ह", + "community.delete.text": "क्या आप वाकई \"{{dso }}\" समुदाय को हटाना चाहते हैं?", - "community.edit.logo.notifications.add.error": "समुदाय का लोगो अपलोड करना विफल रहा। कृपया पुनः प्रयास करने से पहले सामग्री को सत्यापित करें।", + "community.edit.breadcrumbs": "समुदाय संपादित करें", - "community.edit.logo.notifications.add.success": "समुदाय का चिन्ह अपलोड करना सफल रहा|", + "community.edit.delete": "इस समुदाय को हटाएं", - "community.edit.logo.notifications.delete.error.title": "चिन्ह हटाने में त्रुटि", + "community.edit.head": "समुदाय संपादित करें", - "community.edit.logo.notifications.delete.success.content": "समुदाय का चिन्ह सफलतापूर्वक हटा दिया गया", + "community.edit.logo.delete-undo.title": "हटाना पूर्ववत करें", - "community.edit.logo.notifications.delete.success.title": "चिन्ह हटा दिया गया", + "community.edit.logo.delete.title": "चिन्ह हटाएं", - "community.edit.logo.upload": "अपलोड करने के लिए समुदाय का चिन्ह छोड़ें", + "community.edit.logo.label": "समुदाय चिन्ह", - "community.edit.notifications.error": "समुदाय संपादित करते समय एक त्रुटि हुई", + "community.edit.logo.notifications.add.error": "समुदाय का लोगो अपलोड करना विफल रहा। कृपया पुनः प्रयास करने से पहले सामग्री को सत्यापित करें।", - "community.edit.notifications.success": "समुदाय को सफलतापूर्वक संपादित किया गया", + "community.edit.logo.notifications.add.success": "समुदाय का चिन्ह अपलोड करना सफल रहा|", - "community.edit.notifications.unauthorized": "आपके पास यह परिवर्तन करने के विशेषाधिकार नहीं हैं", + "community.edit.logo.notifications.delete.error.title": "चिन्ह हटाने में त्रुटि", - "community.edit.return": "वापस", + "community.edit.logo.notifications.delete.success.content": "समुदाय का चिन्ह सफलतापूर्वक हटा दिया गया", - "community.edit.tabs.authorizations.head": "अनुज्ञा", + "community.edit.logo.notifications.delete.success.title": "चिन्ह हटा दिया गया", - "community.edit.tabs.authorizations.title": "समुदाय संपादन - प्राधिकरण", + "community.edit.logo.upload": "अपलोड करने के लिए समुदाय का चिन्ह छोड़ें", - "community.edit.tabs.curate.head": "क्यूरेट", + "community.edit.notifications.error": "समुदाय संपादित करते समय एक त्रुटि हुई", - "community.edit.tabs.curate.title": "समुदाय संपादन - क्यूरेट ", + "community.edit.notifications.success": "समुदाय को सफलतापूर्वक संपादित किया गया", - "community.edit.tabs.metadata.head": "मेटाडेटा संपादित करें", + "community.edit.notifications.unauthorized": "आपके पास यह परिवर्तन करने के विशेषाधिकार नहीं हैं", - "community.edit.tabs.metadata.title": "समुदाय संपादन - मेटाडेटा", + "community.edit.return": "वापस", - "community.edit.tabs.roles.head": "भूमिकाएँ निर्दिष्ट करें", + "community.edit.tabs.authorizations.head": "अनुज्ञा", - "community.edit.tabs.roles.title": "समुदाय संपादन - भूमिकाएँ ", + "community.edit.tabs.authorizations.title": "समुदाय संपादन - प्राधिकरण", - "community.form.abstract": "संक्षिप्त वर्णन", + "community.edit.tabs.curate.head": "क्यूरेट", - "community.form.description": "परिचयात्मक पाठ (एचटीएमएल)", + "community.edit.tabs.curate.title": "समुदाय संपादन - क्यूरेट ", - "community.form.errors.title.required": "कृपया समुदाय का नाम दर्ज करें", + "community.edit.tabs.metadata.head": "मेटाडेटा संपादित करें", - "community.form.rights": "कॉपीराइट टेक्स्ट (एचटीएमएल)", + "community.edit.tabs.metadata.title": "समुदाय संपादन - मेटाडेटा", - "community.form.tableofcontents": "समाचार (एचटीएमएल)", + "community.edit.tabs.roles.head": "भूमिकाएँ निर्दिष्ट करें", - "community.form.title": "नाम", + "community.edit.tabs.roles.title": "समुदाय संपादन - भूमिकाएँ ", - "community.listelement.badge": "समुदाय", + "community.form.abstract": "संक्षिप्त वर्णन", - "community.page.edit": "इस समुदाय को संपादित करें", + "community.form.description": "परिचयात्मक पाठ (एचटीएमएल)", - "community.page.handle": "इस समुदाय के लिए स्थायी यूआरआई (URI)", + "community.form.errors.title.required": "कृपया समुदाय का नाम दर्ज करें", - "community.page.license": "अनुज्ञाप‍त्र", + "community.form.rights": "कॉपीराइट टेक्स्ट (एचटीएमएल)", - "community.page.news": "समाचार", + "community.form.tableofcontents": "समाचार (एचटीएमएल)", - "community.sub-collection-list.head": "इस समुदाय के संग्रह", + "community.form.title": "नाम", - "community.sub-community-list.head": "इस समुदाय के समुदाय", + "community.listelement.badge": "समुदाय", - "communityList.breadcrumbs": "समुदाय सूची", + "community.page.edit": "इस समुदाय को संपादित करें", - "communityList.showMore": "और दिखाएं", + "community.page.handle": "इस समुदाय के लिए स्थायी यूआरआई (URI)", - "communityList.tabTitle": "समुदाय सूची", + "community.page.license": "अनुज्ञाप‍त्र", - "communityList.title": "समुदायों की सूची", + "community.page.news": "समाचार", - "confirmation-modal.delete-eperson.cancel": "रद्द करें", + "community.sub-collection-list.head": "इस समुदाय के संग्रह", - "confirmation-modal.delete-eperson.confirm": "हटाएं", + "community.sub-community-list.head": "इस समुदाय के समुदाय", - "confirmation-modal.delete-eperson.header": "\"{{ dsoName }}\" ई-व्यक्ति हटाएं", + "communityList.breadcrumbs": "समुदाय सूची", - "confirmation-modal.delete-eperson.info": "क्या आप वाकई ई-व्यक्ति \"{{dsoName}}\" को हटाना चाहते हैं", + "communityList.showMore": "और दिखाएं", - "confirmation-modal.delete-profile.cancel": "रद्द करें", + "communityList.tabTitle": "समुदाय सूची", - "confirmation-modal.delete-profile.confirm": "हटाएं", + "communityList.title": "समुदायों की सूची", - "confirmation-modal.delete-profile.header": "प्रोफ़ाइल हटाएं", + "confirmation-modal.delete-eperson.cancel": "रद्द करें", - "confirmation-modal.delete-profile.info": "क्या आप वाकई अपनी प्रोफ़ाइल हटाना चाहते हैं", + "confirmation-modal.delete-eperson.confirm": "हटाएं", - "confirmation-modal.export-metadata.cancel": "रद्द करें", + "confirmation-modal.delete-eperson.header": "\"{{ dsoName }}\" ई-व्यक्ति हटाएं", - "confirmation-modal.export-metadata.confirm": "निर्यात करें", + "confirmation-modal.delete-eperson.info": "क्या आप वाकई ई-व्यक्ति \"{{dsoName}}\" को हटाना चाहते हैं", - "confirmation-modal.export-metadata.header": "{{ dsoName }} के लिए मेटाडेटा निर्यात करें", + "confirmation-modal.delete-profile.cancel": "रद्द करें", - "confirmation-modal.export-metadata.info": "क्या आप वाकई {{ dsoName }} के लिए मेटाडेटा निर्यात करना चाहते हैं", + "confirmation-modal.delete-profile.confirm": "हटाएं", - "cookies.consent.accept-all": "सभी स्वीकार करें", + "confirmation-modal.delete-profile.header": "प्रोफ़ाइल हटाएं", - "cookies.consent.accept-selected": "चयनित को स्वीकार करें", + "confirmation-modal.delete-profile.info": "क्या आप वाकई अपनी प्रोफ़ाइल हटाना चाहते हैं", - "cookies.consent.app.description.acknowledgement": "आपकी पावती और सहमति को सहेजने के लिए आवश्यक", + "confirmation-modal.export-metadata.cancel": "रद्द करें", - "cookies.consent.app.description.authentication": "आपको साइन इन करने के लिए आवश्यक", + "confirmation-modal.export-metadata.confirm": "निर्यात करें", - "cookies.consent.app.description.google-analytics": "हमें सांख्यिकीय जानकारी पर नज़र रखने की अनुमति देता है", + "confirmation-modal.export-metadata.header": "{{ dsoName }} के लिए मेटाडेटा निर्यात करें", - "cookies.consent.app.description.preferences": "आपकी प्राथमिकताएं सहेजने के लिए आवश्यक", + "confirmation-modal.export-metadata.info": "क्या आप वाकई {{ dsoName }} के लिए मेटाडेटा निर्यात करना चाहते हैं", - "cookies.consent.app.opt-out.description": "यह ऐप डिफ़ॉल्ट रूप से लोड होता है (लेकिन आप ऑप्ट आउट कर सकते हैं)", + "cookies.consent.accept-all": "सभी स्वीकार करें", - "cookies.consent.app.opt-out.title": "(बाहर निकलें)", + "cookies.consent.accept-selected": "चयनित को स्वीकार करें", - "cookies.consent.app.purpose": "उद्देश्य", + "cookies.consent.app.description.acknowledgement": "आपकी पावती और सहमति को सहेजने के लिए आवश्यक", - "cookies.consent.app.required.description": "यह एप्लिकेशन हमेशा आवश्यक है", + "cookies.consent.app.description.authentication": "आपको साइन इन करने के लिए आवश्यक", - "cookies.consent.app.required.title": "(हमेशा आवश्यक)", + "cookies.consent.app.description.google-analytics": "हमें सांख्यिकीय जानकारी पर नज़र रखने की अनुमति देता है", - "cookies.consent.app.title.acknowledgement": "स्वीकृति", + "cookies.consent.app.description.preferences": "आपकी प्राथमिकताएं सहेजने के लिए आवश्यक", - "cookies.consent.app.title.authentication": "प्रमाणीकरण", + "cookies.consent.app.opt-out.description": "यह ऐप डिफ़ॉल्ट रूप से लोड होता है (लेकिन आप ऑप्ट आउट कर सकते हैं)", - "cookies.consent.app.title.google-analytics": "गूगल एनालिटिक्स", + "cookies.consent.app.opt-out.title": "(बाहर निकलें)", - "cookies.consent.app.title.preferences": "प्राथमिकताएं", + "cookies.consent.app.purpose": "उद्देश्य", - "cookies.consent.close": "बंद करें", + "cookies.consent.app.required.description": "यह एप्लिकेशन हमेशा आवश्यक है", - "cookies.consent.content-modal.description": "यहां आप हमारे द्वारा आपके बारे में एकत्रित की गई जानकारी को देख और अनुकूलित कर सकते हैं।", + "cookies.consent.app.required.title": "(हमेशा आवश्यक)", - "cookies.consent.content-modal.privacy-policy.name": "गोपनीयता नीति", + "cookies.consent.app.title.acknowledgement": "स्वीकृति", - "cookies.consent.content-modal.privacy-policy.text": "अधिक जानने के लिए, हमारी {privacyPolicy} पढ़ें।", + "cookies.consent.app.title.authentication": "प्रमाणीकरण", - "cookies.consent.content-modal.title": "जानकारी जो हम एकत्र करते हैं", + "cookies.consent.app.title.google-analytics": "गूगल एनालिटिक्स", - "cookies.consent.content-notice.description": "हम निम्नलिखित उद्देश्यों के लिए आपकी व्यक्तिगत जानकारी एकत्र और संसाधित करते हैं: प्रमाणीकरण, प्राथमिकताएं, पावती और सांख्यिकी
अधिक जानने के लिए, कृपया हमारी {privacyPolicy} पढ़ें।", + "cookies.consent.app.title.preferences": "प्राथमिकताएं", - "cookies.consent.content-notice.description.no-privacy": "हम निम्नलिखित उद्देश्यों के लिए आपकी व्यक्तिगत जानकारी एकत्र और संसाधित करते हैं: प्रमाणीकरण, प्राथमिकताएं, पावती और सांख्यिकी।", + "cookies.consent.close": "बंद करें", - "cookies.consent.content-notice.learnMore": "अनुकूलित करें", + "cookies.consent.content-modal.description": "यहां आप हमारे द्वारा आपके बारे में एकत्रित की गई जानकारी को देख और अनुकूलित कर सकते हैं।", - "cookies.consent.decline": "अस्वीकार", + "cookies.consent.content-modal.privacy-policy.name": "गोपनीयता नीति", - "cookies.consent.purpose.functional": "कार्यात्मक", + "cookies.consent.content-modal.privacy-policy.text": "अधिक जानने के लिए, हमारी {privacyPolicy} पढ़ें।", - "cookies.consent.purpose.statistical": "सांख्यिकीय", + "cookies.consent.content-modal.title": "जानकारी जो हम एकत्र करते हैं", - "cookies.consent.update": "आपकी पिछली विज़िट के बाद से परिवर्तन हुए हैं, कृपया अपनी सहमति अपडेट करें।", + "cookies.consent.content-notice.description": "हम निम्नलिखित उद्देश्यों के लिए आपकी व्यक्तिगत जानकारी एकत्र और संसाधित करते हैं: प्रमाणीकरण, प्राथमिकताएं, पावती और सांख्यिकी
अधिक जानने के लिए, कृपया हमारी {privacyPolicy} पढ़ें।", - "curation-task.task.checklinks.label": "मेटाडेटा में लिंक जांचें", + "cookies.consent.content-notice.description.no-privacy": "हम निम्नलिखित उद्देश्यों के लिए आपकी व्यक्तिगत जानकारी एकत्र और संसाधित करते हैं: प्रमाणीकरण, प्राथमिकताएं, पावती और सांख्यिकी।", - "curation-task.task.noop.label": "NOOP", + "cookies.consent.content-notice.learnMore": "अनुकूलित करें", - "curation-task.task.profileformats.label": "प्रोफ़ाइल बिटस्ट्रीम प्रारूप", + "cookies.consent.decline": "अस्वीकार", - "curation-task.task.requiredmetadata.label": "आवश्यक मेटाडेटा की जाँच करें", + "cookies.consent.purpose.functional": "कार्यात्मक", - "curation-task.task.translate.label": "माइक्रोसॉफ्ट अनुवादक", + "cookies.consent.purpose.statistical": "सांख्यिकीय", - "curation-task.task.vscan.label": "वायरस जाँच", + "cookies.consent.update": "आपकी पिछली विज़िट के बाद से परिवर्तन हुए हैं, कृपया अपनी सहमति अपडेट करें।", - "curation.form.handle.hint": "संकेत: पूरी साइट पर कार्य चलाने के लिए [your-handle-prefix]/0 दर्ज करें (सभी कार्य इस क्षमता का समर्थन नहीं करते हैं)", + "curation-task.task.checklinks.label": "मेटाडेटा में लिंक जांचें", - "curation.form.handle.label": "हैंडल:", + "curation-task.task.noop.label": "NOOP", - "curation.form.submit": "शुरू करें", + "curation-task.task.profileformats.label": "प्रोफ़ाइल बिटस्ट्रीम प्रारूप", - "curation.form.submit.error.content": "क्यूरेशन कार्य प्रारंभ करने का प्रयास करते समय कोई त्रुटि उत्पन्न हुई।", + "curation-task.task.requiredmetadata.label": "आवश्यक मेटाडेटा की जाँच करें", - "curation.form.submit.error.head": "क्यूरेशन टास्क चलाना विफल रहा", + "curation-task.task.translate.label": "माइक्रोसॉफ्ट अनुवादक", - "curation.form.submit.error.invalid-handle": "इस ऑब्जेक्ट के लिए हैंडल निर्धारित नहीं किया जा सका", + "curation-task.task.vscan.label": "वायरस जाँच", - "curation.form.submit.success.content": "आपको संबंधित प्रक्रिया पृष्ठ पर पुनः निर्देशित किया जाएगा।", + "curation.form.handle.hint": "संकेत: पूरी साइट पर कार्य चलाने के लिए [your-handle-prefix]/0 दर्ज करें (सभी कार्य इस क्षमता का समर्थन नहीं करते हैं)", - "curation.form.submit.success.head": "क्यूरेशन कार्य सफलतापूर्वक शुरू किया गया है", + "curation.form.handle.label": "हैंडल:", - "curation.form.task-select.label": "कार्य:", + "curation.form.submit": "शुरू करें", - "default-relationships.search.results.head": "खोज के परिणाम", + "curation.form.submit.error.content": "क्यूरेशन कार्य प्रारंभ करने का प्रयास करते समय कोई त्रुटि उत्पन्न हुई।", - "default.search.results.head": "खोज के परिणाम", + "curation.form.submit.error.head": "क्यूरेशन टास्क चलाना विफल रहा", - "deny-request-copy.email.message": "प्रिय {{ recipientName }}, \nआपके अनुरोध के प्रत्युत्तर में मुझे आपको यह बताते हुए खेद हो रहा है कि आपके द्वारा अनुरोधित फ़ाइल (फ़ाइलों) की एक प्रति, दस्तावेज़ के संबंध में भेजना संभव नहीं है: \"{{itemUrl }}\" ({{itemName }}), जिनमें से मैं एक लेखक हूँ।\n\nसाभार, \n{{ authorName }} <{{ authorEmail }}>", + "curation.form.submit.error.invalid-handle": "इस ऑब्जेक्ट के लिए हैंडल निर्धारित नहीं किया जा सका", - "deny-request-copy.email.subject": "दस्तावेज़ की प्रति का अनुरोध करें", + "curation.form.submit.success.content": "आपको संबंधित प्रक्रिया पृष्ठ पर पुनः निर्देशित किया जाएगा।", - "deny-request-copy.error": "त्रुटि पाई गई", + "curation.form.submit.success.head": "क्यूरेशन कार्य सफलतापूर्वक शुरू किया गया है", - "deny-request-copy.header": "दस्तावेज़ की प्रतिलिपि अनुरोध अस्वीकार करें", + "curation.form.task-select.label": "कार्य:", - "deny-request-copy.intro": "यह संदेश अनुरोध के आवेदक को भेजा जाएगा", + "default-relationships.search.results.head": "खोज के परिणाम", - "deny-request-copy.success": "आइटम अनुरोध को सफलतापूर्वक अस्वीकार कर दिया गया", + "default.search.results.head": "खोज के परिणाम", - "dso-selector.claim.item.body": "ये मौजूदा प्रोफ़ाइल हैं जो आपसे संबंधित हो सकती हैं। यदि आप इनमें से किसी एक प्रोफाइल में खुद को पहचानते हैं, तो इसे चुनें और विवरण पृष्ठ पर, विकल्पों में से, इसका दावा करना चुनें। अन्यथा आप नीचे दिए गए बटन का उपयोग करके नए सिरे से एक नई प्रोफ़ाइल बना सकते हैं।", + "deny-request-copy.email.message": "प्रिय {{ recipientName }}, \nआपके अनुरोध के प्रत्युत्तर में मुझे आपको यह बताते हुए खेद हो रहा है कि आपके द्वारा अनुरोधित फ़ाइल (फ़ाइलों) की एक प्रति, दस्तावेज़ के संबंध में भेजना संभव नहीं है: \"{{itemUrl }}\" ({{itemName }}), जिनमें से मैं एक लेखक हूँ।\n\nसाभार, \n{{ authorName }} <{{ authorEmail }}>", - "dso-selector.claim.item.create-from-scratch": "नया बनाएँ", + "deny-request-copy.email.subject": "दस्तावेज़ की प्रति का अनुरोध करें", - "dso-selector.claim.item.head": "प्रोफाइल टिप्स", + "deny-request-copy.error": "त्रुटि पाई गई", - "dso-selector.claim.item.not-mine-label": "इनमें से कोई भी मेरा नहीं है", + "deny-request-copy.header": "दस्तावेज़ की प्रतिलिपि अनुरोध अस्वीकार करें", - "dso-selector.create.collection.head": "नया संग्रह", + "deny-request-copy.intro": "यह संदेश अनुरोध के आवेदक को भेजा जाएगा", - "dso-selector.create.collection.sub-level": "में नया संग्रह बनाएं", + "deny-request-copy.success": "आइटम अनुरोध को सफलतापूर्वक अस्वीकार कर दिया गया", - "dso-selector.create.community.head": "नया समुदाय", + "dso-selector.claim.item.body": "ये मौजूदा प्रोफ़ाइल हैं जो आपसे संबंधित हो सकती हैं। यदि आप इनमें से किसी एक प्रोफाइल में खुद को पहचानते हैं, तो इसे चुनें और विवरण पृष्ठ पर, विकल्पों में से, इसका दावा करना चुनें। अन्यथा आप नीचे दिए गए बटन का उपयोग करके नए सिरे से एक नई प्रोफ़ाइल बना सकते हैं।", - "dso-selector.create.community.sub-level": "में नया समुदाय बनाएं", + "dso-selector.claim.item.create-from-scratch": "नया बनाएँ", - "dso-selector.create.community.top-level": "नया शीर्ष-स्तरीय समुदाय बनाएं", + "dso-selector.claim.item.head": "प्रोफाइल टिप्स", - "dso-selector.create.item.head": "नया आइटम", + "dso-selector.claim.item.not-mine-label": "इनमें से कोई भी मेरा नहीं है", - "dso-selector.create.item.sub-level": "में नया आइटम बनाएं", + "dso-selector.create.collection.head": "नया संग्रह", - "dso-selector.create.submission.head": "नवीन प्रस्तुतीकरण", + "dso-selector.create.collection.sub-level": "में नया संग्रह बनाएं", - "dso-selector.edit.collection.head": "संग्रह संपादित करें", + "dso-selector.create.community.head": "नया समुदाय", - "dso-selector.edit.community.head": "समुदाय संपादित करें", + "dso-selector.create.community.sub-level": "में नया समुदाय बनाएं", - "dso-selector.edit.item.head": "आइटम संपादित करें", + "dso-selector.create.community.top-level": "नया शीर्ष-स्तरीय समुदाय बनाएं", - "dso-selector.error.title": "{{type }} खोजने में त्रुटि हुई", + "dso-selector.create.item.head": "नया आइटम", - "dso-selector.export-metadata.dspaceobject.head": "से मेटाडेटा निर्यात करें", + "dso-selector.create.item.sub-level": "में नया आइटम बनाएं", - "dso-selector.no-results": "{{ type }} नहीं मिला", + "dso-selector.create.submission.head": "नवीन प्रस्तुतीकरण", - "dso-selector.placeholder": "{{ type }} खोजें", + "dso-selector.edit.collection.head": "संग्रह संपादित करें", - "dso-selector.select.collection.head": "संग्रह का चयन करें", + "dso-selector.edit.community.head": "समुदाय संपादित करें", - "dso-selector.set-scope.community.button": "संपूर्ण डीस्पेस में खोजें ", + "dso-selector.edit.item.head": "आइटम संपादित करें", - "dso-selector.set-scope.community.head": "खोज का दायरा चुनें", + "dso-selector.error.title": "{{type }} खोजने में त्रुटि हुई", - "dso-selector.set-scope.community.input-header": "समुदाय या संग्रह के लिए खोजें", + "dso-selector.export-metadata.dspaceobject.head": "से मेटाडेटा निर्यात करें", - "dso.name.untitled": "शीर्षकहीन", + "dso-selector.no-results": "{{ type }} नहीं मिला", - "error-page.description.401": "अनधिकृत", + "dso-selector.placeholder": "{{ type }} खोजें", - "error-page.description.403": "अनधिकृत", + "dso-selector.select.collection.head": "संग्रह का चयन करें", - "error-page.description.404": "पृष्ठ नहीं मिला", + "dso-selector.set-scope.community.button": "संपूर्ण डीस्पेस में खोजें ", - "error-page.description.500": "सेवा उप्लब्ध् नहीं है", + "dso-selector.set-scope.community.head": "खोज का दायरा चुनें", - "error-page.orcid.generic-error": "ORCID के माध्यम से लॉगिन के दौरान एक त्रुटि हुई। सुनिश्चित करें कि आपने अपना ORCID खाता ईमेल पता डीस्पेस के साथ साझा किया है। यदि त्रुटि बनी रहती है, तो व्यवस्थापक से संपर्क करें", + "dso-selector.set-scope.community.input-header": "समुदाय या संग्रह के लिए खोजें", - "error.bitstream": "बिटस्ट्रीम लाने में त्रुटि", + "dso.name.untitled": "शीर्षकहीन", - "error.browse-by": "आइटम लाने में त्रुटि", + "error-page.description.401": "अनधिकृत", - "error.collection": "संग्रह लाने में त्रुटि", + "error-page.description.403": "अनधिकृत", - "error.collections": "संग्रह लाने में त्रुटि", + "error-page.description.404": "पृष्ठ नहीं मिला", - "error.community": "समुदाय लाने में त्रुटि", + "error-page.description.500": "सेवा उप्लब्ध् नहीं है", - "error.default": "त्रुटि", + "error-page.orcid.generic-error": "ORCID के माध्यम से लॉगिन के दौरान एक त्रुटि हुई। सुनिश्चित करें कि आपने अपना ORCID खाता ईमेल पता डीस्पेस के साथ साझा किया है। यदि त्रुटि बनी रहती है, तो व्यवस्थापक से संपर्क करें", - "error.identifier": "पहचानकर्ता के लिए कोई आइटम नहीं मिला", + "error.bitstream": "बिटस्ट्रीम लाने में त्रुटि", - "error.invalid-search-query": "खोज क्वेरी मान्य नहीं है. कृपया इस त्रुटि के बारे में अधिक जानकारी के लिए Solr query syntax सर्वोत्तम अभ्यास देखें .", + "error.browse-by": "आइटम लाने में त्रुटि", - "error.item": "आइटम लाने में त्रुटि", + "error.collection": "संग्रह लाने में त्रुटि", - "error.items": "आइटम लाने में त्रुटि", + "error.collections": "संग्रह लाने में त्रुटि", - "error.objects": "मदो को लाने में त्रुटि", + "error.community": "समुदाय लाने में त्रुटि", - "error.recent-submissions": "हाल ही की प्रस्तुतियां लाने में त्रुटि", + "error.default": "त्रुटि", - "error.search-results": "खोज परिणाम लाने में त्रुटि", + "error.identifier": "पहचानकर्ता के लिए कोई आइटम नहीं मिला", - "error.sub-collections": "उप-संग्रह लाने में त्रुटि", + "error.invalid-search-query": "खोज क्वेरी मान्य नहीं है. कृपया इस त्रुटि के बारे में अधिक जानकारी के लिए Solr query syntax सर्वोत्तम अभ्यास देखें .", - "error.sub-communities": "उप-समुदाय लाने में त्रुटि", + "error.item": "आइटम लाने में त्रुटि", - "error.submission.sections.init-form-error": "अनुभाग आरंभीकरण के दौरान त्रुटि हुई, कृपया अपने निविष्ट-फॉर्म विन्यास की जाँच करें। विवरण नीचे हैं:

", + "error.items": "आइटम लाने में त्रुटि", - "error.top-level-communities": "शीर्ष-स्तरीय समुदायों को लाने में त्रुटि", + "error.objects": "मदो को लाने में त्रुटि", - "error.validation.emailTaken": "यह ई - मेल पहले ही लिया जा चुका हैं", + "error.recent-submissions": "हाल ही की प्रस्तुतियां लाने में त्रुटि", - "error.validation.filerequired": "फ़ाइल अपलोड अनिवार्य है", + "error.search-results": "खोज परिणाम लाने में त्रुटि", - "error.validation.groupExists": "यह समूह पहले से मौजूद है", + "error.sub-collections": "उप-संग्रह लाने में त्रुटि", - "error.validation.license.notgranted": "अपना प्रस्तुतीकरण पूरा करने के लिए आपको यह अनुज्ञापत्र देना होगा। यदि आप इस समय यह अनुज्ञापत्र देने में असमर्थ हैं तो आप अपना काम सहेज सकते हैं और बाद में वापस आ सकते हैं या प्रस्तुतीकरण हटा सकते हैं।", + "error.sub-communities": "उप-समुदाय लाने में त्रुटि", - "error.validation.NotValidEmail": "यह ई-मेल वैध ईमेल नहीं है", + "error.submission.sections.init-form-error": "अनुभाग आरंभीकरण के दौरान त्रुटि हुई, कृपया अपने निविष्ट-फॉर्म विन्यास की जाँच करें। विवरण नीचे हैं:

", - "error.validation.pattern": "यह इनपुट वर्तमान ढांचे द्वारा प्रतिबंधित है: {{ pattern }}.", + "error.top-level-communities": "शीर्ष-स्तरीय समुदायों को लाने में त्रुटि", - "error.validation.required": "यह फ़ील्ड आवश्यक है", + "error.validation.emailTaken": "यह ई - मेल पहले ही लिया जा चुका हैं", - "feed.description": "सिंडिकेशन फ़ीड", + "error.validation.filerequired": "फ़ाइल अपलोड अनिवार्य है", - "file-section.error.header": "इस मद के लिए फ़ाइलें प्राप्त करने में त्रुटि", + "error.validation.groupExists": "यह समूह पहले से मौजूद है", - "footer.copyright": "कॉपीराइट © 2002-{{ year }}", + "error.validation.license.notgranted": "अपना प्रस्तुतीकरण पूरा करने के लिए आपको यह अनुज्ञापत्र देना होगा। यदि आप इस समय यह अनुज्ञापत्र देने में असमर्थ हैं तो आप अपना काम सहेज सकते हैं और बाद में वापस आ सकते हैं या प्रस्तुतीकरण हटा सकते हैं।", - "footer.link.cookies": "कुकी सेटिंग", + "error.validation.NotValidEmail": "यह ई-मेल वैध ईमेल नहीं है", - "footer.link.dspace": "डीस्पेस सॉफ्टवेयर", + "error.validation.pattern": "यह इनपुट वर्तमान ढांचे द्वारा प्रतिबंधित है: {{ pattern }}.", - "footer.link.end-user-agreement": "अंतिम उपयोगकर्ता समझौता", + "error.validation.required": "यह फ़ील्ड आवश्यक है", - "footer.link.feedback": "प्रतिक्रिया भेजें", + "feed.description": "सिंडिकेशन फ़ीड", - "footer.link.lyrasis": "लाइरासिस", + "file-section.error.header": "इस मद के लिए फ़ाइलें प्राप्त करने में त्रुटि", - "footer.link.privacy-policy": "गोपनीयता नीति", + "footer.copyright": "कॉपीराइट © 2002-{{ year }}", - "forgot-email.form.email": "ईमेल पता *", + "footer.link.cookies": "कुकी सेटिंग", - "forgot-email.form.email.error.pattern": "कृपया एक मान्य ईमेल पता भरें", + "footer.link.dspace": "डीस्पेस सॉफ्टवेयर", - "forgot-email.form.email.error.required": "कृपया ईमेल पता भरें", + "footer.link.end-user-agreement": "अंतिम उपयोगकर्ता समझौता", - "forgot-email.form.email.hint": "आगे के निर्देशों के साथ इस पते पर एक ईमेल भेजा जाएगा।", + "footer.link.feedback": "प्रतिक्रिया भेजें", - "forgot-email.form.error.content": "निम्नलिखित ईमेल पते से जुड़े खाते के लिए पासवर्ड रीसेट करने का प्रयास करते समय एक त्रुटि हुई: {{ email }}", + "footer.link.lyrasis": "लाइरासिस", - "forgot-email.form.error.head": "पासवर्ड रीसेट करने का प्रयास करते समय त्रुटि", + "footer.link.privacy-policy": "गोपनीयता नीति", - "forgot-email.form.header": "पासवर्ड भूल गए", + "forgot-email.form.email": "ईमेल पता *", - "forgot-email.form.info": "खाते से संबद्ध ईमेल पता दर्ज करें।", + "forgot-email.form.email.error.pattern": "कृपया एक मान्य ईमेल पता भरें", - "forgot-email.form.submit": "पासवर्ड रीसेट", + "forgot-email.form.email.error.required": "कृपया ईमेल पता भरें", - "forgot-email.form.success.content": "{{email}} को एक विशेष यूआरएल और अन्य निर्देशों के साथ एक ईमेल भेजा गया है।", + "forgot-email.form.email.hint": "आगे के निर्देशों के साथ इस पते पर एक ईमेल भेजा जाएगा।", - "forgot-email.form.success.head": "पासवर्ड रीसेट ईमेल भेजा गया", + "forgot-email.form.error.content": "निम्नलिखित ईमेल पते से जुड़े खाते के लिए पासवर्ड रीसेट करने का प्रयास करते समय एक त्रुटि हुई: {{ email }}", - "forgot-password.form.card.security": "सुरक्षा", + "forgot-email.form.error.head": "पासवर्ड रीसेट करने का प्रयास करते समय त्रुटि", - "forgot-password.form.error.empty-password": "कृपया नीचे दिए गए बॉक्स में पासवर्ड दर्ज करें।", + "forgot-email.form.header": "पासवर्ड भूल गए", - "forgot-password.form.error.matching-passwords": "पासवर्ड एक - दूसरे से मिलते - जुलते नहीं हैं।", + "forgot-email.form.info": "खाते से संबद्ध ईमेल पता दर्ज करें।", - "forgot-password.form.error.password-length": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", + "forgot-email.form.submit": "पासवर्ड रीसेट", - "forgot-password.form.head": "पासवर्ड भूल गए", + "forgot-email.form.success.content": "{{email}} को एक विशेष यूआरएल और अन्य निर्देशों के साथ एक ईमेल भेजा गया है।", - "forgot-password.form.identification.email": "ईमेल पता:", + "forgot-email.form.success.head": "पासवर्ड रीसेट ईमेल भेजा गया", - "forgot-password.form.identification.header": "पहचान", + "forgot-password.form.card.security": "सुरक्षा", - "forgot-password.form.info": "नीचे दिए गए बॉक्स में एक नया पासवर्ड दर्ज करें, और दूसरे बॉक्स में फिर से टाइप करके इसकी पुष्टि करें। यह कम से कम छह वर्ण लंबा होना चाहिए।", + "forgot-password.form.error.empty-password": "कृपया नीचे दिए गए बॉक्स में पासवर्ड दर्ज करें।", - "forgot-password.form.label.password": "पासवर्ड", + "forgot-password.form.error.matching-passwords": "पासवर्ड एक - दूसरे से मिलते - जुलते नहीं हैं।", - "forgot-password.form.label.passwordrepeat": "पुष्टि करने के लिए फिर से लिखें", + "forgot-password.form.error.password-length": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", - "forgot-password.form.notification.error.title": "नया पासवर्ड सबमिट करने का प्रयास करते समय त्रुटि", + "forgot-password.form.head": "पासवर्ड भूल गए", - "forgot-password.form.notification.success.content": "पासवर्ड रीसेट सफल रहा। आपको बनाए गए उपयोगकर्ता के रूप में लॉग इन किया गया है।", + "forgot-password.form.identification.email": "ईमेल पता:", - "forgot-password.form.notification.success.title": "पासवर्ड रीसेट पूरा हुआ", + "forgot-password.form.identification.header": "पहचान", - "forgot-password.form.submit": "पासवर्ड सबमिट करें", + "forgot-password.form.info": "नीचे दिए गए बॉक्स में एक नया पासवर्ड दर्ज करें, और दूसरे बॉक्स में फिर से टाइप करके इसकी पुष्टि करें। यह कम से कम छह वर्ण लंबा होना चाहिए।", - "forgot-password.title": "पासवर्ड भूल गए", + "forgot-password.form.label.password": "पासवर्ड", - "form.add": "और जोड़ें", + "forgot-password.form.label.passwordrepeat": "पुष्टि करने के लिए फिर से लिखें", - "form.add-help": "वर्तमान प्रविष्टि जोड़ने और दूसरी प्रविष्टि जोड़ने के लिए यहां क्लिक करें", + "forgot-password.form.notification.error.title": "नया पासवर्ड सबमिट करने का प्रयास करते समय त्रुटि", - "form.cancel": "रद्द करें", + "forgot-password.form.notification.success.content": "पासवर्ड रीसेट सफल रहा। आपको बनाए गए उपयोगकर्ता के रूप में लॉग इन किया गया है।", - "form.clear": "साफ़ करें", + "forgot-password.form.notification.success.title": "पासवर्ड रीसेट पूरा हुआ", - "form.clear-help": "चयनित मान को हटाने के लिए यहां क्लिक करें", + "forgot-password.form.submit": "पासवर्ड सबमिट करें", - "form.discard": "खारिज करें", + "forgot-password.title": "पासवर्ड भूल गए", - "form.drag": "खींचें (Drag)", + "form.add": "और जोड़ें", - "form.edit": "संपादित करें", + "form.add-help": "वर्तमान प्रविष्टि जोड़ने और दूसरी प्रविष्टि जोड़ने के लिए यहां क्लिक करें", - "form.edit-help": "चयनित मान संपादित करने के लिए यहां क्लिक करें", + "form.cancel": "रद्द करें", - "form.first-name": "प्रथम नाम", + "form.clear": "साफ़ करें", - "form.group-collapse": "संक्षिप्त करें", + "form.clear-help": "चयनित मान को हटाने के लिए यहां क्लिक करें", - "form.group-collapse-help": "संक्षिप्त करने के लिए यहां क्लिक करें", + "form.discard": "खारिज करें", - "form.group-expand": "विस्तृत करें", + "form.drag": "खींचें (Drag)", - "form.group-expand-help": "विस्तार करने और अधिक तत्व जोड़ने के लिए यहां क्लिक करें", + "form.edit": "संपादित करें", - "form.last-name": "उपनाम", + "form.edit-help": "चयनित मान संपादित करने के लिए यहां क्लिक करें", - "form.loading": "लोड हो रहा है...", + "form.first-name": "प्रथम नाम", - "form.lookup": "देखो", + "form.group-collapse": "संक्षिप्त करें", - "form.lookup-help": "मौजूदा संबंध देखने के लिए यहां क्लिक करें", + "form.group-collapse-help": "संक्षिप्त करने के लिए यहां क्लिक करें", - "form.no-results": "कोई परिणाम नहीं मिला", + "form.group-expand": "विस्तृत करें", - "form.no-value": "कोई मान दर्ज नहीं किया गया", + "form.group-expand-help": "विस्तार करने और अधिक तत्व जोड़ने के लिए यहां क्लिक करें", - "form.remove": "हटाएं", + "form.last-name": "उपनाम", - "form.repeatable.sort.tip": "आइटम को नई स्थिति में छोड़ें", + "form.loading": "लोड हो रहा है...", - "form.save": "सहेजें", + "form.lookup": "देखो", - "form.save-help": "परिवर्तन सहेजें", + "form.lookup-help": "मौजूदा संबंध देखने के लिए यहां क्लिक करें", - "form.search": "खोजें", + "form.no-results": "कोई परिणाम नहीं मिला", - "form.search-help": "मौजूदा पत्राचार देखने के लिए यहां क्लिक करें", + "form.no-value": "कोई मान दर्ज नहीं किया गया", - "form.submit": "सहेजें", + "form.remove": "हटाएं", - "general.back": "वापस", + "form.repeatable.sort.tip": "आइटम को नई स्थिति में छोड़ें", - "general.cancel": "रद्द करें", + "form.save": "सहेजें", - "general.confirm": "क्या आपको यकीन है?", + "form.save-help": "परिवर्तन सहेजें", - "general.destroy": "हटाएं", + "form.search": "खोजें", - "general.edit": "संपादित करें", + "form.search-help": "मौजूदा पत्राचार देखने के लिए यहां क्लिक करें", - "general.new": "नया", + "form.submit": "सहेजें", - "grant-deny-request-copy.deny": "कॉपी न भेजें", + "general.back": "वापस", - "grant-deny-request-copy.email.back": "वापस", + "general.cancel": "रद्द करें", - "grant-deny-request-copy.email.message": "संदेश", + "general.confirm": "क्या आपको यकीन है?", - "grant-deny-request-copy.email.message.empty": "कृपया संदेश दर्ज करें", + "general.destroy": "हटाएं", - "grant-deny-request-copy.email.permissions.info": "इन अनुरोधों का जवाब देने से बचने के लिए आप इस अवसर का उपयोग दस्तावेज़ पर पहुंच प्रतिबंधों पर पुनर्विचार करने के लिए कर सकते हैं। यदि आप रिपॉजिटरी व्यवस्थापकों से इन प्रतिबंधों को हटाने के लिए कहना चाहते हैं, तो कृपया नीचे दिए गए बॉक्स को चेक करें।", + "general.edit": "संपादित करें", - "grant-deny-request-copy.email.permissions.label": "ओपन एक्सेस में बदलें", + "general.new": "नया", - "grant-deny-request-copy.email.send": "भेजें", + "grant-deny-request-copy.deny": "कॉपी न भेजें", - "grant-deny-request-copy.email.subject": "विषय", + "grant-deny-request-copy.email.back": "वापस", - "grant-deny-request-copy.email.subject.empty": "कृपया एक विषय दर्ज करें", + "grant-deny-request-copy.email.message": "संदेश", - "grant-deny-request-copy.grant": "प्रतिलिपि भेजें", + "grant-deny-request-copy.email.message.empty": "कृपया संदेश दर्ज करें", - "grant-deny-request-copy.header": "दस्तावेज़ की प्रतिलिपि अनुरोध", + "grant-deny-request-copy.email.permissions.info": "इन अनुरोधों का जवाब देने से बचने के लिए आप इस अवसर का उपयोग दस्तावेज़ पर पहुंच प्रतिबंधों पर पुनर्विचार करने के लिए कर सकते हैं। यदि आप रिपॉजिटरी व्यवस्थापकों से इन प्रतिबंधों को हटाने के लिए कहना चाहते हैं, तो कृपया नीचे दिए गए बॉक्स को चेक करें।", - "grant-deny-request-copy.home-page": "मुझे होम पेज पर ले जाएं", + "grant-deny-request-copy.email.permissions.label": "ओपन एक्सेस में बदलें", - "grant-deny-request-copy.intro1": "यदि आप {{ name }} दस्तावेज़ के लेखकों में से एक हैं, तो कृपया उपयोगकर्ता के अनुरोध का जवाब देने के लिए नीचे दिए गए विकल्पों में से किसी एक का उपयोग करें।", + "grant-deny-request-copy.email.send": "भेजें", - "grant-deny-request-copy.intro2": "एक विकल्प चुनने के बाद, आपको एक सुझाया गया ईमेल उत्तर प्रस्तुत किया जाएगा जिसे आप संपादित कर सकते हैं।", + "grant-deny-request-copy.email.subject": "विषय", - "grant-deny-request-copy.processed": "यह अनुरोध पहले ही संसाधित किया जा चुका है। होम पृष्ठ पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", + "grant-deny-request-copy.email.subject.empty": "कृपया एक विषय दर्ज करें", - "grant-request-copy.email.message": "प्रिय {{ recipientName }}, \nआपके अनुरोध के प्रत्युत्तर में मुझे आपको \"{{ itemUrl }}\" ({{itemName }}) दस्तावेज़ से संबंधित फ़ाइल(ो), जिसका मैं एक लेखक हूं, की प्रति संलग्न करते हुए प्रसन्नता हो रही है।\n\nसाभार, \n{{ authorName }} <{{ authorEmail }}>", + "grant-deny-request-copy.grant": "प्रतिलिपि भेजें", - "grant-request-copy.email.subject": "दस्तावेज़ की प्रति का अनुरोध करें", + "grant-deny-request-copy.header": "दस्तावेज़ की प्रतिलिपि अनुरोध", - "grant-request-copy.error": "एक त्रुटि हुई", + "grant-deny-request-copy.home-page": "मुझे होम पेज पर ले जाएं", - "grant-request-copy.header": "दस्तावेज़ कॉपी अनुरोध प्रदान करें", + "grant-deny-request-copy.intro1": "यदि आप {{ name }} दस्तावेज़ के लेखकों में से एक हैं, तो कृपया उपयोगकर्ता के अनुरोध का जवाब देने के लिए नीचे दिए गए विकल्पों में से किसी एक का उपयोग करें।", - "grant-request-copy.intro": "यह संदेश अनुरोध के आवेदक को भेजा जाएगा। अनुरोधित दस्तावेज संलग्न किए जाएंगे।", + "grant-deny-request-copy.intro2": "एक विकल्प चुनने के बाद, आपको एक सुझाया गया ईमेल उत्तर प्रस्तुत किया जाएगा जिसे आप संपादित कर सकते हैं।", - "grant-request-copy.success": "आइटम अनुरोध सफलतापूर्वक स्वीकृत किया गया", + "grant-deny-request-copy.processed": "यह अनुरोध पहले ही संसाधित किया जा चुका है। होम पृष्ठ पर वापस जाने के लिए आप नीचे दिए गए बटन का उपयोग कर सकते हैं।", - "health-page.error.msg": "स्वास्थ्य जांच सेवा अस्थायी रूप से अनुपलब्ध है", + "grant-request-copy.email.message": "प्रिय {{ recipientName }}, \nआपके अनुरोध के प्रत्युत्तर में मुझे आपको \"{{ itemUrl }}\" ({{itemName }}) दस्तावेज़ से संबंधित फ़ाइल(ो), जिसका मैं एक लेखक हूं, की प्रति संलग्न करते हुए प्रसन्नता हो रही है।\n\nसाभार, \n{{ authorName }} <{{ authorEmail }}>", - "health-page.heading": "स्वास्थ्य", + "grant-request-copy.email.subject": "दस्तावेज़ की प्रति का अनुरोध करें", - "health-page.info-tab": "जानकारी", + "grant-request-copy.error": "एक त्रुटि हुई", - "health-page.property.status": "स्थिति कोड", + "grant-request-copy.header": "दस्तावेज़ कॉपी अनुरोध प्रदान करें", - "health-page.section-info.app.title": "सॉफ्टवेयर बैकएंड", + "grant-request-copy.intro": "यह संदेश अनुरोध के आवेदक को भेजा जाएगा। अनुरोधित दस्तावेज संलग्न किए जाएंगे।", - "health-page.section-info.java.title": "जावा", + "grant-request-copy.success": "आइटम अनुरोध सफलतापूर्वक स्वीकृत किया गया", - "health-page.section.db.title": "डेटाबेस", + "health-page.error.msg": "स्वास्थ्य जांच सेवा अस्थायी रूप से अनुपलब्ध है", - "health-page.section.geoIp.title": "जियोआईपी (GeoIp)", + "health-page.heading": "स्वास्थ्य", - "health-page.section.no-issues": "कोई समस्या नहीं मिली", + "health-page.info-tab": "जानकारी", - "health-page.section.solrAuthorityCore.title": "Solr: प्राधिकरण कोर", + "health-page.property.status": "स्थिति कोड", - "health-page.section.solrOaiCore.title": "Solr: oai कोर", + "health-page.section-info.app.title": "सॉफ्टवेयर बैकएंड", - "health-page.section.solrSearchCore.title": "Solr: मूल खोज", + "health-page.section-info.java.title": "जावा", - "health-page.section.solrStatisticsCore.title": "Solr: सांख्यिकी कोर", + "health-page.section.db.title": "डेटाबेस", - "health-page.status": "स्थिति", + "health-page.section.geoIp.title": "जियोआईपी (GeoIp)", - "health-page.status-tab": "स्थिति", + "health-page.section.no-issues": "कोई समस्या नहीं मिली", - "health-page.status.error.info": "समस्याएं पाई गईं", + "health-page.section.solrAuthorityCore.title": "Solr: प्राधिकरण कोर", - "health-page.status.ok.info": "परिचालन", + "health-page.section.solrOaiCore.title": "Solr: oai कोर", - "health-page.status.warning.info": "संभावित समस्याओं का पता चला", + "health-page.section.solrSearchCore.title": "Solr: मूल खोज", - "health-page.title": "स्वास्थ्य", + "health-page.section.solrStatisticsCore.title": "Solr: सांख्यिकी कोर", - "health.breadcrumbs": "स्वास्थ्य", + "health-page.status": "स्थिति", - "hello": "नमस्ते", + "health-page.status-tab": "स्थिति", - "home.breadcrumbs": "मुख्य पृष्ठ", + "health-page.status.error.info": "समस्याएं पाई गईं", - "home.description": null, + "health-page.status.ok.info": "परिचालन", - "home.search-form.placeholder": "संग्रहालय में खोजें...", + "health-page.status.warning.info": "संभावित समस्याओं का पता चला", - "home.title": "मुख्य पृष्ठ", + "health-page.title": "स्वास्थ्य", - "home.top-level-communities.head": "डीस्पेस में समुदाय", + "health.breadcrumbs": "स्वास्थ्य", - "home.top-level-communities.help": "किसी समुदाय के संग्रह ब्राउज़ करने के लिए उसे चुनें.", + "hello": "नमस्ते", - "idle-modal.extend-session": "सत्र बढ़ाएँ", + "home.breadcrumbs": "मुख्य पृष्ठ", - "idle-modal.header": "सत्र जल्द ही समाप्त होगा", + "home.description": null, - "idle-modal.info": "सुरक्षा कारणों से, उपयोगकर्ता सत्र {{timeToExpire}} मिनट की निष्क्रियता के बाद समाप्त हो जाते हैं। आपका सत्र जल्द ही समाप्त हो जाएगा। क्या आप इसे बढ़ाना चाहते हैं या लॉग आउट करना चाहते हैं?", + "home.search-form.placeholder": "संग्रहालय में खोजें...", - "idle-modal.log-out": "लॉग आउट", + "home.title": "मुख्य पृष्ठ", - "iiif.listelement.badge": "छवि मीडिया", + "home.top-level-communities.head": "डीस्पेस में समुदाय", - "iiif.page.description": "विवरण: ", + "home.top-level-communities.help": "किसी समुदाय के संग्रह ब्राउज़ करने के लिए उसे चुनें.", - "iiif.page.doi": "स्थायी लिंक: ", + "idle-modal.extend-session": "सत्र बढ़ाएँ", - "iiif.page.issue": "अंक: ", + "idle-modal.header": "सत्र जल्द ही समाप्त होगा", - "iiif.page.titleprefix": "छवि: ", + "idle-modal.info": "सुरक्षा कारणों से, उपयोगकर्ता सत्र {{timeToExpire}} मिनट की निष्क्रियता के बाद समाप्त हो जाते हैं। आपका सत्र जल्द ही समाप्त हो जाएगा। क्या आप इसे बढ़ाना चाहते हैं या लॉग आउट करना चाहते हैं?", - "iiifsearchable.listelement.badge": "दस्तावेज़ मीडिया", + "idle-modal.log-out": "लॉग आउट", - "iiifsearchable.page.description": "विवरण: ", + "iiif.listelement.badge": "छवि मीडिया", - "iiifsearchable.page.doi": "स्थायी लिंक:", + "iiif.page.description": "विवरण: ", - "iiifsearchable.page.issue": "अंक:", + "iiif.page.doi": "स्थायी लिंक: ", - "iiifsearchable.page.titleprefix": "दस्तावेज़: ", + "iiif.page.issue": "अंक: ", - "iiifviewer.fullscreen.notice": "बेहतर देखने के लिए पूर्ण स्क्रीन का उपयोग करें।", + "iiif.page.titleprefix": "छवि: ", - "info.end-user-agreement.accept": "मैंने पढ़ लिया है और मैं अंतिम उपयोगकर्ता अनुबंध से सहमत हूं", + "iiifsearchable.listelement.badge": "दस्तावेज़ मीडिया", - "info.end-user-agreement.accept.error": "अंतिम उपयोगकर्ता अनुबंध को स्वीकार करते हुए एक त्रुटि उत्पन्न हुई", + "iiifsearchable.page.description": "विवरण: ", - "info.end-user-agreement.accept.success": "अंतिम उपयोगकर्ता अनुबंध को सफलतापूर्वक अपडेट किया गया", + "iiifsearchable.page.doi": "स्थायी लिंक:", - "info.end-user-agreement.breadcrumbs": "अंतिम उपयोगकर्ता समझौता", + "iiifsearchable.page.issue": "अंक:", - "info.end-user-agreement.buttons.cancel": "रद्द करें", + "iiifsearchable.page.titleprefix": "दस्तावेज़: ", - "info.end-user-agreement.buttons.save": "सहेजें", + "iiifviewer.fullscreen.notice": "बेहतर देखने के लिए पूर्ण स्क्रीन का उपयोग करें।", - "info.end-user-agreement.head": "अंतिम उपयोगकर्ता समझौता", + "info.end-user-agreement.accept": "मैंने पढ़ लिया है और मैं अंतिम उपयोगकर्ता अनुबंध से सहमत हूं", - "info.end-user-agreement.title": "अंतिम उपयोगकर्ता समझौता", + "info.end-user-agreement.accept.error": "अंतिम उपयोगकर्ता अनुबंध को स्वीकार करते हुए एक त्रुटि उत्पन्न हुई", - "info.feedback.breadcrumbs": "प्रतिपुष्टि", + "info.end-user-agreement.accept.success": "अंतिम उपयोगकर्ता अनुबंध को सफलतापूर्वक अपडेट किया गया", - "info.feedback.comments": "टिप्पणियाँ", + "info.end-user-agreement.breadcrumbs": "अंतिम उपयोगकर्ता समझौता", - "info.feedback.create.success": "फ़ीडबैक सफलतापूर्वक भेजा गया!", + "info.end-user-agreement.buttons.cancel": "रद्द करें", - "info.feedback.email_help": "इस पते का उपयोग आपकी प्रतिक्रिया पर अनुवर्ती कार्रवाई के लिए किया जाएगा।", + "info.end-user-agreement.buttons.save": "सहेजें", - "info.feedback.email-label": "तुम्हारा ईमेल", + "info.end-user-agreement.head": "अंतिम उपयोगकर्ता समझौता", - "info.feedback.error.email.required": "मान्य ईमेल पता जरूरी है", + "info.end-user-agreement.title": "अंतिम उपयोगकर्ता समझौता", - "info.feedback.error.message.required": "एक टिप्पणी आवश्यक है", + "info.feedback.breadcrumbs": "प्रतिपुष्टि", - "info.feedback.head": "प्रतिपुष्टि", + "info.feedback.comments": "टिप्पणियाँ", - "info.feedback.info": "डीस्पेस सिस्टम के बारे में अपनी प्रतिक्रिया साझा करने के लिए धन्यवाद। आपकी टिप्पणियों की सराहना की जाती है!", + "info.feedback.create.success": "फ़ीडबैक सफलतापूर्वक भेजा गया!", - "info.feedback.page_help": "आपकी प्रतिक्रिया से संबंधित पेज", + "info.feedback.email_help": "इस पते का उपयोग आपकी प्रतिक्रिया पर अनुवर्ती कार्रवाई के लिए किया जाएगा।", - "info.feedback.page-label": "पृष्ठ", + "info.feedback.email-label": "तुम्हारा ईमेल", - "info.feedback.send": "प्रतिक्रिया भेजें", + "info.feedback.error.email.required": "मान्य ईमेल पता जरूरी है", - "info.feedback.title": "प्रतिपुष्टि", + "info.feedback.error.message.required": "एक टिप्पणी आवश्यक है", - "info.privacy.breadcrumbs": "गोपनीयता कथन", + "info.feedback.head": "प्रतिपुष्टि", - "info.privacy.head": "गोपनीयता वाले कथन", + "info.feedback.info": "डीस्पेस सिस्टम के बारे में अपनी प्रतिक्रिया साझा करने के लिए धन्यवाद। आपकी टिप्पणियों की सराहना की जाती है!", - "info.privacy.title": "गोपनीयता कथन", + "info.feedback.page_help": "आपकी प्रतिक्रिया से संबंधित पेज", - "item.alerts.private": "यह आइटम खोजने योग्य नहीं है", + "info.feedback.page-label": "पृष्ठ", - "item.alerts.withdrawn": "इस मद को वापस ले लिया गया है", + "info.feedback.send": "प्रतिक्रिया भेजें", - "item.badge.private": "गैर-खोज योग्य", + "info.feedback.title": "प्रतिपुष्टि", - "item.badge.withdrawn": "वापस लिया गया", + "info.privacy.breadcrumbs": "गोपनीयता कथन", - "item.bitstreams.upload.bundle": "बंडल", + "info.privacy.head": "गोपनीयता वाले कथन", - "item.bitstreams.upload.bundle.new": "बंडल बनाएं", + "info.privacy.title": "गोपनीयता कथन", - "item.bitstreams.upload.bundle.placeholder": "एक बंडल का चयन करें अथवा नये बंडल नाम डालें", + "item.alerts.private": "यह आइटम खोजने योग्य नहीं है", - "item.bitstreams.upload.bundles.empty": "इस आइटम में बिटस्ट्रीम अपलोड करने के लिए कोई बंडल नहीं है।", + "item.alerts.withdrawn": "इस मद को वापस ले लिया गया है", - "item.bitstreams.upload.cancel": "रद्द करें", + "item.badge.private": "गैर-खोज योग्य", - "item.bitstreams.upload.drop-message": "अपलोड करने के लिए एक फ़ाइल छोड़ें", + "item.badge.withdrawn": "वापस लिया गया", - "item.bitstreams.upload.item": "आइटम: ", + "item.bitstreams.upload.bundle": "बंडल", - "item.bitstreams.upload.notifications.bundle.created.content": "नया बंडल सफलतापूर्वक बनाया गया।", + "item.bitstreams.upload.bundle.new": "बंडल बनाएं", - "item.bitstreams.upload.notifications.bundle.created.title": "बंडल बन गया", + "item.bitstreams.upload.bundle.placeholder": "एक बंडल का चयन करें अथवा नये बंडल नाम डालें", - "item.bitstreams.upload.notifications.upload.failed": "अपलोड विफल रहा। कृपया पुनः प्रयास करने से पहले सामग्री को सत्यापित करें।", + "item.bitstreams.upload.bundles.empty": "इस आइटम में बिटस्ट्रीम अपलोड करने के लिए कोई बंडल नहीं है।", - "item.bitstreams.upload.title": "बिटस्ट्रीम अपलोड करें", + "item.bitstreams.upload.cancel": "रद्द करें", - "item.edit.authorizations.heading": "इस संपादक के साथ आप किसी आइटम की नीतियों को देख और बदल सकते हैं, साथ ही अलग-अलग आइटम घटकों (बंडल और बिटस्ट्रीम) की नीतियों को बदल सकते हैं। संक्षेप में, आइटम बंडलों का कंटेनर होता है, और बंडल बिटस्ट्रीम के कंटेनर होते हैं। कंटेनर में आमतौर पर जोड़ें/निकालें/पढ़ें/लिखें नीतियां होती हैं, जबकि बिटस्ट्रीम में केवल पढ़ने/लिखने की नीतियां होती हैं।", + "item.bitstreams.upload.drop-message": "अपलोड करने के लिए एक फ़ाइल छोड़ें", - "item.edit.authorizations.title": "आइटम की नीतियां संपादित करें", + "item.bitstreams.upload.item": "आइटम: ", - "item.edit.bitstreams.bundle.displaying": "वर्तमान में {{ total }} की {{ amount }} बिटस्ट्रीम प्रदर्शित कर रहा है।", + "item.bitstreams.upload.notifications.bundle.created.content": "नया बंडल सफलतापूर्वक बनाया गया।", - "item.edit.bitstreams.bundle.edit.buttons.upload": "अपलोड", + "item.bitstreams.upload.notifications.bundle.created.title": "बंडल बन गया", - "item.edit.bitstreams.bundle.load.all": "({{ total }}) सभी लोड करें", + "item.bitstreams.upload.notifications.upload.failed": "अपलोड विफल रहा। कृपया पुनः प्रयास करने से पहले सामग्री को सत्यापित करें।", - "item.edit.bitstreams.bundle.load.more": "और लोड करें", + "item.bitstreams.upload.title": "बिटस्ट्रीम अपलोड करें", - "item.edit.bitstreams.bundle.name": "बंडल: {{ name }}", + "item.edit.authorizations.heading": "इस संपादक के साथ आप किसी आइटम की नीतियों को देख और बदल सकते हैं, साथ ही अलग-अलग आइटम घटकों (बंडल और बिटस्ट्रीम) की नीतियों को बदल सकते हैं। संक्षेप में, आइटम बंडलों का कंटेनर होता है, और बंडल बिटस्ट्रीम के कंटेनर होते हैं। कंटेनर में आमतौर पर जोड़ें/निकालें/पढ़ें/लिखें नीतियां होती हैं, जबकि बिटस्ट्रीम में केवल पढ़ने/लिखने की नीतियां होती हैं।", - "item.edit.bitstreams.discard-button": "रद्द करें", + "item.edit.authorizations.title": "आइटम की नीतियां संपादित करें", - "item.edit.bitstreams.edit.buttons.download": "डाउनलोड", + "item.edit.bitstreams.bundle.displaying": "वर्तमान में {{ total }} की {{ amount }} बिटस्ट्रीम प्रदर्शित कर रहा है।", - "item.edit.bitstreams.edit.buttons.drag": "खींचें (Drag)", + "item.edit.bitstreams.bundle.edit.buttons.upload": "अपलोड", - "item.edit.bitstreams.edit.buttons.edit": "संपादित करें", + "item.edit.bitstreams.bundle.load.all": "({{ total }}) सभी लोड करें", - "item.edit.bitstreams.edit.buttons.remove": "हटाएं", + "item.edit.bitstreams.bundle.load.more": "और लोड करें", - "item.edit.bitstreams.edit.buttons.undo": "परिवर्तन पूर्ववत करें", + "item.edit.bitstreams.bundle.name": "बंडल: {{ name }}", - "item.edit.bitstreams.empty": "इस आइटम में कोई बिटस्ट्रीम नहीं है। एक बनाने के लिए अपलोड बटन पर क्लिक करें।", + "item.edit.bitstreams.discard-button": "रद्द करें", - "item.edit.bitstreams.headers.actions": "गतिविधियां", + "item.edit.bitstreams.edit.buttons.download": "डाउनलोड", - "item.edit.bitstreams.headers.bundle": "बंडल", + "item.edit.bitstreams.edit.buttons.drag": "खींचें (Drag)", - "item.edit.bitstreams.headers.description": "विवरण", + "item.edit.bitstreams.edit.buttons.edit": "संपादित करें", - "item.edit.bitstreams.headers.format": "प्रारूप", + "item.edit.bitstreams.edit.buttons.remove": "हटाएं", - "item.edit.bitstreams.headers.name": "नाम", + "item.edit.bitstreams.edit.buttons.undo": "परिवर्तन पूर्ववत करें", - "item.edit.bitstreams.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", + "item.edit.bitstreams.empty": "इस आइटम में कोई बिटस्ट्रीम नहीं है। एक बनाने के लिए अपलोड बटन पर क्लिक करें।", - "item.edit.bitstreams.notifications.discarded.title": "परिवर्तन रद्द किये गए", + "item.edit.bitstreams.headers.actions": "गतिविधियां", - "item.edit.bitstreams.notifications.move.failed.title": "बिटस्ट्रीम ले जाने में त्रुटि", + "item.edit.bitstreams.headers.bundle": "बंडल", - "item.edit.bitstreams.notifications.move.saved.content": "इस आइटम की बिटस्ट्रीम और बंडल में आपके द्वारा किए गए परिवर्तन सहेज लिए गए हैं।", + "item.edit.bitstreams.headers.description": "विवरण", - "item.edit.bitstreams.notifications.move.saved.title": "सहेजे गए परिवर्तनों को स्थानांतरित करें", + "item.edit.bitstreams.headers.format": "प्रारूप", - "item.edit.bitstreams.notifications.outdated.content": "जिस आइटम पर आप वर्तमान में काम कर रहे हैं, उसे किसी अन्य उपयोगकर्ता ने बदल दिया है। संघर्षों को रोकने के लिए आपके वर्तमान परिवर्तन खारिज कर दिए गए हैं", + "item.edit.bitstreams.headers.name": "नाम", - "item.edit.bitstreams.notifications.outdated.title": "कालग्रस्त परिवर्तन", + "item.edit.bitstreams.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", - "item.edit.bitstreams.notifications.remove.failed.title": "बिटस्ट्रीम हटाने में त्रुटि", + "item.edit.bitstreams.notifications.discarded.title": "परिवर्तन रद्द किये गए", - "item.edit.bitstreams.notifications.remove.saved.content": "इस आइटम की बिटस्ट्रीम में आपके निष्कासन परिवर्तन सहेज लिए गए हैं।", + "item.edit.bitstreams.notifications.move.failed.title": "बिटस्ट्रीम ले जाने में त्रुटि", - "item.edit.bitstreams.notifications.remove.saved.title": "हटाए जाने के बदलाव सहेजे गए", + "item.edit.bitstreams.notifications.move.saved.content": "इस आइटम की बिटस्ट्रीम और बंडल में आपके द्वारा किए गए परिवर्तन सहेज लिए गए हैं।", - "item.edit.bitstreams.reinstate-button": "पूर्ववत करें", + "item.edit.bitstreams.notifications.move.saved.title": "सहेजे गए परिवर्तनों को स्थानांतरित करें", - "item.edit.bitstreams.save-button": "सहेजें", + "item.edit.bitstreams.notifications.outdated.content": "जिस आइटम पर आप वर्तमान में काम कर रहे हैं, उसे किसी अन्य उपयोगकर्ता ने बदल दिया है। संघर्षों को रोकने के लिए आपके वर्तमान परिवर्तन खारिज कर दिए गए हैं", - "item.edit.bitstreams.upload-button": "अपलोड करें", + "item.edit.bitstreams.notifications.outdated.title": "कालग्रस्त परिवर्तन", - "item.edit.breadcrumbs": "आइटम संपादित करें", + "item.edit.bitstreams.notifications.remove.failed.title": "बिटस्ट्रीम हटाने में त्रुटि", - "item.edit.delete.cancel": "रद्द करें", + "item.edit.bitstreams.notifications.remove.saved.content": "इस आइटम की बिटस्ट्रीम में आपके निष्कासन परिवर्तन सहेज लिए गए हैं।", - "item.edit.delete.confirm": "हटाएं", + "item.edit.bitstreams.notifications.remove.saved.title": "हटाए जाने के बदलाव सहेजे गए", - "item.edit.delete.description": "क्या आप सुनिश्चित हैं कि यह आइटम पूरी तरह से हटा दिया जाना चाहिए? सावधानी: वर्तमान में कोई tombstone नहीं छोड़ा जाएगा।", + "item.edit.bitstreams.reinstate-button": "पूर्ववत करें", - "item.edit.delete.error": "आइटम को हटाते समय कोई त्रुटि उत्पन्न हुई", + "item.edit.bitstreams.save-button": "सहेजें", - "item.edit.delete.header": "आइटम हटाएं: {{id}}", + "item.edit.bitstreams.upload-button": "अपलोड करें", - "item.edit.delete.success": "आइटम हटा दिया गया है", + "item.edit.breadcrumbs": "आइटम संपादित करें", - "item.edit.head": "आइटम संपादित करें", + "item.edit.delete.cancel": "रद्द करें", - "item.edit.item-mapper.buttons.add": "आइटम को चयनित संग्रहों में मैप करें", + "item.edit.delete.confirm": "हटाएं", - "item.edit.item-mapper.buttons.remove": "चयनित संग्रहों के लिए आइटम की मैपिंग निकालें", + "item.edit.delete.description": "क्या आप सुनिश्चित हैं कि यह आइटम पूरी तरह से हटा दिया जाना चाहिए? सावधानी: वर्तमान में कोई tombstone नहीं छोड़ा जाएगा।", - "item.edit.item-mapper.cancel": "रद्द करें", + "item.edit.delete.error": "आइटम को हटाते समय कोई त्रुटि उत्पन्न हुई", - "item.edit.item-mapper.description": "यह आइटम मैपर टूल है जो प्रशासकों को इस आइटम को अन्य संग्रहों में मैप करने की अनुमति देता है। आप संग्रहों की खोज कर सकते हैं और उन्हें मैप कर सकते हैं, या उन संग्रहों की सूची ब्राउज़ कर सकते हैं जिनसे आइटम वर्तमान में मैप किया गया है।", + "item.edit.delete.header": "आइटम हटाएं: {{id}}", - "item.edit.item-mapper.head": "आइटम मैपर - संग्रह के लिए आइटम मैप करें", + "item.edit.delete.success": "आइटम हटा दिया गया है", - "item.edit.item-mapper.item": "आइटम: \"{{name}}\"", + "item.edit.head": "आइटम संपादित करें", - "item.edit.item-mapper.no-search": "खोज करने के लिए कृपया एक प्रश्न दर्ज करें", + "item.edit.item-mapper.buttons.add": "आइटम को चयनित संग्रहों में मैप करें", - "item.edit.item-mapper.notifications.add.error.content": "{{amount}} आइटम को संग्रहों में मैप करने में त्रुटियाँ हुईं।", + "item.edit.item-mapper.buttons.remove": "चयनित संग्रहों के लिए आइटम की मैपिंग निकालें", - "item.edit.item-mapper.notifications.add.error.head": "मैपिंग त्रुटियाँ", + "item.edit.item-mapper.cancel": "रद्द करें", - "item.edit.item-mapper.notifications.add.success.content": "{{amount}} आइटम को संग्रह में सफलतापूर्वक मैप किया गया।", + "item.edit.item-mapper.description": "यह आइटम मैपर टूल है जो प्रशासकों को इस आइटम को अन्य संग्रहों में मैप करने की अनुमति देता है। आप संग्रहों की खोज कर सकते हैं और उन्हें मैप कर सकते हैं, या उन संग्रहों की सूची ब्राउज़ कर सकते हैं जिनसे आइटम वर्तमान में मैप किया गया है।", - "item.edit.item-mapper.notifications.add.success.head": "मैपिंग पूरी हुई", + "item.edit.item-mapper.head": "आइटम मैपर - संग्रह के लिए आइटम मैप करें", - "item.edit.item-mapper.notifications.remove.error.content": "मैपिंग को {{amount}} संग्रह से निकालने में त्रुटियां हुईं.", + "item.edit.item-mapper.item": "आइटम: \"{{name}}\"", - "item.edit.item-mapper.notifications.remove.error.head": "मैपिंग हटाने में त्रुटियां", + "item.edit.item-mapper.no-search": "खोज करने के लिए कृपया एक प्रश्न दर्ज करें", - "item.edit.item-mapper.notifications.remove.success.content": "{{amount}} संग्रह में आइटम की मैपिंग सफलतापूर्वक निकाली गई।", + "item.edit.item-mapper.notifications.add.error.content": "{{amount}} आइटम को संग्रहों में मैप करने में त्रुटियाँ हुईं।", - "item.edit.item-mapper.notifications.remove.success.head": "मैपिंग को हटाना पूरा हुआ", + "item.edit.item-mapper.notifications.add.error.head": "मैपिंग त्रुटियाँ", - "item.edit.item-mapper.search-form.placeholder": "संग्रह में खोजें... ", + "item.edit.item-mapper.notifications.add.success.content": "{{amount}} आइटम को संग्रह में सफलतापूर्वक मैप किया गया।", - "item.edit.item-mapper.tabs.browse": "मैप किए गए संग्रह ब्राउज़ करें", + "item.edit.item-mapper.notifications.add.success.head": "मैपिंग पूरी हुई", - "item.edit.item-mapper.tabs.map": "नए संग्रहों को मैप करें", + "item.edit.item-mapper.notifications.remove.error.content": "मैपिंग को {{amount}} संग्रह से निकालने में त्रुटियां हुईं.", - "item.edit.metadata.add-button": "जोड़ें", + "item.edit.item-mapper.notifications.remove.error.head": "मैपिंग हटाने में त्रुटियां", - "item.edit.metadata.discard-button": "रद्द करें", + "item.edit.item-mapper.notifications.remove.success.content": "{{amount}} संग्रह में आइटम की मैपिंग सफलतापूर्वक निकाली गई।", - "item.edit.metadata.edit.buttons.edit": "संपादित करें", + "item.edit.item-mapper.notifications.remove.success.head": "मैपिंग को हटाना पूरा हुआ", - "item.edit.metadata.edit.buttons.remove": "हटाएं", + "item.edit.item-mapper.search-form.placeholder": "संग्रह में खोजें... ", - "item.edit.metadata.edit.buttons.undo": "परिवर्तन पूर्ववत करें", + "item.edit.item-mapper.tabs.browse": "मैप किए गए संग्रह ब्राउज़ करें", - "item.edit.metadata.edit.buttons.unedit": "संपादन बंद करें", + "item.edit.item-mapper.tabs.map": "नए संग्रहों को मैप करें", - "item.edit.metadata.empty": "आइटम में वर्तमान में कोई मेटाडेटा नहीं है। मेटाडेटा मान जोड़ना प्रारंभ करने के लिए जोड़ें पर क्लिक करें।", + "item.edit.metadata.add-button": "जोड़ें", - "item.edit.metadata.headers.edit": "संपादित करें", + "item.edit.metadata.discard-button": "रद्द करें", - "item.edit.metadata.headers.field": "फील्ड", + "item.edit.metadata.edit.buttons.edit": "संपादित करें", - "item.edit.metadata.headers.language": "भाषा", + "item.edit.metadata.edit.buttons.remove": "हटाएं", - "item.edit.metadata.headers.value": "मान", + "item.edit.metadata.edit.buttons.undo": "परिवर्तन पूर्ववत करें", - "item.edit.metadata.metadatafield.invalid": "कृपया वैध मेटाडेटा फ़ील्ड चुनें", + "item.edit.metadata.edit.buttons.unedit": "संपादन बंद करें", - "item.edit.metadata.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", + "item.edit.metadata.empty": "आइटम में वर्तमान में कोई मेटाडेटा नहीं है। मेटाडेटा मान जोड़ना प्रारंभ करने के लिए जोड़ें पर क्लिक करें।", - "item.edit.metadata.notifications.discarded.title": "परिवर्तन रद्द किये गए", + "item.edit.metadata.headers.edit": "संपादित करें", - "item.edit.metadata.notifications.error.title": "एक त्रुटि पाई गई", + "item.edit.metadata.headers.field": "फील्ड", - "item.edit.metadata.notifications.invalid.content": "आपके परिवर्तन सहेजे नहीं गए थे। कृपया सुनिश्चित करें कि आपके द्वारा सहेजने से पहले सभी फ़ील्ड मान्य हैं।", + "item.edit.metadata.headers.language": "भाषा", - "item.edit.metadata.notifications.invalid.title": "मेटाडेटा अमान्य", + "item.edit.metadata.headers.value": "मान", - "item.edit.metadata.notifications.outdated.content": "जिस आइटम पर आप वर्तमान में काम कर रहे हैं, उसे किसी अन्य उपयोगकर्ता ने बदल दिया है। संघर्षों को रोकने के लिए आपके वर्तमान परिवर्तन खारिज कर दिए गए हैं", + "item.edit.metadata.metadatafield.invalid": "कृपया वैध मेटाडेटा फ़ील्ड चुनें", - "item.edit.metadata.notifications.outdated.title": "पुराना बदल गया", + "item.edit.metadata.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", - "item.edit.metadata.notifications.saved.content": "इस आइटम के मेटाडेटा में आपके परिवर्तन सहेजे गए थे।", + "item.edit.metadata.notifications.discarded.title": "परिवर्तन रद्द किये गए", - "item.edit.metadata.notifications.saved.title": "मेटाडेटा सहेजा गया", + "item.edit.metadata.notifications.error.title": "एक त्रुटि पाई गई", - "item.edit.metadata.reinstate-button": "पूर्ववत करें", + "item.edit.metadata.notifications.invalid.content": "आपके परिवर्तन सहेजे नहीं गए थे। कृपया सुनिश्चित करें कि आपके द्वारा सहेजने से पहले सभी फ़ील्ड मान्य हैं।", - "item.edit.metadata.save-button": "सहेजें", + "item.edit.metadata.notifications.invalid.title": "मेटाडेटा अमान्य", - "item.edit.modify.overview.field": "फ़ील्ड", + "item.edit.metadata.notifications.outdated.content": "जिस आइटम पर आप वर्तमान में काम कर रहे हैं, उसे किसी अन्य उपयोगकर्ता ने बदल दिया है। संघर्षों को रोकने के लिए आपके वर्तमान परिवर्तन खारिज कर दिए गए हैं", - "item.edit.modify.overview.language": "भाषा", + "item.edit.metadata.notifications.outdated.title": "पुराना बदल गया", - "item.edit.modify.overview.value": "मान", + "item.edit.metadata.notifications.saved.content": "इस आइटम के मेटाडेटा में आपके परिवर्तन सहेजे गए थे।", - "item.edit.move.cancel": "वापस", + "item.edit.metadata.notifications.saved.title": "मेटाडेटा सहेजा गया", - "item.edit.move.description": "उस संग्रह का चयन करें जिसमें आप इस आइटम को ले जाना चाहते हैं। प्रदर्शित संग्रहों की सूची को छोटा करने के लिए, आप बॉक्स में खोज क्वेरी दर्ज कर सकते हैं।", + "item.edit.metadata.reinstate-button": "पूर्ववत करें", - "item.edit.move.discard-button": "रद्द करें", + "item.edit.metadata.save-button": "सहेजें", - "item.edit.move.error": "आइटम को स्थानांतरित करने का प्रयास करते समय कोई त्रुटि उत्पन्न हुई", + "item.edit.modify.overview.field": "फ़ील्ड", - "item.edit.move.head": "आइटम का स्थान परिवर्तन: {{id}}", + "item.edit.modify.overview.language": "भाषा", - "item.edit.move.inheritpolicies.checkbox": "नीतियां विरासत में लो", + "item.edit.modify.overview.value": "मान", - "item.edit.move.inheritpolicies.description": "गंतव्य संग्रह की डिफ़ॉल्ट नीतियों को इनहेरिट करें", + "item.edit.move.cancel": "वापस", - "item.edit.move.move": "स्थान परिवर्तन", + "item.edit.move.description": "उस संग्रह का चयन करें जिसमें आप इस आइटम को ले जाना चाहते हैं। प्रदर्शित संग्रहों की सूची को छोटा करने के लिए, आप बॉक्स में खोज क्वेरी दर्ज कर सकते हैं।", - "item.edit.move.processing": "चल रहा है...", + "item.edit.move.discard-button": "रद्द करें", - "item.edit.move.save-button": "सहेजें", + "item.edit.move.error": "आइटम को स्थानांतरित करने का प्रयास करते समय कोई त्रुटि उत्पन्न हुई", - "item.edit.move.search.placeholder": "संग्रह देखने के लिए एक खोज क्वेरी दर्ज करें", + "item.edit.move.head": "आइटम का स्थान परिवर्तन: {{id}}", - "item.edit.move.success": "आइटम को सफलतापूर्वक स्थानांतरित कर दिया गया है", + "item.edit.move.inheritpolicies.checkbox": "नीतियां विरासत में लो", - "item.edit.move.title": "आइटम स्थानांतरण", + "item.edit.move.inheritpolicies.description": "गंतव्य संग्रह की डिफ़ॉल्ट नीतियों को इनहेरिट करें", - "item.edit.private.cancel": "रद्द करें", + "item.edit.move.move": "स्थान परिवर्तन", - "item.edit.private.confirm": "इसे गैर-खोज योग्य बनाएं", + "item.edit.move.processing": "चल रहा है...", - "item.edit.private.description": "क्या आप सुनिश्चित हैं कि इस आइटम को संग्रह में खोजने योग्य नहीं बनाया जाना चाहिए?", + "item.edit.move.save-button": "सहेजें", - "item.edit.private.error": "आइटम को गैर-खोज योग्य बनाते समय एक त्रुटि हुई", + "item.edit.move.search.placeholder": "संग्रह देखने के लिए एक खोज क्वेरी दर्ज करें", - "item.edit.private.header": "आइटम को खोजने योग्य न बनाएं: {{ id }}", + "item.edit.move.success": "आइटम को सफलतापूर्वक स्थानांतरित कर दिया गया है", - "item.edit.private.success": "आइटम अब खोजने योग्य नहीं है", + "item.edit.move.title": "आइटम स्थानांतरण", - "item.edit.public.cancel": "रद्द करें", + "item.edit.private.cancel": "रद्द करें", - "item.edit.public.confirm": "इसे खोजने योग्य बनाएं", + "item.edit.private.confirm": "इसे गैर-खोज योग्य बनाएं", - "item.edit.public.description": "क्या आप इस आइटम को संग्रह में खोजने योग्य बनाने के लिए सुनिश्चित हैं?", + "item.edit.private.description": "क्या आप सुनिश्चित हैं कि इस आइटम को संग्रह में खोजने योग्य नहीं बनाया जाना चाहिए?", - "item.edit.public.error": "आइटम को खोजने योग्य बनाते समय एक त्रुटि हुई", + "item.edit.private.error": "आइटम को गैर-खोज योग्य बनाते समय एक त्रुटि हुई", - "item.edit.public.header": "आइटम को खोजने योग्य बनाएं: {{ id }}", + "item.edit.private.header": "आइटम को खोजने योग्य न बनाएं: {{ id }}", - "item.edit.public.success": "आइटम अब खोजने योग्य है", + "item.edit.private.success": "आइटम अब खोजने योग्य नहीं है", - "item.edit.reinstate.cancel": "रद्द करें", + "item.edit.public.cancel": "रद्द करें", - "item.edit.reinstate.confirm": "पुनर्स्थापित करें", + "item.edit.public.confirm": "इसे खोजने योग्य बनाएं", - "item.edit.reinstate.description": "क्या आप इस आइटम को संग्रह में पुनर्स्थापित करने के लिए सुनिश्चित हैं?", + "item.edit.public.description": "क्या आप इस आइटम को संग्रह में खोजने योग्य बनाने के लिए सुनिश्चित हैं?", - "item.edit.reinstate.error": "आइटम को पुनर्स्थापित करते समय एक त्रुटि हुई", + "item.edit.public.error": "आइटम को खोजने योग्य बनाते समय एक त्रुटि हुई", - "item.edit.reinstate.header": "पुनर्स्थापित आइटम: {{ id }}", + "item.edit.public.header": "आइटम को खोजने योग्य बनाएं: {{ id }}", - "item.edit.reinstate.success": "आइटम को सफलतापूर्वक बहाल कर दिया गया", + "item.edit.public.success": "आइटम अब खोजने योग्य है", - "item.edit.relationships.discard-button": "रद्द करें", + "item.edit.reinstate.cancel": "रद्द करें", - "item.edit.relationships.edit.buttons.add": "जोड़ें", + "item.edit.reinstate.confirm": "पुनर्स्थापित करें", - "item.edit.relationships.edit.buttons.remove": "हटाएं", + "item.edit.reinstate.description": "क्या आप इस आइटम को संग्रह में पुनर्स्थापित करने के लिए सुनिश्चित हैं?", - "item.edit.relationships.edit.buttons.undo": "परिवर्तन रद्द किये गए", + "item.edit.reinstate.error": "आइटम को पुनर्स्थापित करते समय एक त्रुटि हुई", - "item.edit.relationships.no-entity-type": "इस आइटम के लिए संबंध सक्षम करने के लिए 'dspace.entity.type' मेटाडेटा जोड़ें", + "item.edit.reinstate.header": "पुनर्स्थापित आइटम: {{ id }}", - "item.edit.relationships.no-relationships": "कोई रिश्ता नहीं", + "item.edit.reinstate.success": "आइटम को सफलतापूर्वक बहाल कर दिया गया", - "item.edit.relationships.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", + "item.edit.relationships.discard-button": "रद्द करें", - "item.edit.relationships.notifications.discarded.title": "परिवर्तन रद्द किये गए", + "item.edit.relationships.edit.buttons.add": "जोड़ें", - "item.edit.relationships.notifications.failed.title": "संबंध संपादित करने में त्रुटि", + "item.edit.relationships.edit.buttons.remove": "हटाएं", - "item.edit.relationships.notifications.outdated.content": "जिस आइटम पर आप वर्तमान में काम कर रहे हैं, उसे किसी अन्य उपयोगकर्ता ने बदल दिया है। संघर्षों को रोकने के लिए आपके वर्तमान परिवर्तन खारिज कर दिए गए हैं", + "item.edit.relationships.edit.buttons.undo": "परिवर्तन रद्द किये गए", - "item.edit.relationships.notifications.outdated.title": "परिवर्तन पुराना", + "item.edit.relationships.no-entity-type": "इस आइटम के लिए संबंध सक्षम करने के लिए 'dspace.entity.type' मेटाडेटा जोड़ें", - "item.edit.relationships.notifications.saved.content": "इस आइटम के संबंधों में आपके परिवर्तन सहेज लिए गए थे|", + "item.edit.relationships.no-relationships": "कोई रिश्ता नहीं", - "item.edit.relationships.notifications.saved.title": "रिश्ते सहेजे गए", + "item.edit.relationships.notifications.discarded.content": "आपके परिवर्तन खारिज कर दिए गए थे। अपने परिवर्तनों को बहाल करने के लिए 'पूर्ववत करें' बटन पर क्लिक करें", - "item.edit.relationships.reinstate-button": "पूर्ववत करें", + "item.edit.relationships.notifications.discarded.title": "परिवर्तन रद्द किये गए", - "item.edit.relationships.save-button": "सहेजें", + "item.edit.relationships.notifications.failed.title": "संबंध संपादित करने में त्रुटि", - "item.edit.return": "वापस", + "item.edit.relationships.notifications.outdated.content": "जिस आइटम पर आप वर्तमान में काम कर रहे हैं, उसे किसी अन्य उपयोगकर्ता ने बदल दिया है। संघर्षों को रोकने के लिए आपके वर्तमान परिवर्तन खारिज कर दिए गए हैं", - "item.edit.tabs.bitstreams.head": "बिटस्ट्रीम", + "item.edit.relationships.notifications.outdated.title": "परिवर्तन पुराना", - "item.edit.tabs.bitstreams.title": "आइटम संपादन - बिटस्ट्रीम", + "item.edit.relationships.notifications.saved.content": "इस आइटम के संबंधों में आपके परिवर्तन सहेज लिए गए थे|", - "item.edit.tabs.curate.head": "क्यूरेट", + "item.edit.relationships.notifications.saved.title": "रिश्ते सहेजे गए", - "item.edit.tabs.curate.title": "आइटम संपादन - क्यूरेट ", + "item.edit.relationships.reinstate-button": "पूर्ववत करें", - "item.edit.tabs.disabled.tooltip": "आप इस टैब में प्रवेश करने के लिए अधिकृत नहीं हैं", + "item.edit.relationships.save-button": "सहेजें", - "item.edit.tabs.item-mapper.title": "आइटम संपादन - संग्रह मैपर", + "item.edit.return": "वापस", - "item.edit.tabs.mapper.head": "संग्रह मैपर", + "item.edit.tabs.bitstreams.head": "बिटस्ट्रीम", - "item.edit.tabs.metadata.head": "मेटाडेटा", + "item.edit.tabs.bitstreams.title": "आइटम संपादन - बिटस्ट्रीम", - "item.edit.tabs.metadata.title": "आइटम संपादन - मेटाडेटा", + "item.edit.tabs.curate.head": "क्यूरेट", - "item.edit.tabs.relationships.head": "संबंध", + "item.edit.tabs.curate.title": "आइटम संपादन - क्यूरेट ", - "item.edit.tabs.relationships.title": "आइटम संपादन - संबंध", + "item.edit.tabs.disabled.tooltip": "आप इस टैब में प्रवेश करने के लिए अधिकृत नहीं हैं", - "item.edit.tabs.status.buttons.authorizations.button": "प्राधिकरण...", + "item.edit.tabs.item-mapper.title": "आइटम संपादन - संग्रह मैपर", - "item.edit.tabs.status.buttons.authorizations.label": "आइटम की प्राधिकरण नीतियां संपादित करें", + "item.edit.tabs.mapper.head": "संग्रह मैपर", - "item.edit.tabs.status.buttons.delete.button": "स्थायी रूप से हटाना", + "item.edit.tabs.metadata.head": "मेटाडेटा", - "item.edit.tabs.status.buttons.delete.label": "आइटम को पूरी तरह से मिटाएं", + "item.edit.tabs.metadata.title": "आइटम संपादन - मेटाडेटा", - "item.edit.tabs.status.buttons.mappedCollections.button": "मैप किए गए संग्रह", + "item.edit.tabs.relationships.head": "संबंध", - "item.edit.tabs.status.buttons.mappedCollections.label": "मैप किए गए संग्रह प्रबंधित करें", + "item.edit.tabs.relationships.title": "आइटम संपादन - संबंध", - "item.edit.tabs.status.buttons.move.button": "स्थान परिवर्तन...", + "item.edit.tabs.status.buttons.authorizations.button": "प्राधिकरण...", - "item.edit.tabs.status.buttons.move.label": "आइटम को दूसरे संग्रह में ले जाएं", + "item.edit.tabs.status.buttons.authorizations.label": "आइटम की प्राधिकरण नीतियां संपादित करें", - "item.edit.tabs.status.buttons.private.button": "इसे गैर-खोज योग्य बनाएं...", + "item.edit.tabs.status.buttons.delete.button": "स्थायी रूप से हटाना", - "item.edit.tabs.status.buttons.private.label": "आइटम को गैर-खोज योग्य बनाएं", + "item.edit.tabs.status.buttons.delete.label": "आइटम को पूरी तरह से मिटाएं", - "item.edit.tabs.status.buttons.public.button": "इसे खोजने योग्य बनाएं...", + "item.edit.tabs.status.buttons.mappedCollections.button": "मैप किए गए संग्रह", - "item.edit.tabs.status.buttons.public.label": "आइटम को खोजने योग्य बनाएं", + "item.edit.tabs.status.buttons.mappedCollections.label": "मैप किए गए संग्रह प्रबंधित करें", - "item.edit.tabs.status.buttons.reinstate.button": "पुनर्स्थापित करें...", + "item.edit.tabs.status.buttons.move.button": "स्थान परिवर्तन...", - "item.edit.tabs.status.buttons.reinstate.label": "आइटम को संग्रह में पुनर्स्थापित करें", + "item.edit.tabs.status.buttons.move.label": "आइटम को दूसरे संग्रह में ले जाएं", - "item.edit.tabs.status.buttons.unauthorized": "आप इस क्रिया को करने के लिए अधिकृत नहीं हैं", + "item.edit.tabs.status.buttons.private.button": "इसे गैर-खोज योग्य बनाएं...", - "item.edit.tabs.status.buttons.withdraw.button": "वापस लें...", + "item.edit.tabs.status.buttons.private.label": "आइटम को गैर-खोज योग्य बनाएं", - "item.edit.tabs.status.buttons.withdraw.label": "संग्रहालय से आइटम वापस लेना", + "item.edit.tabs.status.buttons.public.button": "इसे खोजने योग्य बनाएं...", - "item.edit.tabs.status.description": "आइटम प्रबंधन पृष्ठ पर आपका स्वागत है। यहां से आप आइटम को वापस ले सकते हैं, बहाल कर सकते हैं, स्थानांतरित कर सकते हैं या हटा सकते हैं। आप अन्य टैब पर नए मेटाडेटा / बिटस्ट्रीम को भी अपडेट या जोड़ सकते हैं।", + "item.edit.tabs.status.buttons.public.label": "आइटम को खोजने योग्य बनाएं", - "item.edit.tabs.status.head": "स्थिति", + "item.edit.tabs.status.buttons.reinstate.button": "पुनर्स्थापित करें...", - "item.edit.tabs.status.labels.handle": "हैंडल", + "item.edit.tabs.status.buttons.reinstate.label": "आइटम को संग्रह में पुनर्स्थापित करें", - "item.edit.tabs.status.labels.id": "आइटम का आंतरिक आईडी", + "item.edit.tabs.status.buttons.unauthorized": "आप इस क्रिया को करने के लिए अधिकृत नहीं हैं", - "item.edit.tabs.status.labels.itemPage": "आइटम पृष्ठ", + "item.edit.tabs.status.buttons.withdraw.button": "वापस लें...", - "item.edit.tabs.status.labels.lastModified": "अंतिम संशोधित", + "item.edit.tabs.status.buttons.withdraw.label": "संग्रहालय से आइटम वापस लेना", - "item.edit.tabs.status.title": "आइटम संपादन - स्थिति", + "item.edit.tabs.status.description": "आइटम प्रबंधन पृष्ठ पर आपका स्वागत है। यहां से आप आइटम को वापस ले सकते हैं, बहाल कर सकते हैं, स्थानांतरित कर सकते हैं या हटा सकते हैं। आप अन्य टैब पर नए मेटाडेटा / बिटस्ट्रीम को भी अपडेट या जोड़ सकते हैं।", - "item.edit.tabs.versionhistory.head": "संस्करण इतिहास", + "item.edit.tabs.status.head": "स्थिति", - "item.edit.tabs.versionhistory.title": "आइटम संपादन - संस्करण इतिहास ", + "item.edit.tabs.status.labels.handle": "हैंडल", - "item.edit.tabs.versionhistory.under-construction": "इस उपयोगकर्ता इंटरफ़ेस में अभी तक नए संस्करण संपादित करना या जोड़ना संभव नहीं है।", + "item.edit.tabs.status.labels.id": "आइटम का आंतरिक आईडी", - "item.edit.tabs.view.head": "आइटम देखें", + "item.edit.tabs.status.labels.itemPage": "आइटम पृष्ठ", - "item.edit.tabs.view.title": "आइटम संपादन - देखें", + "item.edit.tabs.status.labels.lastModified": "अंतिम संशोधित", - "item.edit.withdraw.cancel": "रद्द करें", + "item.edit.tabs.status.title": "आइटम संपादन - स्थिति", - "item.edit.withdraw.confirm": "वापस ले", + "item.edit.tabs.versionhistory.head": "संस्करण इतिहास", - "item.edit.withdraw.description": "क्या आप सुनिश्चित हैं कि इस आइटम को संग्रह से वापस ले लिया जाना चाहिए?", + "item.edit.tabs.versionhistory.title": "आइटम संपादन - संस्करण इतिहास ", - "item.edit.withdraw.error": "आइटम वापस लेते समय एक त्रुटि हुई", + "item.edit.tabs.versionhistory.under-construction": "इस उपयोगकर्ता इंटरफ़ेस में अभी तक नए संस्करण संपादित करना या जोड़ना संभव नहीं है।", - "item.edit.withdraw.header": "आइटम वापस ले: {{ id }}", + "item.edit.tabs.view.head": "आइटम देखें", - "item.edit.withdraw.success": "आइटम सफलतापूर्वक वापस ले लिया गया", + "item.edit.tabs.view.title": "आइटम संपादन - देखें", - "item.listelement.badge": "आइटम", + "item.edit.withdraw.cancel": "रद्द करें", - "item.orcid.return": "वापस", + "item.edit.withdraw.confirm": "वापस ले", - "item.page.abstract": "सारांश", + "item.edit.withdraw.description": "क्या आप सुनिश्चित हैं कि इस आइटम को संग्रह से वापस ले लिया जाना चाहिए?", - "item.page.author": "लेखक", + "item.edit.withdraw.error": "आइटम वापस लेते समय एक त्रुटि हुई", - "item.page.bitstreams.collapse": "संक्षिप्त करें", + "item.edit.withdraw.header": "आइटम वापस ले: {{ id }}", - "item.page.bitstreams.view-more": "और दिखाएं", + "item.edit.withdraw.success": "आइटम सफलतापूर्वक वापस ले लिया गया", - "item.page.citation": "उद्धरण", + "item.listelement.badge": "आइटम", - "item.page.claim.button": "दावा", + "item.orcid.return": "वापस", - "item.page.claim.tooltip": "इस आइटम को प्रोफ़ाइल के रूप में दावा करें", + "item.page.abstract": "सारांश", - "item.page.collections": "संग्रह", + "item.page.author": "लेखक", - "item.page.collections.load-more": "और लोड करें", + "item.page.bitstreams.collapse": "संक्षिप्त करें", - "item.page.collections.loading": "लोड हो रहा है...", + "item.page.bitstreams.view-more": "और दिखाएं", - "item.page.date": "दिनांक", + "item.page.citation": "उद्धरण", - "item.page.description": "विवरण", + "item.page.claim.button": "दावा", - "item.page.edit": "इस आइटम को संपादित करें", + "item.page.claim.tooltip": "इस आइटम को प्रोफ़ाइल के रूप में दावा करें", - "item.page.files": "फ़ाइलें", + "item.page.collections": "संग्रह", - "item.page.filesection.description": "विवरण:", + "item.page.collections.load-more": "और लोड करें", - "item.page.filesection.download": "डाउनलोड", + "item.page.collections.loading": "लोड हो रहा है...", - "item.page.filesection.format": "प्रारूप:", + "item.page.date": "दिनांक", - "item.page.filesection.license.bundle": "लाइसेंस बंडल", + "item.page.description": "विवरण", - "item.page.filesection.name": "नाम:", + "item.page.edit": "इस आइटम को संपादित करें", - "item.page.filesection.original.bundle": "मूल बंडल", + "item.page.files": "फ़ाइलें", - "item.page.filesection.size": "आकार:", + "item.page.filesection.description": "विवरण:", - "item.page.journal-issn": "जर्नल आईएसएसएन (ISSN)", + "item.page.filesection.download": "डाउनलोड", - "item.page.journal-title": "पत्रिका शीर्षक", + "item.page.filesection.format": "प्रारूप:", - "item.page.journal.search.title": "इस पत्रिका में लेख", + "item.page.filesection.license.bundle": "लाइसेंस बंडल", - "item.page.link.full": "संपूर्ण आइटम पृष्ठ", + "item.page.filesection.name": "नाम:", - "item.page.link.simple": "साधारण आइटम पृष्ठ", + "item.page.filesection.original.bundle": "मूल बंडल", - "item.page.orcid.title": "ORCID", + "item.page.filesection.size": "आकार:", - "item.page.orcid.tooltip": "ORCID सेटिंग पृष्ठ खोलें", + "item.page.journal-issn": "जर्नल आईएसएसएन (ISSN)", - "item.page.person.search.title": "इस लेखक के लेख", + "item.page.journal-title": "पत्रिका शीर्षक", - "item.page.publisher": "प्रकाशक", + "item.page.journal.search.title": "इस पत्रिका में लेख", - "item.page.related-items.view-less": "{{ amount }} पिछला छिपाएं ", + "item.page.link.full": "संपूर्ण आइटम पृष्ठ", - "item.page.related-items.view-more": "{{ amount }} और दिखाएं", + "item.page.link.simple": "साधारण आइटम पृष्ठ", - "item.page.relationships.isAuthorOfPublication": "प्रकाशन", + "item.page.orcid.title": "ORCID", - "item.page.relationships.isJournalOfPublication": "प्रकाशन", + "item.page.orcid.tooltip": "ORCID सेटिंग पृष्ठ खोलें", - "item.page.relationships.isOrgUnitOfPerson": "लेखक", + "item.page.person.search.title": "इस लेखक के लेख", - "item.page.relationships.isOrgUnitOfProject": "अनुसंधान परियोजना", + "item.page.publisher": "प्रकाशक", - "item.page.return": "वापस", + "item.page.related-items.view-less": "{{ amount }} पिछला छिपाएं ", - "item.page.subject": "खोजशब्द", + "item.page.related-items.view-more": "{{ amount }} और दिखाएं", - "item.page.titleprefix": "आइटम: ", + "item.page.relationships.isAuthorOfPublication": "प्रकाशन", - "item.page.uri": "URI", + "item.page.relationships.isJournalOfPublication": "प्रकाशन", - "item.page.version.create": "नया संस्करण बनाएं", + "item.page.relationships.isOrgUnitOfPerson": "लेखक", - "item.page.version.hasDraft": "नया संस्करण नहीं बनाया जा सकता क्योंकि संस्करण इतिहास में एक प्रगतिशील प्रस्तुति है ", + "item.page.relationships.isOrgUnitOfProject": "अनुसंधान परियोजना", - "item.page.volume-title": "अंक शीर्षक", + "item.page.return": "वापस", - "item.preview.dc.contributor.author": "लेखक:", + "item.page.subject": "खोजशब्द", - "item.preview.dc.coverage.spatial": "अधिकार - क्षेत्र:", + "item.page.titleprefix": "आइटम: ", - "item.preview.dc.date.issued": "प्रकाशन की तारीख:", + "item.page.uri": "URI", - "item.preview.dc.description.abstract": "सारांश:", + "item.page.version.create": "नया संस्करण बनाएं", - "item.preview.dc.identifier.one": null, + "item.page.version.hasDraft": "नया संस्करण नहीं बनाया जा सकता क्योंकि संस्करण इतिहास में एक प्रगतिशील प्रस्तुति है ", - "item.preview.dc.identifier.other": "Other identifier:", + "item.page.volume-title": "अंक शीर्षक", - "item.preview.dc.identifier.zero": "अन्य पहचानकर्ता:", + "item.preview.dc.contributor.author": "लेखक:", - "item.preview.dc.identifier.doi": "डीओआई (DOI)", + "item.preview.dc.coverage.spatial": "अधिकार - क्षेत्र:", - "item.preview.dc.identifier.isbn": "ISBN", + "item.preview.dc.date.issued": "प्रकाशन की तारीख:", - "item.preview.dc.identifier.uri": "पहचानकर्ता:", + "item.preview.dc.description.abstract": "सारांश:", - "item.preview.dc.language.iso": "भाषा:", + "item.preview.dc.identifier.one": null, - "item.preview.dc.relation.ispartof": "पत्रिका या श्रृंखला", + "item.preview.dc.identifier.other": "Other identifier:", - "item.preview.dc.relation.issn": "ISSN", + "item.preview.dc.identifier.zero": "अन्य पहचानकर्ता:", - "item.preview.dc.subject": "विषय:", + "item.preview.dc.identifier.doi": "डीओआई (DOI)", - "item.preview.dc.title": "शीर्षक:", + "item.preview.dc.identifier.isbn": "ISBN", - "item.preview.dc.title.alternative": "परिवर्णी शब्द:", + "item.preview.dc.identifier.uri": "पहचानकर्ता:", - "item.preview.dc.type": "प्रकार:", + "item.preview.dc.language.iso": "भाषा:", - "item.preview.oaire.awardNumber": "निधि पहचान:", + "item.preview.dc.relation.ispartof": "पत्रिका या श्रृंखला", - "item.preview.oaire.citation.issue": "अंक", + "item.preview.dc.relation.issn": "ISSN", - "item.preview.oaire.citation.volume": "खंड", + "item.preview.dc.subject": "विषय:", - "item.preview.oaire.fundingStream": "निधि धारा:", + "item.preview.dc.title": "शीर्षक:", - "item.preview.person.familyName": "उपनाम:", + "item.preview.dc.title.alternative": "परिवर्णी शब्द:", - "item.preview.person.givenName": "नाम:", + "item.preview.dc.type": "प्रकार:", - "item.preview.person.identifier.orcid": "ORCID:", + "item.preview.oaire.awardNumber": "निधि पहचान:", - "item.preview.project.funder.identifier": "निधिदाता की पहचान:", + "item.preview.oaire.citation.issue": "अंक", - "item.preview.project.funder.name": "निधिदाता:", + "item.preview.oaire.citation.volume": "खंड", - "item.search.results.head": "आइटम खोज परिणाम", + "item.preview.oaire.fundingStream": "निधि धारा:", - "item.search.title": "आइटम खोज", + "item.preview.person.familyName": "उपनाम:", - "item.select.confirm": "चयनित की पुष्टि करें", + "item.preview.person.givenName": "नाम:", - "item.select.empty": "दिखाने के लिए कोई आइटम नहीं है", + "item.preview.person.identifier.orcid": "ORCID:", - "item.select.table.author": "लेखक", + "item.preview.project.funder.identifier": "निधिदाता की पहचान:", - "item.select.table.collection": "संग्रह", + "item.preview.project.funder.name": "निधिदाता:", - "item.select.table.title": "शीर्षक", + "item.search.results.head": "आइटम खोज परिणाम", - "item.truncatable-part.show-less": "संक्षिप्त करें", + "item.search.title": "आइटम खोज", - "item.truncatable-part.show-more": "और दिखाएं", + "item.select.confirm": "चयनित की पुष्टि करें", - "item.version.create.modal.button.cancel": "रद्द करें", + "item.select.empty": "दिखाने के लिए कोई आइटम नहीं है", - "item.version.create.modal.button.cancel.tooltip": "नया संस्करण न बनाएं", + "item.select.table.author": "लेखक", - "item.version.create.modal.button.confirm": "बनाएं", + "item.select.table.collection": "संग्रह", - "item.version.create.modal.button.confirm.tooltip": "नया संस्करण बनाएं", + "item.select.table.title": "शीर्षक", - "item.version.create.modal.form.summary.label": "Summary", + "item.truncatable-part.show-less": "संक्षिप्त करें", - "item.version.create.modal.form.summary.placeholder": "नए संस्करण के लिए सारांश डालें", + "item.truncatable-part.show-more": "और दिखाएं", - "item.version.create.modal.header": "नया संस्करण", + "item.version.create.modal.button.cancel": "रद्द करें", - "item.version.create.modal.submitted.header": "नया संस्करण बनाया जा रहा है...", + "item.version.create.modal.button.cancel.tooltip": "नया संस्करण न बनाएं", - "item.version.create.modal.submitted.text": "नया संस्करण बनाया जा रहा है। यदि आइटम में बहुत अधिक संबंध हैं तो इसमें कुछ समय लग सकता है।", + "item.version.create.modal.button.confirm": "बनाएं", - "item.version.create.modal.text": "इस आइटम के लिए एक नया संस्करण बनाएं", + "item.version.create.modal.button.confirm.tooltip": "नया संस्करण बनाएं", - "item.version.create.modal.text.startingFrom": "{{version}} संस्करण से प्रारंभ", + "item.version.create.modal.form.summary.label": "Summary", - "item.version.create.notification.failure": "नया संस्करण नहीं बनाया गया है", + "item.version.create.modal.form.summary.placeholder": "नए संस्करण के लिए सारांश डालें", - "item.version.create.notification.inProgress": "एक नया संस्करण नहीं बनाया जा सकता क्योंकि संस्करण इतिहास में एक प्रगतिशील प्रस्तुति है", + "item.version.create.modal.header": "नया संस्करण", - "item.version.create.notification.success": "संस्करण संख्या {{version}} के साथ नया संस्करण बनाया गया है", + "item.version.create.modal.submitted.header": "नया संस्करण बनाया जा रहा है...", - "item.version.delete.modal.button.cancel": "रद्द करें", + "item.version.create.modal.submitted.text": "नया संस्करण बनाया जा रहा है। यदि आइटम में बहुत अधिक संबंध हैं तो इसमें कुछ समय लग सकता है।", - "item.version.delete.modal.button.cancel.tooltip": "इस संस्करण को न हटाएं", + "item.version.create.modal.text": "इस आइटम के लिए एक नया संस्करण बनाएं", - "item.version.delete.modal.button.confirm": "हटाएं", + "item.version.create.modal.text.startingFrom": "{{version}} संस्करण से प्रारंभ", - "item.version.delete.modal.button.confirm.tooltip": "इस संस्करण को हटाएं", + "item.version.create.notification.failure": "नया संस्करण नहीं बनाया गया है", - "item.version.delete.modal.header": "संस्करण हटाएं", + "item.version.create.notification.inProgress": "एक नया संस्करण नहीं बनाया जा सकता क्योंकि संस्करण इतिहास में एक प्रगतिशील प्रस्तुति है", - "item.version.delete.modal.text": "क्या आप संस्करण {{version}} को हटाना चाहते हैं?", + "item.version.create.notification.success": "संस्करण संख्या {{version}} के साथ नया संस्करण बनाया गया है", - "item.version.delete.notification.failure": "संस्करण संख्या {{version}} को हटाया नहीं गया है", + "item.version.delete.modal.button.cancel": "रद्द करें", - "item.version.delete.notification.success": "संस्करण संख्या {{version}} हटा दिया गया है", + "item.version.delete.modal.button.cancel.tooltip": "इस संस्करण को न हटाएं", - "item.version.edit.notification.failure": "संस्करण संख्या {{version}} का सारांश नहीं बदला गया है", + "item.version.delete.modal.button.confirm": "हटाएं", - "item.version.edit.notification.success": "संस्करण संख्या {{version}} का सारांश बदल दिया गया है", + "item.version.delete.modal.button.confirm.tooltip": "इस संस्करण को हटाएं", - "item.version.history.empty": "इस आइटम के लिए अभी तक कोई अन्य संस्करण नहीं हैं।", + "item.version.delete.modal.header": "संस्करण हटाएं", - "item.version.history.head": "संस्करण इतिहास", + "item.version.delete.modal.text": "क्या आप संस्करण {{version}} को हटाना चाहते हैं?", - "item.version.history.return": "वापस", + "item.version.delete.notification.failure": "संस्करण संख्या {{version}} को हटाया नहीं गया है", - "item.version.history.selected": "चयनित संस्करण", + "item.version.delete.notification.success": "संस्करण संख्या {{version}} हटा दिया गया है", - "item.version.history.selected.alert": "आप वर्तमान में आइटम का {{version}} संस्करण देख रहे हैं।", + "item.version.edit.notification.failure": "संस्करण संख्या {{version}} का सारांश नहीं बदला गया है", - "item.version.history.table.action.deleteVersion": "संस्करण हटाएं", + "item.version.edit.notification.success": "संस्करण संख्या {{version}} का सारांश बदल दिया गया है", - "item.version.history.table.action.discardSummary": "सारांश सम्पादनों को रद्द करें", + "item.version.history.empty": "इस आइटम के लिए अभी तक कोई अन्य संस्करण नहीं हैं।", - "item.version.history.table.action.editSummary": "सारांश संपादित करें", + "item.version.history.head": "संस्करण इतिहास", - "item.version.history.table.action.editWorkspaceItem": "कार्यक्षेत्र आइटम संपादित करें", + "item.version.history.return": "वापस", - "item.version.history.table.action.hasDraft": "एक नया संस्करण नहीं बनाया जा सकता क्योंकि संस्करण इतिहास में एक प्रगतिशील प्रस्तुति है", + "item.version.history.selected": "चयनित संस्करण", - "item.version.history.table.action.newVersion": "इससे नया संस्करण बनाएं", + "item.version.history.selected.alert": "आप वर्तमान में आइटम का {{version}} संस्करण देख रहे हैं।", - "item.version.history.table.action.saveSummary": "सारांश संपादन सहेजें", + "item.version.history.table.action.deleteVersion": "संस्करण हटाएं", - "item.version.history.table.actions": "गतिविधि", + "item.version.history.table.action.discardSummary": "सारांश सम्पादनों को रद्द करें", - "item.version.history.table.date": "तारीख", + "item.version.history.table.action.editSummary": "सारांश संपादित करें", - "item.version.history.table.editor": "संपादक", + "item.version.history.table.action.editWorkspaceItem": "कार्यक्षेत्र आइटम संपादित करें", - "item.version.history.table.item": "आइटम", + "item.version.history.table.action.hasDraft": "एक नया संस्करण नहीं बनाया जा सकता क्योंकि संस्करण इतिहास में एक प्रगतिशील प्रस्तुति है", - "item.version.history.table.summary": "सारांश", + "item.version.history.table.action.newVersion": "इससे नया संस्करण बनाएं", - "item.version.history.table.version": "संस्करण", + "item.version.history.table.action.saveSummary": "सारांश संपादन सहेजें", - "item.version.history.table.workflowItem": "कार्यप्रवाह आइटम", + "item.version.history.table.actions": "गतिविधि", - "item.version.history.table.workspaceItem": "कार्यक्षेत्र आइटम", + "item.version.history.table.date": "तारीख", - "item.version.notice": "यह इस आइटम का नवीनतम संस्करण नहीं है। नवीनतम संस्करण यहां पाया जा सकता है।", + "item.version.history.table.editor": "संपादक", - "journal-relationships.search.results.head": "पत्रिका खोज परिणाम", + "item.version.history.table.item": "आइटम", - "journal.listelement.badge": "पत्रिका", + "item.version.history.table.summary": "सारांश", - "journal.page.description": "विवरण", + "item.version.history.table.version": "संस्करण", - "journal.page.edit": "इस आइटम को संपादित करें", + "item.version.history.table.workflowItem": "कार्यप्रवाह आइटम", - "journal.page.editor": "मुख्या संपादक", + "item.version.history.table.workspaceItem": "कार्यक्षेत्र आइटम", - "journal.page.issn": "ISSN", + "item.version.notice": "यह इस आइटम का नवीनतम संस्करण नहीं है। नवीनतम संस्करण यहां पाया जा सकता है।", - "journal.page.publisher": "प्रकाशक", + "journal-relationships.search.results.head": "पत्रिका खोज परिणाम", - "journal.page.titleprefix": "पत्रिका: ", + "journal.listelement.badge": "पत्रिका", - "journal.search.results.head": "पत्रिका खोज परिणाम", + "journal.page.description": "विवरण", - "journal.search.title": "पत्रिका खोज", + "journal.page.edit": "इस आइटम को संपादित करें", - "journalissue.listelement.badge": "पत्रिका अंक", + "journal.page.editor": "मुख्या संपादक", - "journalissue.page.description": "विवरण", + "journal.page.issn": "ISSN", - "journalissue.page.edit": "इस आइटम को संपादित करें", + "journal.page.publisher": "प्रकाशक", - "journalissue.page.issuedate": "जारी करने की तिथि", + "journal.page.titleprefix": "पत्रिका: ", - "journalissue.page.journal-issn": "पत्रिका ISSN", + "journal.search.results.head": "पत्रिका खोज परिणाम", - "journalissue.page.journal-title": "पत्रिका का शीर्षक", + "journal.search.title": "पत्रिका खोज", - "journalissue.page.keyword": "खोजशब्द", + "journalissue.listelement.badge": "पत्रिका अंक", - "journalissue.page.number": "संख्या", + "journalissue.page.description": "विवरण", - "journalissue.page.titleprefix": "पत्रिका अंक:", + "journalissue.page.edit": "इस आइटम को संपादित करें", - "journalvolume.listelement.badge": "पत्रिका खंड", + "journalissue.page.issuedate": "जारी करने की तिथि", - "journalvolume.page.description": "विवरण", + "journalissue.page.journal-issn": "पत्रिका ISSN", - "journalvolume.page.edit": "इस आइटम को संपादित करें", + "journalissue.page.journal-title": "पत्रिका का शीर्षक", - "journalvolume.page.issuedate": "जारी करने की तिथि", + "journalissue.page.keyword": "खोजशब्द", - "journalvolume.page.titleprefix": "पत्रिका खंड: ", + "journalissue.page.number": "संख्या", - "journalvolume.page.volume": "खंड", + "journalissue.page.titleprefix": "पत्रिका अंक:", - "layouts.application.about": "के संबंध में", + "journalvolume.listelement.badge": "पत्रिका खंड", - "layouts.application.account": "खाता", + "journalvolume.page.description": "विवरण", - "layouts.application.app_store": "ऐप स्टोर", + "journalvolume.page.edit": "इस आइटम को संपादित करें", - "layouts.application.imprint": "छाप", + "journalvolume.page.issuedate": "जारी करने की तिथि", - "layouts.application.logout": "लॉग आउट", + "journalvolume.page.titleprefix": "पत्रिका खंड: ", - "layouts.application.my_mails": "मेरे मेल", + "journalvolume.page.volume": "खंड", - "layouts.application.press": "प्रेस", + "layouts.application.about": "के संबंध में", - "layouts.application.preview": "पूर्वावलोकन", + "layouts.application.account": "खाता", - "layouts.application.profile": "प्रोफ़ाइल", + "layouts.application.app_store": "ऐप स्टोर", - "layouts.application.sign_in": "लॉग इन करें", + "layouts.application.imprint": "छाप", - "layouts.application.sign_up": "पंजीकृत करें ", + "layouts.application.logout": "लॉग आउट", - "loading.bitstream": "बिटस्ट्रीम लोड हो रहा है...", + "layouts.application.my_mails": "मेरे मेल", - "loading.bitstreams": "बिटस्ट्रीम लोड हो रहा है...", + "layouts.application.press": "प्रेस", - "loading.browse-by": "लोड हो रहा है आइटम...", + "layouts.application.preview": "पूर्वावलोकन", - "loading.browse-by-page": "पृष्ठ लोड हो रहा है...", + "layouts.application.profile": "प्रोफ़ाइल", - "loading.collection": "संग्रह लोड हो रहा है...", + "layouts.application.sign_in": "लॉग इन करें", - "loading.collections": "संग्रह लोड हो रहे हैं...", + "layouts.application.sign_up": "पंजीकृत करें ", - "loading.community": "समुदाय लोड हो रहा है...", + "loading.bitstream": "बिटस्ट्रीम लोड हो रहा है...", - "loading.content-source": "सामग्री स्रोत लोड हो रहा है...", + "loading.bitstreams": "बिटस्ट्रीम लोड हो रहा है...", - "loading.default": "लोड हो रहा है...", + "loading.browse-by": "लोड हो रहा है आइटम...", - "loading.item": "आइटम लोड हो रहा है...", + "loading.browse-by-page": "पृष्ठ लोड हो रहा है...", - "loading.items": "आइटम लोड हो रहे हैं...", + "loading.collection": "संग्रह लोड हो रहा है...", - "loading.mydspace-results": "आइटम लोड हो रहे हैं...", + "loading.collections": "संग्रह लोड हो रहे हैं...", - "loading.objects": "लोड हो रहा है...", + "loading.community": "समुदाय लोड हो रहा है...", - "loading.recent-submissions": "हाल ही की प्रस्तुतियाँ लोड हो रही हैं...", + "loading.content-source": "सामग्री स्रोत लोड हो रहा है...", - "loading.search-results": "खोज परिणाम लोड हो रहे हैं...", + "loading.default": "लोड हो रहा है...", - "loading.sub-collections": "उप-संग्रह लोड हो रहा है...", + "loading.item": "आइटम लोड हो रहा है...", - "loading.sub-communities": "उप-समुदाय लोड हो रहे हैं...", + "loading.items": "आइटम लोड हो रहे हैं...", - "loading.top-level-communities": "शीर्ष-स्तरीय समुदाय लोड हो रहे हैं...", + "loading.mydspace-results": "आइटम लोड हो रहे हैं...", - "login.breadcrumbs": "लॉग इन करें", + "loading.objects": "लोड हो रहा है...", - "login.form.email": "ईमेल पता", + "loading.recent-submissions": "हाल ही की प्रस्तुतियाँ लोड हो रही हैं...", - "login.form.forgot-password": "क्या आप अपना पासवर्ड भूल गए हैं?", + "loading.search-results": "खोज परिणाम लोड हो रहे हैं...", - "login.form.header": "कृपया डीस्पेस में लॉग इन करें", + "loading.sub-collections": "उप-संग्रह लोड हो रहा है...", - "login.form.new-user": "नया उपयोगकर्ता? पंजीकरण करने के लिए यहां क्लिक करें।", + "loading.sub-communities": "उप-समुदाय लोड हो रहे हैं...", - "login.form.oidc": "ओआईडीसी (OIDC) के साथ लॉग इन करें", + "loading.top-level-communities": "शीर्ष-स्तरीय समुदाय लोड हो रहे हैं...", - "login.form.or-divider": "अथवा", + "login.breadcrumbs": "लॉग इन करें", - "login.form.orcid": "ORCID के साथ लॉग इन करें", + "login.form.email": "ईमेल पता", - "login.form.password": "पासवर्ड", + "login.form.forgot-password": "क्या आप अपना पासवर्ड भूल गए हैं?", - "login.form.shibboleth": "शिबोलेथ के साथ लॉग इन करें", + "login.form.header": "कृपया डीस्पेस में लॉग इन करें", - "login.form.submit": "लॉग इन करें", + "login.form.new-user": "नया उपयोगकर्ता? पंजीकरण करने के लिए यहां क्लिक करें।", - "login.title": "लॉग इन करें", + "login.form.oidc": "ओआईडीसी (OIDC) के साथ लॉग इन करें", - "logout.form.header": "डीस्पेस से लॉग आउट करें", + "login.form.or-divider": "अथवा", - "logout.form.submit": "लॉग आउट करें", + "login.form.orcid": "ORCID के साथ लॉग इन करें", - "logout.title": "लॉग आउट", + "login.form.password": "पासवर्ड", - "media-viewer.next": "अगला", + "login.form.shibboleth": "शिबोलेथ के साथ लॉग इन करें", - "media-viewer.playlist": "प्लेलिस्ट", + "login.form.submit": "लॉग इन करें", - "media-viewer.previous": "पिछला", + "login.title": "लॉग इन करें", - "menu.header.admin": "प्रबंधन", + "logout.form.header": "डीस्पेस से लॉग आउट करें", - "menu.header.admin.description": "प्रबंधन मेनू", + "logout.form.submit": "लॉग आउट करें", - "menu.header.image.logo": "संग्रहालय चिन्ह", + "logout.title": "लॉग आउट", - "menu.section.access_control": "अभिगम नियंत्रण", + "media-viewer.next": "अगला", - "menu.section.access_control_authorizations": "प्राधिकरण", + "media-viewer.playlist": "प्लेलिस्ट", - "menu.section.access_control_groups": "समूह", + "media-viewer.previous": "पिछला", - "menu.section.access_control_people": "लोग", + "menu.header.admin": "प्रबंधन", - "menu.section.admin_search": "व्यवस्थापक खोज", + "menu.header.admin.description": "प्रबंधन मेनू", - "menu.section.browse_community": "यह समुदाय", + "menu.header.image.logo": "संग्रहालय चिन्ह", - "menu.section.browse_community_by_author": "लेखक द्वारा", + "menu.section.access_control": "अभिगम नियंत्रण", - "menu.section.browse_community_by_issue_date": "जारी करने की तिथि के अनुसार", + "menu.section.access_control_authorizations": "प्राधिकरण", - "menu.section.browse_community_by_title": "शीर्षक के द्वारा", + "menu.section.access_control_groups": "समूह", - "menu.section.browse_global": "सम्पूर्ण डीस्पेस", + "menu.section.access_control_people": "लोग", - "menu.section.browse_global_by_author": "लेखक द्वारा", + "menu.section.admin_search": "व्यवस्थापक खोज", - "menu.section.browse_global_by_dateissued": "जारी करने की तिथि के द्वारा", + "menu.section.browse_community": "यह समुदाय", - "menu.section.browse_global_by_subject": "विषय द्वारा", + "menu.section.browse_community_by_author": "लेखक द्वारा", - "menu.section.browse_global_by_title": "शीर्षक द्वारा", + "menu.section.browse_community_by_issue_date": "जारी करने की तिथि के अनुसार", - "menu.section.browse_global_communities_and_collections": "समुदाय और संग्रह", + "menu.section.browse_community_by_title": "शीर्षक के द्वारा", - "menu.section.control_panel": "नियंत्रण कक्ष", + "menu.section.browse_global": "सम्पूर्ण डीस्पेस", - "menu.section.curation_task": "क्यूरेशन टास्क", + "menu.section.browse_global_by_author": "लेखक द्वारा", - "menu.section.edit": "संपादित करें", + "menu.section.browse_global_by_dateissued": "जारी करने की तिथि के द्वारा", - "menu.section.edit_collection": "संग्रह", + "menu.section.browse_global_by_subject": "विषय द्वारा", - "menu.section.edit_community": "समुदाय", + "menu.section.browse_global_by_title": "शीर्षक द्वारा", - "menu.section.edit_item": "आइटम", + "menu.section.browse_global_communities_and_collections": "समुदाय और संग्रह", - "menu.section.export": "निर्यात करें", + "menu.section.control_panel": "नियंत्रण कक्ष", - "menu.section.export_collection": "संग्रह", + "menu.section.curation_task": "क्यूरेशन टास्क", - "menu.section.export_community": "समुदाय", + "menu.section.edit": "संपादित करें", - "menu.section.export_item": "आइटम", + "menu.section.edit_collection": "संग्रह", - "menu.section.export_metadata": "मेटाडेटा", + "menu.section.edit_community": "समुदाय", - "menu.section.health": "स्वास्थ्य", + "menu.section.edit_item": "आइटम", - "menu.section.icon.access_control": "अभिगम नियंत्रण मेन्यू अनुभाग", + "menu.section.export": "निर्यात करें", - "menu.section.icon.admin_search": "व्यवस्थापक खोज मेनू अनुभाग", + "menu.section.export_collection": "संग्रह", - "menu.section.icon.control_panel": "नियंत्रण कक्ष मेन्यू अनुभाग", + "menu.section.export_community": "समुदाय", - "menu.section.icon.curation_tasks": "अवधि कार्य मेनू अनुभाग", + "menu.section.export_item": "आइटम", - "menu.section.icon.edit": "मेन्यू अनुभाग संपादित करें", + "menu.section.export_metadata": "मेटाडेटा", - "menu.section.icon.export": "निर्यात मेनू अनुभाग", + "menu.section.health": "स्वास्थ्य", - "menu.section.icon.find": "मेनू अनुभाग खोजें", + "menu.section.icon.access_control": "अभिगम नियंत्रण मेन्यू अनुभाग", - "menu.section.icon.health": "स्वास्थ्य जांच मेनू अनुभाग", + "menu.section.icon.admin_search": "व्यवस्थापक खोज मेनू अनुभाग", - "menu.section.icon.import": "आयात मेनू अनुभाग", + "menu.section.icon.control_panel": "नियंत्रण कक्ष मेन्यू अनुभाग", - "menu.section.icon.new": "नया मेनू अनुभाग", + "menu.section.icon.curation_tasks": "अवधि कार्य मेनू अनुभाग", - "menu.section.icon.pin": "साइडबार पिन करें", + "menu.section.icon.edit": "मेन्यू अनुभाग संपादित करें", - "menu.section.icon.processes": "प्रक्रिया स्वास्थ्य", + "menu.section.icon.export": "निर्यात मेनू अनुभाग", - "menu.section.icon.registries": "रजिस्ट्रियां मेन्यू अनुभाग", + "menu.section.icon.find": "मेनू अनुभाग खोजें", - "menu.section.icon.statistics_task": "सांख्यिकी कार्य मेनू अनुभाग", + "menu.section.icon.health": "स्वास्थ्य जांच मेनू अनुभाग", - "menu.section.icon.unpin": "साइडबार अनपिन करें", + "menu.section.icon.import": "आयात मेनू अनुभाग", - "menu.section.icon.workflow": "कार्यप्रवाह मेनू अनुभाग का व्यवस्थापन करें", + "menu.section.icon.new": "नया मेनू अनुभाग", - "menu.section.import": "आयात", + "menu.section.icon.pin": "साइडबार पिन करें", - "menu.section.import_batch": "खेप आयात (ZIP)", + "menu.section.icon.processes": "प्रक्रिया स्वास्थ्य", - "menu.section.import_metadata": "मेटाडाटा ", + "menu.section.icon.registries": "रजिस्ट्रियां मेन्यू अनुभाग", - "menu.section.new": "नया", + "menu.section.icon.statistics_task": "सांख्यिकी कार्य मेनू अनुभाग", - "menu.section.new_collection": "संग्रह", + "menu.section.icon.unpin": "साइडबार अनपिन करें", - "menu.section.new_community": "समुदाय", + "menu.section.icon.workflow": "कार्यप्रवाह मेनू अनुभाग का व्यवस्थापन करें", - "menu.section.new_item": "आइटम", + "menu.section.import": "आयात", - "menu.section.new_item_version": "आइटम संस्करण", + "menu.section.import_batch": "खेप आयात (ZIP)", - "menu.section.new_process": "प्रक्रिया", + "menu.section.import_metadata": "मेटाडाटा ", - "menu.section.pin": "साइडबार नत्थी करें", + "menu.section.new": "नया", - "menu.section.processes": "प्रक्रियाएं", + "menu.section.new_collection": "संग्रह", - "menu.section.registries": "रजिस्ट्री", + "menu.section.new_community": "समुदाय", - "menu.section.registries_format": "प्रारूप", + "menu.section.new_item": "आइटम", - "menu.section.registries_metadata": "मेटाडाटा", + "menu.section.new_item_version": "आइटम संस्करण", - "menu.section.statistics": "सांख्यिकी", + "menu.section.new_process": "प्रक्रिया", - "menu.section.statistics_task": "सांख्यिकी कार्य", + "menu.section.pin": "साइडबार नत्थी करें", - "menu.section.toggle.access_control": "अभिगम नियंत्रण अनुभाग टॉगल करें", + "menu.section.processes": "प्रक्रियाएं", - "menu.section.toggle.control_panel": "नियंत्रण कक्ष अनुभाग टॉगल करें", + "menu.section.registries": "रजिस्ट्री", - "menu.section.toggle.curation_task": "क्यूरेशन कार्य अनुभाग टॉगल करें ", + "menu.section.registries_format": "प्रारूप", - "menu.section.toggle.edit": "संपादन कार्य अनुभाग टॉगल करें ", + "menu.section.registries_metadata": "मेटाडाटा", - "menu.section.toggle.export": "निर्यात कार्य अनुभाग टॉगल करें ", + "menu.section.statistics": "सांख्यिकी", - "menu.section.toggle.find": "अनुभाग खोजें टॉगल करें", + "menu.section.statistics_task": "सांख्यिकी कार्य", - "menu.section.toggle.import": "आयात अनुभाग टॉगल करें", + "menu.section.toggle.access_control": "अभिगम नियंत्रण अनुभाग टॉगल करें", - "menu.section.toggle.new": "नया अनुभाग टॉगल करें", + "menu.section.toggle.control_panel": "नियंत्रण कक्ष अनुभाग टॉगल करें", - "menu.section.toggle.registries": "रजिस्ट्री अनुभाग टॉगल करें", + "menu.section.toggle.curation_task": "क्यूरेशन कार्य अनुभाग टॉगल करें ", - "menu.section.toggle.statistics_task": "सांख्यिकी कार्य अनुभाग टॉगल करें", + "menu.section.toggle.edit": "संपादन कार्य अनुभाग टॉगल करें ", - "menu.section.unpin": "साइडबार अनपिन करें", + "menu.section.toggle.export": "निर्यात कार्य अनुभाग टॉगल करें ", - "menu.section.workflow": "कार्यप्रवाह व्यवस्थापित करें", + "menu.section.toggle.find": "अनुभाग खोजें टॉगल करें", - "metadata-export-search.submit.error": "निर्यात प्रारंभ करना विफल रहा", + "menu.section.toggle.import": "आयात अनुभाग टॉगल करें", - "metadata-export-search.submit.success": "निर्यात सफलतापूर्वक शुरू किया गया था", + "menu.section.toggle.new": "नया अनुभाग टॉगल करें", - "metadata-export-search.tooltip": "खोज परिणामों को CSV के रूप में निर्यात करें", + "menu.section.toggle.registries": "रजिस्ट्री अनुभाग टॉगल करें", - "mydspace.breadcrumbs": "मेरा डीस्पेस", + "menu.section.toggle.statistics_task": "सांख्यिकी कार्य अनुभाग टॉगल करें", - "mydspace.description": null, + "menu.section.unpin": "साइडबार अनपिन करें", - "mydspace.general.text-here": "यहां", + "menu.section.workflow": "कार्यप्रवाह व्यवस्थापित करें", - "mydspace.messages.controller-help": "आइटम के प्रस्तुतकर्ता को संदेश भेजने के लिए इस विकल्प का चयन करें।", + "metadata-export-search.submit.error": "निर्यात प्रारंभ करना विफल रहा", - "mydspace.messages.description-placeholder": "अपना संदेश यहां डालें...", + "metadata-export-search.submit.success": "निर्यात सफलतापूर्वक शुरू किया गया था", - "mydspace.messages.hide-msg": "संदेश छुपाएं", + "metadata-export-search.tooltip": "खोज परिणामों को CSV के रूप में निर्यात करें", - "mydspace.messages.mark-as-read": "पढ़ा गया के रूप में चिह्नित करें", + "mydspace.breadcrumbs": "मेरा डीस्पेस", - "mydspace.messages.mark-as-unread": "अपठित के रूप में चिह्नित करें", + "mydspace.description": null, - "mydspace.messages.no-content": "कोई सामग्री नहीं है।", + "mydspace.general.text-here": "यहां", - "mydspace.messages.no-messages": "अभी तक कोई संदेश नहीं।", + "mydspace.messages.controller-help": "आइटम के प्रस्तुतकर्ता को संदेश भेजने के लिए इस विकल्प का चयन करें।", - "mydspace.messages.send-btn": "भेजें", + "mydspace.messages.description-placeholder": "अपना संदेश यहां डालें...", - "mydspace.messages.show-msg": "संदेश दिखाएँ", + "mydspace.messages.hide-msg": "संदेश छुपाएं", - "mydspace.messages.subject-placeholder": "विषय...", + "mydspace.messages.mark-as-read": "पढ़ा गया के रूप में चिह्नित करें", - "mydspace.messages.submitter-help": "नियंत्रक को संदेश भेजने के लिए इस विकल्प का चयन करें।", + "mydspace.messages.mark-as-unread": "अपठित के रूप में चिह्नित करें", - "mydspace.messages.title": "संदेश", + "mydspace.messages.no-content": "कोई सामग्री नहीं है।", - "mydspace.messages.to": "तक", + "mydspace.messages.no-messages": "अभी तक कोई संदेश नहीं।", - "mydspace.new-submission": "नया प्रस्तुतीकरण", + "mydspace.messages.send-btn": "भेजें", - "mydspace.new-submission-external": "बाहरी स्रोत से मेटाडेटा आयात करें", + "mydspace.messages.show-msg": "संदेश दिखाएँ", - "mydspace.new-submission-external-short": "मेटाडेटा आयात करें", + "mydspace.messages.subject-placeholder": "विषय...", - "mydspace.results.head": "आपकी प्रस्तुतियाँ", + "mydspace.messages.submitter-help": "नियंत्रक को संदेश भेजने के लिए इस विकल्प का चयन करें।", - "mydspace.results.no-abstract": "कोई सार नहीं", + "mydspace.messages.title": "संदेश", - "mydspace.results.no-authors": "कोई लेखक नहीं", + "mydspace.messages.to": "तक", - "mydspace.results.no-collections": "कोई संग्रह नहीं", + "mydspace.new-submission": "नया प्रस्तुतीकरण", - "mydspace.results.no-date": "कोई तारीख नहीं", + "mydspace.new-submission-external": "बाहरी स्रोत से मेटाडेटा आयात करें", - "mydspace.results.no-files": "कोई फाइल नहीं", + "mydspace.new-submission-external-short": "मेटाडेटा आयात करें", - "mydspace.results.no-results": "दिखाने के लिए कोई आइटम नहीं थे", + "mydspace.results.head": "आपकी प्रस्तुतियाँ", - "mydspace.results.no-title": "कोई शीर्षक नहीं", + "mydspace.results.no-abstract": "कोई सार नहीं", - "mydspace.results.no-uri": "Uri नहीं है", + "mydspace.results.no-authors": "कोई लेखक नहीं", - "mydspace.search-form.placeholder": "मेरे डीस्पेस में खोजें...", + "mydspace.results.no-collections": "कोई संग्रह नहीं", - "mydspace.show.workflow": "कार्यप्रवाह कार्य", + "mydspace.results.no-date": "कोई तारीख नहीं", - "mydspace.show.workspace": "आपकी प्रस्तुतियां", + "mydspace.results.no-files": "कोई फाइल नहीं", - "mydspace.status.archived": "संग्रहीत", + "mydspace.results.no-results": "दिखाने के लिए कोई आइटम नहीं थे", - "mydspace.status.validation": "सत्यापन", + "mydspace.results.no-title": "कोई शीर्षक नहीं", - "mydspace.status.waiting-for-controller": "नियंत्रक की प्रतीक्षा कर रहा है", + "mydspace.results.no-uri": "Uri नहीं है", - "mydspace.status.workflow": "कार्यप्रवाह", + "mydspace.search-form.placeholder": "मेरे डीस्पेस में खोजें...", - "mydspace.status.workspace": "कार्यस्थान", + "mydspace.show.workflow": "कार्यप्रवाह कार्य", - "mydspace.title": "मेरा डीस्पेस", + "mydspace.show.workspace": "आपकी प्रस्तुतियां", - "mydspace.upload.upload-failed": "नया कार्यस्थान बनाने में त्रुटि. कृपया पुनः प्रयास करने से पहले अपलोड की गई सामग्री को सत्यापित करें।", + "mydspace.status.archived": "संग्रहीत", - "mydspace.upload.upload-failed-manyentries": "असंसाधित फ़ाइल। बहुत अधिक प्रविष्टियों का पता लगाया लेकिन फ़ाइल के लिए केवल एक की अनुमति दी।", + "mydspace.status.validation": "सत्यापन", - "mydspace.upload.upload-failed-moreonefile": "असंसाधित अनुरोध। केवल एक फ़ाइल की अनुमति है।", + "mydspace.status.waiting-for-controller": "नियंत्रक की प्रतीक्षा कर रहा है", - "mydspace.upload.upload-multiple-successful": "{{qty}} नए कार्यक्षेत्र आइटम बनाए गए।", + "mydspace.status.workflow": "कार्यप्रवाह", - "mydspace.upload.upload-successful": "नया कार्यस्थान आइटम बनाया गया। इसे संपादित करने के लिए {{here}} क्लिक करें।", + "mydspace.status.workspace": "कार्यस्थान", - "mydspace.view-btn": "देखें", + "mydspace.title": "मेरा डीस्पेस", - "nav.browse.header": "सम्पूर्ण डीस्पेस", + "mydspace.upload.upload-failed": "नया कार्यस्थान बनाने में त्रुटि. कृपया पुनः प्रयास करने से पहले अपलोड की गई सामग्री को सत्यापित करें।", - "nav.community-browse.header": "समुदाय द्वारा", + "mydspace.upload.upload-failed-manyentries": "असंसाधित फ़ाइल। बहुत अधिक प्रविष्टियों का पता लगाया लेकिन फ़ाइल के लिए केवल एक की अनुमति दी।", - "nav.language": "भाषा स्विच", + "mydspace.upload.upload-failed-moreonefile": "असंसाधित अनुरोध। केवल एक फ़ाइल की अनुमति है।", - "nav.login": "लॉग इन करें", + "mydspace.upload.upload-multiple-successful": "{{qty}} नए कार्यक्षेत्र आइटम बनाए गए।", - "nav.logout": "उपयोगकर्ता प्रोफ़ाइल मेनू और लॉग आउट", + "mydspace.upload.upload-successful": "नया कार्यस्थान आइटम बनाया गया। इसे संपादित करने के लिए {{here}} क्लिक करें।", - "nav.main.description": "मुख्य नेविगेशन बार", + "mydspace.view-btn": "देखें", - "nav.mydspace": "मेरा डीस्पेस", + "nav.browse.header": "सम्पूर्ण डीस्पेस", - "nav.profile": "प्रोफ़ाइल", + "nav.community-browse.header": "समुदाय द्वारा", - "nav.search": "खोजें", + "nav.language": "भाषा स्विच", - "nav.statistics.header": "सांख्यिकी", + "nav.login": "लॉग इन करें", - "nav.stop-impersonating": "ई-व्यक्ति का रूप धारण करना बंद करें", + "nav.logout": "उपयोगकर्ता प्रोफ़ाइल मेनू और लॉग आउट", - "nav.toggle": "नेविगेशन टॉगल करें", + "nav.main.description": "मुख्य नेविगेशन बार", - "nav.user.description": "उपयोगकर्ता प्रोफ़ाइल बार", + "nav.mydspace": "मेरा डीस्पेस", - "none.listelement.badge": "आइटम", + "nav.profile": "प्रोफ़ाइल", - "orgunit.listelement.badge": "संगठित इकाई", + "nav.search": "खोजें", - "orgunit.page.city": "शहर", + "nav.statistics.header": "सांख्यिकी", - "orgunit.page.country": "देश", + "nav.stop-impersonating": "ई-व्यक्ति का रूप धारण करना बंद करें", - "orgunit.page.dateestablished": "स्थापना की तिथि", + "nav.toggle": "नेविगेशन टॉगल करें", - "orgunit.page.description": "विवरण", + "nav.user.description": "उपयोगकर्ता प्रोफ़ाइल बार", - "orgunit.page.edit": "इस आइटम को संपादित करें", + "none.listelement.badge": "आइटम", - "orgunit.page.id": "पहचान", + "orgunit.listelement.badge": "संगठित इकाई", - "orgunit.page.titleprefix": "संगठनात्मक इकाइयाँ: ", + "orgunit.page.city": "शहर", - "pagination.next.button": "अगला", + "orgunit.page.country": "देश", - "pagination.next.button.disabled.tooltip": "परिणामों के और पृष्ठ नहीं", + "orgunit.page.dateestablished": "स्थापना की तिथि", - "pagination.options.description": "पृष्ठांकन के विकल्प", + "orgunit.page.description": "विवरण", - "pagination.previous.button": "पिछला", + "orgunit.page.edit": "इस आइटम को संपादित करें", - "pagination.results-per-page": "प्रति पृष्ठ परिणाम", + "orgunit.page.id": "पहचान", - "pagination.showing.detail": "{{ range }} में से {{ total }}", + "orgunit.page.titleprefix": "संगठनात्मक इकाइयाँ: ", - "pagination.showing.label": "अब दिखा रहे हैं", + "pagination.next.button": "अगला", - "pagination.sort-direction": "क्रमबद्ध विकल्प", + "pagination.next.button.disabled.tooltip": "परिणामों के और पृष्ठ नहीं", - "person-relationships.search.results.head": "व्यक्ति खोज परिणाम", + "pagination.options.description": "पृष्ठांकन के विकल्प", - "person.listelement.badge": "व्यक्ति", + "pagination.previous.button": "पिछला", - "person.listelement.no-title": "कोई नाम नहीं मिला", + "pagination.results-per-page": "प्रति पृष्ठ परिणाम", - "person.orcid.registry.auth": "ORCID प्राधिकरण", + "pagination.showing.detail": "{{ range }} में से {{ total }}", - "person.orcid.registry.queue": "ORCID रजिस्ट्री कतार", + "pagination.showing.label": "अब दिखा रहे हैं", - "person.orcid.sync.setting": "ORCID तुल्यकालन सेटिंग्स", + "pagination.sort-direction": "क्रमबद्ध विकल्प", - "person.page.birthdate": "जन्म तिथि", + "person-relationships.search.results.head": "व्यक्ति खोज परिणाम", - "person.page.edit": "इस आइटम को संपादित करें", + "person.listelement.badge": "व्यक्ति", - "person.page.email": "ईमेल पता", + "person.listelement.no-title": "कोई नाम नहीं मिला", - "person.page.firstname": "पहला नाम", + "person.orcid.registry.auth": "ORCID प्राधिकरण", - "person.page.jobtitle": "नौकरी का शीर्षक", + "person.orcid.registry.queue": "ORCID रजिस्ट्री कतार", - "person.page.lastname": "उपनाम", + "person.orcid.sync.setting": "ORCID तुल्यकालन सेटिंग्स", - "person.page.link.full": "सभी मेटाडेटा दिखाएं", + "person.page.birthdate": "जन्म तिथि", - "person.page.name": "नाम", + "person.page.edit": "इस आइटम को संपादित करें", - "person.page.orcid": "ORCID", + "person.page.email": "ईमेल पता", - "person.page.orcid.create": "एक ORCID आईडी बनाएं", + "person.page.firstname": "पहला नाम", - "person.page.orcid.funding-preferences": "वित्त पोषण प्राथमिकताएं", + "person.page.jobtitle": "नौकरी का शीर्षक", - "person.page.orcid.grant-authorizations": "अनुदान प्राधिकरण", + "person.page.lastname": "उपनाम", - "person.page.orcid.granted-authorizations": "स्वीकृत प्राधिकरण", + "person.page.link.full": "सभी मेटाडेटा दिखाएं", - "person.page.orcid.link": "ORCID आईडी से जोड़े", + "person.page.name": "नाम", - "person.page.orcid.link.error.message": "प्रोफ़ाइल को ORCID से जोड़ते समय कोई गड़बड़ी हुई। यदि समस्या बनी रहती है, तो व्यवस्थापक से संपर्क करें।", + "person.page.orcid": "ORCID", - "person.page.orcid.link.processing": "प्रोफ़ाइल को ORCID से लिंक किया जा रहा है...", + "person.page.orcid.create": "एक ORCID आईडी बनाएं", - "person.page.orcid.missing-authorizations": "गुम अनुमति", + "person.page.orcid.funding-preferences": "वित्त पोषण प्राथमिकताएं", - "person.page.orcid.missing-authorizations-message": "निम्नलिखित प्राधिकरण गायब हैं:", + "person.page.orcid.grant-authorizations": "अनुदान प्राधिकरण", - "person.page.orcid.no-missing-authorizations-message": "आपको आपके संस्थान द्वारा सभी फ़ंक्शन का उपयोग करने के लिए एक्सेस अधिकार दिए गए हैं, इसलिए यह बॉक्स खाली है!", + "person.page.orcid.granted-authorizations": "स्वीकृत प्राधिकरण", - "person.page.orcid.no-orcid-message": "अभी तक कोई ORCID iD संबद्ध नहीं है। नीचे दिए गए बटन पर क्लिक करके इस प्रोफाइल को ओआरसीआईडी खाते से लिंक करना संभव है।", + "person.page.orcid.link": "ORCID आईडी से जोड़े", - "person.page.orcid.orcid-not-linked-message": "इस प्रोफ़ाइल की ORCID iD ({{orcid }}) अभी तक ORCID रजिस्ट्री पर किसी खाते से कनेक्ट नहीं हुई है या कनेक्शन की समय-सीमा समाप्त हो गई है।", + "person.page.orcid.link.error.message": "प्रोफ़ाइल को ORCID से जोड़ते समय कोई गड़बड़ी हुई। यदि समस्या बनी रहती है, तो व्यवस्थापक से संपर्क करें।", - "person.page.orcid.profile-preferences": "प्रोफाइल प्राथमिकताएं", + "person.page.orcid.link.processing": "प्रोफ़ाइल को ORCID से लिंक किया जा रहा है...", - "person.page.orcid.publications-preferences": "प्रकाशन प्राथमिकताएं", + "person.page.orcid.missing-authorizations": "गुम अनुमति", - "person.page.orcid.remove-orcid-message": "यदि आपको अपना ORCID हटाना है, तो कृपया संग्रहालय व्यवस्थापक से संपर्क करें", + "person.page.orcid.missing-authorizations-message": "निम्नलिखित प्राधिकरण गायब हैं:", - "person.page.orcid.save.preference.changes": "सेटिंग अद्यतन करें", + "person.page.orcid.no-missing-authorizations-message": "आपको आपके संस्थान द्वारा सभी फ़ंक्शन का उपयोग करने के लिए एक्सेस अधिकार दिए गए हैं, इसलिए यह बॉक्स खाली है!", - "person.page.orcid.scope.activities-update": "अपनी शोध गतिविधियों को जोड़ें/अपडेट करें", + "person.page.orcid.no-orcid-message": "अभी तक कोई ORCID iD संबद्ध नहीं है। नीचे दिए गए बटन पर क्लिक करके इस प्रोफाइल को ओआरसीआईडी खाते से लिंक करना संभव है।", - "person.page.orcid.scope.authenticate": "अपना ORCID आईडी प्राप्त करें", + "person.page.orcid.orcid-not-linked-message": "इस प्रोफ़ाइल की ORCID iD ({{orcid }}) अभी तक ORCID रजिस्ट्री पर किसी खाते से कनेक्ट नहीं हुई है या कनेक्शन की समय-सीमा समाप्त हो गई है।", - "person.page.orcid.scope.person-update": "अपने बारे में अन्य जानकारी जोड़ें/अपडेट करें", + "person.page.orcid.profile-preferences": "प्रोफाइल प्राथमिकताएं", - "person.page.orcid.scope.read-limited": "विश्वसनीय पक्षों पर सेट दृश्यता के साथ अपनी जानकारी पढ़ें", + "person.page.orcid.publications-preferences": "प्रकाशन प्राथमिकताएं", - "person.page.orcid.sync-fundings.all": "सारे निधि स्त्रोत ", + "person.page.orcid.remove-orcid-message": "यदि आपको अपना ORCID हटाना है, तो कृपया संग्रहालय व्यवस्थापक से संपर्क करें", - "person.page.orcid.sync-fundings.disabled": "अक्षम", + "person.page.orcid.save.preference.changes": "सेटिंग अद्यतन करें", - "person.page.orcid.sync-fundings.mine": "मेरे निधि स्त्रोत ", + "person.page.orcid.scope.activities-update": "अपनी शोध गतिविधियों को जोड़ें/अपडेट करें", - "person.page.orcid.sync-fundings.my_selected": "चयनित निधि स्त्रोत", + "person.page.orcid.scope.authenticate": "अपना ORCID आईडी प्राप्त करें", - "person.page.orcid.sync-profile.affiliation": "संबद्धता", + "person.page.orcid.scope.person-update": "अपने बारे में अन्य जानकारी जोड़ें/अपडेट करें", - "person.page.orcid.sync-profile.biographical": "जीवनी डेटा", + "person.page.orcid.scope.read-limited": "विश्वसनीय पक्षों पर सेट दृश्यता के साथ अपनी जानकारी पढ़ें", - "person.page.orcid.sync-profile.education": "शिक्षण", + "person.page.orcid.sync-fundings.all": "सारे निधि स्त्रोत ", - "person.page.orcid.sync-profile.identifiers": "पहचानकर्ता", + "person.page.orcid.sync-fundings.disabled": "अक्षम", - "person.page.orcid.sync-publications.all": "सभी प्रकाशन", + "person.page.orcid.sync-fundings.mine": "मेरे निधि स्त्रोत ", - "person.page.orcid.sync-publications.disabled": "निर्योग्य", + "person.page.orcid.sync-fundings.my_selected": "चयनित निधि स्त्रोत", - "person.page.orcid.sync-publications.mine": "मेरे प्रकाशन", + "person.page.orcid.sync-profile.affiliation": "संबद्धता", - "person.page.orcid.sync-publications.my_selected": "चयनित प्रकाशन", + "person.page.orcid.sync-profile.biographical": "जीवनी डेटा", - "person.page.orcid.sync-queue.description.affiliation": "संबद्धता", + "person.page.orcid.sync-profile.education": "शिक्षण", - "person.page.orcid.sync-queue.description.country": "देश", + "person.page.orcid.sync-profile.identifiers": "पहचानकर्ता", - "person.page.orcid.sync-queue.description.education": "शिक्षण", + "person.page.orcid.sync-publications.all": "सभी प्रकाशन", - "person.page.orcid.sync-queue.description.external_ids": "बाहरी आईडी", + "person.page.orcid.sync-publications.disabled": "निर्योग्य", - "person.page.orcid.sync-queue.description.keywords": "खोजशब्द", + "person.page.orcid.sync-publications.mine": "मेरे प्रकाशन", - "person.page.orcid.sync-queue.description.other_names": "अन्य नाम", + "person.page.orcid.sync-publications.my_selected": "चयनित प्रकाशन", - "person.page.orcid.sync-queue.description.qualification": "योग्यता", + "person.page.orcid.sync-queue.description.affiliation": "संबद्धता", - "person.page.orcid.sync-queue.description.researcher_urls": "अनुसंधानकर्ता यूआरएल (URLs)", + "person.page.orcid.sync-queue.description.country": "देश", - "person.page.orcid.sync-queue.discard": "परिवर्तन छोड़ें और ORCID रजिस्ट्री के साथ सिंक्रनाइज़ न करें", + "person.page.orcid.sync-queue.description.education": "शिक्षण", - "person.page.orcid.sync-queue.discard.error": "ORCID कतार रिकॉर्ड को हटाना विफल रहा", + "person.page.orcid.sync-queue.description.external_ids": "बाहरी आईडी", - "person.page.orcid.sync-queue.discard.success": "ORCID कतार रिकॉर्ड को सफलतापूर्वक खारिज कर दिया गया है", + "person.page.orcid.sync-queue.description.keywords": "खोजशब्द", - "person.page.orcid.sync-queue.empty-message": "ORCID रजिस्ट्री कतार खाली है", + "person.page.orcid.sync-queue.description.other_names": "अन्य नाम", - "person.page.orcid.sync-queue.send": "ORCID रजिस्ट्री के साथ सिंक्रनाइज़ करें", + "person.page.orcid.sync-queue.description.qualification": "योग्यता", - "person.page.orcid.sync-queue.send.bad-request-error": "ORCID को प्रस्तुतीकरण विफल हुआ क्योंकि ORCID रजिस्ट्री को भेजा गया संसाधन मान्य नहीं है", + "person.page.orcid.sync-queue.description.researcher_urls": "अनुसंधानकर्ता यूआरएल (URLs)", - "person.page.orcid.sync-queue.send.conflict-error": "ORCID को प्रस्तुतीकरण विफल रहा क्योंकि संसाधन ORCID रजिस्ट्री पर पहले से मौजूद है", + "person.page.orcid.sync-queue.discard": "परिवर्तन छोड़ें और ORCID रजिस्ट्री के साथ सिंक्रनाइज़ न करें", - "person.page.orcid.sync-queue.send.error": "ORCID को प्रस्तुतीकरण विफल रहा", + "person.page.orcid.sync-queue.discard.error": "ORCID कतार रिकॉर्ड को हटाना विफल रहा", - "person.page.orcid.sync-queue.send.not-found-warning": "संसाधन अब ORCID रजिस्ट्री पर मौजूद नहीं है।", + "person.page.orcid.sync-queue.discard.success": "ORCID कतार रिकॉर्ड को सफलतापूर्वक खारिज कर दिया गया है", - "person.page.orcid.sync-queue.send.success": "ORCID को प्रस्तुतीकरण सफलतापूर्वक पूरा किया गया ", + "person.page.orcid.sync-queue.empty-message": "ORCID रजिस्ट्री कतार खाली है", - "person.page.orcid.sync-queue.send.unauthorized-error.content": "फिर से आवश्यक अनुमतियां देने के लिए यहां क्लिक करें। यदि समस्या बनी रहती है, तो व्यवस्थापक से संपर्क करें।", + "person.page.orcid.sync-queue.send": "ORCID रजिस्ट्री के साथ सिंक्रनाइज़ करें", - "person.page.orcid.sync-queue.send.unauthorized-error.title": "ORCID को प्रस्तुतीकरण अनुपलब्ध प्राधिकरणों के कारण विफल रहा।", + "person.page.orcid.sync-queue.send.bad-request-error": "ORCID को प्रस्तुतीकरण विफल हुआ क्योंकि ORCID रजिस्ट्री को भेजा गया संसाधन मान्य नहीं है", - "person.page.orcid.sync-queue.send.validation-error": "जिस डेटा को आप ORCID के साथ सिंक्रोनाइज़ करना चाहते हैं वह मान्य नहीं है", + "person.page.orcid.sync-queue.send.conflict-error": "ORCID को प्रस्तुतीकरण विफल रहा क्योंकि संसाधन ORCID रजिस्ट्री पर पहले से मौजूद है", - "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "राशि की मुद्रा आवश्यक है", + "person.page.orcid.sync-queue.send.error": "ORCID को प्रस्तुतीकरण विफल रहा", - "person.page.orcid.sync-queue.send.validation-error.country.invalid": "अमान्य 2 अंक ISO 3166 देश", + "person.page.orcid.sync-queue.send.not-found-warning": "संसाधन अब ORCID रजिस्ट्री पर मौजूद नहीं है।", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "संगठनों को स्पष्ट करने के लिए एक पहचानकर्ता की आवश्यकता है। समर्थित आईडी जीआरआईडी, रिंगगोल्ड, कानूनी इकाई पहचानकर्ता (एलईआई) और क्रॉसरेफ फंडर रजिस्ट्री पहचानकर्ता हैं", + "person.page.orcid.sync-queue.send.success": "ORCID को प्रस्तुतीकरण सफलतापूर्वक पूरा किया गया ", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "संगठन के पहचानकर्ताओं को एक मूल्य की आवश्यकता है", + "person.page.orcid.sync-queue.send.unauthorized-error.content": "फिर से आवश्यक अनुमतियां देने के लिए यहां क्लिक करें। यदि समस्या बनी रहती है, तो व्यवस्थापक से संपर्क करें।", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "संगठन पहचानकर्ताओं में से एक का स्रोत अमान्य है। समर्थित स्रोत हैं RINGGOLD, GRID, LEI और FUNDREF", + "person.page.orcid.sync-queue.send.unauthorized-error.title": "ORCID को प्रस्तुतीकरण अनुपलब्ध प्राधिकरणों के कारण विफल रहा।", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "संगठन के पहचानकर्ताओं को स्रोत की आवश्यकता होती है", + "person.page.orcid.sync-queue.send.validation-error": "जिस डेटा को आप ORCID के साथ सिंक्रोनाइज़ करना चाहते हैं वह मान्य नहीं है", - "person.page.orcid.sync-queue.send.validation-error.external-id.required": "भेजे जाने वाले संसाधन के लिए कम से कम एक पहचानकर्ता की आवश्यकता होती है", + "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "राशि की मुद्रा आवश्यक है", - "person.page.orcid.sync-queue.send.validation-error.funder.required": "धन की आवश्यकता है", + "person.page.orcid.sync-queue.send.validation-error.country.invalid": "अमान्य 2 अंक ISO 3166 देश", - "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "भेजे जाने वाले संगठन को पते की आवश्यकता है", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "संगठनों को स्पष्ट करने के लिए एक पहचानकर्ता की आवश्यकता है। समर्थित आईडी जीआरआईडी, रिंगगोल्ड, कानूनी इकाई पहचानकर्ता (एलईआई) और क्रॉसरेफ फंडर रजिस्ट्री पहचानकर्ता हैं", - "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "भेजे जाने वाले संगठन के पते के लिए एक शहर की आवश्यकता है", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "संगठन के पहचानकर्ताओं को एक मूल्य की आवश्यकता है", - "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "भेजे जाने वाले संगठन के पते के लिए मान्य 2 अंकों वाला ISO 3166 देश होना चाहिए", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "संगठन पहचानकर्ताओं में से एक का स्रोत अमान्य है। समर्थित स्रोत हैं RINGGOLD, GRID, LEI और FUNDREF", - "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "संगठन का नाम आवश्यक है", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "संगठन के पहचानकर्ताओं को स्रोत की आवश्यकता होती है", - "person.page.orcid.sync-queue.send.validation-error.organization.required": "संगठन की आवश्यकता है", + "person.page.orcid.sync-queue.send.validation-error.external-id.required": "भेजे जाने वाले संसाधन के लिए कम से कम एक पहचानकर्ता की आवश्यकता होती है", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "प्रकाशन की तारीख 1900 . के एक साल बाद की होनी चाहिए", + "person.page.orcid.sync-queue.send.validation-error.funder.required": "धन की आवश्यकता है", - "person.page.orcid.sync-queue.send.validation-error.start-date.required": "प्रारंभ दिनांक आवश्यक है", + "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "भेजे जाने वाले संगठन को पते की आवश्यकता है", - "person.page.orcid.sync-queue.send.validation-error.title.required": "शीर्षक आवश्यक है", + "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "भेजे जाने वाले संगठन के पते के लिए एक शहर की आवश्यकता है", - "person.page.orcid.sync-queue.send.validation-error.type.required": "dc.type आवश्यक है", + "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "भेजे जाने वाले संगठन के पते के लिए मान्य 2 अंकों वाला ISO 3166 देश होना चाहिए", - "person.page.orcid.sync-queue.table.header.action": "कार्रवाई", + "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "संगठन का नाम आवश्यक है", - "person.page.orcid.sync-queue.table.header.description": "विवरण", + "person.page.orcid.sync-queue.send.validation-error.organization.required": "संगठन की आवश्यकता है", - "person.page.orcid.sync-queue.table.header.type": "प्रकार", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "प्रकाशन की तारीख 1900 . के एक साल बाद की होनी चाहिए", - "person.page.orcid.sync-queue.tooltip.affiliation": "संबद्धता", + "person.page.orcid.sync-queue.send.validation-error.start-date.required": "प्रारंभ दिनांक आवश्यक है", - "person.page.orcid.sync-queue.tooltip.country": "देश", + "person.page.orcid.sync-queue.send.validation-error.title.required": "शीर्षक आवश्यक है", - "person.page.orcid.sync-queue.tooltip.delete": "इस प्रविष्टि को ORCID रजिस्ट्री से निकालें", + "person.page.orcid.sync-queue.send.validation-error.type.required": "dc.type आवश्यक है", - "person.page.orcid.sync-queue.tooltip.education": "शिक्षा", + "person.page.orcid.sync-queue.table.header.action": "कार्रवाई", - "person.page.orcid.sync-queue.tooltip.external_ids": "बाहरी पहचानकर्ता", + "person.page.orcid.sync-queue.table.header.description": "विवरण", - "person.page.orcid.sync-queue.tooltip.insert": "ORCID रजिस्ट्री में नई प्रविष्टि जोड़ें", + "person.page.orcid.sync-queue.table.header.type": "प्रकार", - "person.page.orcid.sync-queue.tooltip.keywords": "खोजशब्द", + "person.page.orcid.sync-queue.tooltip.affiliation": "संबद्धता", - "person.page.orcid.sync-queue.tooltip.other_names": "अन्य नाम", + "person.page.orcid.sync-queue.tooltip.country": "देश", - "person.page.orcid.sync-queue.tooltip.project": "परियोजना", + "person.page.orcid.sync-queue.tooltip.delete": "इस प्रविष्टि को ORCID रजिस्ट्री से निकालें", - "person.page.orcid.sync-queue.tooltip.publication": "प्रकाशन", + "person.page.orcid.sync-queue.tooltip.education": "शिक्षा", - "person.page.orcid.sync-queue.tooltip.qualification": "योग्यता", + "person.page.orcid.sync-queue.tooltip.external_ids": "बाहरी पहचानकर्ता", - "person.page.orcid.sync-queue.tooltip.researcher_urls": "अनुसंधानकर्ता url", + "person.page.orcid.sync-queue.tooltip.insert": "ORCID रजिस्ट्री में नई प्रविष्टि जोड़ें", - "person.page.orcid.sync-queue.tooltip.update": "ORCID रजिस्ट्री पर इस प्रविष्टि को अद्यतन करें", + "person.page.orcid.sync-queue.tooltip.keywords": "खोजशब्द", - "person.page.orcid.synchronization-mode": "तुल्यकालन प्रणाली", + "person.page.orcid.sync-queue.tooltip.other_names": "अन्य नाम", - "person.page.orcid.synchronization-mode-funding-message": "चुनें कि आपकी लिंक की गई परियोजना संस्थाओं को आपके ORCID रिकॉर्ड की फंडिंग जानकारी की सूची में भेजना है या नहीं।", + "person.page.orcid.sync-queue.tooltip.project": "परियोजना", - "person.page.orcid.synchronization-mode-message": "कृपया ORCID के साथ तुल्यकालन (सिंक्रोनाइजेशन) विकल्प चुनें। विकल्पों में \"मानव चलित\" (आपको अपना डेटा अपने आप ORCID को भेजना होगा), या \"बैच\" (सिस्टम आपके डेटा को एक निर्धारित स्क्रिप्ट के माध्यम से ORCID को भेजेगा)।", + "person.page.orcid.sync-queue.tooltip.publication": "प्रकाशन", - "person.page.orcid.synchronization-mode-profile-message": "क्या आपका जैविक डेटा या व्यक्तिगत पहचानकर्ता आपके ओआरसीआईडी रिकॉर्ड में भेजना है?", + "person.page.orcid.sync-queue.tooltip.qualification": "योग्यता", - "person.page.orcid.synchronization-mode-publication-message": "चुनें कि आपकी लिंक की गई प्रकाशन इकाइयों को आपके ORCID रिकॉर्ड की कार्यों की सूची में भेजना है या नहीं।", + "person.page.orcid.sync-queue.tooltip.researcher_urls": "अनुसंधानकर्ता url", - "person.page.orcid.synchronization-mode.batch": "बैच", + "person.page.orcid.sync-queue.tooltip.update": "ORCID रजिस्ट्री पर इस प्रविष्टि को अद्यतन करें", - "person.page.orcid.synchronization-mode.label": "तुल्यकालन प्रणाली", + "person.page.orcid.synchronization-mode": "तुल्यकालन प्रणाली", - "person.page.orcid.synchronization-mode.manual": "मानव चलित", + "person.page.orcid.synchronization-mode-funding-message": "चुनें कि आपकी लिंक की गई परियोजना संस्थाओं को आपके ORCID रिकॉर्ड की फंडिंग जानकारी की सूची में भेजना है या नहीं।", - "person.page.orcid.synchronization-settings-update.error": "तुल्यकालन सेटिंग्स का अद्यतन विफल रहा ", + "person.page.orcid.synchronization-mode-message": "कृपया ORCID के साथ तुल्यकालन (सिंक्रोनाइजेशन) विकल्प चुनें। विकल्पों में \"मानव चलित\" (आपको अपना डेटा अपने आप ORCID को भेजना होगा), या \"बैच\" (सिस्टम आपके डेटा को एक निर्धारित स्क्रिप्ट के माध्यम से ORCID को भेजेगा)।", - "person.page.orcid.synchronization-settings-update.success": "तुल्यकालन सेटिंग्स को सफलतापूर्वक अपडेट कर दिया गया है", + "person.page.orcid.synchronization-mode-profile-message": "क्या आपका जैविक डेटा या व्यक्तिगत पहचानकर्ता आपके ओआरसीआईडी रिकॉर्ड में भेजना है?", - "person.page.orcid.unlink": "ORCID से अलग करें", + "person.page.orcid.synchronization-mode-publication-message": "चुनें कि आपकी लिंक की गई प्रकाशन इकाइयों को आपके ORCID रिकॉर्ड की कार्यों की सूची में भेजना है या नहीं।", - "person.page.orcid.unlink.error": "प्रोफ़ाइल और ORCID रजिस्ट्री को अलग करते समय त्रुटि उत्पन्न हुई। पुनः प्रयास करें", + "person.page.orcid.synchronization-mode.batch": "बैच", - "person.page.orcid.unlink.processing": "संसाधित किया जा रहा है...", + "person.page.orcid.synchronization-mode.label": "तुल्यकालन प्रणाली", - "person.page.orcid.unlink.success": "प्रोफ़ाइल और ORCID रजिस्ट्री के बीच वियोग सफल रहा", + "person.page.orcid.synchronization-mode.manual": "मानव चलित", - "person.page.staffid": "कर्मचारी की पहचान", + "person.page.orcid.synchronization-settings-update.error": "तुल्यकालन सेटिंग्स का अद्यतन विफल रहा ", - "person.page.titleprefix": "व्यक्ति: ", + "person.page.orcid.synchronization-settings-update.success": "तुल्यकालन सेटिंग्स को सफलतापूर्वक अपडेट कर दिया गया है", - "person.search.results.head": "व्यक्ति खोज परिणाम", + "person.page.orcid.unlink": "ORCID से अलग करें", - "person.search.title": "व्यक्ति की खोज", + "person.page.orcid.unlink.error": "प्रोफ़ाइल और ORCID रजिस्ट्री को अलग करते समय त्रुटि उत्पन्न हुई। पुनः प्रयास करें", - "process.detail.arguments": "बहस", + "person.page.orcid.unlink.processing": "संसाधित किया जा रहा है...", - "process.detail.arguments.empty": "इस प्रक्रिया में कोई तर्क नहीं है", + "person.page.orcid.unlink.success": "प्रोफ़ाइल और ORCID रजिस्ट्री के बीच वियोग सफल रहा", - "process.detail.back": "वापस", + "person.page.staffid": "कर्मचारी की पहचान", - "process.detail.create": "समान प्रक्रिया बनाएं", + "person.page.titleprefix": "व्यक्ति: ", - "process.detail.end-time": "समाप्ति समय", + "person.search.results.head": "व्यक्ति खोज परिणाम", - "process.detail.logs.button": "प्रक्रिया उत्पाद प्राप्त करें ", + "person.search.title": "व्यक्ति की खोज", - "process.detail.logs.loading": "पुन: र्प्राप्ति जारी है", + "process.detail.arguments": "बहस", - "process.detail.logs.none": "इस प्रक्रिया का कोई उत्पादन नहीं है", + "process.detail.arguments.empty": "इस प्रक्रिया में कोई तर्क नहीं है", - "process.detail.output": "प्रक्रिया उत्पाद", + "process.detail.back": "वापस", - "process.detail.output-files": "आउटपुट फ़ाइलें", + "process.detail.create": "समान प्रक्रिया बनाएं", - "process.detail.output-files.empty": "इस प्रक्रिया में कोई फाइल उत्पादित नहीं हुई है", + "process.detail.end-time": "समाप्ति समय", - "process.detail.script": "स्क्रिप्ट", + "process.detail.logs.button": "प्रक्रिया उत्पाद प्राप्त करें ", - "process.detail.start-time": "प्रारंभ समय", + "process.detail.logs.loading": "पुन: र्प्राप्ति जारी है", - "process.detail.status": "स्थिति", + "process.detail.logs.none": "इस प्रक्रिया का कोई उत्पादन नहीं है", - "process.detail.title": "प्रक्रिया: {{ id }} - {{ name }}", + "process.detail.output": "प्रक्रिया उत्पाद", - "process.new.breadcrumbs": "नई प्रक्रिया बनाएं", + "process.detail.output-files": "आउटपुट फ़ाइलें", - "process.new.cancel": "रद्द करें", + "process.detail.output-files.empty": "इस प्रक्रिया में कोई फाइल उत्पादित नहीं हुई है", - "process.new.header": "नई प्रक्रिया बनाएं", + "process.detail.script": "स्क्रिप्ट", - "process.new.notification.error.content": "इस प्रक्रिया को बनाते समय एक त्रुटि हुई", + "process.detail.start-time": "प्रारंभ समय", - "process.new.notification.error.title": "त्रुटि", + "process.detail.status": "स्थिति", - "process.new.notification.success.content": "प्रक्रिया सफलतापूर्वक बनाई गई", + "process.detail.title": "प्रक्रिया: {{ id }} - {{ name }}", - "process.new.notification.success.title": "सफलता", + "process.new.breadcrumbs": "नई प्रक्रिया बनाएं", - "process.new.parameter.file.required": "कृपया एक फ़ाइल चुनें", + "process.new.cancel": "रद्द करें", - "process.new.parameter.file.upload-button": "फ़ाइल का चयन करें...", + "process.new.header": "नई प्रक्रिया बनाएं", - "process.new.parameter.required.missing": "निम्नलिखित पैरामीटर आवश्यक हैं लेकिन अभी भी गायब हैं:", + "process.new.notification.error.content": "इस प्रक्रिया को बनाते समय एक त्रुटि हुई", - "process.new.parameter.string.required": "पैरामीटर मान आवश्यक है", + "process.new.notification.error.title": "त्रुटि", - "process.new.parameter.type.file": "फ़ाइल", + "process.new.notification.success.content": "प्रक्रिया सफलतापूर्वक बनाई गई", - "process.new.parameter.type.value": "मान", + "process.new.notification.success.title": "सफलता", - "process.new.select-parameters": "मापदंड", + "process.new.parameter.file.required": "कृपया एक फ़ाइल चुनें", - "process.new.select-script": "स्क्रिप्ट", + "process.new.parameter.file.upload-button": "फ़ाइल का चयन करें...", - "process.new.select-script.placeholder": "स्क्रिप्ट चुनें...", + "process.new.parameter.required.missing": "निम्नलिखित पैरामीटर आवश्यक हैं लेकिन अभी भी गायब हैं:", - "process.new.select-script.required": "स्क्रिप्ट की आवश्यकता है", + "process.new.parameter.string.required": "पैरामीटर मान आवश्यक है", - "process.new.submit": "सहेजें", + "process.new.parameter.type.file": "फ़ाइल", - "process.new.title": "एक नई प्रक्रिया बनाएं", + "process.new.parameter.type.value": "मान", - "process.overview.breadcrumbs": "प्रक्रियाओं का अवलोकन", + "process.new.select-parameters": "मापदंड", - "process.overview.new": "नया", + "process.new.select-script": "स्क्रिप्ट", - "process.overview.table.finish": "समाप्ति समय (UTC)", + "process.new.select-script.placeholder": "स्क्रिप्ट चुनें...", - "process.overview.table.id": "प्रक्रिया पहचान क्रमांक", + "process.new.select-script.required": "स्क्रिप्ट की आवश्यकता है", - "process.overview.table.name": "नाम", + "process.new.submit": "सहेजें", - "process.overview.table.start": "प्रारंभ समय (UTC)", + "process.new.title": "एक नई प्रक्रिया बनाएं", - "process.overview.table.status": "स्थिति", + "process.overview.breadcrumbs": "प्रक्रियाओं का अवलोकन", - "process.overview.table.user": "उपयोगकर्ता", + "process.overview.new": "नया", - "process.overview.title": "प्रक्रिया अवलोकन", + "process.overview.table.finish": "समाप्ति समय (UTC)", - "profile.breadcrumbs": "प्रोफ़ाइल को नवीनतम बनाएं", + "process.overview.table.id": "प्रक्रिया पहचान क्रमांक", - "profile.card.identify": "पहचान", + "process.overview.table.name": "नाम", - "profile.card.researcher": "अनुसंधानकर्ता प्रोफाइल", + "process.overview.table.start": "प्रारंभ समय (UTC)", - "profile.card.security": "सुरक्षा", + "process.overview.table.status": "स्थिति", - "profile.form.submit": "सहेजें", + "process.overview.table.user": "उपयोगकर्ता", - "profile.groups.head": "आप जिस प्राधिकरण समूह से संबंधित हैं", + "process.overview.title": "प्रक्रिया अवलोकन", - "profile.head": "प्रोफ़ाइल को नवीनतम बनाएं", + "profile.breadcrumbs": "प्रोफ़ाइल को नवीनतम बनाएं", - "profile.metadata.form.error.firstname.required": "पहला नाम आवश्यक है", + "profile.card.identify": "पहचान", - "profile.metadata.form.error.lastname.required": "उपनाम आवश्यक है", + "profile.card.researcher": "अनुसंधानकर्ता प्रोफाइल", - "profile.metadata.form.label.email": "ईमेल पता", + "profile.card.security": "सुरक्षा", - "profile.metadata.form.label.firstname": "पहला नाम", + "profile.form.submit": "सहेजें", - "profile.metadata.form.label.language": "भाषा", + "profile.groups.head": "आप जिस प्राधिकरण समूह से संबंधित हैं", - "profile.metadata.form.label.lastname": "उपनाम", + "profile.head": "प्रोफ़ाइल को नवीनतम बनाएं", - "profile.metadata.form.label.phone": "संपर्क टेलीफोन", + "profile.metadata.form.error.firstname.required": "पहला नाम आवश्यक है", - "profile.metadata.form.notifications.success.content": "प्रोफ़ाइल में आपके परिवर्तन सहेजे गए थे।", + "profile.metadata.form.error.lastname.required": "उपनाम आवश्यक है", - "profile.metadata.form.notifications.success.title": "प्रोफाइल सहेजा गया", + "profile.metadata.form.label.email": "ईमेल पता", - "profile.notifications.warning.no-changes.content": "प्रोफाइल में कोई बदलाव नहीं किया गया।", + "profile.metadata.form.label.firstname": "पहला नाम", - "profile.notifications.warning.no-changes.title": "कोई बदलाव नहीं", + "profile.metadata.form.label.language": "भाषा", - "profile.security.form.error.matching-passwords": "पासवर्ड एक - दूसरे से मिलते - जुलते नहीं हैं।", + "profile.metadata.form.label.lastname": "उपनाम", - "profile.security.form.error.password-length": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", + "profile.metadata.form.label.phone": "संपर्क टेलीफोन", - "profile.security.form.info": "वैकल्पिक रूप से, आप नीचे दिए गए बॉक्स में नया पासवर्ड दर्ज कर सकते हैं, और इसे दूसरे बॉक्स में फिर से टाइप करके इसकी पुष्टि करें। यह कम से कम छह वर्ण लंबा होना चाहिए।", + "profile.metadata.form.notifications.success.content": "प्रोफ़ाइल में आपके परिवर्तन सहेजे गए थे।", - "profile.security.form.label.password": "पासवर्ड", + "profile.metadata.form.notifications.success.title": "प्रोफाइल सहेजा गया", - "profile.security.form.label.passwordrepeat": "पुष्टि करने के लिए फिर से लिखें", + "profile.notifications.warning.no-changes.content": "प्रोफाइल में कोई बदलाव नहीं किया गया।", - "profile.security.form.notifications.error.not-long-enough": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", + "profile.notifications.warning.no-changes.title": "कोई बदलाव नहीं", - "profile.security.form.notifications.error.not-same": "प्रदान किए गए पासवर्ड समान नहीं हैं।", + "profile.security.form.error.matching-passwords": "पासवर्ड एक - दूसरे से मिलते - जुलते नहीं हैं।", - "profile.security.form.notifications.error.title": "पासवर्ड बदलने में त्रुटि", + "profile.security.form.error.password-length": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", - "profile.security.form.notifications.success.content": "पासवर्ड में आपके परिवर्तन सहेजे गए थे।", + "profile.security.form.info": "वैकल्पिक रूप से, आप नीचे दिए गए बॉक्स में नया पासवर्ड दर्ज कर सकते हैं, और इसे दूसरे बॉक्स में फिर से टाइप करके इसकी पुष्टि करें। यह कम से कम छह वर्ण लंबा होना चाहिए।", - "profile.security.form.notifications.success.title": "पासवर्ड सहेजा गया", + "profile.security.form.label.password": "पासवर्ड", - "profile.special.groups.head": "विशेष समूह प्राधिकरण जिनसे आप संबंधित हैं", + "profile.security.form.label.passwordrepeat": "पुष्टि करने के लिए फिर से लिखें", - "profile.title": "प्रोफ़ाइल को नवीनतम बनाएं", + "profile.security.form.notifications.error.not-long-enough": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", - "project-relationships.search.results.head": "परियोजना खोज परिणाम", + "profile.security.form.notifications.error.not-same": "प्रदान किए गए पासवर्ड समान नहीं हैं।", - "project.listelement.badge": "अनुसंधान परियोजना", + "profile.security.form.notifications.error.title": "पासवर्ड बदलने में त्रुटि", - "project.page.contributor": "योगदानकर्ता", + "profile.security.form.notifications.success.content": "पासवर्ड में आपके परिवर्तन सहेजे गए थे।", - "project.page.description": "विवरण", + "profile.security.form.notifications.success.title": "पासवर्ड सहेजा गया", - "project.page.edit": "इस आइटम को संपादित करें", + "profile.special.groups.head": "विशेष समूह प्राधिकरण जिनसे आप संबंधित हैं", - "project.page.expectedcompletion": "पूरा होने की उम्मीद", + "profile.title": "प्रोफ़ाइल को नवीनतम बनाएं", - "project.page.funder": "निधिदाता", + "project-relationships.search.results.head": "परियोजना खोज परिणाम", - "project.page.id": "पहचान", + "project.listelement.badge": "अनुसंधान परियोजना", - "project.page.keyword": "खोजशब्द", + "project.page.contributor": "योगदानकर्ता", - "project.page.status": "स्थिति", + "project.page.description": "विवरण", - "project.page.titleprefix": "अनुसंधान परियोजना:", + "project.page.edit": "इस आइटम को संपादित करें", - "project.search.results.head": "परियोजना खोज परिणाम", + "project.page.expectedcompletion": "पूरा होने की उम्मीद", - "publication-relationships.search.results.head": "प्रकाशन खोज परिणाम", + "project.page.funder": "निधिदाता", - "publication.listelement.badge": "प्रकाशन", + "project.page.id": "पहचान", - "publication.page.description": "विवरण", + "project.page.keyword": "खोजशब्द", - "publication.page.edit": "इस आइटम को संपादित करें", + "project.page.status": "स्थिति", - "publication.page.journal-issn": "पत्रिका ISSN", + "project.page.titleprefix": "अनुसंधान परियोजना:", - "publication.page.journal-title": "पत्रिका शीर्षक", + "project.search.results.head": "परियोजना खोज परिणाम", - "publication.page.publisher": "प्रकाशक", + "publication-relationships.search.results.head": "प्रकाशन खोज परिणाम", - "publication.page.titleprefix": "प्रकाशन:", + "publication.listelement.badge": "प्रकाशन", - "publication.page.volume-title": "अंक शीर्षक", + "publication.page.description": "विवरण", - "publication.search.results.head": "प्रकाशन खोज परिणाम", + "publication.page.edit": "इस आइटम को संपादित करें", - "publication.search.title": "प्रकाशन खोज", + "publication.page.journal-issn": "पत्रिका ISSN", - "register-email.title": "नया उपयोगकर्ता पंजीकरण", + "publication.page.journal-title": "पत्रिका शीर्षक", - "register-page.create-profile.header": "प्रोफ़ाइल बनाएं", + "publication.page.publisher": "प्रकाशक", - "register-page.create-profile.identification.contact": "संपर्क टेलीफोन", + "publication.page.titleprefix": "प्रकाशन:", - "register-page.create-profile.identification.email": "ईमेल पता", + "publication.page.volume-title": "अंक शीर्षक", - "register-page.create-profile.identification.first-name": "पहला नाम *", + "publication.search.results.head": "प्रकाशन खोज परिणाम", - "register-page.create-profile.identification.first-name.error": "कृपया पहला नाम भरें", + "publication.search.title": "प्रकाशन खोज", - "register-page.create-profile.identification.header": "पहचान करें ", + "register-email.title": "नया उपयोगकर्ता पंजीकरण", - "register-page.create-profile.identification.language": "भाषा", + "register-page.create-profile.header": "प्रोफ़ाइल बनाएं", - "register-page.create-profile.identification.last-name": "उपनाम *", + "register-page.create-profile.identification.contact": "संपर्क टेलीफोन", - "register-page.create-profile.identification.last-name.error": "कृपया अंतिम नाम भरें", + "register-page.create-profile.identification.email": "ईमेल पता", - "register-page.create-profile.security.error.empty-password": "कृपया नीचे दिए गए बॉक्स में पासवर्ड दर्ज करें।", + "register-page.create-profile.identification.first-name": "पहला नाम *", - "register-page.create-profile.security.error.matching-passwords": "पासवर्ड एक - दूसरे से मिलते - जुलते नहीं हैं।", + "register-page.create-profile.identification.first-name.error": "कृपया पहला नाम भरें", - "register-page.create-profile.security.error.password-length": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", + "register-page.create-profile.identification.header": "पहचान करें ", - "register-page.create-profile.security.header": "सुरक्षा", + "register-page.create-profile.identification.language": "भाषा", - "register-page.create-profile.security.info": "कृपया नीचे दिए गए बॉक्स में पासवर्ड दर्ज करें, और दूसरे बॉक्स में फिर से टाइप करके इसकी पुष्टि करें। यह कम से कम छह वर्ण लंबा होना चाहिए।", + "register-page.create-profile.identification.last-name": "उपनाम *", - "register-page.create-profile.security.label.password": "पासवर्ड *", + "register-page.create-profile.identification.last-name.error": "कृपया अंतिम नाम भरें", - "register-page.create-profile.security.label.passwordrepeat": "पुष्टि करने के लिए फिर से लिखें *", + "register-page.create-profile.security.error.empty-password": "कृपया नीचे दिए गए बॉक्स में पासवर्ड दर्ज करें।", - "register-page.create-profile.submit": "पंजीकरण पूर्ण करें", + "register-page.create-profile.security.error.matching-passwords": "पासवर्ड एक - दूसरे से मिलते - जुलते नहीं हैं।", - "register-page.create-profile.submit.error.content": "नया उपयोगकर्ता पंजीकृत करते समय कुछ गलत हुआ।", + "register-page.create-profile.security.error.password-length": "पासवर्ड कम से कम 6 अक्षर लंबा होना चाहिए।", - "register-page.create-profile.submit.error.head": "पंजीकरण विफल रहा", + "register-page.create-profile.security.header": "सुरक्षा", - "register-page.create-profile.submit.success.content": "पंजीकरण सफल रहा। आपको बनाए गए उपयोगकर्ता के रूप में लॉग इन किया गया है।", + "register-page.create-profile.security.info": "कृपया नीचे दिए गए बॉक्स में पासवर्ड दर्ज करें, और दूसरे बॉक्स में फिर से टाइप करके इसकी पुष्टि करें। यह कम से कम छह वर्ण लंबा होना चाहिए।", - "register-page.create-profile.submit.success.head": "पंजीकरण पूर्ण", + "register-page.create-profile.security.label.password": "पासवर्ड *", - "register-page.registration.email": "ईमेल पता *", + "register-page.create-profile.security.label.passwordrepeat": "पुष्टि करने के लिए फिर से लिखें *", - "register-page.registration.email.error.pattern": "कृपया ईमेल पता भरें", + "register-page.create-profile.submit": "पंजीकरण पूर्ण करें", - "register-page.registration.email.error.required": "कृपया ईमेल पता भरें", + "register-page.create-profile.submit.error.content": "नया उपयोगकर्ता पंजीकृत करते समय कुछ गलत हुआ।", - "register-page.registration.email.hint": "यह पता सत्यापित किया जाएगा और आपके लॉगिन नाम के रूप में उपयोग किया जाएगा।", + "register-page.create-profile.submit.error.head": "पंजीकरण विफल रहा", - "register-page.registration.error.content": "निम्न ईमेल पता पंजीकृत करते समय एक त्रुटि हुई: {{ email }}", + "register-page.create-profile.submit.success.content": "पंजीकरण सफल रहा। आपको बनाए गए उपयोगकर्ता के रूप में लॉग इन किया गया है।", - "register-page.registration.error.head": "ईमेल पंजीकृत करने का प्रयास करते समय त्रुटि", + "register-page.create-profile.submit.success.head": "पंजीकरण पूर्ण", - "register-page.registration.header": "नया उपयोगकर्ता पंजीकरण", + "register-page.registration.email": "ईमेल पता *", - "register-page.registration.info": "डीस्पेस में नई प्रस्तुति तथा ईमेल द्वारा संग्रह अद्यतन की जानकारी हेतु सदस्यता के लिए नया खता पंजीकृत करें", + "register-page.registration.email.error.pattern": "कृपया ईमेल पता भरें", - "register-page.registration.submit": "पंजीकृत करें ", + "register-page.registration.email.error.required": "कृपया ईमेल पता भरें", - "register-page.registration.success.content": "{{ email }} को एक विशेष यूआरएल और अन्य निर्देशों के साथ एक ईमेल भेजा गया है।", + "register-page.registration.email.hint": "यह पता सत्यापित किया जाएगा और आपके लॉगिन नाम के रूप में उपयोग किया जाएगा।", - "register-page.registration.success.head": "सत्यापन ईमेल भेज दिया गया है", + "register-page.registration.error.content": "निम्न ईमेल पता पंजीकृत करते समय एक त्रुटि हुई: {{ email }}", - "relationships.add.error.relationship-type.content": "दो मदों के बीच {{type }} संबंध प्रकार के लिए कोई उपयुक्त मिलान नहीं पाया जा सका", + "register-page.registration.error.head": "ईमेल पंजीकृत करने का प्रयास करते समय त्रुटि", - "relationships.add.error.server.content": "सर्वर ने त्रुटि लौटाई", + "register-page.registration.header": "नया उपयोगकर्ता पंजीकरण", - "relationships.add.error.title": "संबंध जोड़ने में असमर्थ", + "register-page.registration.info": "डीस्पेस में नई प्रस्तुति तथा ईमेल द्वारा संग्रह अद्यतन की जानकारी हेतु सदस्यता के लिए नया खता पंजीकृत करें", - "relationships.isAuthorOf": "लेखक", + "register-page.registration.submit": "पंजीकृत करें ", - "relationships.isAuthorOf.OrgUnit": "लेखक (संगठनात्मक इकाइयां)", + "register-page.registration.success.content": "{{ email }} को एक विशेष यूआरएल और अन्य निर्देशों के साथ एक ईमेल भेजा गया है।", - "relationships.isAuthorOf.Person": "लेखक (व्यक्ति)", + "register-page.registration.success.head": "सत्यापन ईमेल भेज दिया गया है", - "relationships.isContributorOf": "योगदानकर्ता", + "relationships.add.error.relationship-type.content": "दो मदों के बीच {{type }} संबंध प्रकार के लिए कोई उपयुक्त मिलान नहीं पाया जा सका", - "relationships.isContributorOf.OrgUnit": "योगदानकर्ता (संगठनात्मक इकाई)", + "relationships.add.error.server.content": "सर्वर ने त्रुटि लौटाई", - "relationships.isContributorOf.Person": "योगदान देने वाला", + "relationships.add.error.title": "संबंध जोड़ने में असमर्थ", - "relationships.isFundingAgencyOf.OrgUnit": "निधिदाता", + "relationships.isAuthorOf": "लेखक", - "relationships.isIssueOf": "पत्रिका अंक", + "relationships.isAuthorOf.OrgUnit": "लेखक (संगठनात्मक इकाइयां)", - "relationships.isJournalIssueOf": "पत्रिका अंक", + "relationships.isAuthorOf.Person": "लेखक (व्यक्ति)", - "relationships.isJournalOf": "पत्रिकाएं", + "relationships.isContributorOf": "योगदानकर्ता", - "relationships.isOrgUnitOf": "संगठनात्मक इकाइयाँ", + "relationships.isContributorOf.OrgUnit": "योगदानकर्ता (संगठनात्मक इकाई)", - "relationships.isPersonOf": "लेखक", + "relationships.isContributorOf.Person": "योगदान देने वाला", - "relationships.isProjectOf": "अनुसंधान परियोजना", + "relationships.isFundingAgencyOf.OrgUnit": "निधिदाता", - "relationships.isPublicationOf": "प्रकाशन", + "relationships.isIssueOf": "पत्रिका अंक", - "relationships.isPublicationOfJournalIssue": "लेख", + "relationships.isJournalIssueOf": "पत्रिका अंक", - "relationships.isSingleJournalOf": "पत्रिका", + "relationships.isJournalOf": "पत्रिकाएं", - "relationships.isSingleVolumeOf": "पत्रिका खंड", + "relationships.isOrgUnitOf": "संगठनात्मक इकाइयाँ", - "relationships.isVolumeOf": "पत्रिका खंड", + "relationships.isPersonOf": "लेखक", - "repository.image.logo": "संग्राहलय चिन्ह", + "relationships.isProjectOf": "अनुसंधान परियोजना", - "repository.title.prefix": "डीस्पेस एंग्युलर::", + "relationships.isPublicationOf": "प्रकाशन", - "repository.title.prefixDSpace": "डीस्पेस एंग्यूलर ::", + "relationships.isPublicationOfJournalIssue": "लेख", - "researcher.profile.action.processing": "संसाधित किया जा रहा है...", + "relationships.isSingleJournalOf": "पत्रिका", - "researcher.profile.associated": "शोधकर्ता प्रोफ़ाइल संबद्ध", + "relationships.isSingleVolumeOf": "पत्रिका खंड", - "researcher.profile.change-visibility.fail": "प्रोफ़ाइल दृश्यता बदलते समय एक अनपेक्षित त्रुटि उत्पन्न होती है", + "relationships.isVolumeOf": "पत्रिका खंड", - "researcher.profile.create.fail": "शोधकर्ता प्रोफ़ाइल निर्माण के दौरान एक त्रुटि उत्पन्न होती है", + "repository.image.logo": "संग्राहलय चिन्ह", - "researcher.profile.create.new": "नया बनाएं", + "repository.title.prefix": "डीस्पेस एंग्युलर::", - "researcher.profile.create.success": "अनुसंधानकर्ता प्रोफ़ाइल सफलतापूर्वक बनाई गई", + "repository.title.prefixDSpace": "डीस्पेस एंग्यूलर ::", - "researcher.profile.delete": "हटाएं", + "researcher.profile.action.processing": "संसाधित किया जा रहा है...", - "researcher.profile.expose": "खुलासा", + "researcher.profile.associated": "शोधकर्ता प्रोफ़ाइल संबद्ध", - "researcher.profile.hide": "छिपाना", + "researcher.profile.change-visibility.fail": "प्रोफ़ाइल दृश्यता बदलते समय एक अनपेक्षित त्रुटि उत्पन्न होती है", - "researcher.profile.not.associated": "अनुसंधानकर्ता प्रोफ़ाइल अभी तक सम्बंधित नहीं है ", + "researcher.profile.create.fail": "शोधकर्ता प्रोफ़ाइल निर्माण के दौरान एक त्रुटि उत्पन्न होती है", - "researcher.profile.private.visibility": "निजी", + "researcher.profile.create.new": "नया बनाएं", - "researcher.profile.public.visibility": "सार्वजनिक", + "researcher.profile.create.success": "अनुसंधानकर्ता प्रोफ़ाइल सफलतापूर्वक बनाई गई", - "researcher.profile.status": "दर्जा:", + "researcher.profile.delete": "हटाएं", - "researcher.profile.view": "देखें", + "researcher.profile.expose": "खुलासा", - "researcherprofile.claim.not-authorized": "आप इस मद पर दावा करने के लिए अधिकृत नहीं हैं। अधिक जानकारी के लिए व्यवस्थापक से संपर्क करें।", + "researcher.profile.hide": "छिपाना", - "researcherprofile.error.claim.body": "प्रोफ़ाइल का दावा करते समय एक त्रुटि हुई, कृपया बाद में पुन: प्रयास करें", + "researcher.profile.not.associated": "अनुसंधानकर्ता प्रोफ़ाइल अभी तक सम्बंधित नहीं है ", - "researcherprofile.error.claim.title": "त्रुटि", + "researcher.profile.private.visibility": "निजी", - "researcherprofile.success.claim.body": "प्रोफ़ाइल पर सफलतापूर्वक दावा किया गया", + "researcher.profile.public.visibility": "सार्वजनिक", - "researcherprofile.success.claim.title": "सफलता", + "researcher.profile.status": "दर्जा:", - "resource-policies.add.button": "जोड़ें", + "researcher.profile.view": "देखें", - "resource-policies.add.for.": "नई नीति जोड़ें", + "researcherprofile.claim.not-authorized": "आप इस मद पर दावा करने के लिए अधिकृत नहीं हैं। अधिक जानकारी के लिए व्यवस्थापक से संपर्क करें।", - "resource-policies.add.for.bitstream": "एक नई बिटस्ट्रीम नीति जोड़ें", + "researcherprofile.error.claim.body": "प्रोफ़ाइल का दावा करते समय एक त्रुटि हुई, कृपया बाद में पुन: प्रयास करें", - "resource-policies.add.for.bundle": "नई बंडल नीति जोड़ें", + "researcherprofile.error.claim.title": "त्रुटि", - "resource-policies.add.for.collection": "एक नई संग्रह नीति जोड़ें", + "researcherprofile.success.claim.body": "प्रोफ़ाइल पर सफलतापूर्वक दावा किया गया", - "resource-policies.add.for.community": "नई सामुदायिक नीति जोड़ें", + "researcherprofile.success.claim.title": "सफलता", - "resource-policies.add.for.item": "नई आइटम नीति जोड़ें", + "resource-policies.add.button": "जोड़ें", - "resource-policies.create.page.failure.content": "संसाधन नीति बनाते समय कोई त्रुटि उत्पन्न हुई।", + "resource-policies.add.for.": "नई नीति जोड़ें", - "resource-policies.create.page.heading": "के लिए नई संसाधन नीति बनाएं", + "resource-policies.add.for.bitstream": "एक नई बिटस्ट्रीम नीति जोड़ें", - "resource-policies.create.page.success.content": "संचालन सफल रहा", + "resource-policies.add.for.bundle": "नई बंडल नीति जोड़ें", - "resource-policies.create.page.title": "नई संसाधन नीति बनाएं", + "resource-policies.add.for.collection": "एक नई संग्रह नीति जोड़ें", - "resource-policies.delete.btn": "चयनित को हटाएं", + "resource-policies.add.for.community": "नई सामुदायिक नीति जोड़ें", - "resource-policies.delete.btn.title": "चयनित संसाधन नीतियां हटाएं", + "resource-policies.add.for.item": "नई आइटम नीति जोड़ें", - "resource-policies.delete.failure.content": "चयनित संसाधन नीतियों को हटाते समय एक त्रुटि उत्पन्न हुई।", + "resource-policies.create.page.failure.content": "संसाधन नीति बनाते समय कोई त्रुटि उत्पन्न हुई।", - "resource-policies.delete.success.content": "संचालन सफल रहा", + "resource-policies.create.page.heading": "के लिए नई संसाधन नीति बनाएं", - "resource-policies.edit.page.failure.content": "संसाधन नीति संपादित करते समय कोई त्रुटि उत्पन्न हुई।", + "resource-policies.create.page.success.content": "संचालन सफल रहा", - "resource-policies.edit.page.heading": "संसाधन नीति संपादित करें", + "resource-policies.create.page.title": "नई संसाधन नीति बनाएं", - "resource-policies.edit.page.other-failure.content": "संसाधन नीति संपादित करते समय कोई त्रुटि उत्पन्न हुई। लक्ष्य (ई-व्यक्ति या समूह) का सफलतापूर्वक अद्यतन कर दिया गया है।", + "resource-policies.delete.btn": "चयनित को हटाएं", - "resource-policies.edit.page.success.content": "संचालन सफल रहा", + "resource-policies.delete.btn.title": "चयनित संसाधन नीतियां हटाएं", - "resource-policies.edit.page.target-failure.content": "संसाधन नीति के लक्ष्य (ई-व्यक्ति या समूह) को संपादित करते समय कोई त्रुटि उत्पन्न हुई।", + "resource-policies.delete.failure.content": "चयनित संसाधन नीतियों को हटाते समय एक त्रुटि उत्पन्न हुई।", - "resource-policies.edit.page.title": "संसाधन नीति संपादित करें", + "resource-policies.delete.success.content": "संचालन सफल रहा", - "resource-policies.form.action-type.label": "क्रिया प्रकार चुनें", + "resource-policies.edit.page.failure.content": "संसाधन नीति संपादित करते समय कोई त्रुटि उत्पन्न हुई।", - "resource-policies.form.action-type.required": "आपको संसाधन नीति कार्रवाई का चयन करना होगा।", + "resource-policies.edit.page.heading": "संसाधन नीति संपादित करें", - "resource-policies.form.date.end.label": "अंतिम तिथि", + "resource-policies.edit.page.other-failure.content": "संसाधन नीति संपादित करते समय कोई त्रुटि उत्पन्न हुई। लक्ष्य (ई-व्यक्ति या समूह) का सफलतापूर्वक अद्यतन कर दिया गया है।", - "resource-policies.form.date.start.label": "आरंभ करने की तिथि", + "resource-policies.edit.page.success.content": "संचालन सफल रहा", - "resource-policies.form.description.label": "विवरण", + "resource-policies.edit.page.target-failure.content": "संसाधन नीति के लक्ष्य (ई-व्यक्ति या समूह) को संपादित करते समय कोई त्रुटि उत्पन्न हुई।", - "resource-policies.form.eperson-group-list.label": "वह व्यक्ति या समूह जिसे अनुमति दी जाएगी", + "resource-policies.edit.page.title": "संसाधन नीति संपादित करें", - "resource-policies.form.eperson-group-list.modal.close": "ठीक है", + "resource-policies.form.action-type.label": "क्रिया प्रकार चुनें", - "resource-policies.form.eperson-group-list.modal.header": "प्रकार नहीं बदल सकता", + "resource-policies.form.action-type.required": "आपको संसाधन नीति कार्रवाई का चयन करना होगा।", - "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "समूह को ई-व्यक्ति से बदलना संभव नहीं है।", + "resource-policies.form.date.end.label": "अंतिम तिथि", - "resource-policies.form.eperson-group-list.modal.text1.toGroup": "ई-व्यक्ति को समूह से बदलना संभव नहीं है।", + "resource-policies.form.date.start.label": "आरंभ करने की तिथि", - "resource-policies.form.eperson-group-list.modal.text2": "वर्तमान संसाधन नीति हटाएं और वांछित प्रकार के साथ एक नई बनाएं।", + "resource-policies.form.description.label": "विवरण", - "resource-policies.form.eperson-group-list.select.btn": "चयन करें", + "resource-policies.form.eperson-group-list.label": "वह व्यक्ति या समूह जिसे अनुमति दी जाएगी", - "resource-policies.form.eperson-group-list.tab.eperson": "ई-व्यक्ति के लिए खोजें", + "resource-policies.form.eperson-group-list.modal.close": "ठीक है", - "resource-policies.form.eperson-group-list.tab.group": "एक समूह खोजें", + "resource-policies.form.eperson-group-list.modal.header": "प्रकार नहीं बदल सकता", - "resource-policies.form.eperson-group-list.table.headers.action": "गतिविधि", + "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "समूह को ई-व्यक्ति से बदलना संभव नहीं है।", - "resource-policies.form.eperson-group-list.table.headers.id": "पहचान", + "resource-policies.form.eperson-group-list.modal.text1.toGroup": "ई-व्यक्ति को समूह से बदलना संभव नहीं है।", - "resource-policies.form.eperson-group-list.table.headers.name": "नाम", + "resource-policies.form.eperson-group-list.modal.text2": "वर्तमान संसाधन नीति हटाएं और वांछित प्रकार के साथ एक नई बनाएं।", - "resource-policies.form.name.label": "नाम", + "resource-policies.form.eperson-group-list.select.btn": "चयन करें", - "resource-policies.form.policy-type.label": "नीति प्रकार चुनें", + "resource-policies.form.eperson-group-list.tab.eperson": "ई-व्यक्ति के लिए खोजें", - "resource-policies.form.policy-type.required": "आपको संसाधन नीति प्रकार का चयन करना होगा।", + "resource-policies.form.eperson-group-list.tab.group": "एक समूह खोजें", - "resource-policies.table.headers.action": "गतिविधि", + "resource-policies.form.eperson-group-list.table.headers.action": "गतिविधि", - "resource-policies.table.headers.date.end": "अंतिम तिथि", + "resource-policies.form.eperson-group-list.table.headers.id": "पहचान", - "resource-policies.table.headers.date.start": "आरंभ तिथि", + "resource-policies.form.eperson-group-list.table.headers.name": "नाम", - "resource-policies.table.headers.edit": "संपादित करें", + "resource-policies.form.name.label": "नाम", - "resource-policies.table.headers.edit.group": "समूह संपादित करें", + "resource-policies.form.policy-type.label": "नीति प्रकार चुनें", - "resource-policies.table.headers.edit.policy": "नीति संपादित करें", + "resource-policies.form.policy-type.required": "आपको संसाधन नीति प्रकार का चयन करना होगा।", - "resource-policies.table.headers.eperson": "ई-व्यक्ति", + "resource-policies.table.headers.action": "गतिविधि", - "resource-policies.table.headers.group": "समूह", + "resource-policies.table.headers.date.end": "अंतिम तिथि", - "resource-policies.table.headers.id": "पहचान", + "resource-policies.table.headers.date.start": "आरंभ तिथि", - "resource-policies.table.headers.name": "नाम", + "resource-policies.table.headers.edit": "संपादित करें", - "resource-policies.table.headers.policyType": "प्रकार", + "resource-policies.table.headers.edit.group": "समूह संपादित करें", - "resource-policies.table.headers.title.for.bitstream": "बिटस्ट्रीम के लिए नीतियां", + "resource-policies.table.headers.edit.policy": "नीति संपादित करें", - "resource-policies.table.headers.title.for.bundle": "बंडल के लिए नीतियां", + "resource-policies.table.headers.eperson": "ई-व्यक्ति", - "resource-policies.table.headers.title.for.collection": "संग्रह के लिए नीतियां", + "resource-policies.table.headers.group": "समूह", - "resource-policies.table.headers.title.for.community": "समुदाय के लिए नीतियां", + "resource-policies.table.headers.id": "पहचान", - "resource-policies.table.headers.title.for.item": "आइटम के लिए नीतियां", + "resource-policies.table.headers.name": "नाम", - "search.breadcrumbs": "खोजें", + "resource-policies.table.headers.policyType": "प्रकार", - "search.description": null, + "resource-policies.table.headers.title.for.bitstream": "बिटस्ट्रीम के लिए नीतियां", - "search.filters.applied.f.author": "लेखक", + "resource-policies.table.headers.title.for.bundle": "बंडल के लिए नीतियां", - "search.filters.applied.f.birthDate.max": "अंतिम जन्म तिथि", + "resource-policies.table.headers.title.for.collection": "संग्रह के लिए नीतियां", - "search.filters.applied.f.birthDate.min": "जन्म तिथि प्रारंभ करें", + "resource-policies.table.headers.title.for.community": "समुदाय के लिए नीतियां", - "search.filters.applied.f.dateIssued.max": "अंतिम तिथि", + "resource-policies.table.headers.title.for.item": "आइटम के लिए नीतियां", - "search.filters.applied.f.dateIssued.min": "आरंभ करने की तिथि", + "search.breadcrumbs": "खोजें", - "search.filters.applied.f.dateSubmitted": "प्रस्तुत करने की तारीख", + "search.description": null, - "search.filters.applied.f.discoverable": "गैर-खोज योग्य", + "search.filters.applied.f.author": "लेखक", - "search.filters.applied.f.entityType": "आइटम का प्रकार", + "search.filters.applied.f.birthDate.max": "अंतिम जन्म तिथि", - "search.filters.applied.f.has_content_in_original_bundle": "फ़ाइलें हैं", + "search.filters.applied.f.birthDate.min": "जन्म तिथि प्रारंभ करें", - "search.filters.applied.f.itemtype": "प्रकार", + "search.filters.applied.f.dateIssued.max": "अंतिम तिथि", - "search.filters.applied.f.jobTitle": "नौकरी का शीर्षक", + "search.filters.applied.f.dateIssued.min": "आरंभ करने की तिथि", - "search.filters.applied.f.namedresourcetype": "स्थिति", + "search.filters.applied.f.dateSubmitted": "प्रस्तुत करने की तारीख", - "search.filters.applied.f.subject": "विषय", + "search.filters.applied.f.discoverable": "गैर-खोज योग्य", - "search.filters.applied.f.submitter": "प्रस्तुतकर्ता", + "search.filters.applied.f.entityType": "आइटम का प्रकार", - "search.filters.applied.f.withdrawn": "वापस लिया गया", + "search.filters.applied.f.has_content_in_original_bundle": "फ़ाइलें हैं", - "search.filters.discoverable.false": "हाँ", + "search.filters.applied.f.itemtype": "प्रकार", - "search.filters.discoverable.true": "नहीं", + "search.filters.applied.f.jobTitle": "नौकरी का शीर्षक", - "search.filters.entityType.JournalIssue": "पत्रिका अंक", + "search.filters.applied.f.namedresourcetype": "स्थिति", - "search.filters.entityType.JournalVolume": "पत्रिका खंड", + "search.filters.applied.f.subject": "विषय", - "search.filters.entityType.OrgUnit": "संगठित इकाई", + "search.filters.applied.f.submitter": "प्रस्तुतकर्ता", - "search.filters.filter.author.head": "लेखक", + "search.filters.applied.f.withdrawn": "वापस लिया गया", - "search.filters.filter.author.label": "लेखक का नाम खोजें", + "search.filters.discoverable.false": "हाँ", - "search.filters.filter.author.placeholder": "लेखक का नाम", + "search.filters.discoverable.true": "नहीं", - "search.filters.filter.birthDate.head": "जन्म तिथि", + "search.filters.entityType.JournalIssue": "पत्रिका अंक", - "search.filters.filter.birthDate.label": "जन्म तिथि खोजें", + "search.filters.entityType.JournalVolume": "पत्रिका खंड", - "search.filters.filter.birthDate.placeholder": "जन्म तिथि", + "search.filters.entityType.OrgUnit": "संगठित इकाई", - "search.filters.filter.collapse": "फ़िल्टर संक्षिप्त करें", + "search.filters.filter.author.head": "लेखक", - "search.filters.filter.creativeDatePublished.head": "प्रकाशित तिथि", + "search.filters.filter.author.label": "लेखक का नाम खोजें", - "search.filters.filter.creativeDatePublished.label": "प्रकाशित तिथि पर खोजें", + "search.filters.filter.author.placeholder": "लेखक का नाम", - "search.filters.filter.creativeDatePublished.placeholder": "प्रकाशित तिथि", + "search.filters.filter.birthDate.head": "जन्म तिथि", - "search.filters.filter.creativeWorkEditor.head": "संपादक", + "search.filters.filter.birthDate.label": "जन्म तिथि खोजें", - "search.filters.filter.creativeWorkEditor.label": "संपादक खोजें", + "search.filters.filter.birthDate.placeholder": "जन्म तिथि", - "search.filters.filter.creativeWorkEditor.placeholder": "संपादक", + "search.filters.filter.collapse": "फ़िल्टर संक्षिप्त करें", - "search.filters.filter.creativeWorkKeywords.head": "विषय", + "search.filters.filter.creativeDatePublished.head": "प्रकाशित तिथि", - "search.filters.filter.creativeWorkKeywords.label": "विषय खोजें", + "search.filters.filter.creativeDatePublished.label": "प्रकाशित तिथि पर खोजें", - "search.filters.filter.creativeWorkKeywords.placeholder": "विषय", + "search.filters.filter.creativeDatePublished.placeholder": "प्रकाशित तिथि", - "search.filters.filter.creativeWorkPublisher.head": "प्रकाशक", + "search.filters.filter.creativeWorkEditor.head": "संपादक", - "search.filters.filter.creativeWorkPublisher.label": "प्रकाशक खोजें", + "search.filters.filter.creativeWorkEditor.label": "संपादक खोजें", - "search.filters.filter.creativeWorkPublisher.placeholder": "प्रकाशक", + "search.filters.filter.creativeWorkEditor.placeholder": "संपादक", - "search.filters.filter.dateIssued.head": "तिथि", + "search.filters.filter.creativeWorkKeywords.head": "विषय", - "search.filters.filter.dateIssued.max.label": "अंत", + "search.filters.filter.creativeWorkKeywords.label": "विषय खोजें", - "search.filters.filter.dateIssued.max.placeholder": "अधिकतम तिथि", + "search.filters.filter.creativeWorkKeywords.placeholder": "विषय", - "search.filters.filter.dateIssued.min.label": "शुरू करें", + "search.filters.filter.creativeWorkPublisher.head": "प्रकाशक", - "search.filters.filter.dateIssued.min.placeholder": "न्यूनतम तिथि", + "search.filters.filter.creativeWorkPublisher.label": "प्रकाशक खोजें", - "search.filters.filter.dateSubmitted.head": "प्रस्तुत करने की तारीख", + "search.filters.filter.creativeWorkPublisher.placeholder": "प्रकाशक", - "search.filters.filter.dateSubmitted.label": "खोज की तारीख जमा की गई", + "search.filters.filter.dateIssued.head": "तिथि", - "search.filters.filter.dateSubmitted.placeholder": "प्रस्तुत करने की तारीख", + "search.filters.filter.dateIssued.max.label": "अंत", - "search.filters.filter.discoverable.head": "गैर-खोज योग्य", + "search.filters.filter.dateIssued.max.placeholder": "अधिकतम तिथि", - "search.filters.filter.entityType.head": "आइटम का प्रकार", + "search.filters.filter.dateIssued.min.label": "शुरू करें", - "search.filters.filter.entityType.label": "आइटम प्रकार खोजें", + "search.filters.filter.dateIssued.min.placeholder": "न्यूनतम तिथि", - "search.filters.filter.entityType.placeholder": "आइटम का प्रकार", + "search.filters.filter.dateSubmitted.head": "प्रस्तुत करने की तारीख", - "search.filters.filter.expand": "फ़िल्टर का विस्तार करें", + "search.filters.filter.dateSubmitted.label": "खोज की तारीख जमा की गई", - "search.filters.filter.has_content_in_original_bundle.head": "फ़ाइलें हैं", + "search.filters.filter.dateSubmitted.placeholder": "प्रस्तुत करने की तारीख", - "search.filters.filter.itemtype.head": "प्रकार", + "search.filters.filter.discoverable.head": "गैर-खोज योग्य", - "search.filters.filter.itemtype.label": "खोज प्रकार", + "search.filters.filter.entityType.head": "आइटम का प्रकार", - "search.filters.filter.itemtype.placeholder": "प्रकार", + "search.filters.filter.entityType.label": "आइटम प्रकार खोजें", - "search.filters.filter.jobTitle.head": "नौकरी का शीर्षक", + "search.filters.filter.entityType.placeholder": "आइटम का प्रकार", - "search.filters.filter.jobTitle.label": "नौकरी का शीर्षक खोजें", + "search.filters.filter.expand": "फ़िल्टर का विस्तार करें", - "search.filters.filter.jobTitle.placeholder": "नौकरी का शीर्षक", + "search.filters.filter.has_content_in_original_bundle.head": "फ़ाइलें हैं", - "search.filters.filter.knowsLanguage.head": "ज्ञात भाषा", + "search.filters.filter.itemtype.head": "प्रकार", - "search.filters.filter.knowsLanguage.label": "ज्ञात भाषा खोजें", + "search.filters.filter.itemtype.label": "खोज प्रकार", - "search.filters.filter.knowsLanguage.placeholder": "ज्ञात भाषा", + "search.filters.filter.itemtype.placeholder": "प्रकार", - "search.filters.filter.namedresourcetype.head": "स्थिति", + "search.filters.filter.jobTitle.head": "नौकरी का शीर्षक", - "search.filters.filter.namedresourcetype.label": "खोज स्थिति", + "search.filters.filter.jobTitle.label": "नौकरी का शीर्षक खोजें", - "search.filters.filter.namedresourcetype.placeholder": "स्थिति", + "search.filters.filter.jobTitle.placeholder": "नौकरी का शीर्षक", - "search.filters.filter.objectpeople.head": "लोग", + "search.filters.filter.knowsLanguage.head": "ज्ञात भाषा", - "search.filters.filter.objectpeople.label": "लोगों को खोजें", + "search.filters.filter.knowsLanguage.label": "ज्ञात भाषा खोजें", - "search.filters.filter.objectpeople.placeholder": "लोग", + "search.filters.filter.knowsLanguage.placeholder": "ज्ञात भाषा", - "search.filters.filter.organizationAddressCountry.head": "देश", + "search.filters.filter.namedresourcetype.head": "स्थिति", - "search.filters.filter.organizationAddressCountry.label": "देश खोजें", + "search.filters.filter.namedresourcetype.label": "खोज स्थिति", - "search.filters.filter.organizationAddressCountry.placeholder": "देश", + "search.filters.filter.namedresourcetype.placeholder": "स्थिति", - "search.filters.filter.organizationAddressLocality.head": "शहर", + "search.filters.filter.objectpeople.head": "लोग", - "search.filters.filter.organizationAddressLocality.label": "शहर खोजें", + "search.filters.filter.objectpeople.label": "लोगों को खोजें", - "search.filters.filter.organizationAddressLocality.placeholder": "शहर", + "search.filters.filter.objectpeople.placeholder": "लोग", - "search.filters.filter.organizationFoundingDate.head": "स्थापना तिथि", + "search.filters.filter.organizationAddressCountry.head": "देश", - "search.filters.filter.organizationFoundingDate.label": "खोज तिथि मिली", + "search.filters.filter.organizationAddressCountry.label": "देश खोजें", - "search.filters.filter.organizationFoundingDate.placeholder": "स्थापना तिथि", + "search.filters.filter.organizationAddressCountry.placeholder": "देश", - "search.filters.filter.scope.head": "क्षेत्र", + "search.filters.filter.organizationAddressLocality.head": "शहर", - "search.filters.filter.scope.label": "खोज क्षेत्र फ़िल्टर", + "search.filters.filter.organizationAddressLocality.label": "शहर खोजें", - "search.filters.filter.scope.placeholder": "स्कोप फिल्टर", + "search.filters.filter.organizationAddressLocality.placeholder": "शहर", - "search.filters.filter.show-less": "संक्षिप्त करें", + "search.filters.filter.organizationFoundingDate.head": "स्थापना तिथि", - "search.filters.filter.show-more": "और दिखाएं", + "search.filters.filter.organizationFoundingDate.label": "खोज तिथि मिली", - "search.filters.filter.subject.head": "विषय", + "search.filters.filter.organizationFoundingDate.placeholder": "स्थापना तिथि", - "search.filters.filter.subject.label": "विषय खोजें", + "search.filters.filter.scope.head": "क्षेत्र", - "search.filters.filter.subject.placeholder": "विषय", + "search.filters.filter.scope.label": "खोज क्षेत्र फ़िल्टर", - "search.filters.filter.submitter.head": "प्रस्तुतकर्ता", + "search.filters.filter.scope.placeholder": "स्कोप फिल्टर", - "search.filters.filter.submitter.label": "प्रस्तुतकर्ता को खोजें", + "search.filters.filter.show-less": "संक्षिप्त करें", - "search.filters.filter.submitter.placeholder": "प्रस्तुतकर्ता", + "search.filters.filter.show-more": "और दिखाएं", - "search.filters.filter.withdrawn.head": "वापस लिया गया", + "search.filters.filter.subject.head": "विषय", - "search.filters.has_content_in_original_bundle.false": "नहीं", + "search.filters.filter.subject.label": "विषय खोजें", - "search.filters.has_content_in_original_bundle.true": "हाँ", + "search.filters.filter.subject.placeholder": "विषय", - "search.filters.head": "फिल्टर", + "search.filters.filter.submitter.head": "प्रस्तुतकर्ता", - "search.filters.reset": "फ़िल्टर रीसेट करें", + "search.filters.filter.submitter.label": "प्रस्तुतकर्ता को खोजें", - "search.filters.search.submit": "प्रस्तुत करें", + "search.filters.filter.submitter.placeholder": "प्रस्तुतकर्ता", - "search.filters.withdrawn.false": "नहीं", + "search.filters.filter.withdrawn.head": "वापस लिया गया", - "search.filters.withdrawn.true": "हाँ", + "search.filters.has_content_in_original_bundle.false": "नहीं", - "search.form.scope.all": "सम्पूर्ण डीस्पेस", + "search.filters.has_content_in_original_bundle.true": "हाँ", - "search.form.search": "खोजें", + "search.filters.head": "फिल्टर", - "search.form.search_dspace": "सम्पूर्ण संग्रहालय", + "search.filters.reset": "फ़िल्टर रीसेट करें", - "search.results.empty": "आपकी खोज ने कोई परिणाम नहीं दिया।", + "search.filters.search.submit": "प्रस्तुत करें", - "search.results.head": "खोज के परिणाम", + "search.filters.withdrawn.false": "नहीं", - "search.results.no-results": "आपकी खोज का कोई परिणाम नहीं निकला। आप जो खोज रहे हैं उसे ढूंढने में परेशानी हो रही है? डालने का प्रयास करें", + "search.filters.withdrawn.true": "हाँ", - "search.results.no-results-link": "इसके चारों ओर उद्धरण", + "search.form.scope.all": "सम्पूर्ण डीस्पेस", - "search.results.view-result": "देखें", + "search.form.search": "खोजें", - "search.search-form.placeholder": "संग्रहालय में खोजें ...", + "search.form.search_dspace": "सम्पूर्ण संग्रहालय", - "search.sidebar.close": "परिणामों पर वापस जाएं", + "search.results.empty": "आपकी खोज ने कोई परिणाम नहीं दिया।", - "search.sidebar.filters.title": "फिल्टर", + "search.results.head": "खोज के परिणाम", - "search.sidebar.open": "खोज उपकरण", + "search.results.no-results": "आपकी खोज का कोई परिणाम नहीं निकला। आप जो खोज रहे हैं उसे ढूंढने में परेशानी हो रही है? डालने का प्रयास करें", - "search.sidebar.results": "परिणाम", + "search.results.no-results-link": "इसके चारों ओर उद्धरण", - "search.sidebar.settings.rpp": "प्रति पृष्ठ परिणाम", + "search.results.view-result": "देखें", - "search.sidebar.settings.sort-by": "द्वारा क्रमबद्ध करें", + "search.search-form.placeholder": "संग्रहालय में खोजें ...", - "search.sidebar.settings.title": "समायोजन", + "search.sidebar.close": "परिणामों पर वापस जाएं", - "search.switch-configuration.title": "दिखाएँ", + "search.sidebar.filters.title": "फिल्टर", - "search.title": "खोजें", + "search.sidebar.open": "खोज उपकरण", - "search.view-switch.show-detail": "विवरण दिखाएँ", + "search.sidebar.results": "परिणाम", - "search.view-switch.show-grid": "ग्रिड के रूप में दिखाएं", + "search.sidebar.settings.rpp": "प्रति पृष्ठ परिणाम", - "search.view-switch.show-list": "सूची के रूप में दिखाएं", + "search.sidebar.settings.sort-by": "द्वारा क्रमबद्ध करें", - "sorting.ASC": "आरोही", + "search.sidebar.settings.title": "समायोजन", - "sorting.dc.date.accessioned.ASC": "परिग्रहण तिथि आरोही", + "search.switch-configuration.title": "दिखाएँ", - "sorting.dc.date.accessioned.DESC": "परिग्रहण तिथि अवरोही", + "search.title": "खोजें", - "sorting.dc.date.issued.ASC": "जारी तिथि आरोही", + "search.view-switch.show-detail": "विवरण दिखाएँ", - "sorting.dc.date.issued.DESC": "जारी दिनांक अवरोही", + "search.view-switch.show-grid": "ग्रिड के रूप में दिखाएं", - "sorting.dc.title.ASC": "शीर्षक आरोही", + "search.view-switch.show-list": "सूची के रूप में दिखाएं", - "sorting.dc.title.DESC": "शीर्षक अवरोही", + "sorting.ASC": "आरोही", - "sorting.DESC": "अवरोही", + "sorting.dc.date.accessioned.ASC": "परिग्रहण तिथि आरोही", - "sorting.lastModified.ASC": "अंतिम संशोधित आरोही", + "sorting.dc.date.accessioned.DESC": "परिग्रहण तिथि अवरोही", - "sorting.lastModified.DESC": "अंतिम संशोधित अवरोही", + "sorting.dc.date.issued.ASC": "जारी तिथि आरोही", - "sorting.score.ASC": "न्यूनतम प्रासंगिक", + "sorting.dc.date.issued.DESC": "जारी दिनांक अवरोही", - "sorting.score.DESC": "सबसे अधिक प्रासंगिक", + "sorting.dc.title.ASC": "शीर्षक आरोही", - "statistics.breadcrumbs": "सांख्यिकी", + "sorting.dc.title.DESC": "शीर्षक अवरोही", - "statistics.header": "{{ scope }} के आंकड़े", + "sorting.DESC": "अवरोही", - "statistics.page.no-data": "कोई डेटा उपलब्ध नहीं", + "sorting.lastModified.ASC": "अंतिम संशोधित आरोही", - "statistics.table.header.views": "दौरे", + "sorting.lastModified.DESC": "अंतिम संशोधित अवरोही", - "statistics.table.no-data": "कोई डेटा उपलब्ध नहीं", + "sorting.score.ASC": "न्यूनतम प्रासंगिक", - "statistics.table.title.TopCities": "शीर्ष शहर के दृश्य", + "sorting.score.DESC": "सबसे अधिक प्रासंगिक", - "statistics.table.title.TopCountries": "शीर्ष दर्शक देश", + "statistics.breadcrumbs": "सांख्यिकी", - "statistics.table.title.TotalDownloads": "फ़ाइल का दौरा", + "statistics.header": "{{ scope }} के आंकड़े", - "statistics.table.title.TotalVisits": "कुल दौरा", + "statistics.page.no-data": "कोई डेटा उपलब्ध नहीं", - "statistics.table.title.TotalVisitsPerMonth": "प्रति माह कुल विज़िट", + "statistics.table.header.views": "दौरे", - "statistics.title": "सांख्यिकी", + "statistics.table.no-data": "कोई डेटा उपलब्ध नहीं", - "submission.edit.breadcrumbs": "प्रस्तुति सम्पादित करें", + "statistics.table.title.TopCities": "शीर्ष शहर के दृश्य", - "submission.edit.title": "प्रस्तुति संपादित करें", + "statistics.table.title.TopCountries": "शीर्ष दर्शक देश", - "submission.general.cancel": "रद्द करें", + "statistics.table.title.TotalDownloads": "फ़ाइल का दौरा", - "submission.general.cannot_submit": "आपको नई प्रस्तुति करने का विशेषाधिकार नहीं है।", + "statistics.table.title.TotalVisits": "कुल दौरा", - "submission.general.deposit": "जमा", + "statistics.table.title.TotalVisitsPerMonth": "प्रति माह कुल विज़िट", - "submission.general.discard.confirm.cancel": "रद्द करें", + "statistics.title": "सांख्यिकी", - "submission.general.discard.confirm.info": "यह कार्रवाई पूर्ववत नहीं की जा सकती। क्या आपको यकीन है?", + "submission.edit.breadcrumbs": "प्रस्तुति सम्पादित करें", - "submission.general.discard.confirm.submit": "हां मुझे यकीन है", + "submission.edit.title": "प्रस्तुति संपादित करें", - "submission.general.discard.confirm.title": "प्रस्तुति रद्द करें", + "submission.general.cancel": "रद्द करें", - "submission.general.discard.submit": "रद्द करें", + "submission.general.cannot_submit": "आपको नई प्रस्तुति करने का विशेषाधिकार नहीं है।", - "submission.general.info.pending-changes": "बदलाव जो सहेजे नहीं गए", + "submission.general.deposit": "जमा", - "submission.general.info.saved": "सहेजा गया", + "submission.general.discard.confirm.cancel": "रद्द करें", - "submission.general.save": "सहेजें", + "submission.general.discard.confirm.info": "यह कार्रवाई पूर्ववत नहीं की जा सकती। क्या आपको यकीन है?", - "submission.general.save-later": "बाद के लिए सहेजें", + "submission.general.discard.confirm.submit": "हां मुझे यकीन है", - "submission.import-external.back-to-my-dspace": "मेरे डीस्पेस पर वापस जाएं ", + "submission.general.discard.confirm.title": "प्रस्तुति रद्द करें", - "submission.import-external.page.hint": "डीस्पेस में आयात करने के लिए वेब से आइटम खोजने के लिए ऊपर एक क्वेरी दर्ज करें।", + "submission.general.discard.submit": "रद्द करें", - "submission.import-external.page.title": "बाहरी स्रोत से मेटाडेटा आयात करें", + "submission.general.info.pending-changes": "बदलाव जो सहेजे नहीं गए", - "submission.import-external.preview.button.import": "प्रस्तुत करना प्रारंभ करें", + "submission.general.info.saved": "सहेजा गया", - "submission.import-external.preview.error.import.body": "बाहरी स्रोत प्रविष्टि आयात प्रक्रिया के दौरान कोई त्रुटि उत्पन्न होती है।", + "submission.general.save": "सहेजें", - "submission.import-external.preview.error.import.title": "प्रस्तुत करने में त्रुटि", + "submission.general.save-later": "बाद के लिए सहेजें", - "submission.import-external.preview.subtitle": "नीचे दिया गया मेटाडेटा बाहरी स्रोत से आयात किया गया था। जब आप प्रस्तुति शुरू करेंगे तो यह पहले से भर जाएगा।", + "submission.import-external.back-to-my-dspace": "मेरे डीस्पेस पर वापस जाएं ", - "submission.import-external.preview.title": "आइटम पूर्वावलोकन", + "submission.import-external.page.hint": "डीस्पेस में आयात करने के लिए वेब से आइटम खोजने के लिए ऊपर एक क्वेरी दर्ज करें।", - "submission.import-external.preview.title.Journal": "पत्रिका पूर्वावलोकन", + "submission.import-external.page.title": "बाहरी स्रोत से मेटाडेटा आयात करें", - "submission.import-external.preview.title.none": "आइटम पूर्वावलोकन", + "submission.import-external.preview.button.import": "प्रस्तुत करना प्रारंभ करें", - "submission.import-external.preview.title.OrgUnit": "संगठनात्मक इकाई पूर्वावलोकन", + "submission.import-external.preview.error.import.body": "बाहरी स्रोत प्रविष्टि आयात प्रक्रिया के दौरान कोई त्रुटि उत्पन्न होती है।", - "submission.import-external.preview.title.Person": "व्यक्ति पूर्वावलोकन", + "submission.import-external.preview.error.import.title": "प्रस्तुत करने में त्रुटि", - "submission.import-external.preview.title.Project": "परियोजना पूर्वावलोकन", + "submission.import-external.preview.subtitle": "नीचे दिया गया मेटाडेटा बाहरी स्रोत से आयात किया गया था। जब आप प्रस्तुति शुरू करेंगे तो यह पहले से भर जाएगा।", - "submission.import-external.preview.title.Publication": "प्रकाशन पूर्वावलोकन", + "submission.import-external.preview.title": "आइटम पूर्वावलोकन", - "submission.import-external.search.button": "खोजें", + "submission.import-external.preview.title.Journal": "पत्रिका पूर्वावलोकन", - "submission.import-external.search.button.hint": "खोजने के लिए कुछ शब्द लिखें", + "submission.import-external.preview.title.none": "आइटम पूर्वावलोकन", - "submission.import-external.search.placeholder": "बाहरी स्रोत खोजें", + "submission.import-external.preview.title.OrgUnit": "संगठनात्मक इकाई पूर्वावलोकन", - "submission.import-external.search.source.hint": "बाहरी स्रोत चुनें", + "submission.import-external.preview.title.Person": "व्यक्ति पूर्वावलोकन", - "submission.import-external.source.ads": "NASA/ADS", + "submission.import-external.preview.title.Project": "परियोजना पूर्वावलोकन", - "submission.import-external.source.arxiv": "arXiv", + "submission.import-external.preview.title.Publication": "प्रकाशन पूर्वावलोकन", - "submission.import-external.source.cinii": "CiNii", + "submission.import-external.search.button": "खोजें", - "submission.import-external.source.crossref": "CrossRef", + "submission.import-external.search.button.hint": "खोजने के लिए कुछ शब्द लिखें", - "submission.import-external.source.epo": "यूरोपीय पेटेंट कार्यालय", + "submission.import-external.search.placeholder": "बाहरी स्रोत खोजें", - "submission.import-external.source.lcname": "लाइब्रेरी ऑफ़ कांग्रेस के नाम", + "submission.import-external.search.source.hint": "बाहरी स्रोत चुनें", - "submission.import-external.source.loading": "लोड हो रहा है...", + "submission.import-external.source.ads": "NASA/ADS", - "submission.import-external.source.openAIREFunding": "OpenAIRE API का वित्तपोषण", + "submission.import-external.source.arxiv": "arXiv", - "submission.import-external.source.orcid": "ORCID", + "submission.import-external.source.cinii": "CiNii", - "submission.import-external.source.orcidWorks": "ORCID", + "submission.import-external.source.crossref": "CrossRef", - "submission.import-external.source.pubmed": "पबमेड (Pubmed)", + "submission.import-external.source.epo": "यूरोपीय पेटेंट कार्यालय", - "submission.import-external.source.pubmedeu": "पबमेड (Pubmed) यूरोप", + "submission.import-external.source.lcname": "लाइब्रेरी ऑफ़ कांग्रेस के नाम", - "submission.import-external.source.scielo": "SciELO", + "submission.import-external.source.loading": "लोड हो रहा है...", - "submission.import-external.source.scopus": "स्कोपस", + "submission.import-external.source.openAIREFunding": "OpenAIRE API का वित्तपोषण", - "submission.import-external.source.sherpaJournal": "शेरपा पत्रिकाएं", + "submission.import-external.source.orcid": "ORCID", - "submission.import-external.source.sherpaJournalIssn": "ISSN द्वारा शेरपा पत्रिकाएं ", + "submission.import-external.source.orcidWorks": "ORCID", - "submission.import-external.source.sherpaPublisher": "शेरपा प्रकाशक", + "submission.import-external.source.pubmed": "पबमेड (Pubmed)", - "submission.import-external.source.vufind": "VuFind", + "submission.import-external.source.pubmedeu": "पबमेड (Pubmed) यूरोप", - "submission.import-external.source.wos": "वेब ऑफ़ साइंस", + "submission.import-external.source.scielo": "SciELO", - "submission.import-external.title": "बाहरी स्रोत से मेटाडेटा आयात करें", + "submission.import-external.source.scopus": "स्कोपस", - "submission.import-external.title.Journal": "किसी बाहरी स्रोत से पत्रिका आयात करें", + "submission.import-external.source.sherpaJournal": "शेरपा पत्रिकाएं", - "submission.import-external.title.JournalIssue": "किसी बाहरी स्रोत से पत्रिका अंक आयात करें ", + "submission.import-external.source.sherpaJournalIssn": "ISSN द्वारा शेरपा पत्रिकाएं ", - "submission.import-external.title.JournalVolume": "किसी बाहरी स्रोत से पत्रिका अंक आयात करें", + "submission.import-external.source.sherpaPublisher": "शेरपा प्रकाशक", - "submission.import-external.title.none": "बाहरी स्रोत से मेटाडेटा आयात करें", + "submission.import-external.source.vufind": "VuFind", - "submission.import-external.title.OrgUnit": "किसी बाहरी स्रोत से प्रकाशक आयात करें", + "submission.import-external.source.wos": "वेब ऑफ़ साइंस", - "submission.import-external.title.Person": "किसी व्यक्ति को बाहरी स्रोत से आयात करें", + "submission.import-external.title": "बाहरी स्रोत से मेटाडेटा आयात करें", - "submission.import-external.title.Project": "किसी बाहरी स्रोत से प्रोजेक्ट आयात करें", + "submission.import-external.title.Journal": "किसी बाहरी स्रोत से पत्रिका आयात करें", - "submission.import-external.title.Publication": "किसी बाहरी स्रोत से प्रकाशन आयात करें", + "submission.import-external.title.JournalIssue": "किसी बाहरी स्रोत से पत्रिका अंक आयात करें ", - "submission.sections.accesses.form.access-condition-hint": "आइटम जमा करने के बाद उस पर लागू करने के लिए प्रयोग शर्त का चयन करें", + "submission.import-external.title.JournalVolume": "किसी बाहरी स्रोत से पत्रिका अंक आयात करें", - "submission.sections.accesses.form.access-condition-label": "पहुँच स्थिति प्रकार", + "submission.import-external.title.none": "बाहरी स्रोत से मेटाडेटा आयात करें", - "submission.sections.accesses.form.date-required": "तिथि आवश्यक है।", + "submission.import-external.title.OrgUnit": "किसी बाहरी स्रोत से प्रकाशक आयात करें", - "submission.sections.accesses.form.date-required-from": "तिथि से अनुदान पहुंच आवश्यक है।", + "submission.import-external.title.Person": "किसी व्यक्ति को बाहरी स्रोत से आयात करें", - "submission.sections.accesses.form.date-required-until": "तिथि तक पहुंच प्रदान करना आवश्यक है।", + "submission.import-external.title.Project": "किसी बाहरी स्रोत से प्रोजेक्ट आयात करें", - "submission.sections.accesses.form.discoverable-description": "चयनित होने पर, यह आइटम खोज/ब्राउज़ में खोजने योग्य होगा। अचयनित होने पर, आइटम केवल सीधे लिंक के माध्यम से उपलब्ध होगा और कभी भी खोज/ब्राउज़ में दिखाई नहीं देगा। ", + "submission.import-external.title.Publication": "किसी बाहरी स्रोत से प्रकाशन आयात करें", - "submission.sections.accesses.form.discoverable-label": "खोज योग्य", + "submission.sections.accesses.form.access-condition-hint": "आइटम जमा करने के बाद उस पर लागू करने के लिए प्रयोग शर्त का चयन करें", - "submission.sections.accesses.form.from-hint": "उस तिथि का चयन करें जिससे संबंधित एक्सेस शर्त लागू की गई है", + "submission.sections.accesses.form.access-condition-label": "पहुँच स्थिति प्रकार", - "submission.sections.accesses.form.from-label": "अभिगमन आरम्भ तिथि", + "submission.sections.accesses.form.date-required": "तिथि आवश्यक है।", - "submission.sections.accesses.form.from-placeholder": "से", + "submission.sections.accesses.form.date-required-from": "तिथि से अनुदान पहुंच आवश्यक है।", - "submission.sections.accesses.form.group-label": "समूह", + "submission.sections.accesses.form.date-required-until": "तिथि तक पहुंच प्रदान करना आवश्यक है।", - "submission.sections.accesses.form.group-required": "समूह की आवश्यकता है।", + "submission.sections.accesses.form.discoverable-description": "चयनित होने पर, यह आइटम खोज/ब्राउज़ में खोजने योग्य होगा। अचयनित होने पर, आइटम केवल सीधे लिंक के माध्यम से उपलब्ध होगा और कभी भी खोज/ब्राउज़ में दिखाई नहीं देगा। ", - "submission.sections.accesses.form.until-hint": "उस तिथि का चयन करें जब तक संबंधित पहुंच की शर्त लागू नहीं होती है", + "submission.sections.accesses.form.discoverable-label": "खोज योग्य", - "submission.sections.accesses.form.until-label": "तक पहुंच प्रदान करें", + "submission.sections.accesses.form.from-hint": "उस तिथि का चयन करें जिससे संबंधित एक्सेस शर्त लागू की गई है", - "submission.sections.accesses.form.until-placeholder": "तक", + "submission.sections.accesses.form.from-label": "अभिगमन आरम्भ तिथि", - "submission.sections.ccLicense.change": "अपना लाइसेंस प्रकार बदलें…", + "submission.sections.accesses.form.from-placeholder": "से", - "submission.sections.ccLicense.confirmation": "मैं ऊपर लाइसेंस प्रदान करता हूं", + "submission.sections.accesses.form.group-label": "समूह", - "submission.sections.ccLicense.link": "आपने निम्न लाइसेंस का चयन किया है:", + "submission.sections.accesses.form.group-required": "समूह की आवश्यकता है।", - "submission.sections.ccLicense.none": "कोई लाइसेंस उपलब्ध नहीं", + "submission.sections.accesses.form.until-hint": "उस तिथि का चयन करें जब तक संबंधित पहुंच की शर्त लागू नहीं होती है", - "submission.sections.ccLicense.option.select": "कोई विकल्प चुनें…", + "submission.sections.accesses.form.until-label": "तक पहुंच प्रदान करें", - "submission.sections.ccLicense.select": "एक लाइसेंस प्रकार चुनें…", + "submission.sections.accesses.form.until-placeholder": "तक", - "submission.sections.ccLicense.type": "अनुज्ञाप‍त्र के प्रकार ", + "submission.sections.ccLicense.change": "अपना लाइसेंस प्रकार बदलें…", - "submission.sections.describe.relationship-lookup.close": "बंद करना", + "submission.sections.ccLicense.confirmation": "मैं ऊपर लाइसेंस प्रदान करता हूं", - "submission.sections.describe.relationship-lookup.external-source.added": "चयन में स्थानीय प्रविष्टि को सफलतापूर्वक जोड़ा गया", + "submission.sections.ccLicense.link": "आपने निम्न लाइसेंस का चयन किया है:", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "रिमोट उपकरण आयात करें", + "submission.sections.ccLicense.none": "कोई लाइसेंस उपलब्ध नहीं", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "दूरस्थ घटना आयात करें", + "submission.sections.ccLicense.option.select": "कोई विकल्प चुनें…", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "सुदूर निधि आयात करें", + "submission.sections.ccLicense.select": "एक लाइसेंस प्रकार चुनें…", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "दूरस्थ लेखक आयात करें", + "submission.sections.ccLicense.type": "अनुज्ञाप‍त्र के प्रकार ", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "परियोजना", + "submission.sections.describe.relationship-lookup.close": "बंद करना", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "दूरस्थ पत्रिका आयात करें", + "submission.sections.describe.relationship-lookup.external-source.added": "चयन में स्थानीय प्रविष्टि को सफलतापूर्वक जोड़ा गया", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "दूरस्थ पत्रिका प्रकाशन आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "रिमोट उपकरण आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "दूरस्थ जर्नल वॉल्यूम आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "दूरस्थ घटना आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "दूरस्थ आइटम आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "सुदूर निधि आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "दूरस्थ संगठनात्मक इकाई आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "दूरस्थ लेखक आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "रिमोट पेटेंट आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "परियोजना", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "दूरस्थ व्यक्ति आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "दूरस्थ पत्रिका आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "दूरस्थ उत्पाद आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "दूरस्थ पत्रिका प्रकाशन आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "दूरस्थ परियोजना आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "दूरस्थ जर्नल वॉल्यूम आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "दूरस्थ प्रकाशन आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "दूरस्थ आइटम आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "प्राधिकरण", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "दूरस्थ संगठनात्मक इकाई आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "नई स्थानीय प्राधिकरण प्रविष्टि के रूप में आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "रिमोट पेटेंट आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "रद्द करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "दूरस्थ व्यक्ति आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "नई प्रविष्टियों को आयात करने के लिए संग्रह का चयन करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "दूरस्थ उत्पाद आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "इकाइयां", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "दूरस्थ परियोजना आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "नई स्थानीय इकाई के रूप में आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "दूरस्थ प्रकाशन आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "arXiv से आयात किया जा रहा है", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "प्राधिकरण", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "एलसी नाम से आयात करना", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "नई स्थानीय प्राधिकरण प्रविष्टि के रूप में आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "OpenAIRE API का वित्तपोषण", + "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "रद्द करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "ORCID से आयात करना", + "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "नई प्रविष्टियों को आयात करने के लिए संग्रह का चयन करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "पबमेड से आयात करना", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "इकाइयां", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "शेरपा पत्रिका से आयात", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "नई स्थानीय इकाई के रूप में आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "शेरपा प्रकाशक से आयात करना", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "arXiv से आयात किया जा रहा है", - "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "एलसी नाम से आयात करना", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "स्थानीय लेखक को चयन में सफलतापूर्वक जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "OpenAIRE API का वित्तपोषण", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "चयन में बाहरी लेखक को सफलतापूर्वक आयात और जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "ORCID से आयात करना", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "दूरस्थ लेखक आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "पबमेड से आयात करना", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "नई इकाई जोड़ी गई!", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "शेरपा पत्रिका से आयात", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "परियोजना", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "शेरपा प्रकाशक से आयात करना", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "चयन में स्थानीय पत्रिका अंक को सफलतापूर्वक जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "चयन में बाहरी जर्नल अंक को सफलतापूर्वक आयात और जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "स्थानीय लेखक को चयन में सफलतापूर्वक जोड़ा गया", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "रिमोट जर्नल इश्यू आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "चयन में बाहरी लेखक को सफलतापूर्वक आयात और जोड़ा गया", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "स्थानीय पत्रिका अंक को चयन में सफलतापूर्वक जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "दूरस्थ लेखक आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "चयन में बाहरी पत्रिका अंक को सफलतापूर्वक आयात कर जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "नई इकाई जोड़ी गई!", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "रिमोट जर्नल वॉल्यूम आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "परियोजना", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "स्थानीय पत्रिका को चयन में सफलतापूर्वक जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "चयन में स्थानीय पत्रिका अंक को सफलतापूर्वक जोड़ा गया", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "चयन में बाहरी जर्नल को सफलतापूर्वक आयात और जोड़ा गया", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "चयन में बाहरी जर्नल अंक को सफलतापूर्वक आयात और जोड़ा गया", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "दूरस्थ पत्रिका आयात करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "रिमोट जर्नल इश्यू आयात करें", - "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "एक स्थानीय मैच चुनें:", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "स्थानीय पत्रिका अंक को चयन में सफलतापूर्वक जोड़ा गया", - "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "एक नया नाम प्रकार सहेजें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "चयन में बाहरी पत्रिका अंक को सफलतापूर्वक आयात कर जोड़ा गया", - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "क्या आप \"{{ value }}\" को इस व्यक्ति के लिए एक नाम प्रकार के रूप में सहेजना चाहते हैं ताकि आप और अन्य इसे भविष्य में प्रस्तुतीकरण के लिए पुन: उपयोग कर सकें? यदि आप नहीं करते हैं तो भी आप इस प्रस्तुतीकरण के लिए इसका उपयोग कर सकते हैं।", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "रिमोट जर्नल वॉल्यूम आयात करें", - "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "इस प्रस्तुति के लिए ही प्रयोग करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "स्थानीय पत्रिका को चयन में सफलतापूर्वक जोड़ा गया", - "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "सभी को अचिन्हिंत करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "चयन में बाहरी जर्नल को सफलतापूर्वक आयात और जोड़ा गया", - "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "पृष्ठ का चयन रद्द करें", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "दूरस्थ पत्रिका आयात करें", - "submission.sections.describe.relationship-lookup.search-tab.loading": "लोड हो रहा है...", + "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "एक स्थानीय मैच चुनें:", - "submission.sections.describe.relationship-lookup.search-tab.placeholder": "खोज क्वेरी", + "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "एक नया नाम प्रकार सहेजें", - "submission.sections.describe.relationship-lookup.search-tab.search": "जाओ", + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "क्या आप \"{{ value }}\" को इस व्यक्ति के लिए एक नाम प्रकार के रूप में सहेजना चाहते हैं ताकि आप और अन्य इसे भविष्य में प्रस्तुतीकरण के लिए पुन: उपयोग कर सकें? यदि आप नहीं करते हैं तो भी आप इस प्रस्तुतीकरण के लिए इसका उपयोग कर सकते हैं।", - "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "खोज...", + "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "इस प्रस्तुति के लिए ही प्रयोग करें", - "submission.sections.describe.relationship-lookup.search-tab.select-all": "सबका चयन करें", + "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "सभी को अचिन्हिंत करें", - "submission.sections.describe.relationship-lookup.search-tab.select-page": "पृष्ठ का चयन करें", + "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "पृष्ठ का चयन रद्द करें", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.loading": "लोड हो रहा है...", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "({{ count }}) स्थानीय डेटा फ़ाइलें", + "submission.sections.describe.relationship-lookup.search-tab.placeholder": "खोज क्वेरी", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "({{ count }}) स्थानीय डेटा पैकेज", + "submission.sections.describe.relationship-lookup.search-tab.search": "जाओ", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "({{ count }}) स्थानीय लेखक", + "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "खोज...", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "संगठनात्मक इकाइयों के लिए खोजें", + "submission.sections.describe.relationship-lookup.search-tab.select-all": "सबका चयन करें", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "परियोजना के निधिदाता", + "submission.sections.describe.relationship-lookup.search-tab.select-page": "पृष्ठ का चयन करें", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "निधिदाता संस्थाओ के लिए खोजें", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "अनुदान की खोज करें ", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "({{ count }}) स्थानीय डेटा फ़ाइलें", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "({{ count }}) स्थानीय पत्रिका प्रकाशन", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "({{ count }}) स्थानीय डेटा पैकेज", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "({{ count }}) स्थानीय पत्रिकाएं", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "({{ count }}) स्थानीय लेखक", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "({{ count }}) स्थानीय पत्रिका खंड", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "संगठनात्मक इकाइयों के लिए खोजें", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "परियोजनाएं", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "परियोजना के निधिदाता", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "({{ count }}) स्थानीय पत्रिकाएं", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "निधिदाता संस्थाओ के लिए खोजें", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "({{ count }}) स्थानीय पत्रिका मुद्दे", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "अनुदान की खोज करें ", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "({{ count }}) स्थानीय पत्रिका खंड", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "({{ count }}) स्थानीय पत्रिका प्रकाशन", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "({{ count }}) एलसी नाम", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "({{ count }}) स्थानीय पत्रिकाएं", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "OpenAIRE API का वित्तपोषण", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "({{ count }}) स्थानीय पत्रिका खंड", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "परियोजनाएं", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "({{ count }}) स्थानीय संगठनात्मक इकाइयाँ ", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "({{ count }}) स्थानीय पत्रिकाएं", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "({{ count }}) स्थानीय लेखक", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "({{ count }}) स्थानीय पत्रिका मुद्दे", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "({{ count }}) स्थानीय परियोजनाएं", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "({{ count }}) स्थानीय पत्रिका खंड", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "({{ count }}) स्थानीय प्रकाशन", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "({{ count }}) एलसी नाम", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "({{ count }}) पबमेड (Pubmed)", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "OpenAIRE API का वित्तपोषण", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "({{ count }}) शेरपा पत्रिका", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "({{ count }}) शेरपा प्रकाशक", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "({{ count }}) स्थानीय संगठनात्मक इकाइयाँ ", - "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "ड्रॉपडाउन टॉगल करें", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "({{ count }}) स्थानीय लेखक", - "submission.sections.describe.relationship-lookup.selected": "चयनित {{ size }} आइटम", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "({{ count }}) स्थानीय परियोजनाएं", - "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "आपका चयन वर्तमान में खाली है।", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "({{ count }}) स्थानीय प्रकाशन", - "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "खोज...", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "({{ count }}) पबमेड (Pubmed)", - "submission.sections.describe.relationship-lookup.selection-tab.settings": "समायोजन", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "({{ count }}) शेरपा पत्रिका", - "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "वर्तमान चयन ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "({{ count }}) शेरपा प्रकाशक", - "submission.sections.describe.relationship-lookup.selection-tab.title": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "ड्रॉपडाउन टॉगल करें", - "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selected": "चयनित {{ size }} आइटम", - "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "आपका चयन वर्तमान में खाली है।", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "चयनित डेटा फ़ाइलें", + "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "खोज...", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "चयनित डेटा पैकेज", + "submission.sections.describe.relationship-lookup.selection-tab.settings": "समायोजन", - "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "वर्तमान चयन ({{ count }})", - "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "चयनित लेखक", + "submission.sections.describe.relationship-lookup.selection-tab.title": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "चयनित संगठनात्मक इकाई", + "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "चयनित फंडिंग एजेंसी", + "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "चयनित अनुदान", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "चयनित डेटा फ़ाइलें", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "चयनित अंक", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "चयनित डेटा पैकेज", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "चयनित पत्रिकाएं", + "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "चयनित पत्रिका खंड", + "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "चयनित लेखक", - "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "परियोजना", + "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "चयनित संगठनात्मक इकाई", - "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "चयनित पत्रिकाएं", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "चयनित फंडिंग एजेंसी", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "चयनित अंक", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "चयनित अनुदान", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "चयनित पत्रिका खंड", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "चयनित अंक", - "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "चयनित पत्रिकाएं", - "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "OpenAIRE API का वित्तपोषण", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "चयनित पत्रिका खंड", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "परियोजना", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "चयनित पत्रिकाएं", - "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "चयनित संगठनात्मक इकाइयाँ", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "चयनित अंक", - "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "चयनित लेखक", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "चयनित पत्रिका खंड", - "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "चयनित परियोजनाएं", + "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "चयनित प्रकाशन", + "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "OpenAIRE API का वित्तपोषण", - "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "चयनित संगठनात्मक इकाइयाँ", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "चयनित लेखक", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "चयनित परियोजनाएं", - "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "खोज के परिणाम", + "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "चयनित प्रकाशन", - "submission.sections.describe.relationship-lookup.title.DataFile": "डेटा फ़ाइलें", + "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.title.DataPackage": "डेटा पैकेज", + "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.title.Funding Agency": "निधिकरण संस्था", + "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "लेखक", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "जनक संगठनात्मक इकाई", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "परियोजना के निधिदाता", + "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "खोज के परिणाम", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "निधिकरण संस्था", + "submission.sections.describe.relationship-lookup.title.DataFile": "डेटा फ़ाइलें", - "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "निधिकरण", + "submission.sections.describe.relationship-lookup.title.DataPackage": "डेटा पैकेज", - "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "पत्रिका के मुद्दे", + "submission.sections.describe.relationship-lookup.title.Funding Agency": "निधिकरण संस्था", - "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "पत्रिकाएं", + "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "लेखक", - "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "पत्रिका खंड", + "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "जनक संगठनात्मक इकाई", - "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "परियोजनाएं", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "परियोजना के निधिदाता", - "submission.sections.describe.relationship-lookup.title.JournalIssue": "पत्रिका प्रकाशन", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "निधिकरण संस्था", - "submission.sections.describe.relationship-lookup.title.JournalVolume": "पत्रिका खंड", + "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "निधिकरण", - "submission.sections.describe.relationship-lookup.title.OrgUnit": "संगठनात्मक इकाइयाँ", + "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "पत्रिका के मुद्दे", - "submission.sections.describe.relationship-lookup.title.Person": "लेखक", + "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "पत्रिकाएं", - "submission.sections.describe.relationship-lookup.title.Project": "परियोजनाएं", + "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "पत्रिका खंड", - "submission.sections.describe.relationship-lookup.title.Publication": "प्रकाशन", + "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "परियोजनाएं", - "submission.sections.general.add-more": "और जोड़ें", + "submission.sections.describe.relationship-lookup.title.JournalIssue": "पत्रिका प्रकाशन", - "submission.sections.general.cannot_deposit": "फ़ॉर्म में त्रुटियों के कारण जमा पूरा नहीं किया जा सकता है।
कृपया जमा को पूरा करने के लिए सभी आवश्यक फ़ील्ड भरें।", + "submission.sections.describe.relationship-lookup.title.JournalVolume": "पत्रिका खंड", - "submission.sections.general.collection": "संग्रह", + "submission.sections.describe.relationship-lookup.title.OrgUnit": "संगठनात्मक इकाइयाँ", - "submission.sections.general.deposit_error_notice": "आइटम प्रस्तुत करते समय एक समस्या हुई थी, कृपया बाद में फिर से प्रयास करें।", + "submission.sections.describe.relationship-lookup.title.Person": "लेखक", - "submission.sections.general.deposit_success_notice": "प्रस्तुति को सफलतापूर्वक जमा किया गया।", + "submission.sections.describe.relationship-lookup.title.Project": "परियोजनाएं", - "submission.sections.general.discard_error_notice": "आइटम को हटाते समय एक समस्या हुई थी, कृपया बाद में फिर से प्रयास करें।", + "submission.sections.describe.relationship-lookup.title.Publication": "प्रकाशन", - "submission.sections.general.discard_success_notice": "प्रस्तुति सफलतापूर्वक रद्द करी गयी। ", + "submission.sections.general.add-more": "और जोड़ें", - "submission.sections.general.metadata-extracted": "नया मेटाडेटा निकाला गया है और {{sectionId}} अनुभाग में जोड़ा गया है।", + "submission.sections.general.cannot_deposit": "फ़ॉर्म में त्रुटियों के कारण जमा पूरा नहीं किया जा सकता है।
कृपया जमा को पूरा करने के लिए सभी आवश्यक फ़ील्ड भरें।", - "submission.sections.general.metadata-extracted-new-section": "सबमिशन में नया {{sectionId}} अनुभाग जोड़ा गया है।", + "submission.sections.general.collection": "संग्रह", - "submission.sections.general.no-collection": "कोई संग्रह नहीं मिला", + "submission.sections.general.deposit_error_notice": "आइटम प्रस्तुत करते समय एक समस्या हुई थी, कृपया बाद में फिर से प्रयास करें।", - "submission.sections.general.no-sections": "कोई विकल्प उपलब्ध नहीं", + "submission.sections.general.deposit_success_notice": "प्रस्तुति को सफलतापूर्वक जमा किया गया।", - "submission.sections.general.save_error_notice": "आइटम सहेजते समय एक समस्या हुई थी, कृपया बाद में पुन: प्रयास करें।", + "submission.sections.general.discard_error_notice": "आइटम को हटाते समय एक समस्या हुई थी, कृपया बाद में फिर से प्रयास करें।", - "submission.sections.general.save_success_notice": "प्रस्तुतीकरण सफलतापूर्वक सहेजा गया।", + "submission.sections.general.discard_success_notice": "प्रस्तुति सफलतापूर्वक रद्द करी गयी। ", - "submission.sections.general.search-collection": "संग्रह के लिए खोजें", + "submission.sections.general.metadata-extracted": "नया मेटाडेटा निकाला गया है और {{sectionId}} अनुभाग में जोड़ा गया है।", - "submission.sections.general.sections_not_valid": "अपूर्ण खंड हैं।", + "submission.sections.general.metadata-extracted-new-section": "सबमिशन में नया {{sectionId}} अनुभाग जोड़ा गया है।", - "submission.sections.license.granted-label": "मैं उपरोक्त लाइसेंस की पुष्टि करता हूं", + "submission.sections.general.no-collection": "कोई संग्रह नहीं मिला", - "submission.sections.license.notgranted": "आपको अनुज्ञापत्र स्वीकार करना होगा", + "submission.sections.general.no-sections": "कोई विकल्प उपलब्ध नहीं", - "submission.sections.license.required": "आपको लाइसेंस स्वीकार करना होगा", + "submission.sections.general.save_error_notice": "आइटम सहेजते समय एक समस्या हुई थी, कृपया बाद में पुन: प्रयास करें।", - "submission.sections.sherpa-policy.title-empty": "प्रकाशक नीति की कोई जानकारी उपलब्ध नहीं है। अगर आपके काम में संबधित आईएसएसएन है, तो कृपया संबंधित प्रकाशक की खुली पहुंच (ओपन एक्सेस) नीतियों को देखने के लिए इसे ऊपर दर्ज करें।", + "submission.sections.general.save_success_notice": "प्रस्तुतीकरण सफलतापूर्वक सहेजा गया।", - "submission.sections.sherpa.error.message": "शेरपा जानकारी प्राप्त करने में त्रुटि हुई थी", + "submission.sections.general.search-collection": "संग्रह के लिए खोजें", - "submission.sections.sherpa.publication.information": "प्रकाशन की जानकारी", + "submission.sections.general.sections_not_valid": "अपूर्ण खंड हैं।", - "submission.sections.sherpa.publication.information.issns": "ISSNs", + "submission.sections.license.granted-label": "मैं उपरोक्त लाइसेंस की पुष्टि करता हूं", - "submission.sections.sherpa.publication.information.publishers": "प्रकाशक", + "submission.sections.license.notgranted": "आपको अनुज्ञापत्र स्वीकार करना होगा", - "submission.sections.sherpa.publication.information.romeoPub": "रोमियो पब", + "submission.sections.license.required": "आपको लाइसेंस स्वीकार करना होगा", - "submission.sections.sherpa.publication.information.title": "शीर्षक", + "submission.sections.sherpa-policy.title-empty": "प्रकाशक नीति की कोई जानकारी उपलब्ध नहीं है। अगर आपके काम में संबधित आईएसएसएन है, तो कृपया संबंधित प्रकाशक की खुली पहुंच (ओपन एक्सेस) नीतियों को देखने के लिए इसे ऊपर दर्ज करें।", - "submission.sections.sherpa.publication.information.url": "यूआरएल (URL)", + "submission.sections.sherpa.error.message": "शेरपा जानकारी प्राप्त करने में त्रुटि हुई थी", - "submission.sections.sherpa.publication.information.zetoPub": "ज़ेटो पब (Zeto Pub)", + "submission.sections.sherpa.publication.information": "प्रकाशन की जानकारी", - "submission.sections.sherpa.publisher.policy": "प्रकाशक नीति", + "submission.sections.sherpa.publication.information.issns": "ISSNs", - "submission.sections.sherpa.publisher.policy.conditions": "स्थितियाँ", + "submission.sections.sherpa.publication.information.publishers": "प्रकाशक", - "submission.sections.sherpa.publisher.policy.description": "नीचे दी गई जानकारी शेरपा रोमियो के माध्यम से मिली। आपके प्रकाशक की नीतियों के आधार पर, यह इस बारे में सलाह देता है कि क्या प्रतिबंध आवश्यक हो सकता है और/या आपको कौन सी फाइलें अपलोड करने की अनुमति है। यदि आपके कोई प्रश्न हैं, तो कृपया पाद लेख में फ़ीडबैक फ़ॉर्म के माध्यम से अपने साइट व्यवस्थापक से संपर्क करें।", + "submission.sections.sherpa.publication.information.romeoPub": "रोमियो पब", - "submission.sections.sherpa.publisher.policy.embargo": "प्रतिबंध", + "submission.sections.sherpa.publication.information.title": "शीर्षक", - "submission.sections.sherpa.publisher.policy.license": "अनुज्ञाप‍त्र", + "submission.sections.sherpa.publication.information.url": "यूआरएल (URL)", - "submission.sections.sherpa.publisher.policy.location": "स्थान", + "submission.sections.sherpa.publication.information.zetoPub": "ज़ेटो पब (Zeto Pub)", - "submission.sections.sherpa.publisher.policy.more.information": "अधिक जानकारी के लिए, कृपया निम्नलिखित लिंक देखें:", + "submission.sections.sherpa.publisher.policy": "प्रकाशक नीति", - "submission.sections.sherpa.publisher.policy.noembargo": "कोई प्रतिबंध नहीं", + "submission.sections.sherpa.publisher.policy.conditions": "स्थितियाँ", - "submission.sections.sherpa.publisher.policy.nolocation": "कोई भी नहीं", + "submission.sections.sherpa.publisher.policy.description": "नीचे दी गई जानकारी शेरपा रोमियो के माध्यम से मिली। आपके प्रकाशक की नीतियों के आधार पर, यह इस बारे में सलाह देता है कि क्या प्रतिबंध आवश्यक हो सकता है और/या आपको कौन सी फाइलें अपलोड करने की अनुमति है। यदि आपके कोई प्रश्न हैं, तो कृपया पाद लेख में फ़ीडबैक फ़ॉर्म के माध्यम से अपने साइट व्यवस्थापक से संपर्क करें।", - "submission.sections.sherpa.publisher.policy.openaccess": "इस पत्रिका की नीति द्वारा अनुमत ओपन एक्सेस पाथवे लेख संस्करण द्वारा नीचे सूचीबद्ध हैं। अधिक जानकारी के लिए पथ पर क्लिक करें", + "submission.sections.sherpa.publisher.policy.embargo": "प्रतिबंध", - "submission.sections.sherpa.publisher.policy.prerequisites": "पूर्वापेक्षाएँ", + "submission.sections.sherpa.publisher.policy.license": "अनुज्ञाप‍त्र", - "submission.sections.sherpa.publisher.policy.refresh": "ताज़ा करें", + "submission.sections.sherpa.publisher.policy.location": "स्थान", - "submission.sections.sherpa.publisher.policy.version": "संस्करण", + "submission.sections.sherpa.publisher.policy.more.information": "अधिक जानकारी के लिए, कृपया निम्नलिखित लिंक देखें:", - "submission.sections.sherpa.record.information": "दस्तावेज की जानकारी", + "submission.sections.sherpa.publisher.policy.noembargo": "कोई प्रतिबंध नहीं", - "submission.sections.sherpa.record.information.date.created": "बनाने की तिथि", + "submission.sections.sherpa.publisher.policy.nolocation": "कोई भी नहीं", - "submission.sections.sherpa.record.information.date.modified": "अंतिम बार संशोधित", + "submission.sections.sherpa.publisher.policy.openaccess": "इस पत्रिका की नीति द्वारा अनुमत ओपन एक्सेस पाथवे लेख संस्करण द्वारा नीचे सूचीबद्ध हैं। अधिक जानकारी के लिए पथ पर क्लिक करें", - "submission.sections.sherpa.record.information.id": "पहचान", + "submission.sections.sherpa.publisher.policy.prerequisites": "पूर्वापेक्षाएँ", - "submission.sections.sherpa.record.information.uri": "यूआरआई (URI)", + "submission.sections.sherpa.publisher.policy.refresh": "ताज़ा करें", - "submission.sections.status.errors.aria": "इसमें त्रुटियां हैं", + "submission.sections.sherpa.publisher.policy.version": "संस्करण", - "submission.sections.status.errors.title": "त्रुटियाँ", + "submission.sections.sherpa.record.information": "दस्तावेज की जानकारी", - "submission.sections.status.info.aria": "अतिरिक्त जानकारी", + "submission.sections.sherpa.record.information.date.created": "बनाने की तिथि", - "submission.sections.status.info.title": "अतिरिक्त जानकारी", + "submission.sections.sherpa.record.information.date.modified": "अंतिम बार संशोधित", - "submission.sections.status.valid.aria": "यह सही है", + "submission.sections.sherpa.record.information.id": "पहचान", - "submission.sections.status.valid.title": "वैध", + "submission.sections.sherpa.record.information.uri": "यूआरआई (URI)", - "submission.sections.status.warnings.aria": "चेतावनियाँ हैं", + "submission.sections.status.errors.aria": "इसमें त्रुटियां हैं", - "submission.sections.status.warnings.title": "चेतावनी", + "submission.sections.status.errors.title": "त्रुटियाँ", - "submission.sections.submit.progressbar.accessCondition": "आइटम पहुंच की शर्तें", + "submission.sections.status.info.aria": "अतिरिक्त जानकारी", - "submission.sections.submit.progressbar.CClicense": "क्रिएटिव कामन्स लाइसेंस", + "submission.sections.status.info.title": "अतिरिक्त जानकारी", - "submission.sections.submit.progressbar.describe.recycle": "पुनर्चक्रण", + "submission.sections.status.valid.aria": "यह सही है", - "submission.sections.submit.progressbar.describe.stepcustom": "वर्णन करें", + "submission.sections.status.valid.title": "वैध", - "submission.sections.submit.progressbar.describe.stepone": "वर्णन करना", + "submission.sections.status.warnings.aria": "चेतावनियाँ हैं", - "submission.sections.submit.progressbar.describe.steptwo": "वर्णन करें", + "submission.sections.status.warnings.title": "चेतावनी", - "submission.sections.submit.progressbar.detect-duplicate": "संभावित दोहराव", + "submission.sections.submit.progressbar.accessCondition": "आइटम पहुंच की शर्तें", - "submission.sections.submit.progressbar.license": "जमा करने के लिए अनुज्ञापत्र ", + "submission.sections.submit.progressbar.CClicense": "क्रिएटिव कामन्स लाइसेंस", - "submission.sections.submit.progressbar.sherpaPolicies": "प्रकाशक खुली पहुँच नीति की जानकारी", + "submission.sections.submit.progressbar.describe.recycle": "पुनर्चक्रण", - "submission.sections.submit.progressbar.sherpapolicy": "शेरपा नीतियां", + "submission.sections.submit.progressbar.describe.stepcustom": "वर्णन करें", - "submission.sections.submit.progressbar.upload": "फाइलें अपलोड करें", + "submission.sections.submit.progressbar.describe.stepone": "वर्णन करना", - "submission.sections.toggle.aria.close": "{{sectionHeader}} सेक्शन को छोटा करें", + "submission.sections.submit.progressbar.describe.steptwo": "वर्णन करें", - "submission.sections.toggle.aria.open": "{{sectionHeader}} सेक्शन को विस्तृत करें", + "submission.sections.submit.progressbar.detect-duplicate": "संभावित दोहराव", - "submission.sections.toggle.close": "खंड बंद करें", + "submission.sections.submit.progressbar.license": "जमा करने के लिए अनुज्ञापत्र ", - "submission.sections.toggle.open": "खुला खंड", + "submission.sections.submit.progressbar.sherpaPolicies": "प्रकाशक खुली पहुँच नीति की जानकारी", - "submission.sections.upload.delete.confirm.cancel": "रद्द करें", + "submission.sections.submit.progressbar.sherpapolicy": "शेरपा नीतियां", - "submission.sections.upload.delete.confirm.info": "यह कार्रवाई पूर्ववत नहीं की जा सकती। क्या आपको यकीन है?", + "submission.sections.submit.progressbar.upload": "फाइलें अपलोड करें", - "submission.sections.upload.delete.confirm.submit": "हां मुझे यकीन है", + "submission.sections.toggle.aria.close": "{{sectionHeader}} सेक्शन को छोटा करें", - "submission.sections.upload.delete.confirm.title": "बिटस्ट्रीम हटाएं", + "submission.sections.toggle.aria.open": "{{sectionHeader}} सेक्शन को विस्तृत करें", - "submission.sections.upload.delete.submit": "हटाएं", + "submission.sections.toggle.close": "खंड बंद करें", - "submission.sections.upload.download.title": "बिटस्ट्रीम डाउनलोड करें", + "submission.sections.toggle.open": "खुला खंड", - "submission.sections.upload.drop-message": "आइटम के साथ संलग्न करने के लिए फ़ाइलें छोड़ें", + "submission.sections.upload.delete.confirm.cancel": "रद्द करें", - "submission.sections.upload.edit.title": "बिटस्ट्रीम संपादित करें", + "submission.sections.upload.delete.confirm.info": "यह कार्रवाई पूर्ववत नहीं की जा सकती। क्या आपको यकीन है?", - "submission.sections.upload.form.access-condition-hint": "आइटम जमा होने के बाद बिटस्ट्रीम पर लागू करने के लिए एक एक्सेस शर्त का चयन करें", + "submission.sections.upload.delete.confirm.submit": "हां मुझे यकीन है", - "submission.sections.upload.form.access-condition-label": "पहुँच स्थिति प्रकार", + "submission.sections.upload.delete.confirm.title": "बिटस्ट्रीम हटाएं", - "submission.sections.upload.form.date-required": "तिथि आवश्यक है।", + "submission.sections.upload.delete.submit": "हटाएं", - "submission.sections.upload.form.date-required-from": "अभिगमन आरम्भ तिथि आवश्यक है।", + "submission.sections.upload.download.title": "बिटस्ट्रीम डाउनलोड करें", - "submission.sections.upload.form.date-required-until": "तिथि तक प्रवेश प्रदान करना आवश्यक है।", + "submission.sections.upload.drop-message": "आइटम के साथ संलग्न करने के लिए फ़ाइलें छोड़ें", - "submission.sections.upload.form.from-hint": "उस तिथि का चयन करें जिससे संबंधित पहुंच शर्त लागू करि जाएगी", + "submission.sections.upload.edit.title": "बिटस्ट्रीम संपादित करें", - "submission.sections.upload.form.from-label": "से पहुंच प्रदान करें", + "submission.sections.upload.form.access-condition-hint": "आइटम जमा होने के बाद बिटस्ट्रीम पर लागू करने के लिए एक एक्सेस शर्त का चयन करें", - "submission.sections.upload.form.from-placeholder": "से", + "submission.sections.upload.form.access-condition-label": "पहुँच स्थिति प्रकार", - "submission.sections.upload.form.group-label": "समूह", + "submission.sections.upload.form.date-required": "तिथि आवश्यक है।", - "submission.sections.upload.form.group-required": "समूह की आवश्यकता है।", + "submission.sections.upload.form.date-required-from": "अभिगमन आरम्भ तिथि आवश्यक है।", - "submission.sections.upload.form.until-hint": "उस तिथि का चयन करें जब तक संबंधित पहुंच शर्त लागू नहीं हो जाती", + "submission.sections.upload.form.date-required-until": "तिथि तक प्रवेश प्रदान करना आवश्यक है।", - "submission.sections.upload.form.until-label": "अभिगमन अंत तिथि ", + "submission.sections.upload.form.from-hint": "उस तिथि का चयन करें जिससे संबंधित पहुंच शर्त लागू करि जाएगी", - "submission.sections.upload.form.until-placeholder": "तक", + "submission.sections.upload.form.from-label": "से पहुंच प्रदान करें", - "submission.sections.upload.header.policy.default.nolist": "{{CollectionName}} संग्रह में अपलोड की गई फ़ाइलें निम्न समूह (समूहों) के अनुसार पहुंच योग्य होंगी:", + "submission.sections.upload.form.from-placeholder": "से", - "submission.sections.upload.header.policy.default.withlist": "कृपया ध्यान दें कि {{collectionName}} संग्रह में अपलोड की गई फ़ाइलें निम्न समूह (समूहों) के साथ एकल फ़ाइल के लिए स्पष्ट रूप से तय की गई फ़ाइलों के अतिरिक्त पहुंच योग्य होंगी:", + "submission.sections.upload.form.group-label": "समूह", - "submission.sections.upload.info": "यहां आपको आइटम में वर्तमान में सभी फाइलें मिलेंगी। आप फ़ाइल मेटाडेटा और एक्सेस शर्तों को अपडेट कर सकते हैं या अतिरिक्त फ़ाइलें अपलोड कर सकते हैं बस उन्हें पृष्ठ में हर जगह खींच कर छोड़ सकते हैं", + "submission.sections.upload.form.group-required": "समूह की आवश्यकता है।", - "submission.sections.upload.no-entry": "नहीं", + "submission.sections.upload.form.until-hint": "उस तिथि का चयन करें जब तक संबंधित पहुंच शर्त लागू नहीं हो जाती", - "submission.sections.upload.no-file-uploaded": "अभी तक कोई फ़ाइल अपलोड नहीं हुई है|", + "submission.sections.upload.form.until-label": "अभिगमन अंत तिथि ", - "submission.sections.upload.save-metadata": "मेटाडेटा सहेजें", + "submission.sections.upload.form.until-placeholder": "तक", - "submission.sections.upload.undo": "रद्द करें", + "submission.sections.upload.header.policy.default.nolist": "{{CollectionName}} संग्रह में अपलोड की गई फ़ाइलें निम्न समूह (समूहों) के अनुसार पहुंच योग्य होंगी:", - "submission.sections.upload.upload-failed": "अपलोड विफल", + "submission.sections.upload.header.policy.default.withlist": "कृपया ध्यान दें कि {{collectionName}} संग्रह में अपलोड की गई फ़ाइलें निम्न समूह (समूहों) के साथ एकल फ़ाइल के लिए स्पष्ट रूप से तय की गई फ़ाइलों के अतिरिक्त पहुंच योग्य होंगी:", - "submission.sections.upload.upload-successful": "अपलोड सफल", + "submission.sections.upload.info": "यहां आपको आइटम में वर्तमान में सभी फाइलें मिलेंगी। आप फ़ाइल मेटाडेटा और एक्सेस शर्तों को अपडेट कर सकते हैं या अतिरिक्त फ़ाइलें अपलोड कर सकते हैं बस उन्हें पृष्ठ में हर जगह खींच कर छोड़ सकते हैं", - "submission.submit.breadcrumbs": "नया प्रस्तुतीकरण", + "submission.sections.upload.no-entry": "नहीं", - "submission.submit.title": "नया प्रस्तुतीकरण", + "submission.sections.upload.no-file-uploaded": "अभी तक कोई फ़ाइल अपलोड नहीं हुई है|", - "submission.workflow.generic.delete": "हटाएं", + "submission.sections.upload.save-metadata": "मेटाडेटा सहेजें", - "submission.workflow.generic.delete-help": "यदि आप इस आइटम को त्यागना चाहते हैं, तो \"हटाएं\" चुनें। फिर आपको इसकी पुष्टि करने के लिए कहा जाएगा।", + "submission.sections.upload.undo": "रद्द करें", - "submission.workflow.generic.edit": "संपादित करें", + "submission.sections.upload.upload-failed": "अपलोड विफल", - "submission.workflow.generic.edit-help": "आइटम का मेटाडेटा बदलने के लिए इस विकल्प का चयन करें।", + "submission.sections.upload.upload-successful": "अपलोड सफल", - "submission.workflow.generic.view": "देखें", + "submission.submit.breadcrumbs": "नया प्रस्तुतीकरण", - "submission.workflow.generic.view-help": "आइटम का मेटाडेटा देखने के लिए इस विकल्प का चयन करें।", + "submission.submit.title": "नया प्रस्तुतीकरण", - "submission.workflow.tasks.claimed.approve": "स्वीकृत करें", + "submission.workflow.generic.delete": "हटाएं", - "submission.workflow.tasks.claimed.approve_help": "यदि आपने आइटम की समीक्षा की है और यह संग्रह में शामिल करने के लिए उपयुक्त है, तो \"स्वीकृत करें\" चुनें।", + "submission.workflow.generic.delete-help": "यदि आप इस आइटम को त्यागना चाहते हैं, तो \"हटाएं\" चुनें। फिर आपको इसकी पुष्टि करने के लिए कहा जाएगा।", - "submission.workflow.tasks.claimed.edit": "संपादित करें", + "submission.workflow.generic.edit": "संपादित करें", - "submission.workflow.tasks.claimed.edit_help": "आइटम का मेटाडेटा बदलने के लिए इस विकल्प का चयन करें।", + "submission.workflow.generic.edit-help": "आइटम का मेटाडेटा बदलने के लिए इस विकल्प का चयन करें।", - "submission.workflow.tasks.claimed.reject_help": "यदि आपने आइटम की समीक्षा की है और पाया है कि यह संग्रह में शामिल करने के लिए उपयुक्त नहीं है, तो \"अस्वीकार करें\" चुनें। फिर आपको एक संदेश दर्ज करने के लिए कहा जाएगा जो यह दर्शाता है कि आइटम अनुपयुक्त क्यों है, और क्या जमाकर्ता को कुछ बदलना चाहिए और फिर से सबमिट करना चाहिए।", + "submission.workflow.generic.view": "देखें", - "submission.workflow.tasks.claimed.reject.reason.info": "कृपया नीचे दिए गए बॉक्स में प्रस्तुति को अस्वीकार करने का अपना कारण दर्ज करें, यह इंगित करते हुए कि क्या प्रस्तुतकर्ता किसी समस्या को ठीक कर सकता है और फिर से प्रस्तुत कर सकता है। ", + "submission.workflow.generic.view-help": "आइटम का मेटाडेटा देखने के लिए इस विकल्प का चयन करें।", - "submission.workflow.tasks.claimed.reject.reason.placeholder": "अस्वीकार करने का कारण बताएं", + "submission.workflow.tasks.claimed.approve": "स्वीकृत करें", - "submission.workflow.tasks.claimed.reject.reason.submit": "आइटम अस्वीकार करें", + "submission.workflow.tasks.claimed.approve_help": "यदि आपने आइटम की समीक्षा की है और यह संग्रह में शामिल करने के लिए उपयुक्त है, तो \"स्वीकृत करें\" चुनें।", - "submission.workflow.tasks.claimed.reject.reason.title": "कारण", + "submission.workflow.tasks.claimed.edit": "संपादित करें", - "submission.workflow.tasks.claimed.reject.submit": "अस्वीकार करें", + "submission.workflow.tasks.claimed.edit_help": "आइटम का मेटाडेटा बदलने के लिए इस विकल्प का चयन करें।", - "submission.workflow.tasks.claimed.return": "पूल में वापस करें ", + "submission.workflow.tasks.claimed.reject_help": "यदि आपने आइटम की समीक्षा की है और पाया है कि यह संग्रह में शामिल करने के लिए उपयुक्त नहीं है, तो \"अस्वीकार करें\" चुनें। फिर आपको एक संदेश दर्ज करने के लिए कहा जाएगा जो यह दर्शाता है कि आइटम अनुपयुक्त क्यों है, और क्या जमाकर्ता को कुछ बदलना चाहिए और फिर से सबमिट करना चाहिए।", - "submission.workflow.tasks.claimed.return_help": "कार्य को पूल में लौटाएं ताकि कोई अन्य उपयोगकर्ता कार्य कर सके।", + "submission.workflow.tasks.claimed.reject.reason.info": "कृपया नीचे दिए गए बॉक्स में प्रस्तुति को अस्वीकार करने का अपना कारण दर्ज करें, यह इंगित करते हुए कि क्या प्रस्तुतकर्ता किसी समस्या को ठीक कर सकता है और फिर से प्रस्तुत कर सकता है। ", - "submission.workflow.tasks.generic.error": "ऑपरेशन के दौरान हुई गड़बड़ी...", + "submission.workflow.tasks.claimed.reject.reason.placeholder": "अस्वीकार करने का कारण बताएं", - "submission.workflow.tasks.generic.processing": "संसाधित किया जा रहा है...", + "submission.workflow.tasks.claimed.reject.reason.submit": "आइटम अस्वीकार करें", - "submission.workflow.tasks.generic.submitter": "प्रस्तुतकर्ता", + "submission.workflow.tasks.claimed.reject.reason.title": "कारण", - "submission.workflow.tasks.generic.success": "संचालन सफल रहा", + "submission.workflow.tasks.claimed.reject.submit": "अस्वीकार करें", - "submission.workflow.tasks.pool.claim": "दावा करें", + "submission.workflow.tasks.claimed.return": "पूल में वापस करें ", - "submission.workflow.tasks.pool.claim_help": "यह कार्य स्वयं को सौंपें।", + "submission.workflow.tasks.claimed.return_help": "कार्य को पूल में लौटाएं ताकि कोई अन्य उपयोगकर्ता कार्य कर सके।", - "submission.workflow.tasks.pool.hide-detail": "विवरण छुपाएं", + "submission.workflow.tasks.generic.error": "ऑपरेशन के दौरान हुई गड़बड़ी...", - "submission.workflow.tasks.pool.show-detail": "विवरण दिखाएँ", + "submission.workflow.tasks.generic.processing": "संसाधित किया जा रहा है...", - "submission.workspace.generic.view": "देखें", + "submission.workflow.tasks.generic.submitter": "प्रस्तुतकर्ता", - "submission.workspace.generic.view-help": "आइटम का मेटाडेटा देखने के लिए इस विकल्प का चयन करें।", + "submission.workflow.tasks.generic.success": "संचालन सफल रहा", - "thumbnail.default.alt": "थंबनेल चित्र", + "submission.workflow.tasks.pool.claim": "दावा करें", - "thumbnail.default.placeholder": "कोई थंबनेल उपलब्ध नहीं", + "submission.workflow.tasks.pool.claim_help": "यह कार्य स्वयं को सौंपें।", - "thumbnail.orgunit.alt": "संगठन इकाई चिन्ह", + "submission.workflow.tasks.pool.hide-detail": "विवरण छुपाएं", - "thumbnail.orgunit.placeholder": "संगठन इकाई स्थानधारक छवि", + "submission.workflow.tasks.pool.show-detail": "विवरण दिखाएँ", - "thumbnail.person.alt": "प्रोफ़ाइल चित्र", + "submission.workspace.generic.view": "देखें", - "thumbnail.person.placeholder": "कोई प्रोफ़ाइल चित्र उपलब्ध नहीं है", + "submission.workspace.generic.view-help": "आइटम का मेटाडेटा देखने के लिए इस विकल्प का चयन करें।", - "thumbnail.project.alt": "परियोजना चिन्ह ", + "thumbnail.default.alt": "थंबनेल चित्र", - "thumbnail.project.placeholder": "परियोजना स्थानधारक छवि", + "thumbnail.default.placeholder": "कोई थंबनेल उपलब्ध नहीं", - "title": "डीस्पेस", + "thumbnail.orgunit.alt": "संगठन इकाई चिन्ह", - "uploader.browse": "ब्राउज़ करें", + "thumbnail.orgunit.placeholder": "संगठन इकाई स्थानधारक छवि", - "uploader.delete.btn-title": "हटाएं", + "thumbnail.person.alt": "प्रोफ़ाइल चित्र", - "uploader.drag-message": "अपनी फ़ाइलों को यहाँ खींचें और छोड़ें", + "thumbnail.person.placeholder": "कोई प्रोफ़ाइल चित्र उपलब्ध नहीं है", - "uploader.or": ", अथवा", + "thumbnail.project.alt": "परियोजना चिन्ह ", - "uploader.processing": "प्रसंस्करण", + "thumbnail.project.placeholder": "परियोजना स्थानधारक छवि", - "uploader.queue-length": "कतार की लंबाई", + "title": "डीस्पेस", - "virtual-metadata.delete-item.info": "उन प्रकारों का चयन करें जिनके लिए आप वर्चुअल मेटाडेटा को वास्तविक मेटाडेटा के रूप में सहेजना चाहते हैं", + "uploader.browse": "ब्राउज़ करें", - "virtual-metadata.delete-item.modal-head": "इस संबंध का आभासी मेटाडेटा", + "uploader.delete.btn-title": "हटाएं", - "virtual-metadata.delete-relationship.modal-head": "वे आइटम चुनें जिनके लिए आप आभासी मेटाडेटा को वास्तविक मेटाडेटा के रूप में सहेजना चाहते हैं", + "uploader.drag-message": "अपनी फ़ाइलों को यहाँ खींचें और छोड़ें", - "vocabulary-treeview.header": "श्रेणीबद्ध वृक्ष दृश्य", + "uploader.or": ", अथवा", - "vocabulary-treeview.load-more": "और लोड करें", + "uploader.processing": "प्रसंस्करण", - "vocabulary-treeview.search.form.reset": "रीसेट", + "uploader.queue-length": "कतार की लंबाई", - "vocabulary-treeview.search.form.search": "खोज", + "virtual-metadata.delete-item.info": "उन प्रकारों का चयन करें जिनके लिए आप वर्चुअल मेटाडेटा को वास्तविक मेटाडेटा के रूप में सहेजना चाहते हैं", - "vocabulary-treeview.search.no-result": "दिखाने के लिए कोई आइटम नहीं थे", + "virtual-metadata.delete-item.modal-head": "इस संबंध का आभासी मेटाडेटा", - "vocabulary-treeview.tree.description.nsi": "नॉर्वेजियन साइंस इंडेक्स", + "virtual-metadata.delete-relationship.modal-head": "वे आइटम चुनें जिनके लिए आप आभासी मेटाडेटा को वास्तविक मेटाडेटा के रूप में सहेजना चाहते हैं", - "vocabulary-treeview.tree.description.srsc": "अनुसंधान विषय श्रेणियाँ", + "vocabulary-treeview.header": "श्रेणीबद्ध वृक्ष दृश्य", - "workflow-item.delete.button.cancel": "रद्द करें", + "vocabulary-treeview.load-more": "और लोड करें", - "workflow-item.delete.button.confirm": "हटाएं", + "vocabulary-treeview.search.form.reset": "रीसेट", - "workflow-item.delete.header": "कार्यप्रवाह आइटम हटाएं", + "vocabulary-treeview.search.form.search": "खोज", - "workflow-item.delete.notification.error.content": "कार्यप्रवाह आइटम हटाया नहीं जा सका", + "vocabulary-treeview.search.no-result": "दिखाने के लिए कोई आइटम नहीं थे", - "workflow-item.delete.notification.error.title": "कुछ गलत हो गया", + "vocabulary-treeview.tree.description.nsi": "नॉर्वेजियन साइंस इंडेक्स", - "workflow-item.delete.notification.success.content": "यह कार्यप्रवाह आइटम सफलतापूर्वक हटा दिया गया था", + "vocabulary-treeview.tree.description.srsc": "अनुसंधान विषय श्रेणियाँ", - "workflow-item.delete.notification.success.title": "हटाए गए", + "workflow-item.delete.button.cancel": "रद्द करें", - "workflow-item.delete.title": "कार्यप्रवाह आइटम हटाएं", + "workflow-item.delete.button.confirm": "हटाएं", - "workflow-item.edit.breadcrumbs": "कार्यप्रवाह वस्तु संपादित करें", + "workflow-item.delete.header": "कार्यप्रवाह आइटम हटाएं", - "workflow-item.edit.title": "कार्यप्रवाह आइटम संपादित करें", + "workflow-item.delete.notification.error.content": "कार्यप्रवाह आइटम हटाया नहीं जा सका", - "workflow-item.send-back.button.cancel": "रद्द करें", + "workflow-item.delete.notification.error.title": "कुछ गलत हो गया", - "workflow-item.send-back.button.confirm": "वापस भेजे", + "workflow-item.delete.notification.success.content": "यह कार्यप्रवाह आइटम सफलतापूर्वक हटा दिया गया था", - "workflow-item.send-back.header": "कार्यप्रवाह आइटम को वापस प्रस्तुतकर्ता को भेजें", + "workflow-item.delete.notification.success.title": "हटाए गए", - "workflow-item.send-back.notification.error.content": "कार्यप्रवाह आइटम को सबमिटर को वापस नहीं भेजा जा सका", + "workflow-item.delete.title": "कार्यप्रवाह आइटम हटाएं", - "workflow-item.send-back.notification.error.title": "कुछ गलत हो गया", + "workflow-item.edit.breadcrumbs": "कार्यप्रवाह वस्तु संपादित करें", - "workflow-item.send-back.notification.success.content": "यह कार्यप्रवाह आइटम सफलतापूर्वक सबमिट करने वाले को वापस भेज दिया गया था", + "workflow-item.edit.title": "कार्यप्रवाह आइटम संपादित करें", - "workflow-item.send-back.notification.success.title": "प्रस्तुतकर्ता को वापस भेजा गया", + "workflow-item.send-back.button.cancel": "रद्द करें", - "workflow-item.send-back.title": "कार्यप्रवाह आइटम को वापस प्रस्तुतिकर्ता को भेजें", + "workflow-item.send-back.button.confirm": "वापस भेजे", - "workflow-item.view.breadcrumbs": "कार्यप्रवाह दृश्य", + "workflow-item.send-back.header": "कार्यप्रवाह आइटम को वापस प्रस्तुतकर्ता को भेजें", - "workflow.search.results.head": "कार्यप्रवाह कार्य", + "workflow-item.send-back.notification.error.content": "कार्यप्रवाह आइटम को सबमिटर को वापस नहीं भेजा जा सका", - "workflowAdmin.search.results.head": "कार्यप्रवाह व्यवस्थापित करें", + "workflow-item.send-back.notification.error.title": "कुछ गलत हो गया", - "workspace-item.view.breadcrumbs": "कार्यक्षेत्र दृश्य", + "workflow-item.send-back.notification.success.content": "यह कार्यप्रवाह आइटम सफलतापूर्वक सबमिट करने वाले को वापस भेज दिया गया था", - "workspace-item.view.title": "कार्यक्षेत्र दृश्य", + "workflow-item.send-back.notification.success.title": "प्रस्तुतकर्ता को वापस भेजा गया", + + "workflow-item.send-back.title": "कार्यप्रवाह आइटम को वापस प्रस्तुतिकर्ता को भेजें", + + "workflow-item.view.breadcrumbs": "कार्यप्रवाह दृश्य", + + "workflow.search.results.head": "कार्यप्रवाह कार्य", + + "workflowAdmin.search.results.head": "कार्यप्रवाह व्यवस्थापित करें", + + "workspace-item.view.breadcrumbs": "कार्यक्षेत्र दृश्य", + + "workspace-item.view.title": "कार्यक्षेत्र दृश्य", + + "workspace.search.results.head": "आपकी प्रस्तुतियाँ", - "workspace.search.results.head": "आपकी प्रस्तुतियाँ" - } diff --git a/src/assets/i18n/hu.json5 b/src/assets/i18n/hu.json5 index bfa4a53ccf..2628242dc7 100644 --- a/src/assets/i18n/hu.json5 +++ b/src/assets/i18n/hu.json5 @@ -1,5153 +1,5150 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", "401.help": "Nincs jogosultsága az oldal eléréséhez. Az alábbi gombbal vissza tud lépni a főoldalra.", - + // "401.link.home-page": "Take me to the home page", "401.link.home-page": "Vissza a főoldalra", - + // "401.unauthorized": "unauthorized", "401.unauthorized": "jogosulatlan", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", "403.help": "Nincs jogosultsága az oldal eléréséhez. Az alábbi gombbal vissza tud lépni a főoldalra.", - + // "403.link.home-page": "Take me to the home page", "403.link.home-page": "Vissza a főoldalra", - + // "403.forbidden": "forbidden", "403.forbidden": "elérhetetlen", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", "404.help": "A keresett oldal nem található. Az oldalt elköltöztették, vagy letörölték. Az alsó gombbal visszakerülhet a honlapra ", - + // "404.link.home-page": "Take me to the home page", "404.link.home-page": "Vissza a honlapra", - + // "404.page-not-found": "page not found", "404.page-not-found": "oldal nem található", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", "admin.curation-tasks.breadcrumbs": "Karbantartási feladatok", - + // "admin.curation-tasks.title": "System curation tasks", "admin.curation-tasks.title": "Karbantartási feladatok", - + // "admin.curation-tasks.header": "System curation tasks", "admin.curation-tasks.header": "Karbantartási feladatok", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", "admin.registries.bitstream-formats.breadcrumbs": "Formátum regiszter", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.create.breadcrumbs": "Bitfolyam formátum", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", "admin.registries.bitstream-formats.create.failure.content": "Bitfolyam létrehozása közben hiba történt", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", "admin.registries.bitstream-formats.create.failure.head": "Nem sikerült", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", "admin.registries.bitstream-formats.create.head": "Bitfolyam formátum létrehozása", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", "admin.registries.bitstream-formats.create.new": "Bitfolyam formátum hozzáadása.", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", "admin.registries.bitstream-formats.create.success.content": "Új bitfolyam formátum sikeresen létrehozva.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", "admin.registries.bitstream-formats.create.success.head": "Sikerült", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.failure.amount": "A {{ amount }} formátum(ok) törlése nem sikerült", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", "admin.registries.bitstream-formats.delete.failure.head": "Nem sikerült", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.success.amount": "A {{ amount }} formátum(ok) sikeresen törölve", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", "admin.registries.bitstream-formats.delete.success.head": "Sikerült", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "Ez a bitfolyam formátum lista ismert formátumokról és azok támogatásáról nyújt információt.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.edit.description.hint": "", "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", "admin.registries.bitstream-formats.edit.description.label": "Leírás", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", "admin.registries.bitstream-formats.edit.extensions.hint": "A kiterjesztések olyan állomány kiterjesztések, amelyek arra használhatók, hogy automatikusan azonosítsák a feltöltött állomány formátumát. Minden formátumhoz megadhat több kiterjesztést.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", "admin.registries.bitstream-formats.edit.extensions.label": "Állomány kiterjesztés", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", "admin.registries.bitstream-formats.edit.extensions.placeholder": "Írja be az állomány kiterjesztését a pont nélkül", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", "admin.registries.bitstream-formats.edit.failure.content": "Bitfolyam szerkesztése közben hiba történt.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", "admin.registries.bitstream-formats.edit.failure.head": "Nem sikerült", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", "admin.registries.bitstream-formats.edit.head": "Bitfolyam formátum: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", "admin.registries.bitstream-formats.edit.internal.hint": "Belsőként megjelölt formátumokat a felhasználó nem láthat, ezek adminisztratív célokat szolgálnak.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", "admin.registries.bitstream-formats.edit.internal.label": "Belső", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", "admin.registries.bitstream-formats.edit.mimetype.hint": "Az ehhez a formátumhoz társított MIME típus nem kell, hogy egyedi legyen.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Típus", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", "admin.registries.bitstream-formats.edit.shortDescription.hint": "Egyedi név ennek a formátumnak, (pl. Microsoft Word XP vagy Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", "admin.registries.bitstream-formats.edit.shortDescription.label": "Név", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", "admin.registries.bitstream-formats.edit.success.content": "Bitfolyam formátum szerkesztése sikerült.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", "admin.registries.bitstream-formats.edit.success.head": "Sikerült", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", "admin.registries.bitstream-formats.edit.supportLevel.hint": "Intézménye ilyen szintű támogatást biztosít ennek a formátumnak.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", "admin.registries.bitstream-formats.edit.supportLevel.label": "Támogatási szint", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", "admin.registries.bitstream-formats.head": "Bitfolyam formátum leíró adatbázis", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", "admin.registries.bitstream-formats.no-items": "Nincs látható bitfolyam formátum.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", "admin.registries.bitstream-formats.table.delete": "Kiválasztottak törlése", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", "admin.registries.bitstream-formats.table.deselect-all": "Valamennyi kiválasztás megszüntetése", - + // "admin.registries.bitstream-formats.table.internal": "internal", "admin.registries.bitstream-formats.table.internal": "belső", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", "admin.registries.bitstream-formats.table.mimetype": "MIME típus", - + // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Név", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", "admin.registries.bitstream-formats.table.return": "Vissza", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Ismert", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Támogatott", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Ismeretlen", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", "admin.registries.bitstream-formats.table.supportLevel.head": "Támogatási szint", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitfolyam formátum leíró adatbázis", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", "admin.registries.metadata.breadcrumbs": "Metaadat leíró adatbázis", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", "admin.registries.metadata.description": "A metaadat leíró adatbázis tartalmazza a tárban fellelhető valamennyi metaadat mező listáját. Ezek a mezők több sémára oszthatók. Viszont a DSpace a minősített Dublin Core sémát kéri.", - + // "admin.registries.metadata.form.create": "Create metadata schema", "admin.registries.metadata.form.create": "Metaadat séma létrehozása", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", "admin.registries.metadata.form.edit": "Metaadat séma szerkesztése", - + // "admin.registries.metadata.form.name": "Name", "admin.registries.metadata.form.name": "Név", - + // "admin.registries.metadata.form.namespace": "Namespace", "admin.registries.metadata.form.namespace": "Névhely", - + // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "Metaadat leíró adatbázis", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", "admin.registries.metadata.schemas.no-items": "Nincs elérhető metaadat séma.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", "admin.registries.metadata.schemas.table.delete": "Kiválasztottak törlése", - + // "admin.registries.metadata.schemas.table.id": "ID", "admin.registries.metadata.schemas.table.id": "Azonosító", - + // "admin.registries.metadata.schemas.table.name": "Name", "admin.registries.metadata.schemas.table.name": "Név", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", "admin.registries.metadata.schemas.table.namespace": "Névhely", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", "admin.registries.metadata.title": "DSpace Angular :: Metaadat leíró adatbázis", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", "admin.registries.schema.breadcrumbs": "Metaadat séma", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Ez a metaadat séma a következőhöz \"{{namespace}}\".", - + // "admin.registries.schema.fields.head": "Schema metadata fields", "admin.registries.schema.fields.head": "Séma metaadat mezők", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "Nincs elérhető metaadat mező.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", "admin.registries.schema.fields.table.delete": "Kiválasztások törlése", - + // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Mező", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Cél megjegyzés", - + // "admin.registries.schema.form.create": "Create metadata field", "admin.registries.schema.form.create": "Metaadat mező létrehozása", - + // "admin.registries.schema.form.edit": "Edit metadata field", "admin.registries.schema.form.edit": "metaadat mező szerkesztése", - + // "admin.registries.schema.form.element": "Element", "admin.registries.schema.form.element": "Elem", - + // "admin.registries.schema.form.qualifier": "Qualifier", "admin.registries.schema.form.qualifier": "Minősítő", - + // "admin.registries.schema.form.scopenote": "Scope Note", "admin.registries.schema.form.scopenote": "Cél megjegyzés", - + // "admin.registries.schema.head": "Metadata Schema", "admin.registries.schema.head": "Metaadat Séma", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.created": "Metaadat séma létrehozása sikerült \"{{prefix}}\"", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.failure": "A {{amount}} metaadat sémák törlése nem sikerült", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.success": "A {{amount}} metaadat sémák törlése sikerült", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.edited": "Metaadat séma szerkesztése sikerült \"{{prefix}}\"", - + // "admin.registries.schema.notification.failure": "Error", "admin.registries.schema.notification.failure": "Hiba", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", "admin.registries.schema.notification.field.created": "Metaadat mező létrehozva\"{{field}}\"", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.failure": "A{{amount}} metaadat mezők törlése nem sikerült", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.success": "A{{amount}} metaadat mezők törlése sikerült", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "metaadat mező szerkesztése sikerült\"{{field}}\"", - + // "admin.registries.schema.notification.success": "Success", "admin.registries.schema.notification.success": "Sikerült", - + // "admin.registries.schema.return": "Return", "admin.registries.schema.return": "Vissza", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", "admin.registries.schema.title": "DSpace Angular :: Metaadat Séma leíró adatbázis", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", "admin.access-control.epeople.actions.delete": "EPerson törlése", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", "admin.access-control.epeople.actions.impersonate": "EPerson megszemélyesítése", - + // "admin.access-control.epeople.actions.reset": "Reset password", "admin.access-control.epeople.actions.reset": "Jelszó visszaállítása", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", "admin.access-control.epeople.actions.stop-impersonating": "EPerson megszemélyesítésének befejezése", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", "admin.access-control.epeople.title": "DSpace Angular :: EPeople", - + // "admin.access-control.epeople.head": "EPeople", "admin.access-control.epeople.head": "EPeople", - + // "admin.access-control.epeople.search.head": "Search", "admin.access-control.epeople.search.head": "Keresés", - + // "admin.access-control.epeople.button.see-all": "Browse All", "admin.access-control.epeople.button.see-all": "Valamennyi böngészése", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", "admin.access-control.epeople.search.scope.metadata": "Metaadat", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", "admin.access-control.epeople.search.scope.email": "E-mail (pontosan)", - + // "admin.access-control.epeople.search.button": "Search", "admin.access-control.epeople.search.button": "Keresés", - + // "admin.access-control.epeople.button.add": "Add EPerson", "admin.access-control.epeople.button.add": "EPerson hozzáadása", - + // "admin.access-control.epeople.table.id": "ID", "admin.access-control.epeople.table.id": "Azonosító", - + // "admin.access-control.epeople.table.name": "Name", "admin.access-control.epeople.table.name": "Név", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", "admin.access-control.epeople.table.email": "E-mail (pontosan)", - + // "admin.access-control.epeople.table.edit": "Edit", "admin.access-control.epeople.table.edit": "Szerkesztés", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.edit": "Szerkesztés \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.remove": "Törlés \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", "admin.access-control.epeople.no-items": "Nincs elérhető EPeople.", - + // "admin.access-control.epeople.form.create": "Create EPerson", "admin.access-control.epeople.form.create": "EPerson létrehozása", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", // TODO Source message changed - Revise the translation "admin.access-control.epeople.form.edit": "EPerson szerkesztése", - + // "admin.access-control.epeople.form.firstName": "First name", "admin.access-control.epeople.form.firstName": "Keresztnév", - + // "admin.access-control.epeople.form.lastName": "Last name", "admin.access-control.epeople.form.lastName": "Családnév", - + // "admin.access-control.epeople.form.email": "E-mail", "admin.access-control.epeople.form.email": "E-mail", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", "admin.access-control.epeople.form.emailHint": "Érvényes e-mail cím kell, hogy legyen", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", "admin.access-control.epeople.form.canLogIn": "Bejelentkezhet", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", "admin.access-control.epeople.form.requireCertificate": "Tanúsítvány szükséges", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.success": "EPerson \"{{name}} sikeresen létrehozva\"", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.failure": "EPerson \"{{name}}létrehozása nem sikerült\"", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.created.failure.emailInUse": "EPerson \"{{name}}\" létrehozása nem sikerült, email \"{{email}}\" már használatban van.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "EPerson \"{{name}}\" szerkesztése nem sikerült, email \"{{email}}\" már használatban van.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.success": "EPerson \"{{name}}\" szerkesztése sikerült", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.failure": "EPerson \"{{name}}\" szerkesztése nem sikerült", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.success": "Sikeresen törölve: EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.failure": "Nem sikerült törülni: EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Tagja a következő csoportoknak:", - + // "admin.access-control.epeople.form.table.id": "ID", "admin.access-control.epeople.form.table.id": "Azonosító", - + // "admin.access-control.epeople.form.table.name": "Name", "admin.access-control.epeople.form.table.name": "Név", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", "admin.access-control.epeople.form.memberOfNoGroups": "Ez azEPerson egyetlen csoportnak sem tagja", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", "admin.access-control.epeople.form.goToGroups": "Hozzáadás csoportokhoz", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.failure": "EPerson: \"{{name}}\" törlése nem sikerült", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.success": "EPerson: \"{{name}}\" törlése sikerült", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", "admin.access-control.groups.title": "DSpace Angular :: Csoportok", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Csoport szerkesztése", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", "admin.access-control.groups.title.addGroup": "DSpace Angular :: Új csoport", - + // "admin.access-control.groups.head": "Groups", "admin.access-control.groups.head": "Csoportok", - + // "admin.access-control.groups.button.add": "Add group", "admin.access-control.groups.button.add": "Csoport hozzáadása", - + // "admin.access-control.groups.search.head": "Search groups", "admin.access-control.groups.search.head": "Csoportok keresése", - + // "admin.access-control.groups.button.see-all": "Browse all", "admin.access-control.groups.button.see-all": "valamennyi böngészése", - + // "admin.access-control.groups.search.button": "Search", "admin.access-control.groups.search.button": "Keresés", - + // "admin.access-control.groups.table.id": "ID", "admin.access-control.groups.table.id": "Azonosító", - + // "admin.access-control.groups.table.name": "Name", "admin.access-control.groups.table.name": "Név", - + // "admin.access-control.groups.table.members": "Members", "admin.access-control.groups.table.members": "Tagok", - + // "admin.access-control.groups.table.edit": "Edit", "admin.access-control.groups.table.edit": "Szerkesztés", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.edit": "Szerkesztés \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.remove": "Törlés \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.no-items": "Egyetlen csoport sem tartalmazza nevében, vagy UUID-ként ezt", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", "admin.access-control.groups.notification.deleted.success": "\"{{name}}\" csoport törlése sikerült", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", // TODO Source message changed - Revise the translation "admin.access-control.groups.notification.deleted.failure.title": "\"{{name}}\" csoport törlése nem sikerült", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", "admin.access-control.groups.notification.deleted.failure.content": "Ok: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.permanent": "Ez a csoport állandó, nem szerkeszthető vagy törölhető. Ugyanakor a csoporttagság szerkeszthető.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.workflowGroup": "A csoport nem módosítható vagy törölhető, mert használva van egy szerepkörben vagy egy folyamatban a(z) \"{{name}}\" {{comcol}} helyen. Törölheti a \"szerepkör hozzárendelése\" fülön a szerkesztés oldalon: {{comcol}}. Ugyanakkor ezen az oldalon, szerkesztheti a csoporttagokat.", - + // "admin.access-control.groups.form.head.create": "Create group", "admin.access-control.groups.form.head.create": "Csoport létrehozása", - + // "admin.access-control.groups.form.head.edit": "Edit group", "admin.access-control.groups.form.head.edit": "Csoport szerkesztése", - + // "admin.access-control.groups.form.groupName": "Group name", "admin.access-control.groups.form.groupName": "Csoport neve", - + // "admin.access-control.groups.form.groupDescription": "Description", "admin.access-control.groups.form.groupDescription": "Leírás", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.success": "\"{{name}}\" csoport létrehozása sikerült", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.failure": "\"{{name}}\" csoport létrehozása nem sikerült", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Nem sikerült csoport létrehozása a következő névvel: \"{{name}}\", győződjön meg róla, hogy a név nincs már használatban.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.failure": "Nem sikerült szerkeszteni a csoportot \"{{name}}\"", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "A(z) \"{{name}}\" név már foglalt!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.success": "Sikeresen szerkesztett csoport: \"{{name}}\"", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", "admin.access-control.groups.form.actions.delete": "Csoport törlése", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.header": "Csoport törlése: \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.info": "Biztos törli a csoportot: \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", "admin.access-control.groups.form.delete-group.modal.cancel": "Mégsem", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", "admin.access-control.groups.form.delete-group.modal.confirm": "Törlés", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.success": "Csoport sikeresen törölve: \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.failure.title": "Nem sikerült törölni a csoportot: \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", "admin.access-control.groups.form.notification.deleted.failure.content": "Ok: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", "admin.access-control.groups.form.members-list.head": "EPeople", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", "admin.access-control.groups.form.members-list.search.head": "EPeople hozzáadása", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", "admin.access-control.groups.form.members-list.button.see-all": "Valamennyi böngészése", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", "admin.access-control.groups.form.members-list.headMembers": "Jelenlegi tagok", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", "admin.access-control.groups.form.members-list.search.scope.metadata": "Metaadat", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (pontosan)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", "admin.access-control.groups.form.members-list.search.button": "Keresés", - + // "admin.access-control.groups.form.members-list.table.id": "ID", "admin.access-control.groups.form.members-list.table.id": "Azonosító", - + // "admin.access-control.groups.form.members-list.table.name": "Name", "admin.access-control.groups.form.members-list.table.name": "Név", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", "admin.access-control.groups.form.members-list.table.edit": "Törlés / Hozzáadás", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "A\"{{name}}\" nevű tag törlése", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.addMember": "A: \"{{name}}\" tag sikeresen hozzáadva", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.addMember": "A: \"{{name}}\" tag hozzáadása nem sikerült", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.deleteMember": "A: \"{{name}}\" tag törlése sikerült", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "A: \"{{name}}\" tag törlése nem sikerült", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Tag hozzáadása a következő névvel: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Nincs jelenleg aktív csoport, előbb adjon meg egy nevet.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", "admin.access-control.groups.form.members-list.no-members-yet": "A csoportnak még nincs egy tagja sem, keressen s adjon hozzá.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", "admin.access-control.groups.form.members-list.no-items": "Ez a keresés nem talált EPeople-t", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", "admin.access-control.groups.form.subgroups-list.head": "Csoportok", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", "admin.access-control.groups.form.subgroups-list.search.head": "Alcsoport hozzáadása", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", "admin.access-control.groups.form.subgroups-list.button.see-all": "valamennyi böngészése", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", "admin.access-control.groups.form.subgroups-list.headSubgroups": "jelenlegi alcsoportok", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", "admin.access-control.groups.form.subgroups-list.search.button": "keresés", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", "admin.access-control.groups.form.subgroups-list.table.id": "Azonosító", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", "admin.access-control.groups.form.subgroups-list.table.name": "Név", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", "admin.access-control.groups.form.subgroups-list.table.edit": "Törlés / Hozzáadás", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "A következő nevű \"{{name}}\" alcsoport törlése", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "A következő nevű \"{{name}}\" alcsoport hozzáadása", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Jelenlegi csoport", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "A: \"{{name}}\" alcsoport sikeresen hozzáadva", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "A: \"{{name}}\" alcsoport hozzáadása nem sikerült", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "A: \"{{name}}\" alcsoport sikeresen törölve", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "A: \"{{name}}\" alcsoport törlése nem sikerült", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "jelenleg nincs aktív csoport, előbb adjon meg egy nevet.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Ez a jelenlegi csoport, nem lehet hozzáadni.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.form.subgroups-list.no-items": "Egyetlen csoport neve vagy UUID-je sem tartalmazza ezt", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "A csoportnak még nincsenek alcsoportjai.", - + // "admin.access-control.groups.form.return": "Return to groups", "admin.access-control.groups.form.return": "Vissza a csoportokhoz", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", "admin.search.breadcrumbs": "Adminisztratív keresés", - + // "admin.search.collection.edit": "Edit", "admin.search.collection.edit": "Szerkesztés", - + // "admin.search.community.edit": "Edit", "admin.search.community.edit": "Szerkesztés", - + // "admin.search.item.delete": "Delete", "admin.search.item.delete": "Törlés", - + // "admin.search.item.edit": "Edit", "admin.search.item.edit": "Szerkesztés", - + // "admin.search.item.make-private": "Make Private", "admin.search.item.make-private": "legyen privát", - + // "admin.search.item.make-public": "Make Public", "admin.search.item.make-public": "Legyen nyilvános", - + // "admin.search.item.move": "Move", "admin.search.item.move": "Költöztetés", - + // "admin.search.item.reinstate": "Reinstate", "admin.search.item.reinstate": "Visszaállítás", - + // "admin.search.item.withdraw": "Withdraw", "admin.search.item.withdraw": "Visszavonás", - + // "admin.search.title": "Administrative Search", "admin.search.title": "Adminisztratív keresés", - + // "administrativeView.search.results.head": "Administrative Search", "administrativeView.search.results.head": "Adminisztratív keresés", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", "admin.workflow.breadcrumbs": "Munkafolyamat irányítása", - + // "admin.workflow.title": "Administer Workflow", "admin.workflow.title": "Munkafolyamat irányítása", - + // "admin.workflow.item.workflow": "Workflow", "admin.workflow.item.workflow": "Munkafolyamat", - + // "admin.workflow.item.delete": "Delete", "admin.workflow.item.delete": "Törlés", - + // "admin.workflow.item.send-back": "Send back", "admin.workflow.item.send-back": "Visszaküldés", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", "admin.metadata-import.breadcrumbs": "Metaadat importálása", - + // "admin.metadata-import.title": "Import Metadata", "admin.metadata-import.title": "Metaadat importálása", - + // "admin.metadata-import.page.header": "Import Metadata", "admin.metadata-import.page.header": "Metaadat importálása", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", "admin.metadata-import.page.help": "Becsatolhat vagy kikereshet CSV fájlokat, amelyek az itt tárolt fájlokra vonatkozó műveleteket tárolnak", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", "admin.metadata-import.page.dropMsg": "Húzzon ide egy metaadat CSV-t az importáláshoz", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", "admin.metadata-import.page.dropMsgReplace": "Húzzon ide egy metaadat CSV-t az importálás felülírásához", - + // "admin.metadata-import.page.button.return": "Return", "admin.metadata-import.page.button.return": "Vissza", - + // "admin.metadata-import.page.button.proceed": "Proceed", "admin.metadata-import.page.button.proceed": "Folytassa", - + // "admin.metadata-import.page.error.addFile": "Select file first!", "admin.metadata-import.page.error.addFile": "Előbb válassza ki a fájlt!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", "auth.errors.invalid-user": "Érvénytelen email cím, vagy jelszó.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", "auth.messages.expired": "Az idő lejárt. Kérjük, lépjen be újra.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", "bitstream.edit.bitstream": "Bitfolyam: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", "bitstream.edit.form.description.hint": "Választhatóan megadhatja az állomány rövid leírását, például \"Fő cikk\" vagy \"Kísérleti adatok\".", - + // "bitstream.edit.form.description.label": "Description", "bitstream.edit.form.description.label": "Leírás", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", "bitstream.edit.form.embargo.hint": "Ettől a naptól engedélyezett a hozzáférés. Ez a dátum ebben a formában nem módosítható. Ha a bitfolyamhoz embargó dátumot óhajt beállítani, akkor ide: Tárgy Státus fül, kattintson: Engedélyezés..., hozza létre, vagy szerkessze a bitfolyam OLVASÁS engedélyezését és állítsa be a Kezdő Dátum kívánsága szerint.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", "bitstream.edit.form.embargo.label": "Embargo egy megadott dátumig", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", "bitstream.edit.form.fileName.hint": "Változtassa meg a bitfolyam állomány nevét. Ez megváltoztatja a bitfolyam URL-t is, de a régi linkek meg mindig működni fognak, hacsak a szakasz azonosító meg nem változik.", - + // "bitstream.edit.form.fileName.label": "Filename", "bitstream.edit.form.fileName.label": "Állománynév", - + // "bitstream.edit.form.newFormat.label": "Describe new format", "bitstream.edit.form.newFormat.label": "Új formátum leírása", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", "bitstream.edit.form.newFormat.hint": "A program, amellyel az állományt létrehozta és a verzió száma (például, \"ACMESoft SuperApp version 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", "bitstream.edit.form.primaryBitstream.label": "Elsődleges bitfolyam", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", "bitstream.edit.form.selectedFormat.hint": "Amennyiben a formátum nem található a fentebbi listán, válassza \"formátum nincs a listán\" feljebb majd írja le \"Új formátum leírása\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", "bitstream.edit.form.selectedFormat.label": "Kiválasztott formátum", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", "bitstream.edit.form.selectedFormat.unknown": "Formátum nincs a listán", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", "bitstream.edit.notifications.error.format.title": "Bitfolyam formátum mentése közben hiba történt", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", "bitstream.edit.notifications.saved.content": "A bitfolyamban eszközölt változtatások elmentve.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", "bitstream.edit.notifications.saved.title": "Bitfolyam elmentve", - + // "bitstream.edit.title": "Edit bitstream", "bitstream.edit.title": "Bitfolyam szerkesztése", - - - + + + // "browse.comcol.by.author": "By Author", "browse.comcol.by.author": "Szerző szerint", - + // "browse.comcol.by.dateissued": "By Issue Date", "browse.comcol.by.dateissued": "Megjelenés dátuma szerint", - + // "browse.comcol.by.subject": "By Subject", "browse.comcol.by.subject": "Tárgy szerint", - + // "browse.comcol.by.title": "By Title", "browse.comcol.by.title": "Cím szerint", - + // "browse.comcol.head": "Browse", "browse.comcol.head": "Böngészés", - + // "browse.empty": "No items to show.", "browse.empty": "Nincs elérhető tárgy.", - + // "browse.metadata.author": "Author", "browse.metadata.author": "Szerző", - + // "browse.metadata.dateissued": "Issue Date", "browse.metadata.dateissued": "Megjelenés dátuma", - + // "browse.metadata.subject": "Subject", "browse.metadata.subject": "Tárgy", - + // "browse.metadata.title": "Title", "browse.metadata.title": "Cím", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", "browse.metadata.author.breadcrumbs": "Böngészés szerző szerint", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", "browse.metadata.dateissued.breadcrumbs": "Böngészés dátum szerint", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", "browse.metadata.subject.breadcrumbs": "Böngészés tárgy szerint", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", "browse.metadata.title.breadcrumbs": "Böngészés cím szerint", - + // "browse.startsWith.choose_start": "(Choose start)", "browse.startsWith.choose_start": "(Válassza a kezdést)", - + // "browse.startsWith.choose_year": "(Choose year)", "browse.startsWith.choose_year": "(Válassza az évet)", - + // "browse.startsWith.jump": "Jump to a point in the index:", "browse.startsWith.jump": "Ugrás a tartalom egy pontjához:", - + // "browse.startsWith.months.april": "April", "browse.startsWith.months.april": "Április", - + // "browse.startsWith.months.august": "August", "browse.startsWith.months.august": "Augusztus", - + // "browse.startsWith.months.december": "December", "browse.startsWith.months.december": "December", - + // "browse.startsWith.months.february": "February", "browse.startsWith.months.february": "Február", - + // "browse.startsWith.months.january": "January", "browse.startsWith.months.january": "Január", - + // "browse.startsWith.months.july": "July", "browse.startsWith.months.july": "Július", - + // "browse.startsWith.months.june": "June", "browse.startsWith.months.june": "Június", - + // "browse.startsWith.months.march": "March", "browse.startsWith.months.march": "Március", - + // "browse.startsWith.months.may": "May", "browse.startsWith.months.may": "Május", - + // "browse.startsWith.months.none": "(Choose month)", "browse.startsWith.months.none": "(Válasszon hónapot)", - + // "browse.startsWith.months.november": "November", "browse.startsWith.months.november": "November", - + // "browse.startsWith.months.october": "October", "browse.startsWith.months.october": "Október", - + // "browse.startsWith.months.september": "September", "browse.startsWith.months.september": "Szeptember", - + // "browse.startsWith.submit": "Go", "browse.startsWith.submit": "Indít", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", "browse.startsWith.type_date": "Vagy írjon be egy dátumot (év-hónap):", - + // "browse.startsWith.type_text": "Or enter first few letters:", "browse.startsWith.type_text": "Vagy írja be az első betűket:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", "browse.title": "Böngészés {{ collection }} szerint {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", "chips.remove": "Vegye ki a chipet", - - - + + + // "collection.create.head": "Create a Collection", "collection.create.head": "Hozzon létre egy gyűjteményt", - + // "collection.create.notifications.success": "Successfully created the Collection", "collection.create.notifications.success": "Guűjtemény sikeresen létrehozva", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", "collection.create.sub-head": "Hozzon létre gyűjteményt a közösség számára {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", "collection.curate.header": "Gyűjtemény gondozója: {{collection}}", - + // "collection.delete.cancel": "Cancel", "collection.delete.cancel": "Mégse", - + // "collection.delete.confirm": "Confirm", "collection.delete.confirm": "Mehet", - + // "collection.delete.head": "Delete Collection", "collection.delete.head": "Gyűjtemény törlése", - + // "collection.delete.notification.fail": "Collection could not be deleted", "collection.delete.notification.fail": "Gyűjteményt nem sikerült törölni", - + // "collection.delete.notification.success": "Successfully deleted collection", "collection.delete.notification.success": "Gyűjtemény törölve", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", "collection.delete.text": "Biztos benne, hogy törölni szeretné a gyűjteményt \"{{ dso }}\"", - - - + + + // "collection.edit.delete": "Delete this collection", "collection.edit.delete": "Törölje ezt a gyűjteményt", - + // "collection.edit.head": "Edit Collection", "collection.edit.head": "Gyűjtemény szerkesztése", - + // "collection.edit.breadcrumbs": "Edit Collection", "collection.edit.breadcrumbs": "Gyűjtemény szerkesztése", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.mapper.head": "Item Mapper", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - + // "collection.edit.item-mapper.cancel": "Cancel", "collection.edit.item-mapper.cancel": "Mégse", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", "collection.edit.item-mapper.collection": "Gyűjtemény: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", "collection.edit.item-mapper.confirm": "Térképezze a kiválasztott tárgyakat", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", "collection.edit.item-mapper.description": "Ez a tárgytérképező eszköz, amellyel a gyűjtemények kezelői térképezhetnek más gyűjteményekből tárgyakat. Kereshet más gyűjteményekből tárgyakat és térképezheti azokat, vagy böngészheti a jelenleg térképezett tárgyakat.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", "collection.edit.item-mapper.head": "Tárgytérképező - Térképezzen más gyűjteményekből tárgyakat", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", "collection.edit.item-mapper.no-search": "Írja be a keresőszót", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", "collection.edit.item-mapper.notifications.map.error.content": "A {{amount}} tárgyak térképezésekor hiba történt.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", "collection.edit.item-mapper.notifications.map.error.head": "Térképezési hibák", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", "collection.edit.item-mapper.notifications.map.success.content": "A {{amount}} tárgyak térképezése sikerült.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", "collection.edit.item-mapper.notifications.map.success.head": "Térképezés befejezve", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.error.content": "A {{amount}} tárgyak térképezésének törlésekor hiba történt.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", "collection.edit.item-mapper.notifications.unmap.error.head": "Térképezési hibák törlése", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.success.content": "A {{amount}} tárgyak térképezése sikeresen törölve.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", "collection.edit.item-mapper.notifications.unmap.success.head": "Térképezés törlése befejeződött", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", "collection.edit.item-mapper.remove": "Kiválasztott térgyak térképezésének törlése", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", "collection.edit.item-mapper.tabs.browse": "Térképezett tárgyak böngészése", - + // "collection.edit.item-mapper.tabs.map": "Map new items", "collection.edit.item-mapper.tabs.map": "Új tárgyak térképezése", - - - + + + // "collection.edit.logo.label": "Collection logo", "collection.edit.logo.label": "Gyűjtemény logo", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", "collection.edit.logo.notifications.add.error": "Gyűjtemény logo feltöltése nem sikerült. Kérjük, ellenőrizze a tartalmat, mielőtt újra próbálkozna.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", "collection.edit.logo.notifications.add.success": "Gyűjtemény logo feltöltése sikerült.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", "collection.edit.logo.notifications.delete.success.title": "Logo törölve", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", "collection.edit.logo.notifications.delete.success.content": "Gyűjteménylogo sikeresen törölve", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", "collection.edit.logo.notifications.delete.error.title": "Logo törlése közben hiba történt", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", "collection.edit.logo.upload": "Feltöltéshez húzza ide a gyűjtemény Logót", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", "collection.edit.notifications.success": "Gyűjtemény szerkesztése sikerült", - + // "collection.edit.return": "Return", "collection.edit.return": "Vissza", - - - + + + // "collection.edit.tabs.curate.head": "Curate", "collection.edit.tabs.curate.head": "Gondozás", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", "collection.edit.tabs.curate.title": "Gyűjtemény szerkesztés - gondozás", - + // "collection.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.head": "Authorizations", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", "collection.edit.tabs.metadata.head": "Metaadat szerkesztés", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", "collection.edit.tabs.metadata.title": "Gyűjtemény szerkesztés - Metaadat", - + // "collection.edit.tabs.roles.head": "Assign Roles", "collection.edit.tabs.roles.head": "Jogok hozzárendelése", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", "collection.edit.tabs.roles.title": "Gyűjtemény szerkesztése - Jogok", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", "collection.edit.tabs.source.external": "Ez a gyűjtemény külső forrásból gyűjti be tartalmát", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", "collection.edit.tabs.source.form.errors.oaiSource.required": "Beállított azonosítót kell megadnia a célgyűjteményhez.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", "collection.edit.tabs.source.form.harvestType": "Tartalom begyűjtése folyamatban", - + // "collection.edit.tabs.source.form.head": "Configure an external source", "collection.edit.tabs.source.form.head": "Külső forrás beállítása", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", "collection.edit.tabs.source.form.metadataConfigId": "Metaadat formátum", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", "collection.edit.tabs.source.form.oaiSetId": "OAI sajátos beállított azonosító", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", "collection.edit.tabs.source.form.oaiSource": "OAI szolgáltató", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Metaadat és bitfolyam begyűjtése (ORE támogatás szükséges)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "metaadatok és referenciák begyűjtése bitfolyamhoz (ORE támogatás szükséges)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Csupán metaadatok begyűjtése", - + // "collection.edit.tabs.source.head": "Content Source", "collection.edit.tabs.source.head": "Tartalom forrása", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "collection.edit.tabs.source.notifications.discarded.content": "Változtatások elvetve. Visszaállításukhoz kattintson a 'Visszaállítás' gombra", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", "collection.edit.tabs.source.notifications.discarded.title": "Változtatások elvetve", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "collection.edit.tabs.source.notifications.invalid.content": "Változtatások nincsenek mentve. Kérjük, ellenőrizze, hogy valamennyi mező érvényes, mielőtt mentene.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", "collection.edit.tabs.source.notifications.invalid.title": "Metaadat érvénytelen", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", "collection.edit.tabs.source.notifications.saved.content": "A gyűjtemény tartalmának forrásával kapcsolatos változtatásai elmentve.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", "collection.edit.tabs.source.notifications.saved.title": "Tartalom forrása elmentve", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", "collection.edit.tabs.source.title": "Gyűjtemény szerkesztés - tartalom forrása", - - - + + + // "collection.edit.template.add-button": "Add", "collection.edit.template.add-button": "Hozzáad", - + // "collection.edit.template.breadcrumbs": "Item template", "collection.edit.template.breadcrumbs": "Elemsablon", - + // "collection.edit.template.cancel": "Cancel", "collection.edit.template.cancel": "Mégsem", - + // "collection.edit.template.delete-button": "Delete", "collection.edit.template.delete-button": "Töröl", - + // "collection.edit.template.edit-button": "Edit", "collection.edit.template.edit-button": "Szerkeszt", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", "collection.edit.template.head": "Gyűjtemény elemsablon szerkesztése: \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", "collection.edit.template.label": "Elemsablon", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", "collection.edit.template.notifications.delete.error": "Nem sikerült törölni az elemsablont", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", "collection.edit.template.notifications.delete.success": "Sikeresen töröltük az elemsablont", - + // "collection.edit.template.title": "Edit Template Item", "collection.edit.template.title": "Elemsablon szerkesztése", - - - + + + // "collection.form.abstract": "Short Description", "collection.form.abstract": "Rövid leírás", - + // "collection.form.description": "Introductory text (HTML)", "collection.form.description": "Bevezető szöveg (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", "collection.form.errors.title.required": "Adja meg a gyűjtemény nevét", - + // "collection.form.license": "License", "collection.form.license": "Engedély", - + // "collection.form.provenance": "Provenance", "collection.form.provenance": "Eredet", - + // "collection.form.rights": "Copyright text (HTML)", "collection.form.rights": "Szerzői jog szövege (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", "collection.form.tableofcontents": "Hírek (HTML)", - + // "collection.form.title": "Name", "collection.form.title": "Név", - - - + + + // "collection.listelement.badge": "Collection", "collection.listelement.badge": "Gyűjtemény", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.head": "Friss feltöltések", - + // "collection.page.browse.recent.empty": "No items to show", "collection.page.browse.recent.empty": "Nincs tárgy", - + // "collection.page.edit": "Edit this collection", "collection.page.edit": "Gyűjtemény szerkesztése", - + // "collection.page.handle": "Permanent URI for this collection", "collection.page.handle": "Állandó URI ehhez a gyűjteményhez", - + // "collection.page.license": "License", "collection.page.license": "Engedély", - + // "collection.page.news": "News", "collection.page.news": "Hírek", - - - + + + // "collection.select.confirm": "Confirm selected", "collection.select.confirm": "Kiválasztás igazolása", - + // "collection.select.empty": "No collections to show", "collection.select.empty": "Nincs gyűjtemény", - + // "collection.select.table.title": "Title", "collection.select.table.title": "Cím", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", "collection.source.update.notifications.error.content": "A megadott beállításokat ellenőriztük és nem működnek.", - + // "collection.source.update.notifications.error.title": "Server Error", "collection.source.update.notifications.error.title": "Szerverhiba", - - - + + + // "communityList.tabTitle": "DSpace - Community List", "communityList.tabTitle": "DSpace - Közösség lista", - + // "communityList.title": "List of Communities", "communityList.title": "Közösségek listája", - + // "communityList.showMore": "Show More", "communityList.showMore": "Mutasson többet", - - - + + + // "community.create.head": "Create a Community", "community.create.head": "Hozzon létre egy közösséget", - + // "community.create.notifications.success": "Successfully created the Community", "community.create.notifications.success": "Közösség sikeresen létrehozva", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", "community.create.sub-head": "Hozzon létre egy alközösséget a közösségben {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", "community.curate.header": "Közösség gondozása: {{community}}", - + // "community.delete.cancel": "Cancel", "community.delete.cancel": "Mégse", - + // "community.delete.confirm": "Confirm", "community.delete.confirm": "Igazolja", - + // "community.delete.head": "Delete Community", "community.delete.head": "Közösség törlése", - + // "community.delete.notification.fail": "Community could not be deleted", "community.delete.notification.fail": "Közösség törlése nem sikerült", - + // "community.delete.notification.success": "Successfully deleted community", "community.delete.notification.success": "SKözösség sikeresen törölve", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", "community.delete.text": "Biztos benne, hogy törölni szeretné a közösséget \"{{ dso }}\"", - + // "community.edit.delete": "Delete this community", "community.edit.delete": "Törölje ezt a közösséget", - + // "community.edit.head": "Edit Community", "community.edit.head": "Közösség szerkesztése", - + // "community.edit.breadcrumbs": "Edit Community", "community.edit.breadcrumbs": "Közösség szerkesztése", - - + + // "community.edit.logo.label": "Community logo", "community.edit.logo.label": "Közösségi logo", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", "community.edit.logo.notifications.add.error": "Közösségi logo feltöltése nem sikerült Kérjük, ellenőrizze a tartalmat, mielőtt újra próbálkozna.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", "community.edit.logo.notifications.add.success": "Közösségi logo feltöltve.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", "community.edit.logo.notifications.delete.success.title": "Logo törölve", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", "community.edit.logo.notifications.delete.success.content": "A közösség logóját sikeresen törölte", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", "community.edit.logo.notifications.delete.error.title": "Logo törlése közben hiba történt", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", "community.edit.logo.upload": "Feltöltéshez húzza ide a közösségi logót", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", "community.edit.notifications.success": "Közösség szerkesztése sikerült", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", "community.edit.notifications.unauthorized": "Nincs meg a szükséges jogosultsága a változtatáshoz", - + // "community.edit.notifications.error": "An error occured while editing the Community", "community.edit.notifications.error": "Hiba történt a közösség szerkesztésekor", - + // "community.edit.return": "Return", "community.edit.return": "Vissza", - - - + + + // "community.edit.tabs.curate.head": "Curate", "community.edit.tabs.curate.head": "Gondozás", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", "community.edit.tabs.curate.title": "Közösség szerkesztés - Gondozás", - + // "community.edit.tabs.metadata.head": "Edit Metadata", "community.edit.tabs.metadata.head": "Metaadat szerkesztés", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", "community.edit.tabs.metadata.title": "Közösség szerkesztése - Metaadat", - + // "community.edit.tabs.roles.head": "Assign Roles", "community.edit.tabs.roles.head": "Feladatok kijelölése", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", "community.edit.tabs.roles.title": "Közösség szerkesztése - Feladatok", - + // "community.edit.tabs.authorizations.head": "Authorizations", "community.edit.tabs.authorizations.head": "Jogosultásgok", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", "community.edit.tabs.authorizations.title": "Közösségi szerkesztés - Jogosultásgok", - - - + + + // "community.listelement.badge": "Community", "community.listelement.badge": "Közösség", - - - + + + // "comcol-role.edit.no-group": "None", "comcol-role.edit.no-group": "Egyik sem", - + // "comcol-role.edit.create": "Create", "comcol-role.edit.create": "Hozzon létre", - + // "comcol-role.edit.restrict": "Restrict", "comcol-role.edit.restrict": "Korlátozzon", - + // "comcol-role.edit.delete": "Delete", "comcol-role.edit.delete": "Törölje", - - + + // "comcol-role.edit.community-admin.name": "Administrators", "comcol-role.edit.community-admin.name": "Adminisztrátorok", - + // "comcol-role.edit.collection-admin.name": "Administrators", "comcol-role.edit.collection-admin.name": "Adminisztrátorok", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.community-admin.description": "A közösségek adminisztrátorai létrehozhatnak alközösségeket vagy gyűjteményeket, irányíthatják azokat, vagy kijelölhetik azok irányítását. Továbbá ők döntik el ki tölthet fel tárgyakat bármely algyűjteménybe, ki szerkesztheti a tárgyak metaadatait (feltöltést követően) és ki adhat hozzá (térképezhet) létező tárgyakat más gyűjteményekből (felhatalmazás szükséges).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", "comcol-role.edit.collection-admin.description": "A közösségek adminisztrátorai öntik el ki tölthet fel tárgyakat bármely algyűjteménybe, ki szerkesztheti a tárgyak metaadatait (feltöltést követően) és ki adhat hozzá (térképezhet) létező tárgyakat más gyűjteményekből (felhatalmazás szükséges).", - - + + // "comcol-role.edit.submitters.name": "Submitters", "comcol-role.edit.submitters.name": "Feltöltők", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", "comcol-role.edit.submitters.description": "E-People és csoportok akik feltölthetnek új tárgyakat ebbe a gyűjteménybe.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", "comcol-role.edit.item_read.name": "Alapbeállított tárgy olvasási hozzáférés", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", "comcol-role.edit.item_read.description": "Azon E-People és csoportok, amelyek olvashatják az ebbe a gyűjteménybe feltöltött tárgyakat. Az ebben a tekintetben végrehajtott változtatások nem visszamenő érvényűek. A meglévő tárgyak olvashatók maradnak mindazok számára, akik a feltöltés idején rendelkeztek ezzel a hozzáféréssel.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", "comcol-role.edit.item_read.anonymous-group": "Beérkező tárgyak olvasási alapbeállítása jelenleg Névtelen.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", "comcol-role.edit.bitstream_read.name": "Bitfolyam olvasási hozzáférés alapbeállítás", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.bitstream_read.description": "A közösségek adminisztrátorai létrehozhatnak alközösségeket vagy gyűjteményeket, irányíthatják azokat, vagy kijelölhetik azok irányítását. Továbbá ők döntik el ki tölthet fel tárgyakat bármely algyűjteménybe, ki szerkesztheti a tárgyak metaadatait (feltöltést követően) és ki adhat hozzá (térképezhet) létező tárgyakat más gyűjteményekből (felhatalmazás szükséges).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", "comcol-role.edit.bitstream_read.anonymous-group": "Beérkező bitfolyamok olvasási alapbeállítása jelenleg Névtelen.", - - + + // "comcol-role.edit.editor.name": "Editors", "comcol-role.edit.editor.name": "Szerkesztők", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", "comcol-role.edit.editor.description": "Szerkesztők szerkeszthetik a beérkező feltöltések metaadatait és elfogadhatják, vagy elutasíthatják azokat.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", "comcol-role.edit.finaleditor.name": "Végső szerkesztők", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", "comcol-role.edit.finaleditor.description": "Végső szerkesztők szerkeszthetik a beérkező feltöltések metaadatait de nem utasíthatják el azokat.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", "comcol-role.edit.reviewer.name": "Lektorálók", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", "comcol-role.edit.reviewer.description": "A lektorálók elfogadhatják, vagy elutasíthatják a beérkező feltöltéseket, de nem szerkeszthetik azok metaadatait.", - - - + + + // "community.form.abstract": "Short Description", "community.form.abstract": "Rövid leírás", - + // "community.form.description": "Introductory text (HTML)", "community.form.description": "Bevezető szöveg (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", "community.form.errors.title.required": "Kérjük adjon meg egy közösség nevet", - + // "community.form.rights": "Copyright text (HTML)", "community.form.rights": "Szerzői jog szövege (HTML)", - + // "community.form.tableofcontents": "News (HTML)", "community.form.tableofcontents": "Hírek (HTML)", - + // "community.form.title": "Name", "community.form.title": "Név", - + // "community.page.edit": "Edit this community", "community.page.edit": "Közösség szerkesztése", - + // "community.page.handle": "Permanent URI for this community", "community.page.handle": "Állandó URI ehhez a közösséghez", - + // "community.page.license": "License", "community.page.license": "Engedély", - + // "community.page.news": "News", "community.page.news": "Hírek", - + // "community.all-lists.head": "Subcommunities and Collections", "community.all-lists.head": "Alközösségek és gyűjtemények", - + // "community.sub-collection-list.head": "Collections of this Community", "community.sub-collection-list.head": "Ennek a közösségnek a gyűjteményei", - + // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "Ennek a közösségnek a közösségei", - - - + + + // "cookies.consent.accept-all": "Accept all", "cookies.consent.accept-all": "Mind elfogad", - + // "cookies.consent.accept-selected": "Accept selected", "cookies.consent.accept-selected": "Kiválasztottat elfogad", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", "cookies.consent.app.opt-out.description": "Ez az app alaból betöltődik (de letilthatja)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", "cookies.consent.app.opt-out.title": "(letilt)", - + // "cookies.consent.app.purpose": "purpose", "cookies.consent.app.purpose": "cél", - + // "cookies.consent.app.required.description": "This application is always required", "cookies.consent.app.required.description": "Ez egy szükséges alkalmazás", - + // "cookies.consent.app.required.title": "(always required)", "cookies.consent.app.required.title": "(mindig szükséges)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", "cookies.consent.update": "Változások történtek az utolsó látogatása óta, frissítse a beleegyezését.", - + // "cookies.consent.close": "Close", "cookies.consent.close": "Bezár", - + // "cookies.consent.decline": "Decline", "cookies.consent.decline": "Elutasít", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", "cookies.consent.content-notice.description": "Mi gyűjtjük és feldolgozzuk a személyes adatait a következő célból: Hitelesítés, Beállítások, Elismerés és Statisztikák.
Részletekért olvassa el: {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", "cookies.consent.content-notice.learnMore": "Személyreszab", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", "cookies.consent.content-modal.description": "Itt láthatja és személyre szabhatja az Önről gyűjtött adatokat.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", "cookies.consent.content-modal.privacy-policy.name": "Adatvédelmi irányelvek", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", "cookies.consent.content-modal.privacy-policy.text": "Továbbiakért olvassa el: {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Gyűjtött adatok", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Hitelesítés", - + // "cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Szükséges a beléptetéséhez", - - + + // "cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Beállítások", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", "cookies.consent.app.description.preferences": "Szükséges a beállítások mentéséhez", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", "cookies.consent.app.title.acknowledgement": "Elismerés", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", "cookies.consent.app.description.acknowledgement": "Szükséges az elismerésének és beleegyezésének a mentéséhez", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", "cookies.consent.app.description.google-analytics": "Engedélyezi statisztikai adatok gyűjtését", - - - + + + // "cookies.consent.purpose.functional": "Functional", "cookies.consent.purpose.functional": "Funkcionális", - + // "cookies.consent.purpose.statistical": "Statistical", "cookies.consent.purpose.statistical": "Statisztikai", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Hivatkozások ellenőrzése a metaadatokban", - + "curation-task.task.checklinks.label": "Hivatkozások ellenőrzése a metaadatokban", + // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", "curation-task.task.profileformats.label": "A profil bitfolyam formátumai", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", "curation-task.task.requiredmetadata.label": "Szükséges metaadatok ellenőrzése", - + // "curation-task.task.translate.label": "Microsoft Translator", "curation-task.task.translate.label": "Microsoft fordító", - + // "curation-task.task.vscan.label": "Virus Scan", "curation-task.task.vscan.label": "Virus ellenőrzés", - - - + + + // "curation.form.task-select.label": "Task:", "curation.form.task-select.label": "Feladat:", - + // "curation.form.submit": "Start", "curation.form.submit": "Start", - + // "curation.form.submit.success.head": "The curation task has been started successfully", "curation.form.submit.success.head": "A kurátor feladat siskersen elkezdődött", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", "curation.form.submit.success.content": "Át lesz irányítva a megfelelő folyamatoldalra.", - + // "curation.form.submit.error.head": "Running the curation task failed", "curation.form.submit.error.head": "A kurátor feladat futtatása sikertelen", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", "curation.form.submit.error.content": "Hiba történt a kurátor feladat elindításakor.", - + // "curation.form.handle.label": "Handle:", "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", "curation.form.handle.hint": "Hint: Írja be a(z) [your-handle-prefix]/0 hogy futtasson egy feladatok az egész oldalon (nem minden feladat alakalmas a futtatásra)", - - - + + + // "dso-selector.create.collection.head": "New collection", "dso-selector.create.collection.head": "Új gyűjtemény", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", "dso-selector.create.collection.sub-level": "Új közösség létrehozása benne", - + // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "Új közösség", - + // "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.sub-level": "Hozzon létre új közösséget benne", - + // "dso-selector.create.community.top-level": "Create a new top-level community", "dso-selector.create.community.top-level": "Hozzon létre csúcsszintű közösséget", - + // "dso-selector.create.item.head": "New item", "dso-selector.create.item.head": "Új tárgy", - + // "dso-selector.create.item.sub-level": "Create a new item in", "dso-selector.create.item.sub-level": "Új elem létrehozása, itt", - + // "dso-selector.create.submission.head": "New submission", "dso-selector.create.submission.head": "Új beküldés", - + // "dso-selector.edit.collection.head": "Edit collection", "dso-selector.edit.collection.head": "Szerkessze a gyűjteményt", - + // "dso-selector.edit.community.head": "Edit community", "dso-selector.edit.community.head": "Szerkessze a közösséget", - + // "dso-selector.edit.item.head": "Edit item", "dso-selector.edit.item.head": "Szerkessze a tárgyat", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", "dso-selector.export-metadata.dspaceobject.head": "Metaadat exportálása innen", - + // "dso-selector.no-results": "No {{ type }} found", "dso-selector.no-results": "Nincs {{ type }} találat", - + // "dso-selector.placeholder": "Search for a {{ type }}", "dso-selector.placeholder": "Keressen egy {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "Metaadat exportálásának célja {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.info": "Biztos benne, hogy exportálni szeretné a metaadatok a követkő céllal: {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", "confirmation-modal.export-metadata.cancel": "Mégsem", - + // "confirmation-modal.export-metadata.confirm": "Export", "confirmation-modal.export-metadata.confirm": "Export", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.header": "EPerson törlése \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.info": "Biztos benne, hogy törli: EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", "confirmation-modal.delete-eperson.cancel": "Mégsem", - + // "confirmation-modal.delete-eperson.confirm": "Delete", "confirmation-modal.delete-eperson.confirm": "Töröl", - - + + // "error.bitstream": "Error fetching bitstream", "error.bitstream": "Bitfolyam megjelenítése közben hiba történt", - + // "error.browse-by": "Error fetching items", "error.browse-by": "Tárgy megjelenítése közben hiba történt", - + // "error.collection": "Error fetching collection", "error.collection": "Gyűjtemény megjelenítése közben hiba történt", - + // "error.collections": "Error fetching collections", "error.collections": "Gyűjtemények megjelenítése közben hiba történt", - + // "error.community": "Error fetching community", "error.community": "Közösség megjelenítése közben hiba történty", - + // "error.identifier": "No item found for the identifier", "error.identifier": "Ehhez az azonosítóhoz nem találtunk tárgyat", - + // "error.default": "Error", "error.default": "Hiba", - + // "error.item": "Error fetching item", "error.item": "Tárgy megjelenítésekor hiba történt", - + // "error.items": "Error fetching items", "error.items": "Tárgyak megjelenítésekor hiba történt", - + // "error.objects": "Error fetching objects", "error.objects": "Tárgyak megjelenítésekor hiba történt", - + // "error.recent-submissions": "Error fetching recent submissions", "error.recent-submissions": "Friss feltöltések megjelenítésekor hiba történt", - + // "error.search-results": "Error fetching search results", "error.search-results": "keresési eredmények megjelenítésekor hiba történt", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "Algyűjtemények megjelenítésekor hiba történt", - + // "error.sub-communities": "Error fetching sub-communities", "error.sub-communities": "Alközösségek megjelenítésekor hiba történt", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", "error.submission.sections.init-form-error": "Szakasz kezdőértékének megadásakor hiba történt, kérjük ellenőrizze az adatbeviteli forma beállításait. Részletek alább :

", - + // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Csúcsszintű közösségek megjelenítésekor hiba történt", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", "error.validation.license.notgranted": "ezt az engedélyt meg kell adnia ahhoz, hogy befejezze a feltöltést. Ha jelenleg ez nem lehetséges, elmentheti az eddigi munkát és később folytathatja, vagy törölheti a feltöltést.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", "error.validation.pattern": "Ezt a bevitelt korlátozza a jelenlegi útvonal: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", "error.validation.filerequired": "Az állomány feltöltése kötelező", - - - + + + // "file-section.error.header": "Error obtaining files for this item", "file-section.error.header": "Hiba történ az elemhez tartozó fájlok beszerzésekor", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "szerzői jog © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace szoftver", - + // "footer.link.lyrasis": "LYRASIS", "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", "footer.link.cookies": "Süti beállítások", - + // "footer.link.privacy-policy": "Privacy policy", "footer.link.privacy-policy": "Privacy policy", - + // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"End User Agreement", - - - + "footer.link.end-user-agreement": "End User Agreement", + + + // "forgot-email.form.header": "Forgot Password", "forgot-email.form.header": "Elfelejtettem a jelszót", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "forgot-email.form.info": "Lépjen be a Fiók létrehozásába, hogy feliratkozhasson gyűjtemények e-mail értesítésére, és új elemeket tölthessen fel a DSpace-be.", - + // "forgot-email.form.email": "Email Address *", "forgot-email.form.email": "Email Cím *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", "forgot-email.form.email.error.required": "Írjon be egy e-mail címet", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", "forgot-email.form.email.error.pattern": "Írjon be egy érvényes e-mail címet", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", "forgot-email.form.email.hint": "Ellenőrizni fogjuk a címet és ezt fogja használni a bejelentkezéshez.", - + // "forgot-email.form.submit": "Submit", "forgot-email.form.submit": "Beküld", - + // "forgot-email.form.success.head": "Verification email sent", "forgot-email.form.success.head": "Ellenőrző e-mail kiküldve", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "forgot-email.form.success.content": "Egy levél ki lett küldve a(z) {{ email }} címre, ami tartalmaz egy speciális hivatkozást a következő lépéshez.", - + // "forgot-email.form.error.head": "Error when trying to register email", "forgot-email.form.error.head": "Hiba történt az e-mail cím regisztrációjánál", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", "forgot-email.form.error.content": "Hiba történt a következő e-mail cím regisztrációjánál: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", "forgot-password.title": "Elfelejtettem a jelszót", - + // "forgot-password.form.head": "Forgot Password", "forgot-password.form.head": "Elfelejtettem a jelszót", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "forgot-password.form.info": "Írjon be egy új jelszót a lenti mezőbe, és igazolja a második mezőbe újraírva azt. Legalább hat karakter hosszú kell legyen.", - + // "forgot-password.form.card.security": "Security", "forgot-password.form.card.security": "Biztonság", - + // "forgot-password.form.identification.header": "Identify", "forgot-password.form.identification.header": "Azonosítás", - + // "forgot-password.form.identification.email": "Email address: ", "forgot-password.form.identification.email": "E-mail cím: ", - + // "forgot-password.form.label.password": "Password", "forgot-password.form.label.password": "Jelszó", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", "forgot-password.form.label.passwordrepeat": "Írja újra a visszaigazoláshoz", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", "forgot-password.form.error.empty-password": "Írja be a jelszót a lenti mezőbe.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", "forgot-password.form.error.matching-passwords": "A jelszavak nem egyeznek.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", "forgot-password.form.error.password-length": "A jelszó legalább 6 karakter hosszú kell legyen.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", "forgot-password.form.notification.error.title": "Hiba történt a jelszó beküldésekor", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", "forgot-password.form.notification.success.content": "A jelszóvisszaállítás sikeres volt. Beléphet a létrehozott felhasználóval.", - + // "forgot-password.form.notification.success.title": "Password reset completed", "forgot-password.form.notification.success.title": "Jelszóvisszaállítás befejeződött", - + // "forgot-password.form.submit": "Submit password", "forgot-password.form.submit": "Jelszó beküldése", - - - + + + // "form.add": "Add", "form.add": "Hozzáadás", - + // "form.add-help": "Click here to add the current entry and to add another one", "form.add-help": "Kattintson ide a beírt adatok hozzáadásához, majd újabb megadásához", - + // "form.cancel": "Cancel", "form.cancel": "Mégse", - + // "form.clear": "Clear", "form.clear": "Töröl", - + // "form.clear-help": "Click here to remove the selected value", "form.clear-help": "Kattintson ide a kiválasztott érték törléséhez", - + // "form.edit": "Edit", "form.edit": "Szerkeszt", - + // "form.edit-help": "Click here to edit the selected value", "form.edit-help": "Kattintson ide a kiválasztott érték szerkesztéséhez", - + // "form.first-name": "First name", "form.first-name": "Keresztnév", - + // "form.group-collapse": "Collapse", "form.group-collapse": "Kicsinyít", - + // "form.group-collapse-help": "Click here to collapse", "form.group-collapse-help": "Kattintson ide a kicsinyítéshez", - + // "form.group-expand": "Expand", "form.group-expand": "Felnagyít", - + // "form.group-expand-help": "Click here to expand and add more elements", "form.group-expand-help": "Kattintson ide, hogy felnagyítsa s újabb elemeket adjon hozzá", - + // "form.last-name": "Last name", "form.last-name": "Családnév", - + // "form.loading": "Loading...", "form.loading": "Betöltés...", - + // "form.lookup": "Lookup", "form.lookup": "Keresse ki", - + // "form.lookup-help": "Click here to look up an existing relation", "form.lookup-help": "Kattintson ide egy meglévő kapcsolat kikereséséhez", - + // "form.no-results": "No results found", "form.no-results": "Nincs találat", - + // "form.no-value": "No value entered", "form.no-value": "Nem adott meg értéket", - + // "form.other-information": {}, "form.other-information": {}, - + // "form.remove": "Remove", "form.remove": "Törlés", - + // "form.save": "Save", "form.save": "Mentés", - + // "form.save-help": "Save changes", "form.save-help": "Változtatások mentése", - + // "form.search": "Search", "form.search": "Keresés", - + // "form.search-help": "Click here to look for an existing correspondence", "form.search-help": "Kattintson ide egy meglévő levelezés kikereséséhez", - + // "form.submit": "Submit", "form.submit": "Feltöltés", - - - + + + // "home.description": "", "home.description": "", - + // "home.breadcrumbs": "Home", "home.breadcrumbs": "Haza", - + // "home.title": "DSpace Angular :: Home", "home.title": "DSpace Angular :: Haza", - + // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "Közösségek a DSpace-en", - + // "home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Válasszon ki egy közösséget, hogy böngéssze a gyűjteményeit.", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", "info.end-user-agreement.accept": "Elolvastam és elfogadom a felhasználói feltételeket", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", "info.end-user-agreement.accept.error": "Hiba történt a felhasználói feltételek elfogadásakor", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", "info.end-user-agreement.accept.success": "Sikeresen frissítette a felhasználói feltételeket", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", "info.end-user-agreement.breadcrumbs": "Felhasználói feltételek", - + // "info.end-user-agreement.buttons.cancel": "Cancel", "info.end-user-agreement.buttons.cancel": "Mégsem", - + // "info.end-user-agreement.buttons.save": "Save", "info.end-user-agreement.buttons.save": "Mentés", - + // "info.end-user-agreement.head": "End User Agreement", "info.end-user-agreement.head": "Felhasználói feltételek", - + // "info.end-user-agreement.title": "End User Agreement", "info.end-user-agreement.title": "Felhasználói feltételek", - + // "info.privacy.breadcrumbs": "Privacy Statement", "info.privacy.breadcrumbs": "Adatvédelmi nyilatkozat", - + // "info.privacy.head": "Privacy Statement", "info.privacy.head": "Adatvédelmi nyilatkozat", - + // "info.privacy.title": "Privacy Statement", "info.privacy.title": "Adatvédelmi nyilatkozat", - - - + + + // "item.alerts.private": "This item is private", "item.alerts.private": "Ez az elem privát", - + // "item.alerts.withdrawn": "This item has been withdrawn", "item.alerts.withdrawn": "Ez az elem vissza lett vonva", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", "item.edit.authorizations.heading": "Evvel a szerkesztővel megnézheti vagy szerkesztheti egy elem jogosutságát, és szerkesztheti egy egyedi elem componenseinek jogosutságát: bundles és bitstreams. Röviden, egy elem a kötegek gyűjteménye, és a kötegek a bitsteramek gyűjteménye. A kötegeknek többnyire van ADD/REMOVE/READ/WRITE jogosultsága, miközben a bitstreameknek csak READ/WRITE jogosultsága.", - + // "item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Jogosultásgok elem szerkesztése", - - - + + + // "item.badge.private": "Private", "item.badge.private": "Privát", - + // "item.badge.withdrawn": "Withdrawn", "item.badge.withdrawn": "Visszavont", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", "item.bitstreams.upload.bundle": "Csomag", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", "item.bitstreams.upload.bundle.placeholder": "Válasszon ki egy csomagot", - + // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Hozzon létre csomagot", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Ez a tárgy nem tartalmaz csomagot, ahova bitfolyamot lehetne feltölteni.", - + // "item.bitstreams.upload.cancel": "Cancel", "item.bitstreams.upload.cancel": "Mégse", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", "item.bitstreams.upload.drop-message": "Húzza ide a feltöltendő állományt", - + // "item.bitstreams.upload.item": "Item: ", "item.bitstreams.upload.item": "Tárgy: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", "item.bitstreams.upload.notifications.bundle.created.content": "Új csomag sikeresen létrehozva.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", "item.bitstreams.upload.notifications.bundle.created.title": "Csomag létrehozva", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", "item.bitstreams.upload.notifications.upload.failed": "Feltöltés nem sikerült. Kérjük ellenőrizze a tartalmát, mielőtt újra próbálkozna.", - + // "item.bitstreams.upload.title": "Upload bitstream", "item.bitstreams.upload.title": "Bitfolyam feltöltése", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", "item.edit.bitstreams.bundle.edit.buttons.upload": "Feltöltés", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", "item.edit.bitstreams.bundle.displaying": "Jelenleg látható {{ amount }} Bitfolyam ennyiből: {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", "item.edit.bitstreams.bundle.load.all": "Valamennyi betöltése ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", "item.edit.bitstreams.bundle.load.more": "Több betöltése", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", "item.edit.bitstreams.bundle.name": "CSOMAG: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", "item.edit.bitstreams.discard-button": "Elvetés", - + // "item.edit.bitstreams.edit.buttons.download": "Download", "item.edit.bitstreams.edit.buttons.download": "Letöltés", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", "item.edit.bitstreams.edit.buttons.drag": "Húzni", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", "item.edit.bitstreams.edit.buttons.edit": "Szerkesztés", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", "item.edit.bitstreams.edit.buttons.remove": "Eltávolítás", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", "item.edit.bitstreams.edit.buttons.undo": "Változtatások vissza", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", "item.edit.bitstreams.empty": "Ez a tárgy nem tartalmaz bitfolyamot. Kattintson a feltöltés gombra, hogy hozzon létre egyet.", - + // "item.edit.bitstreams.headers.actions": "Actions", "item.edit.bitstreams.headers.actions": "Műveletek", - + // "item.edit.bitstreams.headers.bundle": "Bundle", "item.edit.bitstreams.headers.bundle": "Csomag", - + // "item.edit.bitstreams.headers.description": "Description", "item.edit.bitstreams.headers.description": "Leírás", - + // "item.edit.bitstreams.headers.format": "Format", "item.edit.bitstreams.headers.format": "Formátum", - + // "item.edit.bitstreams.headers.name": "Name", "item.edit.bitstreams.headers.name": "Név", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.bitstreams.notifications.discarded.content": "Változtatásai elvetve. Visszaállításukhoz kattintson a 'visszaállítás' gombra", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", "item.edit.bitstreams.notifications.discarded.title": "Változtatások elvetve", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", "item.edit.bitstreams.notifications.move.failed.title": "Bitfolyam elmozdítása közben hiba történt", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", "item.edit.bitstreams.notifications.move.saved.content": "Művelete megváltoztatja a tárgy bitfolyamát és a csomagok el vannak mentve.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", "item.edit.bitstreams.notifications.move.saved.title": "Változtatások elmozdítása elmentve", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.bitstreams.notifications.outdated.content": "A tárgyat amin jelenleg dolgozik egy másik felhasználó módosította. A jelenlegi változtatásokat elvetettük, hogy megelőzzük a konfliktusokat", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", "item.edit.bitstreams.notifications.outdated.title": "Változtatások idejemúltak", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", "item.edit.bitstreams.notifications.remove.failed.title": "Bitfolyam törlése közben hiba történt", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", "item.edit.bitstreams.notifications.remove.saved.content": "Az ön eltávolító változtatásai ennek a tárgynak a bitfolyamában el vannak mentve.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", "item.edit.bitstreams.notifications.remove.saved.title": "Eltávolító változtatások mentve", - + // "item.edit.bitstreams.reinstate-button": "Undo", "item.edit.bitstreams.reinstate-button": "Visszaváltoztatás", - + // "item.edit.bitstreams.save-button": "Save", "item.edit.bitstreams.save-button": "Mentés", - + // "item.edit.bitstreams.upload-button": "Upload", "item.edit.bitstreams.upload-button": "Feltöltés", - - - + + + // "item.edit.delete.cancel": "Cancel", "item.edit.delete.cancel": "Mégse", - + // "item.edit.delete.confirm": "Delete", "item.edit.delete.confirm": "Törlés", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", "item.edit.delete.description": "Biztos benne, hogy ezt a tárgyat teljesen törölni óhajtja? Figyelem: jelenleg nem marad sírkő.", - + // "item.edit.delete.error": "An error occurred while deleting the item", "item.edit.delete.error": "Tárgy törlése közben hiba történt", - + // "item.edit.delete.header": "Delete item: {{ id }}", "item.edit.delete.header": "Tárgy törlése: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", "item.edit.delete.success": "Tárgy törölve", - + // "item.edit.head": "Edit Item", "item.edit.head": "Tárgy szerkesztése", - + // "item.edit.breadcrumbs": "Edit Item", "item.edit.breadcrumbs": "Tárgy szerkesztése", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.mapper.head": "Collection Mapper", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "Térképezze a tárgyat a kiválasztott gyűjteményekhez", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", "item.edit.item-mapper.buttons.remove": "Törölje a tárgy térképezését a kiválasztott gyűjteményekhez", - + // "item.edit.item-mapper.cancel": "Cancel", "item.edit.item-mapper.cancel": "Mégse", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", "item.edit.item-mapper.description": "Ez a térképező eszköz, amellyel az adminisztrátorok ezt a tárgyat más gyűjteményekhez térképezhetik. Kereshet gyűjteményeket amelyekhez térképezze, vagy böngészheti azon gyűjtemények listáját, amelyhez jelenleg hozzá van térképezve..", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", "item.edit.item-mapper.head": "Tárgytérképező - Térképezze a tárgyat gyűjteményekhez", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "Tárgy: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", "item.edit.item-mapper.no-search": "Kérjük írja be a keresett szót", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.error.content": "A tárgynak a {{amount}} gyűjteményekhez való térképezésekor hiba történt.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", "item.edit.item-mapper.notifications.add.error.head": "Térképezési hibák", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.success.content": "Tárgy sikeresen térképezve {{amount}} gyűjteményhez.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", "item.edit.item-mapper.notifications.add.success.head": "Térképezés befejeződött", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "A {{amount}} gyűjteményekhez való térképezés eltávolításakor hiba történt.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", "item.edit.item-mapper.notifications.remove.error.head": "Térképezési hibák eltávolítása", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.success.content": "A {{amount}} gyűjteményhez való térképezés sikeresen eltávolítva.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", "item.edit.item-mapper.notifications.remove.success.head": "Térképezés eltávolítása befejeződött", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", "item.edit.item-mapper.tabs.browse": "Böngéssze a térképezett gyűjteményeket", - + // "item.edit.item-mapper.tabs.map": "Map new collections", "item.edit.item-mapper.tabs.map": "Térképezzen új gyűjteményeket", - - - + + + // "item.edit.metadata.add-button": "Add", "item.edit.metadata.add-button": "Hozzáadás", - + // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "Elvetés", - + // "item.edit.metadata.edit.buttons.edit": "Edit", "item.edit.metadata.edit.buttons.edit": "Szerkesztés", - + // "item.edit.metadata.edit.buttons.remove": "Remove", "item.edit.metadata.edit.buttons.remove": "Eltávolítás", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", "item.edit.metadata.edit.buttons.undo": "Változtatások elvetése", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "Szerkesztés leállítása", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", "item.edit.metadata.empty": "Az elem jelenleg nem tartalmaz metaadatot. Kattintson a Hozzáad-ra metaadatok hozzáadásához.", - + // "item.edit.metadata.headers.edit": "Edit", "item.edit.metadata.headers.edit": "Szerkesztés", - + // "item.edit.metadata.headers.field": "Field", "item.edit.metadata.headers.field": "Mező", - + // "item.edit.metadata.headers.language": "Lang", "item.edit.metadata.headers.language": "Nyelv", - + // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "Érték", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", "item.edit.metadata.metadatafield.invalid": "Kérjük válasszon egy érvényes metaadat mezőt", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.metadata.notifications.discarded.content": "Módosításai elvetve. Visszaállításukhoz kattintson a 'Visszaállítás' gombra", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", "item.edit.metadata.notifications.discarded.title": "Módosítva elvetve", - + // "item.edit.metadata.notifications.error.title": "An error occurred", "item.edit.metadata.notifications.error.title": "Hiba történt", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "item.edit.metadata.notifications.invalid.content": "Módosításai nincsenek elmentve, Kérjük mentés előtt ellenőrizze, hogy valamennyi mező érvényes.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", "item.edit.metadata.notifications.invalid.title": "Érvénytelen metaadat", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.metadata.notifications.outdated.content": "A tárgyon amin dolgozik egy másik felhasználó módosításokat eszközölt. Az ön módosításait elvetettük, hogy megelőzzük a konfliktust", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", "item.edit.metadata.notifications.outdated.title": "Módosítva idejemúlt", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", "item.edit.metadata.notifications.saved.content": "A tárgy metaadataiban eszközölt módosításai elmentve.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", "item.edit.metadata.notifications.saved.title": "Metaadat elmentve", - + // "item.edit.metadata.reinstate-button": "Undo", "item.edit.metadata.reinstate-button": "Visszaállítás", - + // "item.edit.metadata.save-button": "Save", "item.edit.metadata.save-button": "Mentés", - - - + + + // "item.edit.modify.overview.field": "Field", "item.edit.modify.overview.field": "Mező", - + // "item.edit.modify.overview.language": "Language", "item.edit.modify.overview.language": "Nyelv", - + // "item.edit.modify.overview.value": "Value", "item.edit.modify.overview.value": "Érték", - - - + + + // "item.edit.move.cancel": "Cancel", "item.edit.move.cancel": "Mégse", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", "item.edit.move.description": "Válassza ki a gyűjteményt amelyhez ezt a tárgyat hozzá kívánja adni. A látható gyűjtemények listájának szűkítéséhez írjon be keresőszót a mezőbe.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", "item.edit.move.error": "Tárgy mozgatásakor hiba történt", - + // "item.edit.move.head": "Move item: {{id}}", "item.edit.move.head": "Tárgy mozgatása: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", "item.edit.move.inheritpolicies.checkbox": "Szabályzatok öröklése", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", "item.edit.move.inheritpolicies.description": "Örökölje a célgyűjtemény alapértelmezett szabályzatát", - + // "item.edit.move.move": "Move", "item.edit.move.move": "Mozgatás", - + // "item.edit.move.processing": "Moving...", "item.edit.move.processing": "Mozgatás...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", "item.edit.move.search.placeholder": "Írjon be keresőszót hogy gyűjteményeket találjon", - + // "item.edit.move.success": "The item has been moved successfully", "item.edit.move.success": "Tárgy mozgatása sikerült", - + // "item.edit.move.title": "Move item", "item.edit.move.title": "Tárgy mozgatása", - - - + + + // "item.edit.private.cancel": "Cancel", "item.edit.private.cancel": "Mégse", - + // "item.edit.private.confirm": "Make it Private", "item.edit.private.confirm": "Legyen privát", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", "item.edit.private.description": "Biztos legyen ez a tárgy privát ebben az archívumban?", - + // "item.edit.private.error": "An error occurred while making the item private", "item.edit.private.error": "A tárgy privát beállí1tása közben hiba történt", - + // "item.edit.private.header": "Make item private: {{ id }}", "item.edit.private.header": "Legyen a tárgy privát: {{ id }}", - + // "item.edit.private.success": "The item is now private", "item.edit.private.success": "Ezx a tárgy most privát", - - - + + + // "item.edit.public.cancel": "Cancel", "item.edit.public.cancel": "Mégse", - + // "item.edit.public.confirm": "Make it Public", "item.edit.public.confirm": "legyen nyilvános", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", "item.edit.public.description": "ABiztos legyen ez a tárgy nyilvános ebben az archívumban?", - + // "item.edit.public.error": "An error occurred while making the item public", "item.edit.public.error": "Tárgy nyilvánossá tétele közben hiba történt", - + // "item.edit.public.header": "Make item public: {{ id }}", "item.edit.public.header": "MLegyen a tárgy nyilvános: {{ id }}", - + // "item.edit.public.success": "The item is now public", "item.edit.public.success": "A tárgy most nyilvános", - - - + + + // "item.edit.reinstate.cancel": "Cancel", "item.edit.reinstate.cancel": "Mégse", - + // "item.edit.reinstate.confirm": "Reinstate", "item.edit.reinstate.confirm": "Visszaállítás", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", "item.edit.reinstate.description": "Biztos vissza akarja állítani ezt a tárgyat az archívumba?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", "item.edit.reinstate.error": "Tárgy visszaállítása közben hiba történt", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", "item.edit.reinstate.header": "Tárgy visszaállítása: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", "item.edit.reinstate.success": "Tárgy visszaállítása sikerült", - - - + + + // "item.edit.relationships.discard-button": "Discard", "item.edit.relationships.discard-button": "Elvetés", - + // "item.edit.relationships.edit.buttons.add": "Add", "item.edit.relationships.edit.buttons.add": "Hozzáad", - + // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "Eltávolítás", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", "item.edit.relationships.edit.buttons.undo": "Visszamódosítás", - + // "item.edit.relationships.no-relationships": "No relationships", "item.edit.relationships.no-relationships": "Nincs kapcsolat", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.relationships.notifications.discarded.content": "Módosításai elvetve. Visszaállításukhoz kattintson a 'Visszaállítás' gombra", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", "item.edit.relationships.notifications.discarded.title": "Módosítások elvetve", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", // TODO Source message changed - Revise the translation "item.edit.relationships.notifications.failed.title": "Kapcsolat törlésekor hiba történt", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.relationships.notifications.outdated.content": "A tárgyon amin dolgozik egy másik felhasználó módosításokat eszközölt. Az ön módosításait elvetettük, hogy megelőzzük a konfliktust", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", "item.edit.relationships.notifications.outdated.title": "Módosítások idejétmúltak", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", "item.edit.relationships.notifications.saved.content": "A tárgy kapcsolataiban eszközölt módosításai elmentve.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", "item.edit.relationships.notifications.saved.title": "Kapcsolatok elmentve", - + // "item.edit.relationships.reinstate-button": "Undo", "item.edit.relationships.reinstate-button": "Visszaállítás", - + // "item.edit.relationships.save-button": "Save", "item.edit.relationships.save-button": "Mentés", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", "item.edit.relationships.no-entity-type": "Adja hozzá a 'dspace.entity.type' metaadatot ezen elem hivatkozásánek engedélyezéséhez", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", "item.edit.tabs.bitstreams.head": "Bitfolyamok", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", "item.edit.tabs.bitstreams.title": "Tárgy szerkesztése - Bitfolyamok", - + // "item.edit.tabs.curate.head": "Curate", "item.edit.tabs.curate.head": "Gondozás", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "Tárgy szerkesztése - Gondozás", - + // "item.edit.tabs.metadata.head": "Metadata", "item.edit.tabs.metadata.head": "Metaadat", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", "item.edit.tabs.metadata.title": "Tárgy szerkesztése - Metaadat", - + // "item.edit.tabs.relationships.head": "Relationships", "item.edit.tabs.relationships.head": "Kapcsolatok", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", "item.edit.tabs.relationships.title": "Tárgy szerkesztése - kapcsolatok", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", "item.edit.tabs.status.buttons.authorizations.button": "Engedélyezés...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", "item.edit.tabs.status.buttons.authorizations.label": "Szerkessze a tárgy engedélyezési szabályait", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", "item.edit.tabs.status.buttons.delete.button": "Véglegesen töröl", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", "item.edit.tabs.status.buttons.delete.label": "Tárgy teljes kitörlése", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", "item.edit.tabs.status.buttons.mappedCollections.button": "Térképezett gyűjtemények", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "Térképezett gyűjtemények szervezése", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", "item.edit.tabs.status.buttons.move.button": "Elmozdítás...", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", "item.edit.tabs.status.buttons.move.label": "Tárgy másik gyűjteménybe költöztetése", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", "item.edit.tabs.status.buttons.private.button": "Legyen privát...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", "item.edit.tabs.status.buttons.private.label": "Legyen a tárgy privát", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", "item.edit.tabs.status.buttons.public.button": "Legyen nyilvános...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", "item.edit.tabs.status.buttons.public.label": "Legyen a tárgy nyilvános", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", "item.edit.tabs.status.buttons.reinstate.button": "Visszaállí1tás...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", "item.edit.tabs.status.buttons.reinstate.label": "Tárgy visszaállítása az adattárba", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", "item.edit.tabs.status.buttons.withdraw.button": "Vedd vissza ezt az elemet", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", "item.edit.tabs.status.buttons.withdraw.label": "Tárgy visszavonása az adattárból", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", "item.edit.tabs.status.description": "Üdvözöljük a tárgyak szervezése oldalon. Itt visszavonhat, visszaállíthat, költöztethet vagy törölhet tárgyakat. Ugyanitt frissíthet metaadatokat illetve bitfolyamokat a többi fülnél, vagy újakat adhat hozzá", - + // "item.edit.tabs.status.head": "Status", "item.edit.tabs.status.head": "Állapot", - + // "item.edit.tabs.status.labels.handle": "Handle", "item.edit.tabs.status.labels.handle": "Mutató", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", "item.edit.tabs.status.labels.id": "Tárgy belső azonosító", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", "item.edit.tabs.status.labels.itemPage": "Tárgy oldala", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", "item.edit.tabs.status.labels.lastModified": "Utoljára módosították", - + // "item.edit.tabs.status.title": "Item Edit - Status", "item.edit.tabs.status.title": "Tárgy szerkesztése - Állapot", - + // "item.edit.tabs.versionhistory.head": "Version History", "item.edit.tabs.versionhistory.head": "Változatok története", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", "item.edit.tabs.versionhistory.title": "Tárgy szerkesztése - Változatok története", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", "item.edit.tabs.versionhistory.under-construction": "Változatok szerkesztése, vagy újak hozzáadása ezen a felületen még nem lehetséges.", - + // "item.edit.tabs.view.head": "View Item", "item.edit.tabs.view.head": "Tárgy megtekintése", - + // "item.edit.tabs.view.title": "Item Edit - View", "item.edit.tabs.view.title": "Tárgy szerkesztése - Megtekintés", - - - + + + // "item.edit.withdraw.cancel": "Cancel", "item.edit.withdraw.cancel": "Mégse", - + // "item.edit.withdraw.confirm": "Withdraw", "item.edit.withdraw.confirm": "Visszavonás", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", "item.edit.withdraw.description": "Biztosan vissza akarja vonni ezt a tárgyat az archívumból?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", "item.edit.withdraw.error": "Tárgy visszavonásakor hiba történt", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", "item.edit.withdraw.header": "Tárgy visszavonása: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", "item.edit.withdraw.success": "Tárgy visszavonása sikerült", - - - + + + // "item.listelement.badge": "Item", "item.listelement.badge": "Elem", - + // "item.page.description": "Description", "item.page.description": "Leírás", - - // "item.page.edit": "Edit this item", - "item.page.edit": "Elem szerkesztése", - + // "item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Folyóirat ISSN", - + // "item.page.journal-title": "Journal Title", "item.page.journal-title": "Folyóirat címe", - + // "item.page.publisher": "Publisher", "item.page.publisher": "Kiadó", - + // "item.page.titleprefix": "Item: ", "item.page.titleprefix": "Elem: ", - + // "item.page.volume-title": "Volume Title", "item.page.volume-title": "Kötet címe", - + // "item.search.results.head": "Item Search Results", "item.search.results.head": "Elem keresésének eredménye", - + // "item.search.title": "DSpace Angular :: Item Search", "item.search.title": "DSpace Angular :: Elem Keresése", - - - + + + // "item.page.abstract": "Abstract", "item.page.abstract": "Kivonat", - + // "item.page.author": "Authors", "item.page.author": "Szerzők", - + // "item.page.citation": "Citation", "item.page.citation": "Idézések", - + // "item.page.collections": "Collections", "item.page.collections": "Gyűjtemények", - + // "item.page.date": "Date", "item.page.date": "Dátum", - + // "item.page.edit": "Edit this item", "item.page.edit": "Elem szerkesztése", - + // "item.page.files": "Files", "item.page.files": "Állományok", - + // "item.page.filesection.description": "Description:", "item.page.filesection.description": "Leírás:", - + // "item.page.filesection.download": "Download", "item.page.filesection.download": "Letöltés", - + // "item.page.filesection.format": "Format:", "item.page.filesection.format": "Formátum:", - + // "item.page.filesection.name": "Name:", "item.page.filesection.name": "Név:", - + // "item.page.filesection.size": "Size:", "item.page.filesection.size": "Méret:", - + // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "Cikkek ebben a kiadványban", - + // "item.page.link.full": "Full item page", "item.page.link.full": "Teljes tárgy oldala", - + // "item.page.link.simple": "Simple item page", "item.page.link.simple": "Egyszerű tárgy oldala", - + // "item.page.person.search.title": "Articles by this author", "item.page.person.search.title": "Cikkek ettől a szerzőtől", - + // "item.page.related-items.view-more": "Show {{ amount }} more", "item.page.related-items.view-more": "Mutasson {{ amount }} többet", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", "item.page.related-items.view-less": "Rejtse el az utolsó {{ amount }}", - + // "item.page.relationships.isAuthorOfPublication": "Publications", "item.page.relationships.isAuthorOfPublication": "Publikációk", - + // "item.page.relationships.isJournalOfPublication": "Publications", "item.page.relationships.isJournalOfPublication": "Publikációk", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", "item.page.relationships.isOrgUnitOfPerson": "Szerzők", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", "item.page.relationships.isOrgUnitOfProject": "Kutatási projektek", - + // "item.page.subject": "Keywords", "item.page.subject": "Kulcsszavak", - + // "item.page.uri": "URI", "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", "item.page.bitstreams.view-more": "Mutass többet", - + // "item.page.bitstreams.collapse": "Collapse", "item.page.bitstreams.collapse": "Bezár", - + // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Eredeti csomag", - + "item.page.filesection.original.bundle": "Eredeti csomag", + // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Licenccsomag", - + "item.page.filesection.license.bundle": "Licenccsomag", + // "item.preview.dc.identifier.uri": "Identifier:", "item.preview.dc.identifier.uri": "Azonosító:", - + // "item.preview.dc.contributor.author": "Authors:", "item.preview.dc.contributor.author": "Szerzők:", - + // "item.preview.dc.date.issued": "Published date:", "item.preview.dc.date.issued": "Kiadás dátuma:", - + // "item.preview.dc.description.abstract": "Abstract:", "item.preview.dc.description.abstract": "Kivonat:", - + // "item.preview.dc.identifier.other": "Other identifier:", "item.preview.dc.identifier.other": "Más azonosító:", - + // "item.preview.dc.language.iso": "Language:", "item.preview.dc.language.iso": "Nyelv:", - + // "item.preview.dc.subject": "Subjects:", "item.preview.dc.subject": "Téma:", - + // "item.preview.dc.title": "Title:", "item.preview.dc.title": "Cím:", - + // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "Keresztnév:", - + // "item.preview.person.givenName": "Name:", "item.preview.person.givenName": "Vezetéknév:", - + // "item.preview.person.identifier.orcid": "ORCID:", "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", "item.select.confirm": "Kiválasztás igazolása", - + // "item.select.empty": "No items to show", "item.select.empty": "Nincs megtekinthető tárgy", - + // "item.select.table.author": "Author", "item.select.table.author": "Szerző", - + // "item.select.table.collection": "Collection", "item.select.table.collection": "Gyűjtemény", - + // "item.select.table.title": "Title", "item.select.table.title": "Cím", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", "item.version.history.empty": "Ennek a tárgynak még nincs más változata.", - + // "item.version.history.head": "Version History", "item.version.history.head": "Változatok története", - + // "item.version.history.return": "Return", "item.version.history.return": "Vissza", - + // "item.version.history.selected": "Selected version", "item.version.history.selected": "Kiválasztott változat", - + // "item.version.history.table.version": "Version", "item.version.history.table.version": "Változat", - + // "item.version.history.table.item": "Item", "item.version.history.table.item": "Tárgy", - + // "item.version.history.table.editor": "Editor", "item.version.history.table.editor": "Kiadó", - + // "item.version.history.table.date": "Date", "item.version.history.table.date": "Dátum", - + // "item.version.history.table.summary": "Summary", "item.version.history.table.summary": "Összefoglaló", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", "item.version.notice": "Ez nem ennek a tárgynak a legutóbbi változata. A legutóbbi változat megtalálható itt here.", - - - + + + // "journal.listelement.badge": "Journal", "journal.listelement.badge": "Folyóirat", - + // "journal.page.description": "Description", "journal.page.description": "Leírás", - + // "journal.page.edit": "Edit this item", "journal.page.edit": "Elem szerkesztése", - + // "journal.page.editor": "Editor-in-Chief", "journal.page.editor": "Főszerkesztő", - + // "journal.page.issn": "ISSN", "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", "journal.page.publisher": "Kiadó", - + // "journal.page.titleprefix": "Journal: ", "journal.page.titleprefix": "Folyóirat: ", - + // "journal.search.results.head": "Journal Search Results", "journal.search.results.head": "Folyóirat keresési eredmények", - + // "journal.search.title": "DSpace Angular :: Journal Search", "journal.search.title": "DSpace Angular :: Folyóirat keresés", - - - + + + // "journalissue.listelement.badge": "Journal Issue", "journalissue.listelement.badge": "Folyóirat szám", - + // "journalissue.page.description": "Description", "journalissue.page.description": "Leírás", - + // "journalissue.page.edit": "Edit this item", "journalissue.page.edit": "Elem szerkesztése", - + // "journalissue.page.issuedate": "Issue Date", "journalissue.page.issuedate": "Megjelenés dátuma", - + // "journalissue.page.journal-issn": "Journal ISSN", "journalissue.page.journal-issn": "Folyóirat ISSN", - + // "journalissue.page.journal-title": "Journal Title", "journalissue.page.journal-title": "Folyóirat címe", - + // "journalissue.page.keyword": "Keywords", "journalissue.page.keyword": "Kulcsszavak", - + // "journalissue.page.number": "Number", "journalissue.page.number": "Szám", - + // "journalissue.page.titleprefix": "Journal Issue: ", "journalissue.page.titleprefix": "Folyóirat száma: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", "journalvolume.listelement.badge": "Folyóirat kötet", - + // "journalvolume.page.description": "Description", "journalvolume.page.description": "Leírás", - + // "journalvolume.page.edit": "Edit this item", "journalvolume.page.edit": "Elem szerkesztése", - + // "journalvolume.page.issuedate": "Issue Date", "journalvolume.page.issuedate": "Megjelenés dátuma", - + // "journalvolume.page.titleprefix": "Journal Volume: ", "journalvolume.page.titleprefix": "Folyóirat kötet: ", - + // "journalvolume.page.volume": "Volume", "journalvolume.page.volume": "Kötet", - - - + + + // "loading.bitstream": "Loading bitstream...", "loading.bitstream": "Bitfolyam betöltése...", - + // "loading.bitstreams": "Loading bitstreams...", "loading.bitstreams": "Bitfolyamok betöltése...", - + // "loading.browse-by": "Loading items...", "loading.browse-by": "Tárgy betöltése...", - + // "loading.browse-by-page": "Loading page...", "loading.browse-by-page": "Oldal betöltése...", - + // "loading.collection": "Loading collection...", "loading.collection": "Gyűjtemény betöltése...", - + // "loading.collections": "Loading collections...", "loading.collections": "Gyűjtemények betöltése...", - + // "loading.content-source": "Loading content source...", "loading.content-source": "tartalom forrásának betöltése...", - + // "loading.community": "Loading community...", "loading.community": "Közösség betöltése...", - + // "loading.default": "Loading...", "loading.default": "Betöltés...", - + // "loading.item": "Loading item...", "loading.item": "Tárgy betöltése...", - + // "loading.items": "Loading items...", "loading.items": "Tárgyak betöltése...", - + // "loading.mydspace-results": "Loading items...", "loading.mydspace-results": "Tárgyak betöltése...", - + // "loading.objects": "Loading...", "loading.objects": "betöltés...", - + // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "Legújabb feltöltések betöltése...", - + // "loading.search-results": "Loading search results...", "loading.search-results": "keresési eredmények betöltése...", - + // "loading.sub-collections": "Loading sub-collections...", "loading.sub-collections": "Algyűjtemények betöltése...", - + // "loading.sub-communities": "Loading sub-communities...", "loading.sub-communities": "Alközösségek betöltése...", - + // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "Csúcsszintű közösségek betöltése...", - - - + + + // "login.form.email": "Email address", "login.form.email": "Email cím", - + // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "Elfelejtette a jelszót?", - + // "login.form.header": "Please log in to DSpace", "login.form.header": "Lépjen be a DSpace-re", - + // "login.form.new-user": "New user? Click here to register.", "login.form.new-user": "Új felhasználó? Kattintson ide a regisztráláshoz.", - + // "login.form.or-divider": "or", "login.form.or-divider": "vagy", - + // "login.form.password": "Password", "login.form.password": "Jelszó", - + // "login.form.shibboleth": "Log in with Shibboleth", "login.form.shibboleth": "Lépjen be Shibboleth-el", - + // "login.form.submit": "Log in", "login.form.submit": "Belépés", - + // "login.title": "Login", "login.title": "Belépés", - + // "login.breadcrumbs": "Login", "login.breadcrumbs": "Belépés", - - - + + + // "logout.form.header": "Log out from DSpace", "logout.form.header": "Kilépés a DSpace-ből", - + // "logout.form.submit": "Log out", "logout.form.submit": "Kilépés", - + // "logout.title": "Logout", "logout.title": "Kilépés", - - - + + + // "menu.header.admin": "Admin", "menu.header.admin": "Admin", - + // "menu.header.image.logo": "Repository logo", "menu.header.image.logo": "Adattár logo", - - - + + + // "menu.section.access_control": "Access Control", "menu.section.access_control": "Hozzáférési kontroll", - + // "menu.section.access_control_authorizations": "Authorizations", "menu.section.access_control_authorizations": "Engedélyezések", - + // "menu.section.access_control_groups": "Groups", "menu.section.access_control_groups": "csoportok", - + // "menu.section.access_control_people": "People", "menu.section.access_control_people": "Emberek", - - - + + + // "menu.section.admin_search": "Admin Search", "menu.section.admin_search": "Admin keresés", - - - + + + // "menu.section.browse_community": "This Community", "menu.section.browse_community": "ez a közösség", - + // "menu.section.browse_community_by_author": "By Author", "menu.section.browse_community_by_author": "Szerző szerint", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", "menu.section.browse_community_by_issue_date": "Megjelenés dátuma szerint", - + // "menu.section.browse_community_by_title": "By Title", "menu.section.browse_community_by_title": "Cím szerint", - + // "menu.section.browse_global": "All of DSpace", "menu.section.browse_global": "A teljes DSpace", - + // "menu.section.browse_global_by_author": "By Author", "menu.section.browse_global_by_author": "Szerző szerint", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", "menu.section.browse_global_by_dateissued": "Megjelenés dátuma szerint", - + // "menu.section.browse_global_by_subject": "By Subject", "menu.section.browse_global_by_subject": "Tárgy szerint", - + // "menu.section.browse_global_by_title": "By Title", "menu.section.browse_global_by_title": "Cím szerint", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", "menu.section.browse_global_communities_and_collections": "Közösségek & Gyűjtemények", - - - + + + // "menu.section.control_panel": "Control Panel", "menu.section.control_panel": "Vezérlőpult", - + // "menu.section.curation_task": "Curation Task", "menu.section.curation_task": "Gondozási feladat", - - - + + + // "menu.section.edit": "Edit", "menu.section.edit": "Szerkesztés", - + // "menu.section.edit_collection": "Collection", "menu.section.edit_collection": "Gyűjtemény", - + // "menu.section.edit_community": "Community", "menu.section.edit_community": "Közösség", - + // "menu.section.edit_item": "Item", "menu.section.edit_item": "Tárgy", - - - + + + // "menu.section.export": "Export", "menu.section.export": "Export", - + // "menu.section.export_collection": "Collection", "menu.section.export_collection": "Gyűjtemény", - + // "menu.section.export_community": "Community", "menu.section.export_community": "Közösség", - + // "menu.section.export_item": "Item", "menu.section.export_item": "Tárgy", - + // "menu.section.export_metadata": "Metadata", "menu.section.export_metadata": "Metaadat", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", "menu.section.icon.access_control": "Hozzáférés kontroll menü felület", - + // "menu.section.icon.admin_search": "Admin search menu section", "menu.section.icon.admin_search": "Admin keresés menü felület", - + // "menu.section.icon.control_panel": "Control Panel menu section", "menu.section.icon.control_panel": "Vezérlőpult menü felület", - + // "menu.section.icon.curation_task": "Curation Task menu section", "menu.section.icon.curation_task": "Gondozási feladat menü felület", - + // "menu.section.icon.edit": "Edit menu section", "menu.section.icon.edit": "Szerkesztés menü felület", - + // "menu.section.icon.export": "Export menu section", "menu.section.icon.export": "Export menü felület", - + // "menu.section.icon.find": "Find menu section", "menu.section.icon.find": "Keresés menü felület", - + // "menu.section.icon.import": "Import menu section", "menu.section.icon.import": "Import menü felület", - + // "menu.section.icon.new": "New menu section", "menu.section.icon.new": "Új menü felület", - + // "menu.section.icon.pin": "Pin sidebar", "menu.section.icon.pin": "Oldalsáv rögzítése", - + // "menu.section.icon.processes": "Processes menu section", "menu.section.icon.processes": "Menü felület feldolgozása", - + // "menu.section.icon.registries": "Registries menu section", "menu.section.icon.registries": "Leíró adatbázis menü felület", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", "menu.section.icon.statistics_task": "Statisztikai feladatok menü felület", - + // "menu.section.icon.unpin": "Unpin sidebar", "menu.section.icon.unpin": "Oldalbár rögzítés megszüntetése", - - - + + + // "menu.section.import": "Import", "menu.section.import": "Import", - + // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "Csomag Import (ZIP)", - + // "menu.section.import_metadata": "Metadata", "menu.section.import_metadata": "Metaadat", - - - + + + // "menu.section.new": "New", "menu.section.new": "Új", - + // "menu.section.new_collection": "Collection", "menu.section.new_collection": "Gyűjtemény", - + // "menu.section.new_community": "Community", "menu.section.new_community": "Közösség", - + // "menu.section.new_item": "Item", "menu.section.new_item": "Tárgy", - + // "menu.section.new_item_version": "Item Version", "menu.section.new_item_version": "Tárgy változat", - + // "menu.section.new_process": "Process", "menu.section.new_process": "Folyamat", - - - + + + // "menu.section.pin": "Pin sidebar", "menu.section.pin": "Oldalsáv rögzítése", - + // "menu.section.unpin": "Unpin sidebar", "menu.section.unpin": "Oldalsáv rögzítés megszüntetése", - - - + + + // "menu.section.processes": "Processes", "menu.section.processes": "Folyamatok", - - - + + + // "menu.section.registries": "Registries", "menu.section.registries": "Leíró adatbázisok", - + // "menu.section.registries_format": "Format", "menu.section.registries_format": "Formátum", - + // "menu.section.registries_metadata": "Metadata", "menu.section.registries_metadata": "Metaadat", - - - + + + // "menu.section.statistics": "Statistics", "menu.section.statistics": "Statisztikák", - + // "menu.section.statistics_task": "Statistics Task", "menu.section.statistics_task": "Statisztikai feladatok", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", "menu.section.toggle.access_control": "Váltás a Hozzáférés kontrol felületre", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", "menu.section.toggle.control_panel": "Váltás a Vezérlőpult felületre", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", "menu.section.toggle.curation_task": "Gondozási feladat felületre váltás", - + // "menu.section.toggle.edit": "Toggle Edit section", "menu.section.toggle.edit": "Szerkesztés felületre váltás", - + // "menu.section.toggle.export": "Toggle Export section", "menu.section.toggle.export": "Export felületre váltás", - + // "menu.section.toggle.find": "Toggle Find section", "menu.section.toggle.find": "Kereső felületre váltás", - + // "menu.section.toggle.import": "Toggle Import section", "menu.section.toggle.import": "Import felületre váltás", - + // "menu.section.toggle.new": "Toggle New section", "menu.section.toggle.new": "Új felületre váltás", - + // "menu.section.toggle.registries": "Toggle Registries section", "menu.section.toggle.registries": "Leíró adatbázisok felületre váltás", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", "menu.section.toggle.statistics_task": "Statisztikai feladatok felületre váltás", - - + + // "menu.section.workflow": "Administer Workflow", "menu.section.workflow": "Munkafolyamat irányítása", - - + + // "mydspace.description": "", "mydspace.description": "", - + // "mydspace.general.text-here": "here", "mydspace.general.text-here": "itt", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", "mydspace.messages.controller-help": "Válassza ezt, hogy üzenjen a tárgy feltöltőjének.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", "mydspace.messages.description-placeholder": "Írja ide az üzenetét...", - + // "mydspace.messages.hide-msg": "Hide message", "mydspace.messages.hide-msg": "Rejtse el az üzenetet", - + // "mydspace.messages.mark-as-read": "Mark as read", "mydspace.messages.mark-as-read": "Jelölje meg elolvasottként", - + // "mydspace.messages.mark-as-unread": "Mark as unread", "mydspace.messages.mark-as-unread": "Jelölje meg el nem olvasottként", - + // "mydspace.messages.no-content": "No content.", "mydspace.messages.no-content": "Nincs tartalom.", - + // "mydspace.messages.no-messages": "No messages yet.", "mydspace.messages.no-messages": "Még nincs üzenet.", - + // "mydspace.messages.send-btn": "Send", "mydspace.messages.send-btn": "Elküld", - + // "mydspace.messages.show-msg": "Show message", "mydspace.messages.show-msg": "Üzenetet megjelenít", - + // "mydspace.messages.subject-placeholder": "Subject...", "mydspace.messages.subject-placeholder": "Tárgy...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", "mydspace.messages.submitter-help": "Válassza ezt, hogy üzenjen a kontrollernek.", - + // "mydspace.messages.title": "Messages", "mydspace.messages.title": "Üzenetek", - + // "mydspace.messages.to": "To", "mydspace.messages.to": "Címzett", - + // "mydspace.new-submission": "New submission", "mydspace.new-submission": "Új feltöltés", - + // "mydspace.new-submission-external": "Import metadata from external source", "mydspace.new-submission-external": "Metaadat importálása külső forrásból", - + // "mydspace.new-submission-external-short": "Import metadata", "mydspace.new-submission-external-short": "Metaadat importálása", - + // "mydspace.results.head": "Your submissions", "mydspace.results.head": "Az ön feltöltései", - + // "mydspace.results.no-abstract": "No Abstract", "mydspace.results.no-abstract": "Nincs kivonat", - + // "mydspace.results.no-authors": "No Authors", "mydspace.results.no-authors": "Nincsenek szerzők", - + // "mydspace.results.no-collections": "No Collections", "mydspace.results.no-collections": "Nincs gyűjtemény", - + // "mydspace.results.no-date": "No Date", "mydspace.results.no-date": "Nincs dátum", - + // "mydspace.results.no-files": "No Files", "mydspace.results.no-files": "Nincs állomány", - + // "mydspace.results.no-results": "There were no items to show", "mydspace.results.no-results": "Nincs megjeleníthető tárgy", - + // "mydspace.results.no-title": "No title", "mydspace.results.no-title": "Nincs cím", - + // "mydspace.results.no-uri": "No Uri", "mydspace.results.no-uri": "Nincs Uri", - + // "mydspace.show.workflow": "All tasks", "mydspace.show.workflow": "Valamennyi feladat", - + // "mydspace.show.workspace": "Your Submissions", "mydspace.show.workspace": "Az ön feltöltései", - + // "mydspace.status.archived": "Archived", "mydspace.status.archived": "Tárolva", - + // "mydspace.status.validation": "Validation", "mydspace.status.validation": "Érvényesítés", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", "mydspace.status.waiting-for-controller": "Várakozás a kontrollerre", - + // "mydspace.status.workflow": "Workflow", "mydspace.status.workflow": "Munkafolyamat", - + // "mydspace.status.workspace": "Workspace", "mydspace.status.workspace": "Munkafelület", - + // "mydspace.title": "MyDSpace", "mydspace.title": "MyDSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", "mydspace.upload.upload-failed": "Új munkafelület létrehozásakor hiba történt. Kérjük ellenőrizze a tartalmat mielőtt újra próbálkozna.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", "mydspace.upload.upload-failed-manyentries": "Feldolgozhatalan fájl. Több elem észlelve, de fájlonként csak egy engedélyezve.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", "mydspace.upload.upload-failed-moreonefile": "Feldolgozhatalan kérés. Csak egy fájl van engedélyezve.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", "mydspace.upload.upload-multiple-successful": "{{qty}} Új munkafelület tárgyak létrehozva.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", "mydspace.upload.upload-successful": "Új munkafelület tárgy létrehozva. Kattintson {{here}} hogy szerkessze.", - + // "mydspace.view-btn": "View", "mydspace.view-btn": "Megtekintés", - - - + + + // "nav.browse.header": "All of DSpace", "nav.browse.header": "A teljes DSpace", - + // "nav.community-browse.header": "By Community", "nav.community-browse.header": "Közösség szerint", - + // "nav.language": "Language switch", "nav.language": "Nyelvváltás", - + // "nav.login": "Log In", "nav.login": "Belépés", - + // "nav.logout": "Log Out", "nav.logout": "Kilépés", - + // "nav.mydspace": "MyDSpace", "nav.mydspace": "MyDSpace", - + // "nav.profile": "Profile", "nav.profile": "Profil", - + // "nav.search": "Search", "nav.search": "Keresés", - + // "nav.statistics.header": "Statistics", "nav.statistics.header": "Statisztika", - + // "nav.stop-impersonating": "Stop impersonating EPerson", "nav.stop-impersonating": "EPerson megszemélyesítésének leállítása", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", "orgunit.listelement.badge": "Szervezeti egység", - + // "orgunit.page.city": "City", "orgunit.page.city": "Város", - + // "orgunit.page.country": "Country", "orgunit.page.country": "Ország", - + // "orgunit.page.dateestablished": "Date established", "orgunit.page.dateestablished": "Alapítási dátum", - + // "orgunit.page.description": "Description", "orgunit.page.description": "Leírás", - + // "orgunit.page.edit": "Edit this item", "orgunit.page.edit": "Elem szerkesztése", - + // "orgunit.page.id": "ID", "orgunit.page.id": "Azonosító", - + // "orgunit.page.titleprefix": "Organizational Unit: ", "orgunit.page.titleprefix": "Szervezeti egység: ", - - - + + + // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "Eredmények oldalanként", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", "pagination.showing.detail": "{{ range }} ennyiből {{ total }}", - + // "pagination.showing.label": "Now showing ", "pagination.showing.label": "Jelenleg látható ", - + // "pagination.sort-direction": "Sort Options", "pagination.sort-direction": "Rendszerezési lehetőségek", - - - + + + // "person.listelement.badge": "Person", "person.listelement.badge": "Személy", - + // "person.listelement.no-title": "No name found", "person.listelement.no-title": "A névre nincs találat", - + // "person.page.birthdate": "Birth Date", "person.page.birthdate": "Születés dátuma", - + // "person.page.edit": "Edit this item", "person.page.edit": "Elem szerkesztése", - + // "person.page.email": "Email Address", "person.page.email": "Email cím", - + // "person.page.firstname": "First Name", "person.page.firstname": "Keresztnév", - + // "person.page.jobtitle": "Job Title", "person.page.jobtitle": "Munkakör", - + // "person.page.lastname": "Last Name", "person.page.lastname": "Családnév", - + // "person.page.link.full": "Show all metadata", "person.page.link.full": "valamennyi metaadat megjelenítése", - + // "person.page.orcid": "ORCID", "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", "person.page.staffid": "Személyzeti azonosító", - + // "person.page.titleprefix": "Person: ", "person.page.titleprefix": "Személy: ", - + // "person.search.results.head": "Person Search Results", "person.search.results.head": "Személy keresési eredmények", - + // "person.search.title": "DSpace Angular :: Person Search", "person.search.title": "DSpace Angular :: Személy keresése", - - - + + + // "process.new.select-parameters": "Parameters", "process.new.select-parameters": "Paraméterek", - + // "process.new.cancel": "Cancel", "process.new.cancel": "Mégsem", - + // "process.new.submit": "Submit", "process.new.submit": "Beküld", - + // "process.new.select-script": "Script", "process.new.select-script": "Szkript", - + // "process.new.select-script.placeholder": "Choose a script...", "process.new.select-script.placeholder": "Szkript kiválasztása...", - + // "process.new.select-script.required": "Script is required", "process.new.select-script.required": "Szkript szükséges", - + // "process.new.parameter.file.upload-button": "Select file...", "process.new.parameter.file.upload-button": "Fájl kiválasztása...", - + // "process.new.parameter.file.required": "Please select a file", "process.new.parameter.file.required": "Kérem válasszon egy fájlt", - + // "process.new.parameter.string.required": "Parameter value is required", "process.new.parameter.string.required": "Szüséges egy paraméter érték", - + // "process.new.parameter.type.value": "value", "process.new.parameter.type.value": "érték", - + // "process.new.parameter.type.file": "file", "process.new.parameter.type.file": "fájl", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", "process.new.parameter.required.missing": "A következő paraméter szükséges:", - + // "process.new.notification.success.title": "Success", "process.new.notification.success.title": "Sikerült", - + // "process.new.notification.success.content": "The process was successfully created", "process.new.notification.success.content": "A folyamat sikeresen létrehozva", - + // "process.new.notification.error.title": "Error", "process.new.notification.error.title": "Hiba", - + // "process.new.notification.error.content": "An error occurred while creating this process", "process.new.notification.error.content": "Hiba történt a folyamat létrehozásakor", - + // "process.new.header": "Create a new process", "process.new.header": "Új folyamat létrehozása", - + // "process.new.title": "Create a new process", "process.new.title": "Új folyamat létrehozása", - + // "process.new.breadcrumbs": "Create a new process", "process.new.breadcrumbs": "Új folyamat létrehozása", - - - + + + // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Érvek", - + "process.detail.arguments": "Érvek", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Ez a folyamat nem tartalmaz érveket", - + "process.detail.arguments.empty": "Ez a folyamat nem tartalmaz érveket", + // "process.detail.back" : "Back", - "process.detail.back" : "Vissza", - + "process.detail.back": "Vissza", + // "process.detail.output" : "Process Output", - "process.detail.output" : "Folyamat eredménye", - + "process.detail.output": "Folyamat eredménye", + // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Folyamatkimenet lekérése", - + // "process.detail.logs.loading": "Retrieving", "process.detail.logs.loading": "Lekérés", - + // "process.detail.logs.none": "This process has no output", "process.detail.logs.none": "Ennek a folyamatnak nincs kimenete", - + // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Kimeneti fájlok", - + "process.detail.output-files": "Kimeneti fájlok", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Ennek a folyamatnak nincsenek kimeneti fájljai", - + "process.detail.output-files.empty": "Ennek a folyamatnak nincsenek kimeneti fájljai", + // "process.detail.script" : "Script", - "process.detail.script" : "Szkript", - + "process.detail.script": "Szkript", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Folyamat: {{ id }} - {{ name }}", - + "process.detail.title": "Folyamat: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Kezdési idő", - + "process.detail.start-time": "Kezdési idő", + // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Végzési idő", - + "process.detail.end-time": "Végzési idő", + // "process.detail.status" : "Status", - "process.detail.status" : "Állapot", - + "process.detail.status": "Állapot", + // "process.detail.create" : "Create similar process", - "process.detail.create" : "Hasonló folyamat létrehozása", - - - + "process.detail.create": "Hasonló folyamat létrehozása", + + + // "process.overview.table.finish" : "Finish time", - "process.overview.table.finish" : "Végzési idő", - + "process.overview.table.finish": "Végzési idő", + // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "Folyamat ID", - + "process.overview.table.id": "Folyamat ID", + // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Név", - + "process.overview.table.name": "Név", + // "process.overview.table.start" : "Start time", - "process.overview.table.start" : "Kezdési idő", - + "process.overview.table.start": "Kezdési idő", + // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Állapot", - + "process.overview.table.status": "Állapot", + // "process.overview.table.user" : "User", - "process.overview.table.user" : "Felhasználó", - + "process.overview.table.user": "Felhasználó", + // "process.overview.title": "Processes Overview", "process.overview.title": "Folyaamt áttekintő", - + // "process.overview.breadcrumbs": "Processes Overview", "process.overview.breadcrumbs": "Folyamat áttekintő", - + // "process.overview.new": "New", "process.overview.new": "Új", - - + + // "profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Profil frissítése", - + // "profile.card.identify": "Identify", "profile.card.identify": "Azonosít", - + // "profile.card.security": "Security", "profile.card.security": "Biztonság", - + // "profile.form.submit": "Update Profile", "profile.form.submit": "Profil frissítése", - + // "profile.groups.head": "Authorization groups you belong to", "profile.groups.head": "Felhatalmazási csoportok amelyekhez ön tartozik", - + // "profile.head": "Update Profile", "profile.head": "Profil frissítése", - + // "profile.metadata.form.error.firstname.required": "First Name is required", "profile.metadata.form.error.firstname.required": "Keresztnév kötelező", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", "profile.metadata.form.error.lastname.required": "Családnév kötelező", - + // "profile.metadata.form.label.email": "Email Address", "profile.metadata.form.label.email": "Email cím", - + // "profile.metadata.form.label.firstname": "First Name", "profile.metadata.form.label.firstname": "Keresztnév", - + // "profile.metadata.form.label.language": "Language", "profile.metadata.form.label.language": "Nyelv", - + // "profile.metadata.form.label.lastname": "Last Name", "profile.metadata.form.label.lastname": "Családnév", - + // "profile.metadata.form.label.phone": "Contact Telephone", "profile.metadata.form.label.phone": "Telefonos elérhetőség", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", "profile.metadata.form.notifications.success.content": "Profilmódosítások elmentve.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", "profile.metadata.form.notifications.success.title": "Profil elmentve", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", "profile.notifications.warning.no-changes.content": "Profil nem módosult.", - + // "profile.notifications.warning.no-changes.title": "No changes", "profile.notifications.warning.no-changes.title": "Nincs változtatás", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", "profile.security.form.error.matching-passwords": "A jelszavak nem találnak.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", "profile.security.form.error.password-length": "A jelszó legalább 6 karakter hosszú kell, hogy legyen", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "profile.security.form.info": "Opcionálisan beírhatja jelszavát az alsó mezőbe majd igazolhatja azt, beírva a második mezőbe. Legalább hat karakter hosszú kell, hogy legyen.", - + // "profile.security.form.label.password": "Password", "profile.security.form.label.password": "Jelszó", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", "profile.security.form.label.passwordrepeat": "Írja be újra a jelszót", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", "profile.security.form.notifications.success.content": "Jelszó módosítása elmentve.", - + // "profile.security.form.notifications.success.title": "Password saved", "profile.security.form.notifications.success.title": "Jelszó elmentve", - + // "profile.security.form.notifications.error.title": "Error changing passwords", "profile.security.form.notifications.error.title": "Jelszó megváltoztatásakor hiba történt", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", "profile.security.form.notifications.error.not-long-enough": "A jelszó legalább 8 karakter kell, hogy legyen.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", "profile.security.form.notifications.error.not-same": "A megadott jelszavak nem azonosak.", - + // "profile.title": "Update Profile", "profile.title": "Profil frissítése", - - - + + + // "project.listelement.badge": "Research Project", "project.listelement.badge": "Kutatási projekt", - + // "project.page.contributor": "Contributors", "project.page.contributor": "Közreműködők", - + // "project.page.description": "Description", "project.page.description": "Leírás", - + // "project.page.edit": "Edit this item", "project.page.edit": "Elem szerkesztése", - + // "project.page.expectedcompletion": "Expected Completion", "project.page.expectedcompletion": "Várható befejezés", - + // "project.page.funder": "Funders", "project.page.funder": "Támogatók", - + // "project.page.id": "ID", "project.page.id": "Azonosító", - + // "project.page.keyword": "Keywords", "project.page.keyword": "Kulcsszavak", - + // "project.page.status": "Status", "project.page.status": "Állapot", - + // "project.page.titleprefix": "Research Project: ", "project.page.titleprefix": "Kutatási projekt: ", - + // "project.search.results.head": "Project Search Results", "project.search.results.head": "Projekt keresési eredmények", - - - + + + // "publication.listelement.badge": "Publication", "publication.listelement.badge": "Publikáció", - + // "publication.page.description": "Description", "publication.page.description": "Leírás", - + // "publication.page.edit": "Edit this item", "publication.page.edit": "Elem szerkesztése", - + // "publication.page.journal-issn": "Journal ISSN", "publication.page.journal-issn": "Folyóirat ISSN", - + // "publication.page.journal-title": "Journal Title", "publication.page.journal-title": "Folyóirat címe", - + // "publication.page.publisher": "Publisher", "publication.page.publisher": "Kiadó", - + // "publication.page.titleprefix": "Publication: ", "publication.page.titleprefix": "Publikáció: ", - + // "publication.page.volume-title": "Volume Title", "publication.page.volume-title": "Kötet címe", - + // "publication.search.results.head": "Publication Search Results", "publication.search.results.head": "Publikáció keresési eredmények", - + // "publication.search.title": "DSpace Angular :: Publication Search", "publication.search.title": "DSpace Angular :: Publikáció keresése", - - + + // "register-email.title": "New user registration", "register-email.title": "Új felhasználó regisztrálása", - + // "register-page.create-profile.header": "Create Profile", "register-page.create-profile.header": "Profil létrehozása", - + // "register-page.create-profile.identification.header": "Identify", "register-page.create-profile.identification.header": "Azonosítás", - + // "register-page.create-profile.identification.email": "Email Address", "register-page.create-profile.identification.email": "E-mail cím", - + // "register-page.create-profile.identification.first-name": "First Name *", "register-page.create-profile.identification.first-name": "Keresztnév *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", "register-page.create-profile.identification.first-name.error": "Írja be a keresztnevet", - + // "register-page.create-profile.identification.last-name": "Last Name *", "register-page.create-profile.identification.last-name": "Családnév *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", "register-page.create-profile.identification.last-name.error": "Írja be a családnevet", - + // "register-page.create-profile.identification.contact": "Contact Telephone", "register-page.create-profile.identification.contact": "Telefonszám", - + // "register-page.create-profile.identification.language": "Language", "register-page.create-profile.identification.language": "Nyelv", - + // "register-page.create-profile.security.header": "Security", "register-page.create-profile.security.header": "Biztonság", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "register-page.create-profile.security.info": "Írjon be egy jelszót a lenti mezőbe, és írja be újra az alatta levőbe. Legalább hat karakter hosszú kell legyen.", - + // "register-page.create-profile.security.label.password": "Password *", "register-page.create-profile.security.label.password": "Jelszó *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", "register-page.create-profile.security.label.passwordrepeat": "Jelszó visszaigazolása *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", "register-page.create-profile.security.error.empty-password": "Írja be a jelszót a lenti mezőbe.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", "register-page.create-profile.security.error.matching-passwords": "A jelszavak nem egyeznek.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", "register-page.create-profile.security.error.password-length": "A jelszó legalább 6 karakter hosszú kell legyen.", - + // "register-page.create-profile.submit": "Complete Registration", "register-page.create-profile.submit": "Regisztráció befejezése", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", "register-page.create-profile.submit.error.content": "Hiba történt a regisztrációs folyamat során.", - + // "register-page.create-profile.submit.error.head": "Registration failed", "register-page.create-profile.submit.error.head": "Hibás regisztráció", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", "register-page.create-profile.submit.success.content": "Sikeres regisztráció. Beléphet a létrehozott felhasználóval.", - + // "register-page.create-profile.submit.success.head": "Registration completed", "register-page.create-profile.submit.success.head": "Sikeres regisztráció", - - + + // "register-page.registration.header": "New user registration", "register-page.registration.header": "Új felhasználó regisztrálása", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "register-page.registration.info": "Hozzon létre egy felhasználót, hogy feliratkozhasson gyűjtemények e-mail értesítésére, és új elemeket tölthessen fel a DSpace-be.", - + // "register-page.registration.email": "Email Address *", "register-page.registration.email": "E-mail cím *", - + // "register-page.registration.email.error.required": "Please fill in an email address", "register-page.registration.email.error.required": "Töltse ki az e-mail címet", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", "register-page.registration.email.error.pattern": "Írjon be egy érvényes e-mail címet", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", "register-page.registration.email.hint": "Az e-mail cím ellenőrizve lesz és evvel tud belépni a rendszerbe.", - + // "register-page.registration.submit": "Register", "register-page.registration.submit": "Regisztráció", - + // "register-page.registration.success.head": "Verification email sent", "register-page.registration.success.head": "Ellenőrző e-mail elküldve", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "register-page.registration.success.content": "Egy e-mail elküldve a(z) {{ email }} címre, tartalmaz egy speciális címet a további utasításokhoz.", - + // "register-page.registration.error.head": "Error when trying to register email", "register-page.registration.error.head": "Hiba történt az e-mail cím regisztrációjakor", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", "register-page.registration.error.content": "Hiba történt a következő e-mail cím regisztrációjakor: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", // TODO New key - Add a translation "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - + // "relationships.add.error.server.content": "The server returned an error", // TODO New key - Add a translation "relationships.add.error.server.content": "The server returned an error", - + // "relationships.add.error.title": "Unable to add relationship", // TODO New key - Add a translation "relationships.add.error.title": "Unable to add relationship", - + // "relationships.isAuthorOf": "Authors", "relationships.isAuthorOf": "Szerzők", - + // "relationships.isAuthorOf.Person": "Authors (persons)", "relationships.isAuthorOf.Person": "Szerzők (személye)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", "relationships.isAuthorOf.OrgUnit": "Szerzők (szervezeti egységek)", - + // "relationships.isIssueOf": "Journal Issues", "relationships.isIssueOf": "Folyóirat számok", - + // "relationships.isJournalIssueOf": "Journal Issue", "relationships.isJournalIssueOf": "Folyóirat szám", - + // "relationships.isJournalOf": "Journals", "relationships.isJournalOf": "Folyóiratok", - + // "relationships.isOrgUnitOf": "Organizational Units", "relationships.isOrgUnitOf": "Szervezeti egységek", - + // "relationships.isPersonOf": "Authors", "relationships.isPersonOf": "Szerzők", - + // "relationships.isProjectOf": "Research Projects", "relationships.isProjectOf": "Kutatási projektek", - + // "relationships.isPublicationOf": "Publications", "relationships.isPublicationOf": "Publikációk", - + // "relationships.isPublicationOfJournalIssue": "Articles", "relationships.isPublicationOfJournalIssue": "Cikkek", - + // "relationships.isSingleJournalOf": "Journal", "relationships.isSingleJournalOf": "Folyóirat", - + // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "Folyóirat kötet", - + // "relationships.isVolumeOf": "Journal Volumes", "relationships.isVolumeOf": "Folyóirat kötetek", - + // "relationships.isContributorOf": "Contributors", "relationships.isContributorOf": "Közreműködők", - - - + + + // "resource-policies.add.button": "Add", "resource-policies.add.button": "Hozzáad", - + // "resource-policies.add.for.": "Add a new policy", "resource-policies.add.for.": "Új szabály", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", "resource-policies.add.for.bitstream": "Új Bitstream szabály", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", "resource-policies.add.for.bundle": "Új Bundle szabály", - + // "resource-policies.add.for.item": "Add a new Item policy", "resource-policies.add.for.item": "Új elem szabály", - + // "resource-policies.add.for.community": "Add a new Community policy", "resource-policies.add.for.community": "Új közösségi szabály hozzáadása", - + // "resource-policies.add.for.collection": "Add a new Collection policy", "resource-policies.add.for.collection": "Új gyűjtemény szabály hozzáadása", - + // "resource-policies.create.page.heading": "Create new resource policy for ", "resource-policies.create.page.heading": "Új erőforráa szabály ...", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", "resource-policies.create.page.failure.content": "Hiba történt az erőforrás szabály létrehozásakor.", - + // "resource-policies.create.page.success.content": "Operation successful", "resource-policies.create.page.success.content": "A művelet sikeres", - + // "resource-policies.create.page.title": "Create new resource policy", "resource-policies.create.page.title": "Új erőforráa szabály", - + // "resource-policies.delete.btn": "Delete selected", "resource-policies.delete.btn": "Kijelöltek törlése", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", "resource-policies.delete.btn.title": "Kijelölt erőforrás szabályok törlése", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", "resource-policies.delete.failure.content": "Hiba történt az erőforrás szabályok törlésekor.", - + // "resource-policies.delete.success.content": "Operation successful", "resource-policies.delete.success.content": "A művelet sikeres", - + // "resource-policies.edit.page.heading": "Edit resource policy ", "resource-policies.edit.page.heading": "Erőfforás szabály szerkesztése ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", "resource-policies.edit.page.failure.content": "Hiba történt az erőforrás szabály szerkesztésekor.", - + // "resource-policies.edit.page.success.content": "Operation successful", "resource-policies.edit.page.success.content": "A művelet sikeres", - + // "resource-policies.edit.page.title": "Edit resource policy", "resource-policies.edit.page.title": "Erőfforás szabály szerkesztése", - + // "resource-policies.form.action-type.label": "Select the action type", "resource-policies.form.action-type.label": "Művelet típus kiválasztása", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", "resource-policies.form.action-type.required": "Ki kell válasszon egy műveletet.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", // TODO Source message changed - Revise the translation "resource-policies.form.eperson-group-list.label": "Az eperson vagy csoport amihez rendeli a jogosultságot", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", "resource-policies.form.eperson-group-list.select.btn": "Kiválaszt", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", "resource-policies.form.eperson-group-list.tab.eperson": "ePerson keresése", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", "resource-policies.form.eperson-group-list.tab.group": "Csoport keresése", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", "resource-policies.form.eperson-group-list.table.headers.action": "Művelet", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", "resource-policies.form.eperson-group-list.table.headers.name": "Név", - + // "resource-policies.form.date.end.label": "End Date", "resource-policies.form.date.end.label": "Végső dátum", - + // "resource-policies.form.date.start.label": "Start Date", "resource-policies.form.date.start.label": "Kezdő dátum", - + // "resource-policies.form.description.label": "Description", "resource-policies.form.description.label": "Leírás", - + // "resource-policies.form.name.label": "Name", "resource-policies.form.name.label": "Név", - + // "resource-policies.form.policy-type.label": "Select the policy type", "resource-policies.form.policy-type.label": "Szabály típus kiválasztása", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", "resource-policies.form.policy-type.required": "Ki kell válasszon egy szabálytípust.", - + // "resource-policies.table.headers.action": "Action", "resource-policies.table.headers.action": "Művelet", - + // "resource-policies.table.headers.date.end": "End Date", "resource-policies.table.headers.date.end": "Végső dátum", - + // "resource-policies.table.headers.date.start": "Start Date", "resource-policies.table.headers.date.start": "Kezdő dátum", - + // "resource-policies.table.headers.edit": "Edit", "resource-policies.table.headers.edit": "Szerkeszt", - + // "resource-policies.table.headers.edit.group": "Edit group", "resource-policies.table.headers.edit.group": "Csoport módosítása", - + // "resource-policies.table.headers.edit.policy": "Edit policy", "resource-policies.table.headers.edit.policy": "Szabály módosítása", - + // "resource-policies.table.headers.eperson": "EPerson", "resource-policies.table.headers.eperson": "EPerson", - + // "resource-policies.table.headers.group": "Group", "resource-policies.table.headers.group": "Csoport", - + // "resource-policies.table.headers.id": "ID", "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", "resource-policies.table.headers.name": "Név", - + // "resource-policies.table.headers.policyType": "type", "resource-policies.table.headers.policyType": "típus", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", "resource-policies.table.headers.title.for.bitstream": "Bitstream szabály", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", "resource-policies.table.headers.title.for.bundle": "Bundle szabály", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", "resource-policies.table.headers.title.for.item": "Elem szabály", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", "resource-policies.table.headers.title.for.community": "Közösségi szabályok", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", "resource-policies.table.headers.title.for.collection": "Gyűjtemény szabályok", - - - + + + // "search.description": "", "search.description": "", - + // "search.switch-configuration.title": "Show", "search.switch-configuration.title": "Megtekintés", - + // "search.title": "DSpace Angular :: Search", "search.title": "DSpace Angular :: Keresés", - + // "search.breadcrumbs": "Search", "search.breadcrumbs": "Keresés", - - + + // "search.filters.applied.f.author": "Author", "search.filters.applied.f.author": "Szerző", - + // "search.filters.applied.f.dateIssued.max": "End date", "search.filters.applied.f.dateIssued.max": "Végső dátum", - + // "search.filters.applied.f.dateIssued.min": "Start date", "search.filters.applied.f.dateIssued.min": "Kezdő dátum", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", "search.filters.applied.f.dateSubmitted": "Feltöltés dátuma", - + // "search.filters.applied.f.discoverable": "Private", "search.filters.applied.f.discoverable": "Privát", - + // "search.filters.applied.f.entityType": "Item Type", "search.filters.applied.f.entityType": "Tárgy típusa", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", "search.filters.applied.f.has_content_in_original_bundle": "Állományokat tartalmaz", - + // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "Típus", - + // "search.filters.applied.f.namedresourcetype": "Status", "search.filters.applied.f.namedresourcetype": "Állapot", - + // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Tárgy", - + // "search.filters.applied.f.submitter": "Submitter", "search.filters.applied.f.submitter": "Feltöltő", - + // "search.filters.applied.f.jobTitle": "Job Title", "search.filters.applied.f.jobTitle": "Munkakör", - + // "search.filters.applied.f.birthDate.max": "End birth date", "search.filters.applied.f.birthDate.max": "Születési dátum vége", - + // "search.filters.applied.f.birthDate.min": "Start birth date", "search.filters.applied.f.birthDate.min": "Születési dátum eleje", - + // "search.filters.applied.f.withdrawn": "Withdrawn", "search.filters.applied.f.withdrawn": "Visszavonva", - - - + + + // "search.filters.filter.author.head": "Author", "search.filters.filter.author.head": "Szerző", - + // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "Szerző neve", - + // "search.filters.filter.birthDate.head": "Birth Date", "search.filters.filter.birthDate.head": "Születési dátum", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", "search.filters.filter.birthDate.placeholder": "Születési dátum", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", "search.filters.filter.creativeDatePublished.head": "Publikálás dátuma", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", "search.filters.filter.creativeDatePublished.placeholder": "Publikálás dátuma", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Szerkesztő", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", "search.filters.filter.creativeWorkEditor.placeholder": "Szerkesztő", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", "search.filters.filter.creativeWorkKeywords.head": "Tárgy", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", "search.filters.filter.creativeWorkKeywords.placeholder": "Tárgy", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", "search.filters.filter.creativeWorkPublisher.head": "Kiadó", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", "search.filters.filter.creativeWorkPublisher.placeholder": "Kiadó", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "Dátum", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", "search.filters.filter.dateIssued.max.placeholder": "Minimum Dátum", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", "search.filters.filter.dateIssued.min.placeholder": "Maximum Dátum", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", "search.filters.filter.dateSubmitted.head": "Feltöltés dátuma", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", "search.filters.filter.dateSubmitted.placeholder": "Feltöltés dátuma", - + // "search.filters.filter.discoverable.head": "Private", "search.filters.filter.discoverable.head": "Privát", - + // "search.filters.filter.withdrawn.head": "Withdrawn", "search.filters.filter.withdrawn.head": "Visszavonva", - + // "search.filters.filter.entityType.head": "Item Type", "search.filters.filter.entityType.head": "Tárgy típusa", - + // "search.filters.filter.entityType.placeholder": "Item Type", "search.filters.filter.entityType.placeholder": "Tárgy típusa", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", "search.filters.filter.has_content_in_original_bundle.head": "Állományokat tartalmaz", - + // "search.filters.filter.itemtype.head": "Type", "search.filters.filter.itemtype.head": "Típus", - + // "search.filters.filter.itemtype.placeholder": "Type", "search.filters.filter.itemtype.placeholder": "Típus", - + // "search.filters.filter.jobTitle.head": "Job Title", "search.filters.filter.jobTitle.head": "Munkakör", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", "search.filters.filter.jobTitle.placeholder": "Munkakör", - + // "search.filters.filter.knowsLanguage.head": "Known language", "search.filters.filter.knowsLanguage.head": "Ismert nyelv", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", "search.filters.filter.knowsLanguage.placeholder": "Ismert nyelv", - + // "search.filters.filter.namedresourcetype.head": "Status", "search.filters.filter.namedresourcetype.head": "Állapot", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", "search.filters.filter.namedresourcetype.placeholder": "Állapot", - + // "search.filters.filter.objectpeople.head": "People", "search.filters.filter.objectpeople.head": "Emberek", - + // "search.filters.filter.objectpeople.placeholder": "People", "search.filters.filter.objectpeople.placeholder": "Emberek", - + // "search.filters.filter.organizationAddressCountry.head": "Country", "search.filters.filter.organizationAddressCountry.head": "Országy", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", "search.filters.filter.organizationAddressCountry.placeholder": "Ország", - + // "search.filters.filter.organizationAddressLocality.head": "City", "search.filters.filter.organizationAddressLocality.head": "Város", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", "search.filters.filter.organizationAddressLocality.placeholder": "Város", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", "search.filters.filter.organizationFoundingDate.head": "Alapítás dátuma", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", "search.filters.filter.organizationFoundingDate.placeholder": "Alapítás dátuma", - + // "search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Célja", - + // "search.filters.filter.scope.placeholder": "Scope filter", "search.filters.filter.scope.placeholder": "Cél szűrő", - + // "search.filters.filter.show-less": "Collapse", "search.filters.filter.show-less": "Összevon", - + // "search.filters.filter.show-more": "Show more", "search.filters.filter.show-more": "Többet megjelenít", - + // "search.filters.filter.subject.head": "Subject", "search.filters.filter.subject.head": "Tárgy", - + // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "Tárgy", - + // "search.filters.filter.submitter.head": "Submitter", "search.filters.filter.submitter.head": "Feltöltő", - + // "search.filters.filter.submitter.placeholder": "Submitter", "search.filters.filter.submitter.placeholder": "Feltöltő", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", "search.filters.entityType.JournalIssue": "Folyóirat száma", - + // "search.filters.entityType.JournalVolume": "Journal Volume", "search.filters.entityType.JournalVolume": "JFolyóirat kötet", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", "search.filters.entityType.OrgUnit": "Szervezeti egység", - + // "search.filters.has_content_in_original_bundle.true": "Yes", "search.filters.has_content_in_original_bundle.true": "Igen", - + // "search.filters.has_content_in_original_bundle.false": "No", "search.filters.has_content_in_original_bundle.false": "Nem", - + // "search.filters.discoverable.true": "No", "search.filters.discoverable.true": "Nem", - + // "search.filters.discoverable.false": "Yes", "search.filters.discoverable.false": "Igen", - + // "search.filters.withdrawn.true": "Yes", "search.filters.withdrawn.true": "Igen", - + // "search.filters.withdrawn.false": "No", "search.filters.withdrawn.false": "Nem", - - + + // "search.filters.head": "Filters", "search.filters.head": "Szűrők", - + // "search.filters.reset": "Reset filters", "search.filters.reset": "Szűrők visszaállítása", - - - + + + // "search.form.search": "Search", "search.form.search": "keresés", - + // "search.form.search_dspace": "Search DSpace", "search.form.search_dspace": "Keres a DSpace-en", - + // "search.form.search_mydspace": "Search MyDSpace", "search.form.search_mydspace": "Keres a MyDSpace-en", - - - + + + // "search.results.head": "Search Results", "search.results.head": "Keresési eredmények", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "A keresésnek nincs eredménye. Nem találja amit keres? Próbálja", - + // "search.results.no-results-link": "quotes around it", "search.results.no-results-link": "idézőjelek közé írni", - + // "search.results.empty": "Your search returned no results.", "search.results.empty": "A keresésnek nincs eredménye.", - - - + + + // "search.sidebar.close": "Back to results", "search.sidebar.close": "Vissza a szűrőkhöz", - + // "search.sidebar.filters.title": "Filters", "search.sidebar.filters.title": "Szűrők", - + // "search.sidebar.open": "Search Tools", "search.sidebar.open": "Kereső eszközök", - + // "search.sidebar.results": "results", "search.sidebar.results": "eredmények", - + // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "Eredmények oldalanként", - + // "search.sidebar.settings.sort-by": "Sort By", "search.sidebar.settings.sort-by": "Rendszerezés eszerint", - + // "search.sidebar.settings.title": "Settings", "search.sidebar.settings.title": "Állítások", - - - + + + // "search.view-switch.show-detail": "Show detail", "search.view-switch.show-detail": "Részletek megjelenítése", - + // "search.view-switch.show-grid": "Show as grid", "search.view-switch.show-grid": "Megjelenítés rácsként", - + // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "Megjelenítés listaként", - - - + + + // "sorting.ASC": "Ascending", "sorting.ASC": "Növekvő", - + // "sorting.DESC": "Descending", "sorting.DESC": "Csökkenő", - + // "sorting.dc.title.ASC": "Title Ascending", "sorting.dc.title.ASC": "Cím növekvő sorrendben", - + // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Cím csökkenő sorrendben", - + // "sorting.score.DESC": "Relevance", "sorting.score.DESC": "Relevancia", - - - + + + // "statistics.title": "Statistics", "statistics.title": "Statisztikák", - + // "statistics.header": "Statistics for {{ scope }}", "statistics.header": "Statisztikák: {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", "statistics.breadcrumbs": "Statisztikák", - + // "statistics.page.no-data": "No data available", "statistics.page.no-data": "Nincsenek adatok", - + // "statistics.table.no-data": "No data available", "statistics.table.no-data": "Nincsenek adatok", - + // "statistics.table.title.TotalVisits": "Total visits", "statistics.table.title.TotalVisits": "Összes látogatás", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", "statistics.table.title.TotalVisitsPerMonth": "Összes látogató a hónapban", - + // "statistics.table.title.TotalDownloads": "File Visits", "statistics.table.title.TotalDownloads": "Fájl elérések", - + // "statistics.table.title.TopCountries": "Top country views", "statistics.table.title.TopCountries": "Elérések országok szerint", - + // "statistics.table.title.TopCities": "Top city views", "statistics.table.title.TopCities": "Elérések városok szerint", - + // "statistics.table.header.views": "Views", "statistics.table.header.views": "Látogatások", - - - + + + // "submission.edit.title": "Edit Submission", "submission.edit.title": "Feltöltés szerkesztése", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", "submission.general.cannot_submit": "Önnek nincs új feltöltéshez szükséges privilégiuma.", - + // "submission.general.deposit": "Deposit", "submission.general.deposit": "Adattár", - + // "submission.general.discard.confirm.cancel": "Cancel", "submission.general.discard.confirm.cancel": "Mégse", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", "submission.general.discard.confirm.info": "Ezt a műveletet nem lehet visszaváltoztatni. Biztos benne?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "Igen, biztos vagyok", - + // "submission.general.discard.confirm.title": "Discard submission", "submission.general.discard.confirm.title": "Feltöltés elvetése", - + // "submission.general.discard.submit": "Discard", "submission.general.discard.submit": "Elvetés", - + // "submission.general.save": "Save", "submission.general.save": "Mentés", - + // "submission.general.save-later": "Save for later", "submission.general.save-later": "Mentés későbbre", - - + + // "submission.import-external.page.title": "Import metadata from an external source", "submission.import-external.page.title": "Metaadatok importálása külső forrásból", - + // "submission.import-external.title": "Import metadata from an external source", "submission.import-external.title": "Metaadatok importálása külső forrásból", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", "submission.import-external.page.hint": "Írjon be egy lekérést hogy elemeket találjon a web-en amiket importálhat DSpace-be.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", "submission.import-external.back-to-my-dspace": "Vissza a MyDSpacehez", - + // "submission.import-external.search.placeholder": "Search the external source", "submission.import-external.search.placeholder": "Külső forrás keresése", - + // "submission.import-external.search.button": "Search", "submission.import-external.search.button": "Keresés", - + // "submission.import-external.search.button.hint": "Write some words to search", "submission.import-external.search.button.hint": "Írjon be keresési szavakat", - + // "submission.import-external.search.source.hint": "Pick an external source", "submission.import-external.search.source.hint": "Válasszon egy külső forrást", - + // "submission.import-external.source.arxiv": "arXiv", "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", "submission.import-external.source.loading": "Betöltés ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", "submission.import-external.source.sherpaJournal": "SHERPA Journals", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - + // "submission.import-external.source.orcid": "ORCID", "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", "submission.import-external.source.lcname": "Library of Congress Names", - + // "submission.import-external.preview.title": "Item Preview", "submission.import-external.preview.title": "Elem előnézet", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", "submission.import-external.preview.subtitle": "A lentebbi metaadat importálva a külső forrásból. Ki lesz töltve ha elkezdi a beküldési folyamatot.", - + // "submission.import-external.preview.button.import": "Start submission", "submission.import-external.preview.button.import": "Beküldés elkezdése", - + // "submission.import-external.preview.error.import.title": "Submission error", "submission.import-external.preview.error.import.title": "Beküldési hiba", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", "submission.import-external.preview.error.import.body": "Hiba történt a külső forrásból történő importálás folyamán.", - + // "submission.sections.describe.relationship-lookup.close": "Close", "submission.sections.describe.relationship-lookup.close": "Bezárás", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", "submission.sections.describe.relationship-lookup.external-source.added": "Helyi bevitel sikeresen hozzáadva a kiválasztotthoz", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Távoli folyóirat importálása", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Távoli folyóiratszám importálása", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Távoli folyóiratkötet importálása", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Autoritás", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Importál új helyi autoritás bevitelként", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Mégse", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Válasszon ki gyűjteményt, amelyhez az új bevitelt importálja", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entitások", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "ÍÚj entitásként importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "LC Nnévről importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "ORCID-ról importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Sherpa Journal-ról importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Sherpa Publisher-ről importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "PubMed-ről importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "arXiv-ről importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Távoli folyóiratot importál", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Helyi folyóirat sikeresen hozzáadva a kiválasztotthoz", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Külső folyóirat sikeresen importálva és hozzáadva a kiválasztotthoz", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Távoli folyóiratszám importálása", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Helyi folyóirat sikeresen hozzáadva a kiválasztotthoz", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Távoli folyóirat sikeresen importálva és hozzáadva a kiválasztotthoz", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Távoli folyóiratkötet importálása", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Helyi folyóiratkötet sikeresen hozzáadva a kiválasztotthoz", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Külső folyóiratkötet sikeresen importálva és hozzáadva a kiválasztotthoz", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Válasszon ki helyi megfelelést:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Valamennyi kiválasztás megszüntetése", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Oldal kiválasztásának megszüntetése", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", "submission.sections.describe.relationship-lookup.search-tab.loading": "Betöltés...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Keresett szó", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", "submission.sections.describe.relationship-lookup.search-tab.search": "Mehet", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", "submission.sections.describe.relationship-lookup.search-tab.select-all": "Valamennyi kiválasztása", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", "submission.sections.describe.relationship-lookup.search-tab.select-page": "Oldal választása", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", "submission.sections.describe.relationship-lookup.selected": "Kiválasztott {{ size }} tárgyak", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Helyi szerzők ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Helyi folyóiratok ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Helyi projektek ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Helyi kiadványok ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Helyi szerzők ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Helyi szervezeti egységek ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Helyi adat csomagok ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Helyi adatállományok ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Helyi folyóiratok ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Helyi folyóiratszámok ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Helyi folyóiratszámok ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Helyi folyóiratkötetek ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Helyi folyóiratkötetek ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa folyóiratok ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa kiadók ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Támogató szervezetek keresése", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Támogatás keresése", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Intézményi egységek kereséset", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Jelenleg kiválasztott ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Folyóirat számok", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Folyóirat számok", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Folyóirat kötetek", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "Folyóirat kötetek", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Folyóiratok", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Szerzők", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Támogató szervezet", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", "submission.sections.describe.relationship-lookup.title.Project": "Projektek", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", "submission.sections.describe.relationship-lookup.title.Publication": "Kiadványok", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", "submission.sections.describe.relationship-lookup.title.Person": "Szerzők", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", "submission.sections.describe.relationship-lookup.title.OrgUnit": "Szervezeti egységek", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", "submission.sections.describe.relationship-lookup.title.DataPackage": "Adatcsomagok", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", "submission.sections.describe.relationship-lookup.title.DataFile": "Adatállományok", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", "submission.sections.describe.relationship-lookup.title.Funding Agency": "Támogató szervezet", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Támogatás", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Szülő szervezeti egység", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Lenyíló menü váltás", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", "submission.sections.describe.relationship-lookup.selection-tab.settings": "Beállítások", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Amit kiválasztott az jelenleg üres.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Kiválasztott szerzők", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Választott folyóirat", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Választott folyóirat kötet", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Választott projektek", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Választott kiadványok", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Választott szerzők", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Választott szervezeti egységek", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Választott adatcsomagok", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Választott adatfájlok", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Választott folyóiratok", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Választott szám", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Választott folyóirat kötet", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Választott támogató szervezet", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Választott támogatás", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Választott szám", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Választott szervezeti egység", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Keresési eredmények", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Keresése eredmények", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Keresése eredmények", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Keresése eredmények", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Keresése eredmények", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Keresése eredmények", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Keresése eredmények", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Óhajtja-e elmenteni \"{{ value }}\" névváltozatként ennek a személynek, hogy később ön is és mások is újrahasználhassák feltöltéshez? Amennyiben nem, még mindig használhatja ehhez a feltöltéshez.", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Mentsen el új névvariánst", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Használja csak ehhez a feltöltéshez", - + // "submission.sections.ccLicense.type": "License Type", "submission.sections.ccLicense.type": "Licenc típus", - + // "submission.sections.ccLicense.select": "Select a license type…", "submission.sections.ccLicense.select": "Válasszon ki egy licenc típust…", - + // "submission.sections.ccLicense.change": "Change your license type…", "submission.sections.ccLicense.change": "Válassza ki a licenc típusát…", - + // "submission.sections.ccLicense.none": "No licenses available", "submission.sections.ccLicense.none": "Nincs elérhető licenc", - + // "submission.sections.ccLicense.option.select": "Select an option…", "submission.sections.ccLicense.option.select": "Válasszon ki valamit…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", "submission.sections.ccLicense.link": "A következő licencet választotta ki:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", "submission.sections.ccLicense.confirmation": "Engedélyezem a lentebbi licencet", - + // "submission.sections.general.add-more": "Add more", "submission.sections.general.add-more": "Több hozzáadása", - + // "submission.sections.general.collection": "Collection", "submission.sections.general.collection": "Gyűjtemény", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", "submission.sections.general.deposit_error_notice": "Tárgy feltöltésekor probléma keletkezett, kérjük próbálja újra később.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", "submission.sections.general.deposit_success_notice": "Feltöltés sikeresen elraktározva.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", "submission.sections.general.discard_error_notice": "Tárgy elvetésekor probléma keletkezett, kérjük próbálja újra később.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", "submission.sections.general.discard_success_notice": "Feltöltés sikeresen elvetve.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", "submission.sections.general.metadata-extracted": "Új metaadat kivonva és hozzáadva a {{sectionId}} szakaszhoz.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", "submission.sections.general.metadata-extracted-new-section": "Új {{sectionId}} szakasz lett hozzáadva a feltöltéshez.", - + // "submission.sections.general.no-collection": "No collection found", "submission.sections.general.no-collection": "Nem található gyűjtemény", - + // "submission.sections.general.no-sections": "No options available", "submission.sections.general.no-sections": "Nincs elérhető opció", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", "submission.sections.general.save_error_notice": "Tárgy elmentésekor probléma keletkezett, kérjük próbálja újra később.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", "submission.sections.general.save_success_notice": "Feltöltés sikeresen elmentve.", - + // "submission.sections.general.search-collection": "Search for a collection", "submission.sections.general.search-collection": "Gyűjtemény keresése", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", "submission.sections.general.sections_not_valid": "Egyes szakaszok nem teljesek.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", // TODO New key - Add a translation "submission.sections.submit.progressbar.CClicense": "Creative commons license", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", "submission.sections.submit.progressbar.describe.recycle": "Reciklál", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", "submission.sections.submit.progressbar.describe.stepcustom": "Leír", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", "submission.sections.submit.progressbar.describe.stepone": "Leír", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", "submission.sections.submit.progressbar.describe.steptwo": "Leír", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", "submission.sections.submit.progressbar.detect-duplicate": "Potenciális duplázódás", - + // "submission.sections.submit.progressbar.license": "Deposit license", "submission.sections.submit.progressbar.license": "Engedély raktározása", - + // "submission.sections.submit.progressbar.upload": "Upload files", "submission.sections.submit.progressbar.upload": "Állományok feltöltése", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", "submission.sections.upload.delete.confirm.cancel": "Mégse", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", "submission.sections.upload.delete.confirm.info": "Ezt a műveletet nem lehet visszaváltoztatni. Biztos benne?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", "submission.sections.upload.delete.confirm.submit": "Igen, biztos", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", "submission.sections.upload.delete.confirm.title": "Bitfolyam törlése", - + // "submission.sections.upload.delete.submit": "Delete", "submission.sections.upload.delete.submit": "Törlés", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", "submission.sections.upload.drop-message": "Húzza ide az állományokat, hogy a tárgyhoz csatolja", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", "submission.sections.upload.form.access-condition-label": "Elérhetőségi feltétel típusa", - + // "submission.sections.upload.form.date-required": "Date is required.", "submission.sections.upload.form.date-required": "Dátum kötelező.", - + // "submission.sections.upload.form.from-label": "Grant access from", "submission.sections.upload.form.from-label": "Elérhetőség megadása innen", - + // "submission.sections.upload.form.from-placeholder": "From", "submission.sections.upload.form.from-placeholder": "Innen", - + // "submission.sections.upload.form.group-label": "Group", "submission.sections.upload.form.group-label": "Csoport", - + // "submission.sections.upload.form.group-required": "Group is required.", "submission.sections.upload.form.group-required": "Csoport kötelező.", - + // "submission.sections.upload.form.until-label": "Grant access until", "submission.sections.upload.form.until-label": "Elérhetőséget engedélyez eddig", - + // "submission.sections.upload.form.until-placeholder": "Until", "submission.sections.upload.form.until-placeholder": "Eddig", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", "submission.sections.upload.header.policy.default.nolist": "A {{collectionName}} feltöltött állományok elérhetők lesznek a következő csoport(ok) szerint:", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", "submission.sections.upload.header.policy.default.withlist": "Kérjük, vegye figyelembe, hogy a {{collectionName}} gyűjteménybe feltöltött állományok elérhetők lesznek, azon kívül amit az egyedi állományokról kifejezetten eldöntött, a következő csoport(ok)ban:", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", "submission.sections.upload.info": "Itt megtalálja a tárgyban lévő valamennyi állományt. Frissítheti az állomány metaadatait és hozzáférési feltételeit vagy feltölthet további állományokat azzal, hogy behúzza azokat bárhova az oldalra", - + // "submission.sections.upload.no-entry": "No", "submission.sections.upload.no-entry": "Nem", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", "submission.sections.upload.no-file-uploaded": "Még nincs feltöltött állomány.", - + // "submission.sections.upload.save-metadata": "Save metadata", "submission.sections.upload.save-metadata": "Metaadat elmentése", - + // "submission.sections.upload.undo": "Cancel", "submission.sections.upload.undo": "Mégse", - + // "submission.sections.upload.upload-failed": "Upload failed", "submission.sections.upload.upload-failed": "Feltöltés nem sikerült", - + // "submission.sections.upload.upload-successful": "Upload successful", "submission.sections.upload.upload-successful": "Feltöltés sikerült", - - - + + + // "submission.submit.title": "Submission", "submission.submit.title": "Beküldés", - - - + + + // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "Töröl", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", "submission.workflow.generic.delete-help": "Ha el óhajtja vetni a tárgyat, válassz a \"Töröl\" gombot. Majd döntését igazolja.", - + // "submission.workflow.generic.edit": "Edit", "submission.workflow.generic.edit": "Szerkesztés", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", "submission.workflow.generic.edit-help": "Válassza ezt, hogy módosítsa a tárgy metaadatait.", - + // "submission.workflow.generic.view": "View", "submission.workflow.generic.view": "Megtekint", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", "submission.workflow.generic.view-help": "Válassza ezt, hogy megtekintse a tárgy metaadatait.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", "submission.workflow.tasks.claimed.approve": "Jóváhagy", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", "submission.workflow.tasks.claimed.approve_help": "Ha ellenőrizte a tárgyat és gyűjteménybe foglalásra alkalmas, válassza a \"Jóváhagy\" gombot.", - + // "submission.workflow.tasks.claimed.edit": "Edit", "submission.workflow.tasks.claimed.edit": "Szerkeszt", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "Válassza ezt, hogy módosítsa a tárgy metaadatait.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", "submission.workflow.tasks.claimed.reject.reason.info": "Kérjük az alábbi mezőben jelölje meg az okot amiért a feltöltést visszautasítja és pontosítsa, amennyiben a feltöltő megoldhat valamilyen gondot és újra feltöltheti.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", "submission.workflow.tasks.claimed.reject.reason.placeholder": "Írja le az elutasítás okát", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", "submission.workflow.tasks.claimed.reject.reason.submit": "Tárgy elutasítása", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", "submission.workflow.tasks.claimed.reject.reason.title": "Ok", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", "submission.workflow.tasks.claimed.reject.submit": "Elutasítás", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", "submission.workflow.tasks.claimed.reject_help": "Amennyiben ellenőrizte a tárgyat és úgy találta, hogy az nem alkalmas arra, hogy a gyűjteménybe foglalják, válassza az \"Elutasítás\" gombot. Utána szükséges lesz beírni egy üzenetet, amelyben megjelöli, miért nem alkalmas a tárgy és hogy a feltöltő változtathat-e valamit, hogy utána újra feltölthesse.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", "submission.workflow.tasks.claimed.return": "Vissza a készlethez", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", "submission.workflow.tasks.claimed.return_help": "Vigye a feladatot vissza a készletbe, hogy más felhasználó elvégezhesse azt.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", "submission.workflow.tasks.generic.error": "Művelet közben hiba keletkezett...", - + // "submission.workflow.tasks.generic.processing": "Processing...", "submission.workflow.tasks.generic.processing": "Feldolgozás...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", "submission.workflow.tasks.generic.submitter": "Feltöltő", - + // "submission.workflow.tasks.generic.success": "Operation successful", "submission.workflow.tasks.generic.success": "Művelet sikeres", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", "submission.workflow.tasks.pool.claim": "Követelés", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", "submission.workflow.tasks.pool.claim_help": "Ossza ki a feladatot önmagának.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", "submission.workflow.tasks.pool.hide-detail": "Részletek elrejtése", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "Részletek felfedése", - - - + + + // "title": "DSpace", "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", "vocabulary-treeview.header": "Hierarchikus fa nézet", - + // "vocabulary-treeview.load-more": "Load more", "vocabulary-treeview.load-more": "Továbbiak betöltése", - + // "vocabulary-treeview.search.form.reset": "Reset", "vocabulary-treeview.search.form.reset": "Reset", - + // "vocabulary-treeview.search.form.search": "Search", "vocabulary-treeview.search.form.search": "Keresés", - + // "vocabulary-treeview.search.no-result": "There were no items to show", "vocabulary-treeview.search.no-result": "Nincsenek megjelenítendő elemek", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", "vocabulary-treeview.tree.description.nsi": "Norvégiai tudományos index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", "vocabulary-treeview.tree.description.srsc": "Kutatási tárgy kategóriák", - - - + + + // "uploader.browse": "browse", "uploader.browse": "böngészés", - + // "uploader.drag-message": "Drag & Drop your files here", "uploader.drag-message": "Húzza ide az állományokat", - + // "uploader.or": ", or ", // TODO Source message changed - Revise the translation "uploader.or": ", vagy", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation "uploader.processing": "Feldolgozás", - + // "uploader.queue-length": "Queue length", "uploader.queue-length": "Sor hossza", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-item.info": "Válassza ki azokat a típusokat, amelyekhez óhajtja a virtuális metaadatok elmentését valódi metaadatokként", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", "virtual-metadata.delete-item.modal-head": "Ennek a kapcsolatnak a virtuális metaadatai", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-relationship.modal-head": "Válassza ki azokat a tárgyakat, amelyekhez óhajtja a virtuális metaadatok elmentését valódi metaadatokként", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", "workflowAdmin.search.results.head": "Munkafolyamat szervezése", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", "workflow-item.delete.notification.success.title": "Törölve", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", "workflow-item.delete.notification.success.content": "Munkafolyamat elem sikeresen törölve", - + // "workflow-item.delete.notification.error.title": "Something went wrong", "workflow-item.delete.notification.error.title": "Valami hiba keletkezett", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", "workflow-item.delete.notification.error.content": "Munkafolyamat elem törlése nem sikerült", - + // "workflow-item.delete.title": "Delete workflow item", "workflow-item.delete.title": "Munkafolyamat elem törlése", - + // "workflow-item.delete.header": "Delete workflow item", "workflow-item.delete.header": "Munkafolyamat elem törlése", - + // "workflow-item.delete.button.cancel": "Cancel", "workflow-item.delete.button.cancel": "Mégse", - + // "workflow-item.delete.button.confirm": "Delete", "workflow-item.delete.button.confirm": "Töröl", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", "workflow-item.send-back.notification.success.title": "Visszaküldve a feladónak", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", "workflow-item.send-back.notification.success.content": "Munkafolyamat elem sikeresen visszaküldve a feladónak", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", "workflow-item.send-back.notification.error.title": "Valami hiba keletkezett", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", "workflow-item.send-back.notification.error.content": "Munkafolyamat elem visszaküldése a feladónak nem sikerült", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", "workflow-item.send-back.title": "Munkafolyamt elemet visszaküld a feladónak", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", "workflow-item.send-back.header": "Munkafolyamt elemet visszaküld a feladónak", - + // "workflow-item.send-back.button.cancel": "Cancel", "workflow-item.send-back.button.cancel": "Mégse", - + // "workflow-item.send-back.button.confirm": "Send back" // TODO Source message changed - Revise the translation "workflow-item.send-back.button.confirm": "Visszaküld", - + } diff --git a/src/assets/i18n/ja.json5 b/src/assets/i18n/ja.json5 index 83a755c923..acf655b025 100644 --- a/src/assets/i18n/ja.json5 +++ b/src/assets/i18n/ja.json5 @@ -1,6752 +1,6748 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", - + // "401.link.home-page": "Take me to the home page", // TODO New key - Add a translation "401.link.home-page": "Take me to the home page", - + // "401.unauthorized": "unauthorized", // TODO New key - Add a translation "401.unauthorized": "unauthorized", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", - + // "403.link.home-page": "Take me to the home page", // TODO New key - Add a translation "403.link.home-page": "Take me to the home page", - + // "403.forbidden": "forbidden", // TODO New key - Add a translation "403.forbidden": "forbidden", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", // TODO New key - Add a translation "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", - + // "404.link.home-page": "Take me to the home page", // TODO New key - Add a translation "404.link.home-page": "Take me to the home page", - + // "404.page-not-found": "page not found", // TODO New key - Add a translation "404.page-not-found": "page not found", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.breadcrumbs": "System curation tasks", - + // "admin.curation-tasks.title": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.title": "System curation tasks", - + // "admin.curation-tasks.header": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.header": "System curation tasks", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.head": "Failure", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.head": "Create Bitstream format", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.head": "Success", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.head": "Failure", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.head": "Success", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", // TODO New key - Add a translation "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.edit.description.hint": "", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.label": "Description", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.head": "Failure", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.label": "Internal", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.head": "Success", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.head": "Bitstream Format Registry", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", // TODO New key - Add a translation "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.delete": "Delete selected", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", - + // "admin.registries.bitstream-formats.table.internal": "internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.internal": "internal", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.mimetype": "MIME Type", - + // "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.return": "Return", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", // TODO New key - Add a translation "admin.registries.metadata.breadcrumbs": "Metadata registry", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", // TODO New key - Add a translation "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", - + // "admin.registries.metadata.form.create": "Create metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.create": "Create metadata schema", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.edit": "Edit metadata schema", - + // "admin.registries.metadata.form.name": "Name", // TODO New key - Add a translation "admin.registries.metadata.form.name": "Name", - + // "admin.registries.metadata.form.namespace": "Namespace", // TODO New key - Add a translation "admin.registries.metadata.form.namespace": "Namespace", - + // "admin.registries.metadata.head": "Metadata Registry", // TODO New key - Add a translation "admin.registries.metadata.head": "Metadata Registry", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", // TODO New key - Add a translation "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.delete": "Delete selected", - + // "admin.registries.metadata.schemas.table.id": "ID", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.id": "ID", - + // "admin.registries.metadata.schemas.table.name": "Name", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.name": "Name", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.namespace": "Namespace", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", // TODO New key - Add a translation "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", // TODO New key - Add a translation "admin.registries.schema.breadcrumbs": "Metadata schema", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", // TODO New key - Add a translation "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", - + // "admin.registries.schema.fields.head": "Schema metadata fields", // TODO New key - Add a translation "admin.registries.schema.fields.head": "Schema metadata fields", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", // TODO New key - Add a translation "admin.registries.schema.fields.no-items": "No metadata fields to show.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.schema.fields.table.delete": "Delete selected", - + // "admin.registries.schema.fields.table.field": "Field", // TODO New key - Add a translation "admin.registries.schema.fields.table.field": "Field", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", // TODO New key - Add a translation "admin.registries.schema.fields.table.scopenote": "Scope Note", - + // "admin.registries.schema.form.create": "Create metadata field", // TODO New key - Add a translation "admin.registries.schema.form.create": "Create metadata field", - + // "admin.registries.schema.form.edit": "Edit metadata field", // TODO New key - Add a translation "admin.registries.schema.form.edit": "Edit metadata field", - + // "admin.registries.schema.form.element": "Element", // TODO New key - Add a translation "admin.registries.schema.form.element": "Element", - + // "admin.registries.schema.form.qualifier": "Qualifier", // TODO New key - Add a translation "admin.registries.schema.form.qualifier": "Qualifier", - + // "admin.registries.schema.form.scopenote": "Scope Note", // TODO New key - Add a translation "admin.registries.schema.form.scopenote": "Scope Note", - + // "admin.registries.schema.head": "Metadata Schema", // TODO New key - Add a translation "admin.registries.schema.head": "Metadata Schema", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.failure": "Error", // TODO New key - Add a translation "admin.registries.schema.notification.failure": "Error", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.success": "Success", // TODO New key - Add a translation "admin.registries.schema.notification.success": "Success", - + // "admin.registries.schema.return": "Return", // TODO New key - Add a translation "admin.registries.schema.return": "Return", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", // TODO New key - Add a translation "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.delete": "Delete EPerson", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - + // "admin.access-control.epeople.actions.reset": "Reset password", // TODO New key - Add a translation "admin.access-control.epeople.actions.reset": "Reset password", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", // TODO New key - Add a translation "admin.access-control.epeople.title": "DSpace Angular :: EPeople", - + // "admin.access-control.epeople.head": "EPeople", // TODO New key - Add a translation "admin.access-control.epeople.head": "EPeople", - + // "admin.access-control.epeople.search.head": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.head": "Search", - + // "admin.access-control.epeople.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.epeople.button.see-all": "Browse All", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.metadata": "Metadata", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.email": "E-mail (exact)", - + // "admin.access-control.epeople.search.button": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.button": "Search", - + // "admin.access-control.epeople.button.add": "Add EPerson", // TODO New key - Add a translation "admin.access-control.epeople.button.add": "Add EPerson", - + // "admin.access-control.epeople.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.table.id": "ID", - + // "admin.access-control.epeople.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.table.name": "Name", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.table.email": "E-mail (exact)", - + // "admin.access-control.epeople.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.epeople.table.edit": "Edit", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", // TODO New key - Add a translation "admin.access-control.epeople.no-items": "No EPeople to show.", - + // "admin.access-control.epeople.form.create": "Create EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.create": "Create EPerson", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.edit": "Edit EPerson", - + // "admin.access-control.epeople.form.firstName": "First name", // TODO New key - Add a translation "admin.access-control.epeople.form.firstName": "First name", - + // "admin.access-control.epeople.form.lastName": "Last name", // TODO New key - Add a translation "admin.access-control.epeople.form.lastName": "Last name", - + // "admin.access-control.epeople.form.email": "E-mail", // TODO New key - Add a translation "admin.access-control.epeople.form.email": "E-mail", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", // TODO New key - Add a translation "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", // TODO New key - Add a translation "admin.access-control.epeople.form.canLogIn": "Can log in", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", // TODO New key - Add a translation "admin.access-control.epeople.form.requireCertificate": "Requires certificate", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", // TODO New key - Add a translation "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", - + // "admin.access-control.epeople.form.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.form.table.id": "ID", - + // "admin.access-control.epeople.form.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.form.table.name": "Name", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", // TODO New key - Add a translation "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", // TODO New key - Add a translation "admin.access-control.epeople.form.goToGroups": "Add to groups", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", // TODO New key - Add a translation "admin.access-control.groups.title": "DSpace Angular :: Groups", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", // TODO New key - Add a translation "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", // TODO New key - Add a translation "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", - + // "admin.access-control.groups.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.head": "Groups", - + // "admin.access-control.groups.button.add": "Add group", // TODO New key - Add a translation "admin.access-control.groups.button.add": "Add group", - + // "admin.access-control.groups.search.head": "Search groups", // TODO New key - Add a translation "admin.access-control.groups.search.head": "Search groups", - + // "admin.access-control.groups.button.see-all": "Browse all", // TODO New key - Add a translation "admin.access-control.groups.button.see-all": "Browse all", - + // "admin.access-control.groups.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.search.button": "Search", - + // "admin.access-control.groups.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.table.id": "ID", - + // "admin.access-control.groups.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.table.name": "Name", - + // "admin.access-control.groups.table.members": "Members", // TODO New key - Add a translation "admin.access-control.groups.table.members": "Members", - + // "admin.access-control.groups.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.groups.table.edit": "Edit", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.head.create": "Create group", // TODO New key - Add a translation "admin.access-control.groups.form.head.create": "Create group", - + // "admin.access-control.groups.form.head.edit": "Edit group", // TODO New key - Add a translation "admin.access-control.groups.form.head.edit": "Edit group", - + // "admin.access-control.groups.form.groupName": "Group name", // TODO New key - Add a translation "admin.access-control.groups.form.groupName": "Group name", - + // "admin.access-control.groups.form.groupDescription": "Description", // TODO New key - Add a translation "admin.access-control.groups.form.groupDescription": "Description", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", // TODO New key - Add a translation "admin.access-control.groups.form.actions.delete": "Delete Group", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.head": "EPeople", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.head": "Add EPeople", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.headMembers": "Current Members", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.button": "Search", - + // "admin.access-control.groups.form.members-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.id": "ID", - + // "admin.access-control.groups.form.members-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.name": "Name", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.head": "Groups", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.button": "Search", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.id": "ID", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.name": "Name", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", - + // "admin.access-control.groups.form.return": "Return to groups", // TODO New key - Add a translation "admin.access-control.groups.form.return": "Return to groups", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", // TODO New key - Add a translation "admin.search.breadcrumbs": "Administrative Search", - + // "admin.search.collection.edit": "Edit", // TODO New key - Add a translation "admin.search.collection.edit": "Edit", - + // "admin.search.community.edit": "Edit", // TODO New key - Add a translation "admin.search.community.edit": "Edit", - + // "admin.search.item.delete": "Delete", // TODO New key - Add a translation "admin.search.item.delete": "Delete", - + // "admin.search.item.edit": "Edit", // TODO New key - Add a translation "admin.search.item.edit": "Edit", - + // "admin.search.item.make-private": "Make Private", // TODO New key - Add a translation "admin.search.item.make-private": "Make Private", - + // "admin.search.item.make-public": "Make Public", // TODO New key - Add a translation "admin.search.item.make-public": "Make Public", - + // "admin.search.item.move": "Move", // TODO New key - Add a translation "admin.search.item.move": "Move", - + // "admin.search.item.reinstate": "Reinstate", // TODO New key - Add a translation "admin.search.item.reinstate": "Reinstate", - + // "admin.search.item.withdraw": "Withdraw", // TODO New key - Add a translation "admin.search.item.withdraw": "Withdraw", - + // "admin.search.title": "Administrative Search", // TODO New key - Add a translation "admin.search.title": "Administrative Search", - + // "administrativeView.search.results.head": "Administrative Search", // TODO New key - Add a translation "administrativeView.search.results.head": "Administrative Search", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.breadcrumbs": "Administer Workflow", - + // "admin.workflow.title": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.title": "Administer Workflow", - + // "admin.workflow.item.workflow": "Workflow", // TODO New key - Add a translation "admin.workflow.item.workflow": "Workflow", - + // "admin.workflow.item.delete": "Delete", // TODO New key - Add a translation "admin.workflow.item.delete": "Delete", - + // "admin.workflow.item.send-back": "Send back", // TODO New key - Add a translation "admin.workflow.item.send-back": "Send back", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.breadcrumbs": "Import Metadata", - + // "admin.metadata-import.title": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.title": "Import Metadata", - + // "admin.metadata-import.page.header": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.page.header": "Import Metadata", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", // TODO New key - Add a translation "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", - + // "admin.metadata-import.page.button.return": "Return", // TODO New key - Add a translation "admin.metadata-import.page.button.return": "Return", - + // "admin.metadata-import.page.button.proceed": "Proceed", // TODO New key - Add a translation "admin.metadata-import.page.button.proceed": "Proceed", - + // "admin.metadata-import.page.error.addFile": "Select file first!", // TODO New key - Add a translation "admin.metadata-import.page.error.addFile": "Select file first!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", // TODO New key - Add a translation "auth.errors.invalid-user": "Invalid email address or password.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", // TODO New key - Add a translation "auth.messages.expired": "Your session has expired. Please log in again.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", // TODO New key - Add a translation "bitstream.edit.bitstream": "Bitstream: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", // TODO New key - Add a translation "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", - + // "bitstream.edit.form.description.label": "Description", // TODO New key - Add a translation "bitstream.edit.form.description.label": "Description", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", // TODO New key - Add a translation "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", // TODO New key - Add a translation "bitstream.edit.form.embargo.label": "Embargo until specific date", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", // TODO New key - Add a translation "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", - + // "bitstream.edit.form.fileName.label": "Filename", // TODO New key - Add a translation "bitstream.edit.form.fileName.label": "Filename", - + // "bitstream.edit.form.newFormat.label": "Describe new format", // TODO New key - Add a translation "bitstream.edit.form.newFormat.label": "Describe new format", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", // TODO New key - Add a translation "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", // TODO New key - Add a translation "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.label": "Selected Format", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.unknown": "Format not in list", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", // TODO New key - Add a translation "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", // TODO New key - Add a translation "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", // TODO New key - Add a translation "bitstream.edit.notifications.saved.title": "Bitstream saved", - + // "bitstream.edit.title": "Edit bitstream", // TODO New key - Add a translation "bitstream.edit.title": "Edit bitstream", - - - + + + // "browse.comcol.by.author": "By Author", // TODO New key - Add a translation "browse.comcol.by.author": "By Author", - + // "browse.comcol.by.dateissued": "By Issue Date", // TODO New key - Add a translation "browse.comcol.by.dateissued": "By Issue Date", - + // "browse.comcol.by.subject": "By Subject", // TODO New key - Add a translation "browse.comcol.by.subject": "By Subject", - + // "browse.comcol.by.title": "By Title", // TODO New key - Add a translation "browse.comcol.by.title": "By Title", - + // "browse.comcol.head": "Browse", // TODO New key - Add a translation "browse.comcol.head": "Browse", - + // "browse.empty": "No items to show.", // TODO New key - Add a translation "browse.empty": "No items to show.", - + // "browse.metadata.author": "Author", // TODO New key - Add a translation "browse.metadata.author": "Author", - + // "browse.metadata.dateissued": "Issue Date", // TODO New key - Add a translation "browse.metadata.dateissued": "Issue Date", - + // "browse.metadata.subject": "Subject", // TODO New key - Add a translation "browse.metadata.subject": "Subject", - + // "browse.metadata.title": "Title", // TODO New key - Add a translation "browse.metadata.title": "Title", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", // TODO New key - Add a translation "browse.metadata.author.breadcrumbs": "Browse by Author", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", // TODO New key - Add a translation "browse.metadata.dateissued.breadcrumbs": "Browse by Date", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", // TODO New key - Add a translation "browse.metadata.subject.breadcrumbs": "Browse by Subject", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", // TODO New key - Add a translation "browse.metadata.title.breadcrumbs": "Browse by Title", - + // "browse.startsWith.choose_start": "(Choose start)", // TODO New key - Add a translation "browse.startsWith.choose_start": "(Choose start)", - + // "browse.startsWith.choose_year": "(Choose year)", // TODO New key - Add a translation "browse.startsWith.choose_year": "(Choose year)", - + // "browse.startsWith.jump": "Jump to a point in the index:", // TODO New key - Add a translation "browse.startsWith.jump": "Jump to a point in the index:", - + // "browse.startsWith.months.april": "April", // TODO New key - Add a translation "browse.startsWith.months.april": "April", - + // "browse.startsWith.months.august": "August", // TODO New key - Add a translation "browse.startsWith.months.august": "August", - + // "browse.startsWith.months.december": "December", // TODO New key - Add a translation "browse.startsWith.months.december": "December", - + // "browse.startsWith.months.february": "February", // TODO New key - Add a translation "browse.startsWith.months.february": "February", - + // "browse.startsWith.months.january": "January", // TODO New key - Add a translation "browse.startsWith.months.january": "January", - + // "browse.startsWith.months.july": "July", // TODO New key - Add a translation "browse.startsWith.months.july": "July", - + // "browse.startsWith.months.june": "June", // TODO New key - Add a translation "browse.startsWith.months.june": "June", - + // "browse.startsWith.months.march": "March", // TODO New key - Add a translation "browse.startsWith.months.march": "March", - + // "browse.startsWith.months.may": "May", // TODO New key - Add a translation "browse.startsWith.months.may": "May", - + // "browse.startsWith.months.none": "(Choose month)", // TODO New key - Add a translation "browse.startsWith.months.none": "(Choose month)", - + // "browse.startsWith.months.november": "November", // TODO New key - Add a translation "browse.startsWith.months.november": "November", - + // "browse.startsWith.months.october": "October", // TODO New key - Add a translation "browse.startsWith.months.october": "October", - + // "browse.startsWith.months.september": "September", // TODO New key - Add a translation "browse.startsWith.months.september": "September", - + // "browse.startsWith.submit": "Go", // TODO New key - Add a translation "browse.startsWith.submit": "Go", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", // TODO New key - Add a translation "browse.startsWith.type_date": "Or type in a date (year-month):", - + // "browse.startsWith.type_text": "Or enter first few letters:", // TODO New key - Add a translation "browse.startsWith.type_text": "Or enter first few letters:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", // TODO New key - Add a translation "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", // TODO New key - Add a translation "chips.remove": "Remove chip", - - - + + + // "collection.create.head": "Create a Collection", // TODO New key - Add a translation "collection.create.head": "Create a Collection", - + // "collection.create.notifications.success": "Successfully created the Collection", // TODO New key - Add a translation "collection.create.notifications.success": "Successfully created the Collection", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", // TODO New key - Add a translation "collection.create.sub-head": "Create a Collection for Community {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", // TODO New key - Add a translation "collection.curate.header": "Curate Collection: {{collection}}", - + // "collection.delete.cancel": "Cancel", // TODO New key - Add a translation "collection.delete.cancel": "Cancel", - + // "collection.delete.confirm": "Confirm", // TODO New key - Add a translation "collection.delete.confirm": "Confirm", - + // "collection.delete.head": "Delete Collection", // TODO New key - Add a translation "collection.delete.head": "Delete Collection", - + // "collection.delete.notification.fail": "Collection could not be deleted", // TODO New key - Add a translation "collection.delete.notification.fail": "Collection could not be deleted", - + // "collection.delete.notification.success": "Successfully deleted collection", // TODO New key - Add a translation "collection.delete.notification.success": "Successfully deleted collection", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", // TODO New key - Add a translation "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", - - - + + + // "collection.edit.delete": "Delete this collection", // TODO New key - Add a translation "collection.edit.delete": "Delete this collection", - + // "collection.edit.head": "Edit Collection", // TODO New key - Add a translation "collection.edit.head": "Edit Collection", - + // "collection.edit.breadcrumbs": "Edit Collection", // TODO New key - Add a translation "collection.edit.breadcrumbs": "Edit Collection", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.mapper.head": "Item Mapper", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - + // "collection.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.item-mapper.cancel": "Cancel", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", // TODO New key - Add a translation "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", // TODO New key - Add a translation "collection.edit.item-mapper.confirm": "Map selected items", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", // TODO New key - Add a translation "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", // TODO New key - Add a translation "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "collection.edit.item-mapper.no-search": "Please enter a query to search", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", // TODO New key - Add a translation "collection.edit.item-mapper.remove": "Remove selected item mappings", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.browse": "Browse mapped items", - + // "collection.edit.item-mapper.tabs.map": "Map new items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.map": "Map new items", - - - + + + // "collection.edit.logo.label": "Collection logo", // TODO New key - Add a translation "collection.edit.logo.label": "Collection logo", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", // TODO New key - Add a translation "collection.edit.logo.upload": "Drop a Collection Logo to upload", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", // TODO New key - Add a translation "collection.edit.notifications.success": "Successfully edited the Collection", - + // "collection.edit.return": "Return", // TODO New key - Add a translation "collection.edit.return": "Return", - - - + + + // "collection.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.head": "Curate", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.title": "Collection Edit - Curate", - + // "collection.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.head": "Authorizations", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.head": "Edit Metadata", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", - + // "collection.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.head": "Assign Roles", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.title": "Collection Edit - Roles", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", // TODO New key - Add a translation "collection.edit.tabs.source.external": "This collection harvests its content from an external source", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", // TODO New key - Add a translation "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", // TODO New key - Add a translation "collection.edit.tabs.source.form.harvestType": "Content being harvested", - + // "collection.edit.tabs.source.form.head": "Configure an external source", // TODO New key - Add a translation "collection.edit.tabs.source.form.head": "Configure an external source", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", // TODO New key - Add a translation "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSource": "OAI Provider", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", - + // "collection.edit.tabs.source.head": "Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.head": "Content Source", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.title": "Collection Edit - Content Source", - - - + + + // "collection.edit.template.add-button": "Add", // TODO New key - Add a translation "collection.edit.template.add-button": "Add", - + // "collection.edit.template.breadcrumbs": "Item template", // TODO New key - Add a translation "collection.edit.template.breadcrumbs": "Item template", - + // "collection.edit.template.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.template.cancel": "Cancel", - + // "collection.edit.template.delete-button": "Delete", // TODO New key - Add a translation "collection.edit.template.delete-button": "Delete", - + // "collection.edit.template.edit-button": "Edit", // TODO New key - Add a translation "collection.edit.template.edit-button": "Edit", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", // TODO New key - Add a translation "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", // TODO New key - Add a translation "collection.edit.template.label": "Template item", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.error": "Failed to delete the item template", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", - + // "collection.edit.template.title": "Edit Template Item", // TODO New key - Add a translation "collection.edit.template.title": "Edit Template Item", - - - + + + // "collection.form.abstract": "Short Description", // TODO New key - Add a translation "collection.form.abstract": "Short Description", - + // "collection.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "collection.form.description": "Introductory text (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", // TODO New key - Add a translation "collection.form.errors.title.required": "Please enter a collection name", - + // "collection.form.license": "License", // TODO New key - Add a translation "collection.form.license": "License", - + // "collection.form.provenance": "Provenance", // TODO New key - Add a translation "collection.form.provenance": "Provenance", - + // "collection.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "collection.form.rights": "Copyright text (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "collection.form.tableofcontents": "News (HTML)", - + // "collection.form.title": "Name", // TODO New key - Add a translation "collection.form.title": "Name", - - - + + + // "collection.listelement.badge": "Collection", // TODO New key - Add a translation "collection.listelement.badge": "Collection", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", // TODO New key - Add a translation "collection.page.browse.recent.head": "Recent Submissions", - + // "collection.page.browse.recent.empty": "No items to show", // TODO New key - Add a translation "collection.page.browse.recent.empty": "No items to show", - + // "collection.page.edit": "Edit this collection", // TODO New key - Add a translation "collection.page.edit": "Edit this collection", - + // "collection.page.handle": "Permanent URI for this collection", // TODO New key - Add a translation "collection.page.handle": "Permanent URI for this collection", - + // "collection.page.license": "License", // TODO New key - Add a translation "collection.page.license": "License", - + // "collection.page.news": "News", // TODO New key - Add a translation "collection.page.news": "News", - - - + + + // "collection.select.confirm": "Confirm selected", // TODO New key - Add a translation "collection.select.confirm": "Confirm selected", - + // "collection.select.empty": "No collections to show", // TODO New key - Add a translation "collection.select.empty": "No collections to show", - + // "collection.select.table.title": "Title", // TODO New key - Add a translation "collection.select.table.title": "Title", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", // TODO New key - Add a translation "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", - + // "collection.source.update.notifications.error.title": "Server Error", // TODO New key - Add a translation "collection.source.update.notifications.error.title": "Server Error", - - - + + + // "communityList.tabTitle": "DSpace - Community List", // TODO New key - Add a translation "communityList.tabTitle": "DSpace - Community List", - + // "communityList.title": "List of Communities", // TODO New key - Add a translation "communityList.title": "List of Communities", - + // "communityList.showMore": "Show More", // TODO New key - Add a translation "communityList.showMore": "Show More", - - - + + + // "community.create.head": "Create a Community", // TODO New key - Add a translation "community.create.head": "Create a Community", - + // "community.create.notifications.success": "Successfully created the Community", // TODO New key - Add a translation "community.create.notifications.success": "Successfully created the Community", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", // TODO New key - Add a translation "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", // TODO New key - Add a translation "community.curate.header": "Curate Community: {{community}}", - + // "community.delete.cancel": "Cancel", // TODO New key - Add a translation "community.delete.cancel": "Cancel", - + // "community.delete.confirm": "Confirm", // TODO New key - Add a translation "community.delete.confirm": "Confirm", - + // "community.delete.head": "Delete Community", // TODO New key - Add a translation "community.delete.head": "Delete Community", - + // "community.delete.notification.fail": "Community could not be deleted", // TODO New key - Add a translation "community.delete.notification.fail": "Community could not be deleted", - + // "community.delete.notification.success": "Successfully deleted community", // TODO New key - Add a translation "community.delete.notification.success": "Successfully deleted community", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", // TODO New key - Add a translation "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", - + // "community.edit.delete": "Delete this community", // TODO New key - Add a translation "community.edit.delete": "Delete this community", - + // "community.edit.head": "Edit Community", // TODO New key - Add a translation "community.edit.head": "Edit Community", - + // "community.edit.breadcrumbs": "Edit Community", // TODO New key - Add a translation "community.edit.breadcrumbs": "Edit Community", - - + + // "community.edit.logo.label": "Community logo", // TODO New key - Add a translation "community.edit.logo.label": "Community logo", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", // TODO New key - Add a translation "community.edit.logo.notifications.add.success": "Upload Community logo successful.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", // TODO New key - Add a translation "community.edit.logo.upload": "Drop a Community Logo to upload", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", // TODO New key - Add a translation "community.edit.notifications.success": "Successfully edited the Community", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", // TODO New key - Add a translation "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - + // "community.edit.notifications.error": "An error occured while editing the Community", // TODO New key - Add a translation "community.edit.notifications.error": "An error occured while editing the Community", - + // "community.edit.return": "Return", // TODO New key - Add a translation "community.edit.return": "Return", - - - + + + // "community.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "community.edit.tabs.curate.head": "Curate", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", // TODO New key - Add a translation "community.edit.tabs.curate.title": "Community Edit - Curate", - + // "community.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.head": "Edit Metadata", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.title": "Community Edit - Metadata", - + // "community.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "community.edit.tabs.roles.head": "Assign Roles", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", // TODO New key - Add a translation "community.edit.tabs.roles.title": "Community Edit - Roles", - + // "community.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.head": "Authorizations", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - - - + + + // "community.listelement.badge": "Community", // TODO New key - Add a translation "community.listelement.badge": "Community", - - - + + + // "comcol-role.edit.no-group": "None", // TODO New key - Add a translation "comcol-role.edit.no-group": "None", - + // "comcol-role.edit.create": "Create", // TODO New key - Add a translation "comcol-role.edit.create": "Create", - + // "comcol-role.edit.restrict": "Restrict", // TODO New key - Add a translation "comcol-role.edit.restrict": "Restrict", - + // "comcol-role.edit.delete": "Delete", // TODO New key - Add a translation "comcol-role.edit.delete": "Delete", - - + + // "comcol-role.edit.community-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.community-admin.name": "Administrators", - + // "comcol-role.edit.collection-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.collection-admin.name": "Administrators", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", // TODO New key - Add a translation "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - - + + // "comcol-role.edit.submitters.name": "Submitters", // TODO New key - Add a translation "comcol-role.edit.submitters.name": "Submitters", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", // TODO New key - Add a translation "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", // TODO New key - Add a translation "comcol-role.edit.item_read.name": "Default item read access", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", // TODO New key - Add a translation "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.name": "Default bitstream read access", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", - - + + // "comcol-role.edit.editor.name": "Editors", // TODO New key - Add a translation "comcol-role.edit.editor.name": "Editors", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", // TODO New key - Add a translation "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", // TODO New key - Add a translation "comcol-role.edit.finaleditor.name": "Final editors", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", // TODO New key - Add a translation "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", // TODO New key - Add a translation "comcol-role.edit.reviewer.name": "Reviewers", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", // TODO New key - Add a translation "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", - - - + + + // "community.form.abstract": "Short Description", // TODO New key - Add a translation "community.form.abstract": "Short Description", - + // "community.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "community.form.description": "Introductory text (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", // TODO New key - Add a translation "community.form.errors.title.required": "Please enter a community name", - + // "community.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "community.form.rights": "Copyright text (HTML)", - + // "community.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "community.form.tableofcontents": "News (HTML)", - + // "community.form.title": "Name", // TODO New key - Add a translation "community.form.title": "Name", - + // "community.page.edit": "Edit this community", // TODO New key - Add a translation "community.page.edit": "Edit this community", - + // "community.page.handle": "Permanent URI for this community", // TODO New key - Add a translation "community.page.handle": "Permanent URI for this community", - + // "community.page.license": "License", // TODO New key - Add a translation "community.page.license": "License", - + // "community.page.news": "News", // TODO New key - Add a translation "community.page.news": "News", - + // "community.all-lists.head": "Subcommunities and Collections", // TODO New key - Add a translation "community.all-lists.head": "Subcommunities and Collections", - + // "community.sub-collection-list.head": "Collections of this Community", // TODO New key - Add a translation "community.sub-collection-list.head": "Collections of this Community", - + // "community.sub-community-list.head": "Communities of this Community", // TODO New key - Add a translation "community.sub-community-list.head": "Communities of this Community", - - - + + + // "cookies.consent.accept-all": "Accept all", // TODO New key - Add a translation "cookies.consent.accept-all": "Accept all", - + // "cookies.consent.accept-selected": "Accept selected", // TODO New key - Add a translation "cookies.consent.accept-selected": "Accept selected", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.title": "(opt-out)", - + // "cookies.consent.app.purpose": "purpose", // TODO New key - Add a translation "cookies.consent.app.purpose": "purpose", - + // "cookies.consent.app.required.description": "This application is always required", // TODO New key - Add a translation "cookies.consent.app.required.description": "This application is always required", - + // "cookies.consent.app.required.title": "(always required)", // TODO New key - Add a translation "cookies.consent.app.required.title": "(always required)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", // TODO New key - Add a translation "cookies.consent.update": "There were changes since your last visit, please update your consent.", - + // "cookies.consent.close": "Close", // TODO New key - Add a translation "cookies.consent.close": "Close", - + // "cookies.consent.decline": "Decline", // TODO New key - Add a translation "cookies.consent.decline": "Decline", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", // TODO New key - Add a translation "cookies.consent.content-notice.learnMore": "Customize", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", // TODO New key - Add a translation "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", // TODO New key - Add a translation "cookies.consent.content-modal.title": "Information that we collect", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", // TODO New key - Add a translation "cookies.consent.app.title.authentication": "Authentication", - + // "cookies.consent.app.description.authentication": "Required for signing you in", // TODO New key - Add a translation "cookies.consent.app.description.authentication": "Required for signing you in", - - + + // "cookies.consent.app.title.preferences": "Preferences", // TODO New key - Add a translation "cookies.consent.app.title.preferences": "Preferences", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", // TODO New key - Add a translation "cookies.consent.app.description.preferences": "Required for saving your preferences", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", // TODO New key - Add a translation "cookies.consent.app.title.acknowledgement": "Acknowledgement", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", // TODO New key - Add a translation "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", // TODO New key - Add a translation "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", // TODO New key - Add a translation "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", - - - + + + // "cookies.consent.purpose.functional": "Functional", // TODO New key - Add a translation "cookies.consent.purpose.functional": "Functional", - + // "cookies.consent.purpose.statistical": "Statistical", // TODO New key - Add a translation "cookies.consent.purpose.statistical": "Statistical", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", // TODO New key - Add a translation - "curation-task.task.checklinks.label": "Check Links in Metadata", - + "curation-task.task.checklinks.label": "Check Links in Metadata", + // "curation-task.task.noop.label": "NOOP", // TODO New key - Add a translation "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", // TODO New key - Add a translation "curation-task.task.profileformats.label": "Profile Bitstream Formats", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", // TODO New key - Add a translation "curation-task.task.requiredmetadata.label": "Check for Required Metadata", - + // "curation-task.task.translate.label": "Microsoft Translator", // TODO New key - Add a translation "curation-task.task.translate.label": "Microsoft Translator", - + // "curation-task.task.vscan.label": "Virus Scan", // TODO New key - Add a translation "curation-task.task.vscan.label": "Virus Scan", - - - + + + // "curation.form.task-select.label": "Task:", // TODO New key - Add a translation "curation.form.task-select.label": "Task:", - + // "curation.form.submit": "Start", // TODO New key - Add a translation "curation.form.submit": "Start", - + // "curation.form.submit.success.head": "The curation task has been started successfully", // TODO New key - Add a translation "curation.form.submit.success.head": "The curation task has been started successfully", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", // TODO New key - Add a translation "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", - + // "curation.form.submit.error.head": "Running the curation task failed", // TODO New key - Add a translation "curation.form.submit.error.head": "Running the curation task failed", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", // TODO New key - Add a translation "curation.form.submit.error.content": "An error occured when trying to start the curation task.", - + // "curation.form.handle.label": "Handle:", // TODO New key - Add a translation "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", // TODO New key - Add a translation "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", - - - + + + // "dso-selector.create.collection.head": "New collection", // TODO New key - Add a translation "dso-selector.create.collection.head": "New collection", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", // TODO New key - Add a translation "dso-selector.create.collection.sub-level": "Create a new collection in", - + // "dso-selector.create.community.head": "New community", // TODO New key - Add a translation "dso-selector.create.community.head": "New community", - + // "dso-selector.create.community.sub-level": "Create a new community in", // TODO New key - Add a translation "dso-selector.create.community.sub-level": "Create a new community in", - + // "dso-selector.create.community.top-level": "Create a new top-level community", // TODO New key - Add a translation "dso-selector.create.community.top-level": "Create a new top-level community", - + // "dso-selector.create.item.head": "New item", // TODO New key - Add a translation "dso-selector.create.item.head": "New item", - + // "dso-selector.create.item.sub-level": "Create a new item in", // TODO New key - Add a translation "dso-selector.create.item.sub-level": "Create a new item in", - + // "dso-selector.create.submission.head": "New submission", // TODO New key - Add a translation "dso-selector.create.submission.head": "New submission", - + // "dso-selector.edit.collection.head": "Edit collection", // TODO New key - Add a translation "dso-selector.edit.collection.head": "Edit collection", - + // "dso-selector.edit.community.head": "Edit community", // TODO New key - Add a translation "dso-selector.edit.community.head": "Edit community", - + // "dso-selector.edit.item.head": "Edit item", // TODO New key - Add a translation "dso-selector.edit.item.head": "Edit item", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", // TODO New key - Add a translation "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - + // "dso-selector.no-results": "No {{ type }} found", // TODO New key - Add a translation "dso-selector.no-results": "No {{ type }} found", - + // "dso-selector.placeholder": "Search for a {{ type }}", // TODO New key - Add a translation "dso-selector.placeholder": "Search for a {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.export-metadata.cancel": "Cancel", - + // "confirmation-modal.export-metadata.confirm": "Export", // TODO New key - Add a translation "confirmation-modal.export-metadata.confirm": "Export", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.delete-eperson.cancel": "Cancel", - + // "confirmation-modal.delete-eperson.confirm": "Delete", // TODO New key - Add a translation "confirmation-modal.delete-eperson.confirm": "Delete", - - + + // "error.bitstream": "Error fetching bitstream", // TODO New key - Add a translation "error.bitstream": "Error fetching bitstream", - + // "error.browse-by": "Error fetching items", // TODO New key - Add a translation "error.browse-by": "Error fetching items", - + // "error.collection": "Error fetching collection", // TODO New key - Add a translation "error.collection": "Error fetching collection", - + // "error.collections": "Error fetching collections", // TODO New key - Add a translation "error.collections": "Error fetching collections", - + // "error.community": "Error fetching community", // TODO New key - Add a translation "error.community": "Error fetching community", - + // "error.identifier": "No item found for the identifier", // TODO New key - Add a translation "error.identifier": "No item found for the identifier", - + // "error.default": "Error", // TODO New key - Add a translation "error.default": "Error", - + // "error.item": "Error fetching item", // TODO New key - Add a translation "error.item": "Error fetching item", - + // "error.items": "Error fetching items", // TODO New key - Add a translation "error.items": "Error fetching items", - + // "error.objects": "Error fetching objects", // TODO New key - Add a translation "error.objects": "Error fetching objects", - + // "error.recent-submissions": "Error fetching recent submissions", // TODO New key - Add a translation "error.recent-submissions": "Error fetching recent submissions", - + // "error.search-results": "Error fetching search results", // TODO New key - Add a translation "error.search-results": "Error fetching search results", - + // "error.sub-collections": "Error fetching sub-collections", // TODO New key - Add a translation "error.sub-collections": "Error fetching sub-collections", - + // "error.sub-communities": "Error fetching sub-communities", // TODO New key - Add a translation "error.sub-communities": "Error fetching sub-communities", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", // TODO New key - Add a translation "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", - + // "error.top-level-communities": "Error fetching top-level communities", // TODO New key - Add a translation "error.top-level-communities": "Error fetching top-level communities", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", // TODO New key - Add a translation "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", // TODO New key - Add a translation "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", // TODO New key - Add a translation "error.validation.filerequired": "The file upload is mandatory", - - - + + + // "file-section.error.header": "Error obtaining files for this item", // TODO New key - Add a translation "file-section.error.header": "Error obtaining files for this item", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", // TODO New key - Add a translation "footer.copyright": "copyright © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", // TODO New key - Add a translation "footer.link.dspace": "DSpace software", - + // "footer.link.lyrasis": "LYRASIS", // TODO New key - Add a translation "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", // TODO New key - Add a translation "footer.link.cookies": "Cookie settings", - + // "footer.link.privacy-policy": "Privacy policy", // TODO New key - Add a translation "footer.link.privacy-policy": "Privacy policy", - + // "footer.link.end-user-agreement":"End User Agreement", // TODO New key - Add a translation - "footer.link.end-user-agreement":"End User Agreement", - - - + "footer.link.end-user-agreement": "End User Agreement", + + + // "forgot-email.form.header": "Forgot Password", // TODO New key - Add a translation "forgot-email.form.header": "Forgot Password", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "forgot-email.form.email": "Email Address *", // TODO New key - Add a translation "forgot-email.form.email": "Email Address *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "forgot-email.form.email.error.required": "Please fill in an email address", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "forgot-email.form.email.hint": "This address will be verified and used as your login name.", - + // "forgot-email.form.submit": "Submit", // TODO New key - Add a translation "forgot-email.form.submit": "Submit", - + // "forgot-email.form.success.head": "Verification email sent", // TODO New key - Add a translation "forgot-email.form.success.head": "Verification email sent", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "forgot-email.form.error.head": "Error when trying to register email", // TODO New key - Add a translation "forgot-email.form.error.head": "Error when trying to register email", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", // TODO New key - Add a translation "forgot-password.title": "Forgot Password", - + // "forgot-password.form.head": "Forgot Password", // TODO New key - Add a translation "forgot-password.form.head": "Forgot Password", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "forgot-password.form.card.security": "Security", // TODO New key - Add a translation "forgot-password.form.card.security": "Security", - + // "forgot-password.form.identification.header": "Identify", // TODO New key - Add a translation "forgot-password.form.identification.header": "Identify", - + // "forgot-password.form.identification.email": "Email address: ", // TODO New key - Add a translation "forgot-password.form.identification.email": "Email address: ", - + // "forgot-password.form.label.password": "Password", // TODO New key - Add a translation "forgot-password.form.label.password": "Password", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "forgot-password.form.label.passwordrepeat": "Retype to confirm", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "forgot-password.form.error.empty-password": "Please enter a password in the box below.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "forgot-password.form.error.matching-passwords": "The passwords do not match.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", // TODO New key - Add a translation "forgot-password.form.notification.error.title": "Error when trying to submit new password", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", // TODO New key - Add a translation "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", - + // "forgot-password.form.notification.success.title": "Password reset completed", // TODO New key - Add a translation "forgot-password.form.notification.success.title": "Password reset completed", - + // "forgot-password.form.submit": "Submit password", // TODO New key - Add a translation "forgot-password.form.submit": "Submit password", - - - + + + // "form.add": "Add", // TODO New key - Add a translation "form.add": "Add", - + // "form.add-help": "Click here to add the current entry and to add another one", // TODO New key - Add a translation "form.add-help": "Click here to add the current entry and to add another one", - + // "form.cancel": "Cancel", // TODO New key - Add a translation "form.cancel": "Cancel", - + // "form.clear": "Clear", // TODO New key - Add a translation "form.clear": "Clear", - + // "form.clear-help": "Click here to remove the selected value", // TODO New key - Add a translation "form.clear-help": "Click here to remove the selected value", - + // "form.edit": "Edit", // TODO New key - Add a translation "form.edit": "Edit", - + // "form.edit-help": "Click here to edit the selected value", // TODO New key - Add a translation "form.edit-help": "Click here to edit the selected value", - + // "form.first-name": "First name", // TODO New key - Add a translation "form.first-name": "First name", - + // "form.group-collapse": "Collapse", // TODO New key - Add a translation "form.group-collapse": "Collapse", - + // "form.group-collapse-help": "Click here to collapse", // TODO New key - Add a translation "form.group-collapse-help": "Click here to collapse", - + // "form.group-expand": "Expand", // TODO New key - Add a translation "form.group-expand": "Expand", - + // "form.group-expand-help": "Click here to expand and add more elements", // TODO New key - Add a translation "form.group-expand-help": "Click here to expand and add more elements", - + // "form.last-name": "Last name", // TODO New key - Add a translation "form.last-name": "Last name", - + // "form.loading": "Loading...", // TODO New key - Add a translation "form.loading": "Loading...", - + // "form.lookup": "Lookup", // TODO New key - Add a translation "form.lookup": "Lookup", - + // "form.lookup-help": "Click here to look up an existing relation", // TODO New key - Add a translation "form.lookup-help": "Click here to look up an existing relation", - + // "form.no-results": "No results found", // TODO New key - Add a translation "form.no-results": "No results found", - + // "form.no-value": "No value entered", // TODO New key - Add a translation "form.no-value": "No value entered", - + // "form.other-information": {}, // TODO New key - Add a translation "form.other-information": {}, - + // "form.remove": "Remove", // TODO New key - Add a translation "form.remove": "Remove", - + // "form.save": "Save", // TODO New key - Add a translation "form.save": "Save", - + // "form.save-help": "Save changes", // TODO New key - Add a translation "form.save-help": "Save changes", - + // "form.search": "Search", // TODO New key - Add a translation "form.search": "Search", - + // "form.search-help": "Click here to look for an existing correspondence", // TODO New key - Add a translation "form.search-help": "Click here to look for an existing correspondence", - + // "form.submit": "Submit", // TODO New key - Add a translation "form.submit": "Submit", - - - + + + // "home.description": "", // TODO New key - Add a translation "home.description": "", - + // "home.breadcrumbs": "Home", // TODO New key - Add a translation "home.breadcrumbs": "Home", - + // "home.title": "DSpace Angular :: Home", // TODO New key - Add a translation "home.title": "DSpace Angular :: Home", - + // "home.top-level-communities.head": "Communities in DSpace", // TODO New key - Add a translation "home.top-level-communities.head": "Communities in DSpace", - + // "home.top-level-communities.help": "Select a community to browse its collections.", // TODO New key - Add a translation "home.top-level-communities.help": "Select a community to browse its collections.", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.breadcrumbs": "End User Agreement", - + // "info.end-user-agreement.buttons.cancel": "Cancel", // TODO New key - Add a translation "info.end-user-agreement.buttons.cancel": "Cancel", - + // "info.end-user-agreement.buttons.save": "Save", // TODO New key - Add a translation "info.end-user-agreement.buttons.save": "Save", - + // "info.end-user-agreement.head": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.head": "End User Agreement", - + // "info.end-user-agreement.title": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.title": "End User Agreement", - + // "info.privacy.breadcrumbs": "Privacy Statement", // TODO New key - Add a translation "info.privacy.breadcrumbs": "Privacy Statement", - + // "info.privacy.head": "Privacy Statement", // TODO New key - Add a translation "info.privacy.head": "Privacy Statement", - + // "info.privacy.title": "Privacy Statement", // TODO New key - Add a translation "info.privacy.title": "Privacy Statement", - - - + + + // "item.alerts.private": "This item is private", // TODO New key - Add a translation "item.alerts.private": "This item is private", - + // "item.alerts.withdrawn": "This item has been withdrawn", // TODO New key - Add a translation "item.alerts.withdrawn": "This item has been withdrawn", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", // TODO New key - Add a translation "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", - + // "item.edit.authorizations.title": "Edit item's Policies", // TODO New key - Add a translation "item.edit.authorizations.title": "Edit item's Policies", - - - + + + // "item.badge.private": "Private", // TODO New key - Add a translation "item.badge.private": "Private", - + // "item.badge.withdrawn": "Withdrawn", // TODO New key - Add a translation "item.badge.withdrawn": "Withdrawn", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle": "Bundle", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.placeholder": "Select a bundle", - + // "item.bitstreams.upload.bundle.new": "Create bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.new": "Create bundle", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", // TODO New key - Add a translation - "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", - + "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.cancel": "Cancel", // TODO New key - Add a translation "item.bitstreams.upload.cancel": "Cancel", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", // TODO New key - Add a translation "item.bitstreams.upload.drop-message": "Drop a file to upload", - + // "item.bitstreams.upload.item": "Item: ", // TODO New key - Add a translation "item.bitstreams.upload.item": "Item: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", - + // "item.bitstreams.upload.title": "Upload bitstream", // TODO New key - Add a translation "item.bitstreams.upload.title": "Upload bitstream", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", // TODO New key - Add a translation "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.more": "Load more", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", // TODO New key - Add a translation "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", // TODO New key - Add a translation "item.edit.bitstreams.discard-button": "Discard", - + // "item.edit.bitstreams.edit.buttons.download": "Download", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.download": "Download", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.drag": "Drag", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.edit": "Edit", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.remove": "Remove", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.undo": "Undo changes", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", // TODO New key - Add a translation "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", - + // "item.edit.bitstreams.headers.actions": "Actions", // TODO New key - Add a translation "item.edit.bitstreams.headers.actions": "Actions", - + // "item.edit.bitstreams.headers.bundle": "Bundle", // TODO New key - Add a translation "item.edit.bitstreams.headers.bundle": "Bundle", - + // "item.edit.bitstreams.headers.description": "Description", // TODO New key - Add a translation "item.edit.bitstreams.headers.description": "Description", - + // "item.edit.bitstreams.headers.format": "Format", // TODO New key - Add a translation "item.edit.bitstreams.headers.format": "Format", - + // "item.edit.bitstreams.headers.name": "Name", // TODO New key - Add a translation "item.edit.bitstreams.headers.name": "Name", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", - + // "item.edit.bitstreams.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.bitstreams.reinstate-button": "Undo", - + // "item.edit.bitstreams.save-button": "Save", // TODO New key - Add a translation "item.edit.bitstreams.save-button": "Save", - + // "item.edit.bitstreams.upload-button": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.upload-button": "Upload", - - - + + + // "item.edit.delete.cancel": "Cancel", // TODO New key - Add a translation "item.edit.delete.cancel": "Cancel", - + // "item.edit.delete.confirm": "Delete", // TODO New key - Add a translation "item.edit.delete.confirm": "Delete", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", // TODO New key - Add a translation "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", - + // "item.edit.delete.error": "An error occurred while deleting the item", // TODO New key - Add a translation "item.edit.delete.error": "An error occurred while deleting the item", - + // "item.edit.delete.header": "Delete item: {{ id }}", // TODO New key - Add a translation "item.edit.delete.header": "Delete item: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", // TODO New key - Add a translation "item.edit.delete.success": "The item has been deleted", - + // "item.edit.head": "Edit Item", // TODO New key - Add a translation "item.edit.head": "Edit Item", - + // "item.edit.breadcrumbs": "Edit Item", // TODO New key - Add a translation "item.edit.breadcrumbs": "Edit Item", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.mapper.head": "Collection Mapper", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.add": "Map item to selected collections", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", - + // "item.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "item.edit.item-mapper.cancel": "Cancel", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", // TODO New key - Add a translation "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", // TODO New key - Add a translation "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", // TODO New key - Add a translation "item.edit.item-mapper.item": "Item: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "item.edit.item-mapper.no-search": "Please enter a query to search", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.browse": "Browse mapped collections", - + // "item.edit.item-mapper.tabs.map": "Map new collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.map": "Map new collections", - - - + + + // "item.edit.metadata.add-button": "Add", // TODO New key - Add a translation "item.edit.metadata.add-button": "Add", - + // "item.edit.metadata.discard-button": "Discard", // TODO New key - Add a translation "item.edit.metadata.discard-button": "Discard", - + // "item.edit.metadata.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.edit": "Edit", - + // "item.edit.metadata.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.remove": "Remove", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.undo": "Undo changes", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.unedit": "Stop editing", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", // TODO New key - Add a translation "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", - + // "item.edit.metadata.headers.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.headers.edit": "Edit", - + // "item.edit.metadata.headers.field": "Field", // TODO New key - Add a translation "item.edit.metadata.headers.field": "Field", - + // "item.edit.metadata.headers.language": "Lang", // TODO New key - Add a translation "item.edit.metadata.headers.language": "Lang", - + // "item.edit.metadata.headers.value": "Value", // TODO New key - Add a translation "item.edit.metadata.headers.value": "Value", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", // TODO New key - Add a translation "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.title": "Changed discarded", - + // "item.edit.metadata.notifications.error.title": "An error occurred", // TODO New key - Add a translation "item.edit.metadata.notifications.error.title": "An error occurred", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.title": "Metadata invalid", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.title": "Changed outdated", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.title": "Metadata saved", - + // "item.edit.metadata.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.metadata.reinstate-button": "Undo", - + // "item.edit.metadata.save-button": "Save", // TODO New key - Add a translation "item.edit.metadata.save-button": "Save", - - - + + + // "item.edit.modify.overview.field": "Field", // TODO New key - Add a translation "item.edit.modify.overview.field": "Field", - + // "item.edit.modify.overview.language": "Language", // TODO New key - Add a translation "item.edit.modify.overview.language": "Language", - + // "item.edit.modify.overview.value": "Value", // TODO New key - Add a translation "item.edit.modify.overview.value": "Value", - - - + + + // "item.edit.move.cancel": "Cancel", // TODO New key - Add a translation "item.edit.move.cancel": "Cancel", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", // TODO New key - Add a translation "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", // TODO New key - Add a translation "item.edit.move.error": "An error occurred when attempting to move the item", - + // "item.edit.move.head": "Move item: {{id}}", // TODO New key - Add a translation "item.edit.move.head": "Move item: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", // TODO New key - Add a translation "item.edit.move.inheritpolicies.checkbox": "Inherit policies", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", // TODO New key - Add a translation "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", - + // "item.edit.move.move": "Move", // TODO New key - Add a translation "item.edit.move.move": "Move", - + // "item.edit.move.processing": "Moving...", // TODO New key - Add a translation "item.edit.move.processing": "Moving...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", // TODO New key - Add a translation "item.edit.move.search.placeholder": "Enter a search query to look for collections", - + // "item.edit.move.success": "The item has been moved successfully", // TODO New key - Add a translation "item.edit.move.success": "The item has been moved successfully", - + // "item.edit.move.title": "Move item", // TODO New key - Add a translation "item.edit.move.title": "Move item", - - - + + + // "item.edit.private.cancel": "Cancel", // TODO New key - Add a translation "item.edit.private.cancel": "Cancel", - + // "item.edit.private.confirm": "Make it Private", // TODO New key - Add a translation "item.edit.private.confirm": "Make it Private", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", // TODO New key - Add a translation "item.edit.private.description": "Are you sure this item should be made private in the archive?", - + // "item.edit.private.error": "An error occurred while making the item private", // TODO New key - Add a translation "item.edit.private.error": "An error occurred while making the item private", - + // "item.edit.private.header": "Make item private: {{ id }}", // TODO New key - Add a translation "item.edit.private.header": "Make item private: {{ id }}", - + // "item.edit.private.success": "The item is now private", // TODO New key - Add a translation "item.edit.private.success": "The item is now private", - - - + + + // "item.edit.public.cancel": "Cancel", // TODO New key - Add a translation "item.edit.public.cancel": "Cancel", - + // "item.edit.public.confirm": "Make it Public", // TODO New key - Add a translation "item.edit.public.confirm": "Make it Public", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", // TODO New key - Add a translation "item.edit.public.description": "Are you sure this item should be made public in the archive?", - + // "item.edit.public.error": "An error occurred while making the item public", // TODO New key - Add a translation "item.edit.public.error": "An error occurred while making the item public", - + // "item.edit.public.header": "Make item public: {{ id }}", // TODO New key - Add a translation "item.edit.public.header": "Make item public: {{ id }}", - + // "item.edit.public.success": "The item is now public", // TODO New key - Add a translation "item.edit.public.success": "The item is now public", - - - + + + // "item.edit.reinstate.cancel": "Cancel", // TODO New key - Add a translation "item.edit.reinstate.cancel": "Cancel", - + // "item.edit.reinstate.confirm": "Reinstate", // TODO New key - Add a translation "item.edit.reinstate.confirm": "Reinstate", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", // TODO New key - Add a translation "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", // TODO New key - Add a translation "item.edit.reinstate.error": "An error occurred while reinstating the item", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", // TODO New key - Add a translation "item.edit.reinstate.header": "Reinstate item: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", // TODO New key - Add a translation "item.edit.reinstate.success": "The item was reinstated successfully", - - - + + + // "item.edit.relationships.discard-button": "Discard", // TODO New key - Add a translation "item.edit.relationships.discard-button": "Discard", - + // "item.edit.relationships.edit.buttons.add": "Add", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.add": "Add", - + // "item.edit.relationships.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.remove": "Remove", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.undo": "Undo changes", - + // "item.edit.relationships.no-relationships": "No relationships", // TODO New key - Add a translation "item.edit.relationships.no-relationships": "No relationships", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.title": "Changes discarded", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", // TODO New key - Add a translation "item.edit.relationships.notifications.failed.title": "Error editing relationships", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.title": "Changes outdated", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.title": "Relationships saved", - + // "item.edit.relationships.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.relationships.reinstate-button": "Undo", - + // "item.edit.relationships.save-button": "Save", // TODO New key - Add a translation "item.edit.relationships.save-button": "Save", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", // TODO New key - Add a translation "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.head": "Bitstreams", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", - + // "item.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "item.edit.tabs.curate.head": "Curate", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", // TODO New key - Add a translation "item.edit.tabs.curate.title": "Item Edit - Curate", - + // "item.edit.tabs.metadata.head": "Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.head": "Metadata", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.title": "Item Edit - Metadata", - + // "item.edit.tabs.relationships.head": "Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.head": "Relationships", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.title": "Item Edit - Relationships", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.button": "Permanently delete", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.button": "Verplaats dit item naar een andere collectie", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.label": "Move item to another collection", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.button": "Make it private...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.label": "Make item private", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.button": "Make it public...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.label": "Make item public", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", // TODO New key - Add a translation "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", - + // "item.edit.tabs.status.head": "Status", // TODO New key - Add a translation "item.edit.tabs.status.head": "Status", - + // "item.edit.tabs.status.labels.handle": "Handle", // TODO New key - Add a translation "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", // TODO New key - Add a translation "item.edit.tabs.status.labels.id": "Item Internal ID", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", // TODO New key - Add a translation "item.edit.tabs.status.labels.itemPage": "Item Page", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", // TODO New key - Add a translation "item.edit.tabs.status.labels.lastModified": "Last Modified", - + // "item.edit.tabs.status.title": "Item Edit - Status", // TODO New key - Add a translation "item.edit.tabs.status.title": "Item Edit - Status", - + // "item.edit.tabs.versionhistory.head": "Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.head": "Version History", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.title": "Item Edit - Version History", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", // TODO New key - Add a translation "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", - + // "item.edit.tabs.view.head": "View Item", // TODO New key - Add a translation "item.edit.tabs.view.head": "View Item", - + // "item.edit.tabs.view.title": "Item Edit - View", // TODO New key - Add a translation "item.edit.tabs.view.title": "Item Edit - View", - - - + + + // "item.edit.withdraw.cancel": "Cancel", // TODO New key - Add a translation "item.edit.withdraw.cancel": "Cancel", - + // "item.edit.withdraw.confirm": "Withdraw", // TODO New key - Add a translation "item.edit.withdraw.confirm": "Withdraw", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", // TODO New key - Add a translation "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", // TODO New key - Add a translation "item.edit.withdraw.error": "An error occurred while withdrawing the item", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", // TODO New key - Add a translation "item.edit.withdraw.header": "Withdraw item: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", // TODO New key - Add a translation "item.edit.withdraw.success": "The item was withdrawn successfully", - - - + + + // "item.listelement.badge": "Item", // TODO New key - Add a translation "item.listelement.badge": "Item", - + // "item.page.description": "Description", // TODO New key - Add a translation "item.page.description": "Description", - - // "item.page.edit": "Edit this item", - // TODO New key - Add a translation - "item.page.edit": "Edit this item", - + // "item.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "item.page.journal-issn": "Journal ISSN", - + // "item.page.journal-title": "Journal Title", // TODO New key - Add a translation "item.page.journal-title": "Journal Title", - + // "item.page.publisher": "Publisher", // TODO New key - Add a translation "item.page.publisher": "Publisher", - + // "item.page.titleprefix": "Item: ", // TODO New key - Add a translation "item.page.titleprefix": "Item: ", - + // "item.page.volume-title": "Volume Title", // TODO New key - Add a translation "item.page.volume-title": "Volume Title", - + // "item.search.results.head": "Item Search Results", // TODO New key - Add a translation "item.search.results.head": "Item Search Results", - + // "item.search.title": "DSpace Angular :: Item Search", // TODO New key - Add a translation "item.search.title": "DSpace Angular :: Item Search", - - - + + + // "item.page.abstract": "Abstract", // TODO New key - Add a translation "item.page.abstract": "Abstract", - + // "item.page.author": "Authors", // TODO New key - Add a translation "item.page.author": "Authors", - + // "item.page.citation": "Citation", // TODO New key - Add a translation "item.page.citation": "Citation", - + // "item.page.collections": "Collections", // TODO New key - Add a translation "item.page.collections": "Collections", - + // "item.page.date": "Date", // TODO New key - Add a translation "item.page.date": "Date", - + // "item.page.edit": "Edit this item", // TODO New key - Add a translation "item.page.edit": "Edit this item", - + // "item.page.files": "Files", // TODO New key - Add a translation "item.page.files": "Files", - + // "item.page.filesection.description": "Description:", // TODO New key - Add a translation "item.page.filesection.description": "Description:", - + // "item.page.filesection.download": "Download", // TODO New key - Add a translation "item.page.filesection.download": "Download", - + // "item.page.filesection.format": "Format:", // TODO New key - Add a translation "item.page.filesection.format": "Format:", - + // "item.page.filesection.name": "Name:", // TODO New key - Add a translation "item.page.filesection.name": "Name:", - + // "item.page.filesection.size": "Size:", // TODO New key - Add a translation "item.page.filesection.size": "Size:", - + // "item.page.journal.search.title": "Articles in this journal", // TODO New key - Add a translation "item.page.journal.search.title": "Articles in this journal", - + // "item.page.link.full": "Full item page", // TODO New key - Add a translation "item.page.link.full": "Full item page", - + // "item.page.link.simple": "Simple item page", // TODO New key - Add a translation "item.page.link.simple": "Simple item page", - + // "item.page.person.search.title": "Articles by this author", // TODO New key - Add a translation "item.page.person.search.title": "Articles by this author", - + // "item.page.related-items.view-more": "Show {{ amount }} more", // TODO New key - Add a translation "item.page.related-items.view-more": "Show {{ amount }} more", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", // TODO New key - Add a translation "item.page.related-items.view-less": "Hide last {{ amount }}", - + // "item.page.relationships.isAuthorOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isAuthorOfPublication": "Publications", - + // "item.page.relationships.isJournalOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isJournalOfPublication": "Publications", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfPerson": "Authors", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfProject": "Research Projects", - + // "item.page.subject": "Keywords", // TODO New key - Add a translation "item.page.subject": "Keywords", - + // "item.page.uri": "URI", // TODO New key - Add a translation "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", // TODO New key - Add a translation "item.page.bitstreams.view-more": "Show more", - + // "item.page.bitstreams.collapse": "Collapse", // TODO New key - Add a translation "item.page.bitstreams.collapse": "Collapse", - + // "item.page.filesection.original.bundle" : "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", - + "item.page.filesection.original.bundle": "Original bundle", + // "item.page.filesection.license.bundle" : "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", - + "item.page.filesection.license.bundle": "License bundle", + // "item.preview.dc.identifier.uri": "Identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.uri": "Identifier:", - + // "item.preview.dc.contributor.author": "Authors:", // TODO New key - Add a translation "item.preview.dc.contributor.author": "Authors:", - + // "item.preview.dc.date.issued": "Published date:", // TODO New key - Add a translation "item.preview.dc.date.issued": "Published date:", - + // "item.preview.dc.description.abstract": "Abstract:", // TODO New key - Add a translation "item.preview.dc.description.abstract": "Abstract:", - + // "item.preview.dc.identifier.other": "Other identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.other": "Other identifier:", - + // "item.preview.dc.language.iso": "Language:", // TODO New key - Add a translation "item.preview.dc.language.iso": "Language:", - + // "item.preview.dc.subject": "Subjects:", // TODO New key - Add a translation "item.preview.dc.subject": "Subjects:", - + // "item.preview.dc.title": "Title:", // TODO New key - Add a translation "item.preview.dc.title": "Title:", - + // "item.preview.person.familyName": "Surname:", // TODO New key - Add a translation "item.preview.person.familyName": "Surname:", - + // "item.preview.person.givenName": "Name:", // TODO New key - Add a translation "item.preview.person.givenName": "Name:", - + // "item.preview.person.identifier.orcid": "ORCID:", // TODO New key - Add a translation "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", // TODO New key - Add a translation "item.select.confirm": "Confirm selected", - + // "item.select.empty": "No items to show", // TODO New key - Add a translation "item.select.empty": "No items to show", - + // "item.select.table.author": "Author", // TODO New key - Add a translation "item.select.table.author": "Author", - + // "item.select.table.collection": "Collection", // TODO New key - Add a translation "item.select.table.collection": "Collection", - + // "item.select.table.title": "Title", // TODO New key - Add a translation "item.select.table.title": "Title", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", // TODO New key - Add a translation "item.version.history.empty": "There are no other versions for this item yet.", - + // "item.version.history.head": "Version History", // TODO New key - Add a translation "item.version.history.head": "Version History", - + // "item.version.history.return": "Return", // TODO New key - Add a translation "item.version.history.return": "Return", - + // "item.version.history.selected": "Selected version", // TODO New key - Add a translation "item.version.history.selected": "Selected version", - + // "item.version.history.table.version": "Version", // TODO New key - Add a translation "item.version.history.table.version": "Version", - + // "item.version.history.table.item": "Item", // TODO New key - Add a translation "item.version.history.table.item": "Item", - + // "item.version.history.table.editor": "Editor", // TODO New key - Add a translation "item.version.history.table.editor": "Editor", - + // "item.version.history.table.date": "Date", // TODO New key - Add a translation "item.version.history.table.date": "Date", - + // "item.version.history.table.summary": "Summary", // TODO New key - Add a translation "item.version.history.table.summary": "Summary", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", // TODO New key - Add a translation "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", - - - + + + // "journal.listelement.badge": "Journal", // TODO New key - Add a translation "journal.listelement.badge": "Journal", - + // "journal.page.description": "Description", // TODO New key - Add a translation "journal.page.description": "Description", - + // "journal.page.edit": "Edit this item", // TODO New key - Add a translation "journal.page.edit": "Edit this item", - + // "journal.page.editor": "Editor-in-Chief", // TODO New key - Add a translation "journal.page.editor": "Editor-in-Chief", - + // "journal.page.issn": "ISSN", // TODO New key - Add a translation "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", // TODO New key - Add a translation "journal.page.publisher": "Publisher", - + // "journal.page.titleprefix": "Journal: ", // TODO New key - Add a translation "journal.page.titleprefix": "Journal: ", - + // "journal.search.results.head": "Journal Search Results", // TODO New key - Add a translation "journal.search.results.head": "Journal Search Results", - + // "journal.search.title": "DSpace Angular :: Journal Search", // TODO New key - Add a translation "journal.search.title": "DSpace Angular :: Journal Search", - - - + + + // "journalissue.listelement.badge": "Journal Issue", // TODO New key - Add a translation "journalissue.listelement.badge": "Journal Issue", - + // "journalissue.page.description": "Description", // TODO New key - Add a translation "journalissue.page.description": "Description", - + // "journalissue.page.edit": "Edit this item", // TODO New key - Add a translation "journalissue.page.edit": "Edit this item", - + // "journalissue.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalissue.page.issuedate": "Issue Date", - + // "journalissue.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "journalissue.page.journal-issn": "Journal ISSN", - + // "journalissue.page.journal-title": "Journal Title", // TODO New key - Add a translation "journalissue.page.journal-title": "Journal Title", - + // "journalissue.page.keyword": "Keywords", // TODO New key - Add a translation "journalissue.page.keyword": "Keywords", - + // "journalissue.page.number": "Number", // TODO New key - Add a translation "journalissue.page.number": "Number", - + // "journalissue.page.titleprefix": "Journal Issue: ", // TODO New key - Add a translation "journalissue.page.titleprefix": "Journal Issue: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", // TODO New key - Add a translation "journalvolume.listelement.badge": "Journal Volume", - + // "journalvolume.page.description": "Description", // TODO New key - Add a translation "journalvolume.page.description": "Description", - + // "journalvolume.page.edit": "Edit this item", // TODO New key - Add a translation "journalvolume.page.edit": "Edit this item", - + // "journalvolume.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalvolume.page.issuedate": "Issue Date", - + // "journalvolume.page.titleprefix": "Journal Volume: ", // TODO New key - Add a translation "journalvolume.page.titleprefix": "Journal Volume: ", - + // "journalvolume.page.volume": "Volume", // TODO New key - Add a translation "journalvolume.page.volume": "Volume", - - - + + + // "loading.bitstream": "Loading bitstream...", // TODO New key - Add a translation "loading.bitstream": "Loading bitstream...", - + // "loading.bitstreams": "Loading bitstreams...", // TODO New key - Add a translation "loading.bitstreams": "Loading bitstreams...", - + // "loading.browse-by": "Loading items...", // TODO New key - Add a translation "loading.browse-by": "Loading items...", - + // "loading.browse-by-page": "Loading page...", // TODO New key - Add a translation "loading.browse-by-page": "Loading page...", - + // "loading.collection": "Loading collection...", // TODO New key - Add a translation "loading.collection": "Loading collection...", - + // "loading.collections": "Loading collections...", // TODO New key - Add a translation "loading.collections": "Loading collections...", - + // "loading.content-source": "Loading content source...", // TODO New key - Add a translation "loading.content-source": "Loading content source...", - + // "loading.community": "Loading community...", // TODO New key - Add a translation "loading.community": "Loading community...", - + // "loading.default": "Loading...", // TODO New key - Add a translation "loading.default": "Loading...", - + // "loading.item": "Loading item...", // TODO New key - Add a translation "loading.item": "Loading item...", - + // "loading.items": "Loading items...", // TODO New key - Add a translation "loading.items": "Loading items...", - + // "loading.mydspace-results": "Loading items...", // TODO New key - Add a translation "loading.mydspace-results": "Loading items...", - + // "loading.objects": "Loading...", // TODO New key - Add a translation "loading.objects": "Loading...", - + // "loading.recent-submissions": "Loading recent submissions...", // TODO New key - Add a translation "loading.recent-submissions": "Loading recent submissions...", - + // "loading.search-results": "Loading search results...", // TODO New key - Add a translation "loading.search-results": "Loading search results...", - + // "loading.sub-collections": "Loading sub-collections...", // TODO New key - Add a translation "loading.sub-collections": "Loading sub-collections...", - + // "loading.sub-communities": "Loading sub-communities...", // TODO New key - Add a translation "loading.sub-communities": "Loading sub-communities...", - + // "loading.top-level-communities": "Loading top-level communities...", // TODO New key - Add a translation "loading.top-level-communities": "Loading top-level communities...", - - - + + + // "login.form.email": "Email address", // TODO New key - Add a translation "login.form.email": "Email address", - + // "login.form.forgot-password": "Have you forgotten your password?", // TODO New key - Add a translation "login.form.forgot-password": "Have you forgotten your password?", - + // "login.form.header": "Please log in to DSpace", // TODO New key - Add a translation "login.form.header": "Please log in to DSpace", - + // "login.form.new-user": "New user? Click here to register.", // TODO New key - Add a translation "login.form.new-user": "New user? Click here to register.", - + // "login.form.or-divider": "or", // TODO New key - Add a translation "login.form.or-divider": "or", - + // "login.form.password": "Password", // TODO New key - Add a translation "login.form.password": "Password", - + // "login.form.shibboleth": "Log in with Shibboleth", // TODO New key - Add a translation "login.form.shibboleth": "Log in with Shibboleth", - + // "login.form.submit": "Log in", // TODO New key - Add a translation "login.form.submit": "Log in", - + // "login.title": "Login", // TODO New key - Add a translation "login.title": "Login", - + // "login.breadcrumbs": "Login", // TODO New key - Add a translation "login.breadcrumbs": "Login", - - - + + + // "logout.form.header": "Log out from DSpace", // TODO New key - Add a translation "logout.form.header": "Log out from DSpace", - + // "logout.form.submit": "Log out", // TODO New key - Add a translation "logout.form.submit": "Log out", - + // "logout.title": "Logout", // TODO New key - Add a translation "logout.title": "Logout", - - - + + + // "menu.header.admin": "Admin", // TODO New key - Add a translation "menu.header.admin": "Admin", - + // "menu.header.image.logo": "Repository logo", // TODO New key - Add a translation "menu.header.image.logo": "Repository logo", - - - + + + // "menu.section.access_control": "Access Control", // TODO New key - Add a translation "menu.section.access_control": "Access Control", - + // "menu.section.access_control_authorizations": "Authorizations", // TODO New key - Add a translation "menu.section.access_control_authorizations": "Authorizations", - + // "menu.section.access_control_groups": "Groups", // TODO New key - Add a translation "menu.section.access_control_groups": "Groups", - + // "menu.section.access_control_people": "People", // TODO New key - Add a translation "menu.section.access_control_people": "People", - - - + + + // "menu.section.admin_search": "Admin Search", // TODO New key - Add a translation "menu.section.admin_search": "Admin Search", - - - + + + // "menu.section.browse_community": "This Community", // TODO New key - Add a translation "menu.section.browse_community": "This Community", - + // "menu.section.browse_community_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_community_by_author": "By Author", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_community_by_issue_date": "By Issue Date", - + // "menu.section.browse_community_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_community_by_title": "By Title", - + // "menu.section.browse_global": "All of DSpace", // TODO New key - Add a translation "menu.section.browse_global": "All of DSpace", - + // "menu.section.browse_global_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_global_by_author": "By Author", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_global_by_dateissued": "By Issue Date", - + // "menu.section.browse_global_by_subject": "By Subject", // TODO New key - Add a translation "menu.section.browse_global_by_subject": "By Subject", - + // "menu.section.browse_global_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_global_by_title": "By Title", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", // TODO New key - Add a translation "menu.section.browse_global_communities_and_collections": "Communities & Collections", - - - + + + // "menu.section.control_panel": "Control Panel", // TODO New key - Add a translation "menu.section.control_panel": "Control Panel", - + // "menu.section.curation_task": "Curation Task", // TODO New key - Add a translation "menu.section.curation_task": "Curation Task", - - - + + + // "menu.section.edit": "Edit", // TODO New key - Add a translation "menu.section.edit": "Edit", - + // "menu.section.edit_collection": "Collection", // TODO New key - Add a translation "menu.section.edit_collection": "Collection", - + // "menu.section.edit_community": "Community", // TODO New key - Add a translation "menu.section.edit_community": "Community", - + // "menu.section.edit_item": "Item", // TODO New key - Add a translation "menu.section.edit_item": "Item", - - - + + + // "menu.section.export": "Export", // TODO New key - Add a translation "menu.section.export": "Export", - + // "menu.section.export_collection": "Collection", // TODO New key - Add a translation "menu.section.export_collection": "Collection", - + // "menu.section.export_community": "Community", // TODO New key - Add a translation "menu.section.export_community": "Community", - + // "menu.section.export_item": "Item", // TODO New key - Add a translation "menu.section.export_item": "Item", - + // "menu.section.export_metadata": "Metadata", // TODO New key - Add a translation "menu.section.export_metadata": "Metadata", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", // TODO New key - Add a translation "menu.section.icon.access_control": "Access Control menu section", - + // "menu.section.icon.admin_search": "Admin search menu section", // TODO New key - Add a translation "menu.section.icon.admin_search": "Admin search menu section", - + // "menu.section.icon.control_panel": "Control Panel menu section", // TODO New key - Add a translation "menu.section.icon.control_panel": "Control Panel menu section", - + // "menu.section.icon.curation_task": "Curation Task menu section", // TODO New key - Add a translation "menu.section.icon.curation_task": "Curation Task menu section", - + // "menu.section.icon.edit": "Edit menu section", // TODO New key - Add a translation "menu.section.icon.edit": "Edit menu section", - + // "menu.section.icon.export": "Export menu section", // TODO New key - Add a translation "menu.section.icon.export": "Export menu section", - + // "menu.section.icon.find": "Find menu section", // TODO New key - Add a translation "menu.section.icon.find": "Find menu section", - + // "menu.section.icon.import": "Import menu section", // TODO New key - Add a translation "menu.section.icon.import": "Import menu section", - + // "menu.section.icon.new": "New menu section", // TODO New key - Add a translation "menu.section.icon.new": "New menu section", - + // "menu.section.icon.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.icon.pin": "Pin sidebar", - + // "menu.section.icon.processes": "Processes menu section", // TODO New key - Add a translation "menu.section.icon.processes": "Processes menu section", - + // "menu.section.icon.registries": "Registries menu section", // TODO New key - Add a translation "menu.section.icon.registries": "Registries menu section", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", // TODO New key - Add a translation "menu.section.icon.statistics_task": "Statistics Task menu section", - + // "menu.section.icon.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.icon.unpin": "Unpin sidebar", - - - + + + // "menu.section.import": "Import", // TODO New key - Add a translation "menu.section.import": "Import", - + // "menu.section.import_batch": "Batch Import (ZIP)", // TODO New key - Add a translation "menu.section.import_batch": "Batch Import (ZIP)", - + // "menu.section.import_metadata": "Metadata", // TODO New key - Add a translation "menu.section.import_metadata": "Metadata", - - - + + + // "menu.section.new": "New", // TODO New key - Add a translation "menu.section.new": "New", - + // "menu.section.new_collection": "Collection", // TODO New key - Add a translation "menu.section.new_collection": "Collection", - + // "menu.section.new_community": "Community", // TODO New key - Add a translation "menu.section.new_community": "Community", - + // "menu.section.new_item": "Item", // TODO New key - Add a translation "menu.section.new_item": "Item", - + // "menu.section.new_item_version": "Item Version", // TODO New key - Add a translation "menu.section.new_item_version": "Item Version", - + // "menu.section.new_process": "Process", // TODO New key - Add a translation "menu.section.new_process": "Process", - - - + + + // "menu.section.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.pin": "Pin sidebar", - + // "menu.section.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.unpin": "Unpin sidebar", - - - + + + // "menu.section.processes": "Processes", // TODO New key - Add a translation "menu.section.processes": "Processes", - - - + + + // "menu.section.registries": "Registries", // TODO New key - Add a translation "menu.section.registries": "Registries", - + // "menu.section.registries_format": "Format", // TODO New key - Add a translation "menu.section.registries_format": "Format", - + // "menu.section.registries_metadata": "Metadata", // TODO New key - Add a translation "menu.section.registries_metadata": "Metadata", - - - + + + // "menu.section.statistics": "Statistics", // TODO New key - Add a translation "menu.section.statistics": "Statistics", - + // "menu.section.statistics_task": "Statistics Task", // TODO New key - Add a translation "menu.section.statistics_task": "Statistics Task", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", // TODO New key - Add a translation "menu.section.toggle.access_control": "Toggle Access Control section", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", // TODO New key - Add a translation "menu.section.toggle.control_panel": "Toggle Control Panel section", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", // TODO New key - Add a translation "menu.section.toggle.curation_task": "Toggle Curation Task section", - + // "menu.section.toggle.edit": "Toggle Edit section", // TODO New key - Add a translation "menu.section.toggle.edit": "Toggle Edit section", - + // "menu.section.toggle.export": "Toggle Export section", // TODO New key - Add a translation "menu.section.toggle.export": "Toggle Export section", - + // "menu.section.toggle.find": "Toggle Find section", // TODO New key - Add a translation "menu.section.toggle.find": "Toggle Find section", - + // "menu.section.toggle.import": "Toggle Import section", // TODO New key - Add a translation "menu.section.toggle.import": "Toggle Import section", - + // "menu.section.toggle.new": "Toggle New section", // TODO New key - Add a translation "menu.section.toggle.new": "Toggle New section", - + // "menu.section.toggle.registries": "Toggle Registries section", // TODO New key - Add a translation "menu.section.toggle.registries": "Toggle Registries section", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", // TODO New key - Add a translation "menu.section.toggle.statistics_task": "Toggle Statistics Task section", - - + + // "menu.section.workflow": "Administer Workflow", // TODO New key - Add a translation "menu.section.workflow": "Administer Workflow", - - + + // "mydspace.description": "", // TODO New key - Add a translation "mydspace.description": "", - + // "mydspace.general.text-here": "here", // TODO New key - Add a translation "mydspace.general.text-here": "here", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", // TODO New key - Add a translation "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", // TODO New key - Add a translation "mydspace.messages.description-placeholder": "Insert your message here...", - + // "mydspace.messages.hide-msg": "Hide message", // TODO New key - Add a translation "mydspace.messages.hide-msg": "Hide message", - + // "mydspace.messages.mark-as-read": "Mark as read", // TODO New key - Add a translation "mydspace.messages.mark-as-read": "Mark as read", - + // "mydspace.messages.mark-as-unread": "Mark as unread", // TODO New key - Add a translation "mydspace.messages.mark-as-unread": "Mark as unread", - + // "mydspace.messages.no-content": "No content.", // TODO New key - Add a translation "mydspace.messages.no-content": "No content.", - + // "mydspace.messages.no-messages": "No messages yet.", // TODO New key - Add a translation "mydspace.messages.no-messages": "No messages yet.", - + // "mydspace.messages.send-btn": "Send", // TODO New key - Add a translation "mydspace.messages.send-btn": "Send", - + // "mydspace.messages.show-msg": "Show message", // TODO New key - Add a translation "mydspace.messages.show-msg": "Show message", - + // "mydspace.messages.subject-placeholder": "Subject...", // TODO New key - Add a translation "mydspace.messages.subject-placeholder": "Subject...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", // TODO New key - Add a translation "mydspace.messages.submitter-help": "Select this option to send a message to controller.", - + // "mydspace.messages.title": "Messages", // TODO New key - Add a translation "mydspace.messages.title": "Messages", - + // "mydspace.messages.to": "To", // TODO New key - Add a translation "mydspace.messages.to": "To", - + // "mydspace.new-submission": "New submission", // TODO New key - Add a translation "mydspace.new-submission": "New submission", - + // "mydspace.new-submission-external": "Import metadata from external source", // TODO New key - Add a translation "mydspace.new-submission-external": "Import metadata from external source", - + // "mydspace.new-submission-external-short": "Import metadata", // TODO New key - Add a translation "mydspace.new-submission-external-short": "Import metadata", - + // "mydspace.results.head": "Your submissions", // TODO New key - Add a translation "mydspace.results.head": "Your submissions", - + // "mydspace.results.no-abstract": "No Abstract", // TODO New key - Add a translation "mydspace.results.no-abstract": "No Abstract", - + // "mydspace.results.no-authors": "No Authors", // TODO New key - Add a translation "mydspace.results.no-authors": "No Authors", - + // "mydspace.results.no-collections": "No Collections", // TODO New key - Add a translation "mydspace.results.no-collections": "No Collections", - + // "mydspace.results.no-date": "No Date", // TODO New key - Add a translation "mydspace.results.no-date": "No Date", - + // "mydspace.results.no-files": "No Files", // TODO New key - Add a translation "mydspace.results.no-files": "No Files", - + // "mydspace.results.no-results": "There were no items to show", // TODO New key - Add a translation "mydspace.results.no-results": "There were no items to show", - + // "mydspace.results.no-title": "No title", // TODO New key - Add a translation "mydspace.results.no-title": "No title", - + // "mydspace.results.no-uri": "No Uri", // TODO New key - Add a translation "mydspace.results.no-uri": "No Uri", - + // "mydspace.show.workflow": "All tasks", // TODO New key - Add a translation "mydspace.show.workflow": "All tasks", - + // "mydspace.show.workspace": "Your Submissions", // TODO New key - Add a translation "mydspace.show.workspace": "Your Submissions", - + // "mydspace.status.archived": "Archived", // TODO New key - Add a translation "mydspace.status.archived": "Archived", - + // "mydspace.status.validation": "Validation", // TODO New key - Add a translation "mydspace.status.validation": "Validation", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", // TODO New key - Add a translation "mydspace.status.waiting-for-controller": "Waiting for controller", - + // "mydspace.status.workflow": "Workflow", // TODO New key - Add a translation "mydspace.status.workflow": "Workflow", - + // "mydspace.status.workspace": "Workspace", // TODO New key - Add a translation "mydspace.status.workspace": "Workspace", - + // "mydspace.title": "MyDSpace", // TODO New key - Add a translation "mydspace.title": "MyDSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", // TODO New key - Add a translation "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", // TODO New key - Add a translation "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", // TODO New key - Add a translation "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", // TODO New key - Add a translation "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", // TODO New key - Add a translation "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", - + // "mydspace.view-btn": "View", // TODO New key - Add a translation "mydspace.view-btn": "View", - - - + + + // "nav.browse.header": "All of DSpace", // TODO New key - Add a translation "nav.browse.header": "All of DSpace", - + // "nav.community-browse.header": "By Community", // TODO New key - Add a translation "nav.community-browse.header": "By Community", - + // "nav.language": "Language switch", // TODO New key - Add a translation "nav.language": "Language switch", - + // "nav.login": "Log In", // TODO New key - Add a translation "nav.login": "Log In", - + // "nav.logout": "Log Out", // TODO New key - Add a translation "nav.logout": "Log Out", - + // "nav.mydspace": "MyDSpace", // TODO New key - Add a translation "nav.mydspace": "MyDSpace", - + // "nav.profile": "Profile", // TODO New key - Add a translation "nav.profile": "Profile", - + // "nav.search": "Search", // TODO New key - Add a translation "nav.search": "Search", - + // "nav.statistics.header": "Statistics", // TODO New key - Add a translation "nav.statistics.header": "Statistics", - + // "nav.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "nav.stop-impersonating": "Stop impersonating EPerson", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", // TODO New key - Add a translation "orgunit.listelement.badge": "Organizational Unit", - + // "orgunit.page.city": "City", // TODO New key - Add a translation "orgunit.page.city": "City", - + // "orgunit.page.country": "Country", // TODO New key - Add a translation "orgunit.page.country": "Country", - + // "orgunit.page.dateestablished": "Date established", // TODO New key - Add a translation "orgunit.page.dateestablished": "Date established", - + // "orgunit.page.description": "Description", // TODO New key - Add a translation "orgunit.page.description": "Description", - + // "orgunit.page.edit": "Edit this item", // TODO New key - Add a translation "orgunit.page.edit": "Edit this item", - + // "orgunit.page.id": "ID", // TODO New key - Add a translation "orgunit.page.id": "ID", - + // "orgunit.page.titleprefix": "Organizational Unit: ", // TODO New key - Add a translation "orgunit.page.titleprefix": "Organizational Unit: ", - - - + + + // "pagination.results-per-page": "Results Per Page", // TODO New key - Add a translation "pagination.results-per-page": "Results Per Page", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", // TODO New key - Add a translation "pagination.showing.detail": "{{ range }} of {{ total }}", - + // "pagination.showing.label": "Now showing ", // TODO New key - Add a translation "pagination.showing.label": "Now showing ", - + // "pagination.sort-direction": "Sort Options", // TODO New key - Add a translation "pagination.sort-direction": "Sort Options", - - - + + + // "person.listelement.badge": "Person", // TODO New key - Add a translation "person.listelement.badge": "Person", - + // "person.listelement.no-title": "No name found", // TODO New key - Add a translation "person.listelement.no-title": "No name found", - + // "person.page.birthdate": "Birth Date", // TODO New key - Add a translation "person.page.birthdate": "Birth Date", - + // "person.page.edit": "Edit this item", // TODO New key - Add a translation "person.page.edit": "Edit this item", - + // "person.page.email": "Email Address", // TODO New key - Add a translation "person.page.email": "Email Address", - + // "person.page.firstname": "First Name", // TODO New key - Add a translation "person.page.firstname": "First Name", - + // "person.page.jobtitle": "Job Title", // TODO New key - Add a translation "person.page.jobtitle": "Job Title", - + // "person.page.lastname": "Last Name", // TODO New key - Add a translation "person.page.lastname": "Last Name", - + // "person.page.link.full": "Show all metadata", // TODO New key - Add a translation "person.page.link.full": "Show all metadata", - + // "person.page.orcid": "ORCID", // TODO New key - Add a translation "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", // TODO New key - Add a translation "person.page.staffid": "Staff ID", - + // "person.page.titleprefix": "Person: ", // TODO New key - Add a translation "person.page.titleprefix": "Person: ", - + // "person.search.results.head": "Person Search Results", // TODO New key - Add a translation "person.search.results.head": "Person Search Results", - + // "person.search.title": "DSpace Angular :: Person Search", // TODO New key - Add a translation "person.search.title": "DSpace Angular :: Person Search", - - - + + + // "process.new.select-parameters": "Parameters", // TODO New key - Add a translation "process.new.select-parameters": "Parameters", - + // "process.new.cancel": "Cancel", // TODO New key - Add a translation "process.new.cancel": "Cancel", - + // "process.new.submit": "Submit", // TODO New key - Add a translation "process.new.submit": "Submit", - + // "process.new.select-script": "Script", // TODO New key - Add a translation "process.new.select-script": "Script", - + // "process.new.select-script.placeholder": "Choose a script...", // TODO New key - Add a translation "process.new.select-script.placeholder": "Choose a script...", - + // "process.new.select-script.required": "Script is required", // TODO New key - Add a translation "process.new.select-script.required": "Script is required", - + // "process.new.parameter.file.upload-button": "Select file...", // TODO New key - Add a translation "process.new.parameter.file.upload-button": "Select file...", - + // "process.new.parameter.file.required": "Please select a file", // TODO New key - Add a translation "process.new.parameter.file.required": "Please select a file", - + // "process.new.parameter.string.required": "Parameter value is required", // TODO New key - Add a translation "process.new.parameter.string.required": "Parameter value is required", - + // "process.new.parameter.type.value": "value", // TODO New key - Add a translation "process.new.parameter.type.value": "value", - + // "process.new.parameter.type.file": "file", // TODO New key - Add a translation "process.new.parameter.type.file": "file", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", // TODO New key - Add a translation "process.new.parameter.required.missing": "The following parameters are required but still missing:", - + // "process.new.notification.success.title": "Success", // TODO New key - Add a translation "process.new.notification.success.title": "Success", - + // "process.new.notification.success.content": "The process was successfully created", // TODO New key - Add a translation "process.new.notification.success.content": "The process was successfully created", - + // "process.new.notification.error.title": "Error", // TODO New key - Add a translation "process.new.notification.error.title": "Error", - + // "process.new.notification.error.content": "An error occurred while creating this process", // TODO New key - Add a translation "process.new.notification.error.content": "An error occurred while creating this process", - + // "process.new.header": "Create a new process", // TODO New key - Add a translation "process.new.header": "Create a new process", - + // "process.new.title": "Create a new process", // TODO New key - Add a translation "process.new.title": "Create a new process", - + // "process.new.breadcrumbs": "Create a new process", // TODO New key - Add a translation "process.new.breadcrumbs": "Create a new process", - - - + + + // "process.detail.arguments" : "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", - + "process.detail.arguments": "Arguments", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", - + "process.detail.arguments.empty": "This process doesn't contain any arguments", + // "process.detail.back" : "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", - + "process.detail.back": "Back", + // "process.detail.output" : "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", - + "process.detail.output": "Process Output", + // "process.detail.logs.button": "Retrieve process output", // TODO New key - Add a translation "process.detail.logs.button": "Retrieve process output", - + // "process.detail.logs.loading": "Retrieving", // TODO New key - Add a translation "process.detail.logs.loading": "Retrieving", - + // "process.detail.logs.none": "This process has no output", // TODO New key - Add a translation "process.detail.logs.none": "This process has no output", - + // "process.detail.output-files" : "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", - + "process.detail.output-files": "Output Files", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", - + "process.detail.output-files.empty": "This process doesn't contain any output files", + // "process.detail.script" : "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", - + "process.detail.script": "Script", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", - + "process.detail.title": "Process: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", - + "process.detail.start-time": "Start time", + // "process.detail.end-time" : "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", - + "process.detail.end-time": "Finish time", + // "process.detail.status" : "Status", // TODO New key - Add a translation - "process.detail.status" : "Status", - + "process.detail.status": "Status", + // "process.detail.create" : "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", - - - + "process.detail.create": "Create similar process", + + + // "process.overview.table.finish" : "Finish time", // TODO New key - Add a translation - "process.overview.table.finish" : "Finish time", - + "process.overview.table.finish": "Finish time", + // "process.overview.table.id" : "Process ID", // TODO New key - Add a translation - "process.overview.table.id" : "Process ID", - + "process.overview.table.id": "Process ID", + // "process.overview.table.name" : "Name", // TODO New key - Add a translation - "process.overview.table.name" : "Name", - + "process.overview.table.name": "Name", + // "process.overview.table.start" : "Start time", // TODO New key - Add a translation - "process.overview.table.start" : "Start time", - + "process.overview.table.start": "Start time", + // "process.overview.table.status" : "Status", // TODO New key - Add a translation - "process.overview.table.status" : "Status", - + "process.overview.table.status": "Status", + // "process.overview.table.user" : "User", // TODO New key - Add a translation - "process.overview.table.user" : "User", - + "process.overview.table.user": "User", + // "process.overview.title": "Processes Overview", // TODO New key - Add a translation "process.overview.title": "Processes Overview", - + // "process.overview.breadcrumbs": "Processes Overview", // TODO New key - Add a translation "process.overview.breadcrumbs": "Processes Overview", - + // "process.overview.new": "New", // TODO New key - Add a translation "process.overview.new": "New", - - + + // "profile.breadcrumbs": "Update Profile", // TODO New key - Add a translation "profile.breadcrumbs": "Update Profile", - + // "profile.card.identify": "Identify", // TODO New key - Add a translation "profile.card.identify": "Identify", - + // "profile.card.security": "Security", // TODO New key - Add a translation "profile.card.security": "Security", - + // "profile.form.submit": "Update Profile", // TODO New key - Add a translation "profile.form.submit": "Update Profile", - + // "profile.groups.head": "Authorization groups you belong to", // TODO New key - Add a translation "profile.groups.head": "Authorization groups you belong to", - + // "profile.head": "Update Profile", // TODO New key - Add a translation "profile.head": "Update Profile", - + // "profile.metadata.form.error.firstname.required": "First Name is required", // TODO New key - Add a translation "profile.metadata.form.error.firstname.required": "First Name is required", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", // TODO New key - Add a translation "profile.metadata.form.error.lastname.required": "Last Name is required", - + // "profile.metadata.form.label.email": "Email Address", // TODO New key - Add a translation "profile.metadata.form.label.email": "Email Address", - + // "profile.metadata.form.label.firstname": "First Name", // TODO New key - Add a translation "profile.metadata.form.label.firstname": "First Name", - + // "profile.metadata.form.label.language": "Language", // TODO New key - Add a translation "profile.metadata.form.label.language": "Language", - + // "profile.metadata.form.label.lastname": "Last Name", // TODO New key - Add a translation "profile.metadata.form.label.lastname": "Last Name", - + // "profile.metadata.form.label.phone": "Contact Telephone", // TODO New key - Add a translation "profile.metadata.form.label.phone": "Contact Telephone", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", // TODO New key - Add a translation "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", // TODO New key - Add a translation "profile.metadata.form.notifications.success.title": "Profile saved", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", // TODO New key - Add a translation "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", - + // "profile.notifications.warning.no-changes.title": "No changes", // TODO New key - Add a translation "profile.notifications.warning.no-changes.title": "No changes", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "profile.security.form.error.matching-passwords": "The passwords do not match.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.error.password-length": "The password should be at least 6 characters long.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "profile.security.form.label.password": "Password", // TODO New key - Add a translation "profile.security.form.label.password": "Password", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "profile.security.form.label.passwordrepeat": "Retype to confirm", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", // TODO New key - Add a translation "profile.security.form.notifications.success.content": "Your changes to the password were saved.", - + // "profile.security.form.notifications.success.title": "Password saved", // TODO New key - Add a translation "profile.security.form.notifications.success.title": "Password saved", - + // "profile.security.form.notifications.error.title": "Error changing passwords", // TODO New key - Add a translation "profile.security.form.notifications.error.title": "Error changing passwords", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", - + // "profile.title": "Update Profile", // TODO New key - Add a translation "profile.title": "Update Profile", - - - + + + // "project.listelement.badge": "Research Project", // TODO New key - Add a translation "project.listelement.badge": "Research Project", - + // "project.page.contributor": "Contributors", // TODO New key - Add a translation "project.page.contributor": "Contributors", - + // "project.page.description": "Description", // TODO New key - Add a translation "project.page.description": "Description", - + // "project.page.edit": "Edit this item", // TODO New key - Add a translation "project.page.edit": "Edit this item", - + // "project.page.expectedcompletion": "Expected Completion", // TODO New key - Add a translation "project.page.expectedcompletion": "Expected Completion", - + // "project.page.funder": "Funders", // TODO New key - Add a translation "project.page.funder": "Funders", - + // "project.page.id": "ID", // TODO New key - Add a translation "project.page.id": "ID", - + // "project.page.keyword": "Keywords", // TODO New key - Add a translation "project.page.keyword": "Keywords", - + // "project.page.status": "Status", // TODO New key - Add a translation "project.page.status": "Status", - + // "project.page.titleprefix": "Research Project: ", // TODO New key - Add a translation "project.page.titleprefix": "Research Project: ", - + // "project.search.results.head": "Project Search Results", // TODO New key - Add a translation "project.search.results.head": "Project Search Results", - - - + + + // "publication.listelement.badge": "Publication", // TODO New key - Add a translation "publication.listelement.badge": "Publication", - + // "publication.page.description": "Description", // TODO New key - Add a translation "publication.page.description": "Description", - + // "publication.page.edit": "Edit this item", // TODO New key - Add a translation "publication.page.edit": "Edit this item", - + // "publication.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "publication.page.journal-issn": "Journal ISSN", - + // "publication.page.journal-title": "Journal Title", // TODO New key - Add a translation "publication.page.journal-title": "Journal Title", - + // "publication.page.publisher": "Publisher", // TODO New key - Add a translation "publication.page.publisher": "Publisher", - + // "publication.page.titleprefix": "Publication: ", // TODO New key - Add a translation "publication.page.titleprefix": "Publication: ", - + // "publication.page.volume-title": "Volume Title", // TODO New key - Add a translation "publication.page.volume-title": "Volume Title", - + // "publication.search.results.head": "Publication Search Results", // TODO New key - Add a translation "publication.search.results.head": "Publication Search Results", - + // "publication.search.title": "DSpace Angular :: Publication Search", // TODO New key - Add a translation "publication.search.title": "DSpace Angular :: Publication Search", - - + + // "register-email.title": "New user registration", // TODO New key - Add a translation "register-email.title": "New user registration", - + // "register-page.create-profile.header": "Create Profile", // TODO New key - Add a translation "register-page.create-profile.header": "Create Profile", - + // "register-page.create-profile.identification.header": "Identify", // TODO New key - Add a translation "register-page.create-profile.identification.header": "Identify", - + // "register-page.create-profile.identification.email": "Email Address", // TODO New key - Add a translation "register-page.create-profile.identification.email": "Email Address", - + // "register-page.create-profile.identification.first-name": "First Name *", // TODO New key - Add a translation "register-page.create-profile.identification.first-name": "First Name *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", // TODO New key - Add a translation "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", - + // "register-page.create-profile.identification.last-name": "Last Name *", // TODO New key - Add a translation "register-page.create-profile.identification.last-name": "Last Name *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", // TODO New key - Add a translation "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - + // "register-page.create-profile.identification.contact": "Contact Telephone", // TODO New key - Add a translation "register-page.create-profile.identification.contact": "Contact Telephone", - + // "register-page.create-profile.identification.language": "Language", // TODO New key - Add a translation "register-page.create-profile.identification.language": "Language", - + // "register-page.create-profile.security.header": "Security", // TODO New key - Add a translation "register-page.create-profile.security.header": "Security", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "register-page.create-profile.security.label.password": "Password *", // TODO New key - Add a translation "register-page.create-profile.security.label.password": "Password *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", // TODO New key - Add a translation "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", - + // "register-page.create-profile.submit": "Complete Registration", // TODO New key - Add a translation "register-page.create-profile.submit": "Complete Registration", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", // TODO New key - Add a translation "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", - + // "register-page.create-profile.submit.error.head": "Registration failed", // TODO New key - Add a translation "register-page.create-profile.submit.error.head": "Registration failed", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", // TODO New key - Add a translation "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - + // "register-page.create-profile.submit.success.head": "Registration completed", // TODO New key - Add a translation "register-page.create-profile.submit.success.head": "Registration completed", - - + + // "register-page.registration.header": "New user registration", // TODO New key - Add a translation "register-page.registration.header": "New user registration", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "register-page.registration.email": "Email Address *", // TODO New key - Add a translation "register-page.registration.email": "Email Address *", - + // "register-page.registration.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "register-page.registration.email.error.required": "Please fill in an email address", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "register-page.registration.email.error.pattern": "Please fill in a valid email address", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "register-page.registration.email.hint": "This address will be verified and used as your login name.", - + // "register-page.registration.submit": "Register", // TODO New key - Add a translation "register-page.registration.submit": "Register", - + // "register-page.registration.success.head": "Verification email sent", // TODO New key - Add a translation "register-page.registration.success.head": "Verification email sent", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "register-page.registration.error.head": "Error when trying to register email", // TODO New key - Add a translation "register-page.registration.error.head": "Error when trying to register email", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", // TODO New key - Add a translation "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - + // "relationships.add.error.server.content": "The server returned an error", // TODO New key - Add a translation "relationships.add.error.server.content": "The server returned an error", - + // "relationships.add.error.title": "Unable to add relationship", // TODO New key - Add a translation "relationships.add.error.title": "Unable to add relationship", - + // "relationships.isAuthorOf": "Authors", // TODO New key - Add a translation "relationships.isAuthorOf": "Authors", - + // "relationships.isAuthorOf.Person": "Authors (persons)", // TODO New key - Add a translation "relationships.isAuthorOf.Person": "Authors (persons)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", // TODO New key - Add a translation "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", - + // "relationships.isIssueOf": "Journal Issues", // TODO New key - Add a translation "relationships.isIssueOf": "Journal Issues", - + // "relationships.isJournalIssueOf": "Journal Issue", // TODO New key - Add a translation "relationships.isJournalIssueOf": "Journal Issue", - + // "relationships.isJournalOf": "Journals", // TODO New key - Add a translation "relationships.isJournalOf": "Journals", - + // "relationships.isOrgUnitOf": "Organizational Units", // TODO New key - Add a translation "relationships.isOrgUnitOf": "Organizational Units", - + // "relationships.isPersonOf": "Authors", // TODO New key - Add a translation "relationships.isPersonOf": "Authors", - + // "relationships.isProjectOf": "Research Projects", // TODO New key - Add a translation "relationships.isProjectOf": "Research Projects", - + // "relationships.isPublicationOf": "Publications", // TODO New key - Add a translation "relationships.isPublicationOf": "Publications", - + // "relationships.isPublicationOfJournalIssue": "Articles", // TODO New key - Add a translation "relationships.isPublicationOfJournalIssue": "Articles", - + // "relationships.isSingleJournalOf": "Journal", // TODO New key - Add a translation "relationships.isSingleJournalOf": "Journal", - + // "relationships.isSingleVolumeOf": "Journal Volume", // TODO New key - Add a translation "relationships.isSingleVolumeOf": "Journal Volume", - + // "relationships.isVolumeOf": "Journal Volumes", // TODO New key - Add a translation "relationships.isVolumeOf": "Journal Volumes", - + // "relationships.isContributorOf": "Contributors", // TODO New key - Add a translation "relationships.isContributorOf": "Contributors", - - - + + + // "resource-policies.add.button": "Add", // TODO New key - Add a translation "resource-policies.add.button": "Add", - + // "resource-policies.add.for.": "Add a new policy", // TODO New key - Add a translation "resource-policies.add.for.": "Add a new policy", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", // TODO New key - Add a translation "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", // TODO New key - Add a translation "resource-policies.add.for.bundle": "Add a new Bundle policy", - + // "resource-policies.add.for.item": "Add a new Item policy", // TODO New key - Add a translation "resource-policies.add.for.item": "Add a new Item policy", - + // "resource-policies.add.for.community": "Add a new Community policy", // TODO New key - Add a translation "resource-policies.add.for.community": "Add a new Community policy", - + // "resource-policies.add.for.collection": "Add a new Collection policy", // TODO New key - Add a translation "resource-policies.add.for.collection": "Add a new Collection policy", - + // "resource-policies.create.page.heading": "Create new resource policy for ", // TODO New key - Add a translation "resource-policies.create.page.heading": "Create new resource policy for ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", // TODO New key - Add a translation "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - + // "resource-policies.create.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.create.page.success.content": "Operation successful", - + // "resource-policies.create.page.title": "Create new resource policy", // TODO New key - Add a translation "resource-policies.create.page.title": "Create new resource policy", - + // "resource-policies.delete.btn": "Delete selected", // TODO New key - Add a translation "resource-policies.delete.btn": "Delete selected", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", // TODO New key - Add a translation "resource-policies.delete.btn.title": "Delete selected resource policies", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", // TODO New key - Add a translation "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", - + // "resource-policies.delete.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.delete.success.content": "Operation successful", - + // "resource-policies.edit.page.heading": "Edit resource policy ", // TODO New key - Add a translation "resource-policies.edit.page.heading": "Edit resource policy ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", // TODO New key - Add a translation "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - + // "resource-policies.edit.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.edit.page.success.content": "Operation successful", - + // "resource-policies.edit.page.title": "Edit resource policy", // TODO New key - Add a translation "resource-policies.edit.page.title": "Edit resource policy", - + // "resource-policies.form.action-type.label": "Select the action type", // TODO New key - Add a translation "resource-policies.form.action-type.label": "Select the action type", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", // TODO New key - Add a translation "resource-policies.form.action-type.required": "You must select the resource policy action.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.select.btn": "Select", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.action": "Action", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.name": "Name", - + // "resource-policies.form.date.end.label": "End Date", // TODO New key - Add a translation "resource-policies.form.date.end.label": "End Date", - + // "resource-policies.form.date.start.label": "Start Date", // TODO New key - Add a translation "resource-policies.form.date.start.label": "Start Date", - + // "resource-policies.form.description.label": "Description", // TODO New key - Add a translation "resource-policies.form.description.label": "Description", - + // "resource-policies.form.name.label": "Name", // TODO New key - Add a translation "resource-policies.form.name.label": "Name", - + // "resource-policies.form.policy-type.label": "Select the policy type", // TODO New key - Add a translation "resource-policies.form.policy-type.label": "Select the policy type", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", // TODO New key - Add a translation "resource-policies.form.policy-type.required": "You must select the resource policy type.", - + // "resource-policies.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.table.headers.action": "Action", - + // "resource-policies.table.headers.date.end": "End Date", // TODO New key - Add a translation "resource-policies.table.headers.date.end": "End Date", - + // "resource-policies.table.headers.date.start": "Start Date", // TODO New key - Add a translation "resource-policies.table.headers.date.start": "Start Date", - + // "resource-policies.table.headers.edit": "Edit", // TODO New key - Add a translation "resource-policies.table.headers.edit": "Edit", - + // "resource-policies.table.headers.edit.group": "Edit group", // TODO New key - Add a translation "resource-policies.table.headers.edit.group": "Edit group", - + // "resource-policies.table.headers.edit.policy": "Edit policy", // TODO New key - Add a translation "resource-policies.table.headers.edit.policy": "Edit policy", - + // "resource-policies.table.headers.eperson": "EPerson", // TODO New key - Add a translation "resource-policies.table.headers.eperson": "EPerson", - + // "resource-policies.table.headers.group": "Group", // TODO New key - Add a translation "resource-policies.table.headers.group": "Group", - + // "resource-policies.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.table.headers.name": "Name", - + // "resource-policies.table.headers.policyType": "type", // TODO New key - Add a translation "resource-policies.table.headers.policyType": "type", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", // TODO New key - Add a translation "resource-policies.table.headers.title.for.item": "Policies for Item", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", // TODO New key - Add a translation "resource-policies.table.headers.title.for.community": "Policies for Community", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", // TODO New key - Add a translation "resource-policies.table.headers.title.for.collection": "Policies for Collection", - - - + + + // "search.description": "", // TODO New key - Add a translation "search.description": "", - + // "search.switch-configuration.title": "Show", // TODO New key - Add a translation "search.switch-configuration.title": "Show", - + // "search.title": "DSpace Angular :: Search", // TODO New key - Add a translation "search.title": "DSpace Angular :: Search", - + // "search.breadcrumbs": "Search", // TODO New key - Add a translation "search.breadcrumbs": "Search", - - + + // "search.filters.applied.f.author": "Author", // TODO New key - Add a translation "search.filters.applied.f.author": "Author", - + // "search.filters.applied.f.dateIssued.max": "End date", // TODO New key - Add a translation "search.filters.applied.f.dateIssued.max": "End date", - + // "search.filters.applied.f.dateIssued.min": "Start date", // TODO New key - Add a translation "search.filters.applied.f.dateIssued.min": "Start date", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", // TODO New key - Add a translation "search.filters.applied.f.dateSubmitted": "Date submitted", - + // "search.filters.applied.f.discoverable": "Private", // TODO New key - Add a translation "search.filters.applied.f.discoverable": "Private", - + // "search.filters.applied.f.entityType": "Item Type", // TODO New key - Add a translation "search.filters.applied.f.entityType": "Item Type", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", // TODO New key - Add a translation "search.filters.applied.f.has_content_in_original_bundle": "Has files", - + // "search.filters.applied.f.itemtype": "Type", // TODO New key - Add a translation "search.filters.applied.f.itemtype": "Type", - + // "search.filters.applied.f.namedresourcetype": "Status", // TODO New key - Add a translation "search.filters.applied.f.namedresourcetype": "Status", - + // "search.filters.applied.f.subject": "Subject", // TODO New key - Add a translation "search.filters.applied.f.subject": "Subject", - + // "search.filters.applied.f.submitter": "Submitter", // TODO New key - Add a translation "search.filters.applied.f.submitter": "Submitter", - + // "search.filters.applied.f.jobTitle": "Job Title", // TODO New key - Add a translation "search.filters.applied.f.jobTitle": "Job Title", - + // "search.filters.applied.f.birthDate.max": "End birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.max": "End birth date", - + // "search.filters.applied.f.birthDate.min": "Start birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.min": "Start birth date", - + // "search.filters.applied.f.withdrawn": "Withdrawn", // TODO New key - Add a translation "search.filters.applied.f.withdrawn": "Withdrawn", - - - + + + // "search.filters.filter.author.head": "Author", // TODO New key - Add a translation "search.filters.filter.author.head": "Author", - + // "search.filters.filter.author.placeholder": "Author name", // TODO New key - Add a translation "search.filters.filter.author.placeholder": "Author name", - + // "search.filters.filter.birthDate.head": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.head": "Birth Date", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.placeholder": "Birth Date", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.head": "Date Published", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.placeholder": "Date Published", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.head": "Editor", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.placeholder": "Editor", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.head": "Subject", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.head": "Publisher", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", - + // "search.filters.filter.dateIssued.head": "Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.head": "Date", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.head": "Date submitted", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.placeholder": "Date submitted", - + // "search.filters.filter.discoverable.head": "Private", // TODO New key - Add a translation "search.filters.filter.discoverable.head": "Private", - + // "search.filters.filter.withdrawn.head": "Withdrawn", // TODO New key - Add a translation "search.filters.filter.withdrawn.head": "Withdrawn", - + // "search.filters.filter.entityType.head": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.head": "Item Type", - + // "search.filters.filter.entityType.placeholder": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.placeholder": "Item Type", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", // TODO New key - Add a translation "search.filters.filter.has_content_in_original_bundle.head": "Has files", - + // "search.filters.filter.itemtype.head": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.head": "Type", - + // "search.filters.filter.itemtype.placeholder": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.placeholder": "Type", - + // "search.filters.filter.jobTitle.head": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.head": "Job Title", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.placeholder": "Job Title", - + // "search.filters.filter.knowsLanguage.head": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.head": "Known language", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.placeholder": "Known language", - + // "search.filters.filter.namedresourcetype.head": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.head": "Status", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.placeholder": "Status", - + // "search.filters.filter.objectpeople.head": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.head": "People", - + // "search.filters.filter.objectpeople.placeholder": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.placeholder": "People", - + // "search.filters.filter.organizationAddressCountry.head": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.head": "Country", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.placeholder": "Country", - + // "search.filters.filter.organizationAddressLocality.head": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.head": "City", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.placeholder": "City", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.head": "Date Founded", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", - + // "search.filters.filter.scope.head": "Scope", // TODO New key - Add a translation "search.filters.filter.scope.head": "Scope", - + // "search.filters.filter.scope.placeholder": "Scope filter", // TODO New key - Add a translation "search.filters.filter.scope.placeholder": "Scope filter", - + // "search.filters.filter.show-less": "Collapse", // TODO New key - Add a translation "search.filters.filter.show-less": "Collapse", - + // "search.filters.filter.show-more": "Show more", // TODO New key - Add a translation "search.filters.filter.show-more": "Show more", - + // "search.filters.filter.subject.head": "Subject", // TODO New key - Add a translation "search.filters.filter.subject.head": "Subject", - + // "search.filters.filter.subject.placeholder": "Subject", // TODO New key - Add a translation "search.filters.filter.subject.placeholder": "Subject", - + // "search.filters.filter.submitter.head": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.head": "Submitter", - + // "search.filters.filter.submitter.placeholder": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.placeholder": "Submitter", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", // TODO New key - Add a translation "search.filters.entityType.JournalIssue": "Journal Issue", - + // "search.filters.entityType.JournalVolume": "Journal Volume", // TODO New key - Add a translation "search.filters.entityType.JournalVolume": "Journal Volume", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", // TODO New key - Add a translation "search.filters.entityType.OrgUnit": "Organizational Unit", - + // "search.filters.has_content_in_original_bundle.true": "Yes", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.true": "Yes", - + // "search.filters.has_content_in_original_bundle.false": "No", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.false": "No", - + // "search.filters.discoverable.true": "No", // TODO New key - Add a translation "search.filters.discoverable.true": "No", - + // "search.filters.discoverable.false": "Yes", // TODO New key - Add a translation "search.filters.discoverable.false": "Yes", - + // "search.filters.withdrawn.true": "Yes", // TODO New key - Add a translation "search.filters.withdrawn.true": "Yes", - + // "search.filters.withdrawn.false": "No", // TODO New key - Add a translation "search.filters.withdrawn.false": "No", - - + + // "search.filters.head": "Filters", // TODO New key - Add a translation "search.filters.head": "Filters", - + // "search.filters.reset": "Reset filters", // TODO New key - Add a translation "search.filters.reset": "Reset filters", - - - + + + // "search.form.search": "Search", // TODO New key - Add a translation "search.form.search": "Search", - + // "search.form.search_dspace": "Search DSpace", // TODO New key - Add a translation "search.form.search_dspace": "Search DSpace", - + // "search.form.search_mydspace": "Search MyDSpace", // TODO New key - Add a translation "search.form.search_mydspace": "Search MyDSpace", - - - + + + // "search.results.head": "Search Results", // TODO New key - Add a translation "search.results.head": "Search Results", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", // TODO New key - Add a translation "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", - + // "search.results.no-results-link": "quotes around it", // TODO New key - Add a translation "search.results.no-results-link": "quotes around it", - + // "search.results.empty": "Your search returned no results.", // TODO New key - Add a translation "search.results.empty": "Your search returned no results.", - - - + + + // "search.sidebar.close": "Back to results", // TODO New key - Add a translation "search.sidebar.close": "Back to results", - + // "search.sidebar.filters.title": "Filters", // TODO New key - Add a translation "search.sidebar.filters.title": "Filters", - + // "search.sidebar.open": "Search Tools", // TODO New key - Add a translation "search.sidebar.open": "Search Tools", - + // "search.sidebar.results": "results", // TODO New key - Add a translation "search.sidebar.results": "results", - + // "search.sidebar.settings.rpp": "Results per page", // TODO New key - Add a translation "search.sidebar.settings.rpp": "Results per page", - + // "search.sidebar.settings.sort-by": "Sort By", // TODO New key - Add a translation "search.sidebar.settings.sort-by": "Sort By", - + // "search.sidebar.settings.title": "Settings", // TODO New key - Add a translation "search.sidebar.settings.title": "Settings", - - - + + + // "search.view-switch.show-detail": "Show detail", // TODO New key - Add a translation "search.view-switch.show-detail": "Show detail", - + // "search.view-switch.show-grid": "Show as grid", // TODO New key - Add a translation "search.view-switch.show-grid": "Show as grid", - + // "search.view-switch.show-list": "Show as list", // TODO New key - Add a translation "search.view-switch.show-list": "Show as list", - - - + + + // "sorting.ASC": "Ascending", // TODO New key - Add a translation "sorting.ASC": "Ascending", - + // "sorting.DESC": "Descending", // TODO New key - Add a translation "sorting.DESC": "Descending", - + // "sorting.dc.title.ASC": "Title Ascending", // TODO New key - Add a translation "sorting.dc.title.ASC": "Title Ascending", - + // "sorting.dc.title.DESC": "Title Descending", // TODO New key - Add a translation "sorting.dc.title.DESC": "Title Descending", - + // "sorting.score.DESC": "Relevance", // TODO New key - Add a translation "sorting.score.DESC": "Relevance", - - - + + + // "statistics.title": "Statistics", // TODO New key - Add a translation "statistics.title": "Statistics", - + // "statistics.header": "Statistics for {{ scope }}", // TODO New key - Add a translation "statistics.header": "Statistics for {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", // TODO New key - Add a translation "statistics.breadcrumbs": "Statistics", - + // "statistics.page.no-data": "No data available", // TODO New key - Add a translation "statistics.page.no-data": "No data available", - + // "statistics.table.no-data": "No data available", // TODO New key - Add a translation "statistics.table.no-data": "No data available", - + // "statistics.table.title.TotalVisits": "Total visits", // TODO New key - Add a translation "statistics.table.title.TotalVisits": "Total visits", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", // TODO New key - Add a translation "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - + // "statistics.table.title.TotalDownloads": "File Visits", // TODO New key - Add a translation "statistics.table.title.TotalDownloads": "File Visits", - + // "statistics.table.title.TopCountries": "Top country views", // TODO New key - Add a translation "statistics.table.title.TopCountries": "Top country views", - + // "statistics.table.title.TopCities": "Top city views", // TODO New key - Add a translation "statistics.table.title.TopCities": "Top city views", - + // "statistics.table.header.views": "Views", // TODO New key - Add a translation "statistics.table.header.views": "Views", - - - + + + // "submission.edit.title": "Edit Submission", // TODO New key - Add a translation "submission.edit.title": "Edit Submission", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", // TODO New key - Add a translation "submission.general.cannot_submit": "You have not the privilege to make a new submission.", - + // "submission.general.deposit": "Deposit", // TODO New key - Add a translation "submission.general.deposit": "Deposit", - + // "submission.general.discard.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.general.discard.confirm.cancel": "Cancel", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.general.discard.confirm.submit": "Yes, I'm sure", - + // "submission.general.discard.confirm.title": "Discard submission", // TODO New key - Add a translation "submission.general.discard.confirm.title": "Discard submission", - + // "submission.general.discard.submit": "Discard", // TODO New key - Add a translation "submission.general.discard.submit": "Discard", - + // "submission.general.save": "Save", // TODO New key - Add a translation "submission.general.save": "Save", - + // "submission.general.save-later": "Save for later", // TODO New key - Add a translation "submission.general.save-later": "Save for later", - - + + // "submission.import-external.page.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.page.title": "Import metadata from an external source", - + // "submission.import-external.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.title": "Import metadata from an external source", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", // TODO New key - Add a translation "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", // TODO New key - Add a translation "submission.import-external.back-to-my-dspace": "Back to MyDSpace", - + // "submission.import-external.search.placeholder": "Search the external source", // TODO New key - Add a translation "submission.import-external.search.placeholder": "Search the external source", - + // "submission.import-external.search.button": "Search", // TODO New key - Add a translation "submission.import-external.search.button": "Search", - + // "submission.import-external.search.button.hint": "Write some words to search", // TODO New key - Add a translation "submission.import-external.search.button.hint": "Write some words to search", - + // "submission.import-external.search.source.hint": "Pick an external source", // TODO New key - Add a translation "submission.import-external.search.source.hint": "Pick an external source", - + // "submission.import-external.source.arxiv": "arXiv", // TODO New key - Add a translation "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", // TODO New key - Add a translation "submission.import-external.source.loading": "Loading ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", // TODO New key - Add a translation "submission.import-external.source.sherpaJournal": "SHERPA Journals", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", // TODO New key - Add a translation "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - + // "submission.import-external.source.orcid": "ORCID", // TODO New key - Add a translation "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", // TODO New key - Add a translation "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", // TODO New key - Add a translation "submission.import-external.source.lcname": "Library of Congress Names", - + // "submission.import-external.preview.title": "Item Preview", // TODO New key - Add a translation "submission.import-external.preview.title": "Item Preview", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", // TODO New key - Add a translation "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", - + // "submission.import-external.preview.button.import": "Start submission", // TODO New key - Add a translation "submission.import-external.preview.button.import": "Start submission", - + // "submission.import-external.preview.error.import.title": "Submission error", // TODO New key - Add a translation "submission.import-external.preview.error.import.title": "Submission error", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", // TODO New key - Add a translation "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", - + // "submission.sections.describe.relationship-lookup.close": "Close", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.close": "Close", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.search": "Go", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Project": "Projects", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Publication": "Publications", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Person": "Authors", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", // TODO New key - Add a translation - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", - + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", - + // "submission.sections.ccLicense.type": "License Type", // TODO New key - Add a translation "submission.sections.ccLicense.type": "License Type", - + // "submission.sections.ccLicense.select": "Select a license type…", // TODO New key - Add a translation "submission.sections.ccLicense.select": "Select a license type…", - + // "submission.sections.ccLicense.change": "Change your license type…", // TODO New key - Add a translation "submission.sections.ccLicense.change": "Change your license type…", - + // "submission.sections.ccLicense.none": "No licenses available", // TODO New key - Add a translation "submission.sections.ccLicense.none": "No licenses available", - + // "submission.sections.ccLicense.option.select": "Select an option…", // TODO New key - Add a translation "submission.sections.ccLicense.option.select": "Select an option…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", // TODO New key - Add a translation "submission.sections.ccLicense.link": "You’ve selected the following license:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", // TODO New key - Add a translation "submission.sections.ccLicense.confirmation": "I grant the license above", - + // "submission.sections.general.add-more": "Add more", // TODO New key - Add a translation "submission.sections.general.add-more": "Add more", - + // "submission.sections.general.collection": "Collection", // TODO New key - Add a translation "submission.sections.general.collection": "Collection", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", // TODO New key - Add a translation "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", // TODO New key - Add a translation "submission.sections.general.discard_success_notice": "Submission discarded successfully.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", - + // "submission.sections.general.no-collection": "No collection found", // TODO New key - Add a translation "submission.sections.general.no-collection": "No collection found", - + // "submission.sections.general.no-sections": "No options available", // TODO New key - Add a translation "submission.sections.general.no-sections": "No options available", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", // TODO New key - Add a translation "submission.sections.general.save_success_notice": "Submission saved successfully.", - + // "submission.sections.general.search-collection": "Search for a collection", // TODO New key - Add a translation "submission.sections.general.search-collection": "Search for a collection", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", // TODO New key - Add a translation "submission.sections.general.sections_not_valid": "There are incomplete sections.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", // TODO New key - Add a translation "submission.sections.submit.progressbar.CClicense": "Creative commons license", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.recycle": "Recycle", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepcustom": "Describe", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepone": "Describe", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.steptwo": "Describe", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", // TODO New key - Add a translation "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", - + // "submission.sections.submit.progressbar.license": "Deposit license", // TODO New key - Add a translation "submission.sections.submit.progressbar.license": "Deposit license", - + // "submission.sections.submit.progressbar.upload": "Upload files", // TODO New key - Add a translation "submission.sections.submit.progressbar.upload": "Upload files", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.cancel": "Cancel", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.title": "Delete bitstream", - + // "submission.sections.upload.delete.submit": "Delete", // TODO New key - Add a translation "submission.sections.upload.delete.submit": "Delete", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", // TODO New key - Add a translation "submission.sections.upload.drop-message": "Drop files to attach them to the item", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", // TODO New key - Add a translation "submission.sections.upload.form.access-condition-label": "Access condition type", - + // "submission.sections.upload.form.date-required": "Date is required.", // TODO New key - Add a translation "submission.sections.upload.form.date-required": "Date is required.", - + // "submission.sections.upload.form.from-label": "Grant access from", // TODO New key - Add a translation "submission.sections.upload.form.from-label": "Grant access from", - + // "submission.sections.upload.form.from-placeholder": "From", // TODO New key - Add a translation "submission.sections.upload.form.from-placeholder": "From", - + // "submission.sections.upload.form.group-label": "Group", // TODO New key - Add a translation "submission.sections.upload.form.group-label": "Group", - + // "submission.sections.upload.form.group-required": "Group is required.", // TODO New key - Add a translation "submission.sections.upload.form.group-required": "Group is required.", - + // "submission.sections.upload.form.until-label": "Grant access until", // TODO New key - Add a translation "submission.sections.upload.form.until-label": "Grant access until", - + // "submission.sections.upload.form.until-placeholder": "Until", // TODO New key - Add a translation "submission.sections.upload.form.until-placeholder": "Until", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", // TODO New key - Add a translation "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", - + // "submission.sections.upload.no-entry": "No", // TODO New key - Add a translation "submission.sections.upload.no-entry": "No", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", // TODO New key - Add a translation "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", - + // "submission.sections.upload.save-metadata": "Save metadata", // TODO New key - Add a translation "submission.sections.upload.save-metadata": "Save metadata", - + // "submission.sections.upload.undo": "Cancel", // TODO New key - Add a translation "submission.sections.upload.undo": "Cancel", - + // "submission.sections.upload.upload-failed": "Upload failed", // TODO New key - Add a translation "submission.sections.upload.upload-failed": "Upload failed", - + // "submission.sections.upload.upload-successful": "Upload successful", // TODO New key - Add a translation "submission.sections.upload.upload-successful": "Upload successful", - - - + + + // "submission.submit.title": "Submission", // TODO New key - Add a translation "submission.submit.title": "Submission", - - - + + + // "submission.workflow.generic.delete": "Delete", // TODO New key - Add a translation "submission.workflow.generic.delete": "Delete", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", // TODO New key - Add a translation "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - + // "submission.workflow.generic.edit": "Edit", // TODO New key - Add a translation "submission.workflow.generic.edit": "Edit", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", - + // "submission.workflow.generic.view": "View", // TODO New key - Add a translation "submission.workflow.generic.view": "View", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve": "Approve", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", - + // "submission.workflow.tasks.claimed.edit": "Edit", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit": "Edit", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.title": "Reason", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.submit": "Reject", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return": "Return to pool", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", // TODO New key - Add a translation "submission.workflow.tasks.generic.error": "Error occurred during operation...", - + // "submission.workflow.tasks.generic.processing": "Processing...", // TODO New key - Add a translation "submission.workflow.tasks.generic.processing": "Processing...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", // TODO New key - Add a translation "submission.workflow.tasks.generic.submitter": "Submitter", - + // "submission.workflow.tasks.generic.success": "Operation successful", // TODO New key - Add a translation "submission.workflow.tasks.generic.success": "Operation successful", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim": "Claim", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.hide-detail": "Hide detail", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.show-detail": "Show detail", - - - + + + // "title": "DSpace", // TODO New key - Add a translation "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", // TODO New key - Add a translation "vocabulary-treeview.header": "Hierarchical tree view", - + // "vocabulary-treeview.load-more": "Load more", // TODO New key - Add a translation "vocabulary-treeview.load-more": "Load more", - + // "vocabulary-treeview.search.form.reset": "Reset", // TODO New key - Add a translation "vocabulary-treeview.search.form.reset": "Reset", - + // "vocabulary-treeview.search.form.search": "Search", // TODO New key - Add a translation "vocabulary-treeview.search.form.search": "Search", - + // "vocabulary-treeview.search.no-result": "There were no items to show", // TODO New key - Add a translation "vocabulary-treeview.search.no-result": "There were no items to show", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", // TODO New key - Add a translation "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", // TODO New key - Add a translation "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", - - - + + + // "uploader.browse": "browse", // TODO New key - Add a translation "uploader.browse": "browse", - + // "uploader.drag-message": "Drag & Drop your files here", // TODO New key - Add a translation "uploader.drag-message": "Drag & Drop your files here", - + // "uploader.or": ", or ", // TODO New key - Add a translation "uploader.or": ", or ", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO New key - Add a translation "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", - + // "uploader.queue-length": "Queue length", // TODO New key - Add a translation "uploader.queue-length": "Queue length", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", // TODO New key - Add a translation "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", // TODO New key - Add a translation "workflowAdmin.search.results.head": "Administer Workflow", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.title": "Deleted", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", - + // "workflow-item.delete.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.delete.notification.error.title": "Something went wrong", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", // TODO New key - Add a translation "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", - + // "workflow-item.delete.title": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.title": "Delete workflow item", - + // "workflow-item.delete.header": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.header": "Delete workflow item", - + // "workflow-item.delete.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.delete.button.cancel": "Cancel", - + // "workflow-item.delete.button.confirm": "Delete", // TODO New key - Add a translation "workflow-item.delete.button.confirm": "Delete", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.title": "Sent back to submitter", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.send-back.notification.error.title": "Something went wrong", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.title": "Send workflow item back to submitter", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.header": "Send workflow item back to submitter", - + // "workflow-item.send-back.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.send-back.button.cancel": "Cancel", - + // "workflow-item.send-back.button.confirm": "Send back" // TODO New key - Add a translation - "workflow-item.send-back.button.confirm": "Send back" - + "workflow-item.send-back.button.confirm": "Send back", + } diff --git a/src/assets/i18n/kk.json5 b/src/assets/i18n/kk.json5 index 0fd092df02..d45eba67f9 100644 --- a/src/assets/i18n/kk.json5 +++ b/src/assets/i18n/kk.json5 @@ -109,7 +109,7 @@ "admin.registries.bitstream-formats.delete.failure.head": "Сәтсіздік", // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", - "admin.registries.bitstream-formats.delete.success.amount":"{{ amount }} пішімі (лері) сәтті жойылды", + "admin.registries.bitstream-formats.delete.success.amount": "{{ amount }} пішімі (лері) сәтті жойылды", // "admin.registries.bitstream-formats.delete.success.head": "Success", "admin.registries.bitstream-formats.delete.success.head": "Сәтті", @@ -157,7 +157,7 @@ "admin.registries.bitstream-formats.edit.mimetype.label": "Пантомима түрі", // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", - "admin.registries.bitstream-formats.edit.shortDescription.hint":"Бұл форматтың ерекше атауы,(e.g. Microsoft Word XP or Microsoft Word 2000)", + "admin.registries.bitstream-formats.edit.shortDescription.hint": "Бұл форматтың ерекше атауы,(e.g. Microsoft Word XP or Microsoft Word 2000)", // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", "admin.registries.bitstream-formats.edit.shortDescription.label": "Аты", @@ -195,7 +195,7 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Аты", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "Қайтару", @@ -204,7 +204,7 @@ "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Белгілі", // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", - "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED":"Қолдау", + "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Қолдау", // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Белгісіз", @@ -227,7 +227,7 @@ "admin.registries.metadata.form.create": "Метадеректер схемасын құру", // "admin.registries.metadata.form.edit": "Edit metadata schema", - "admin.registries.metadata.form.edit":"Метадеректер схемасын өңдеу", + "admin.registries.metadata.form.edit": "Метадеректер схемасын өңдеу", // "admin.registries.metadata.form.name": "Name", "admin.registries.metadata.form.name": "Аты", @@ -239,7 +239,7 @@ "admin.registries.metadata.head": "Метадеректер тізілімі", // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", - "admin.registries.metadata.schemas.no-items":"Көрсету үшін метадеректер схемасы жоқ", + "admin.registries.metadata.schemas.no-items": "Көрсету үшін метадеректер схемасы жоқ", // "admin.registries.metadata.schemas.table.delete": "Delete selected", "admin.registries.metadata.schemas.table.delete": "Жою таңдалған", @@ -259,7 +259,7 @@ // "admin.registries.schema.breadcrumbs": "Metadata schema", - "admin.registries.schema.breadcrumbs":"Метадеректер схемасы", + "admin.registries.schema.breadcrumbs": "Метадеректер схемасы", // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Бұл \" {{аттар кеңістігі}} \" үшін метадеректер схемасы.", @@ -276,7 +276,7 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Өріс", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Қолдану саласы бойынша ескертпе", @@ -321,7 +321,7 @@ "admin.registries.schema.notification.field.deleted.failure": "Жою мүмкін емес {{amount}}метадеректер өрісі", // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", - "admin.registries.schema.notification.field.deleted.success":"Сәтті жойылды {{amount}} метадеректер өрісі", + "admin.registries.schema.notification.field.deleted.success": "Сәтті жойылды {{amount}} метадеректер өрісі", // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "Сәтті өңделген метадеректер өрісі\"{{field}}\"", @@ -446,7 +446,7 @@ "admin.access-control.epeople.form.notification.edited.success": "Сәтті өңделген адам \"{{name}}\"", // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.failure":"Адамды өңдеу мүмкін емес\"{{name}}\"", + "admin.access-control.epeople.form.notification.edited.failure": "Адамды өңдеу мүмкін емес\"{{name}}\"", // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.success": "Сәтті жойылған тұлға \"{{name}}\"", @@ -570,7 +570,7 @@ "admin.access-control.groups.form.groupCommunity": "Жинақ немесе Қауымдастық", // "admin.access-control.groups.form.groupDescription": "Description", - "admin.access-control.groups.form.groupDescription":"Сипаттама", + "admin.access-control.groups.form.groupDescription": "Сипаттама", // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.success": "Сәтті құрылған топ \"{{name}}\"", @@ -657,10 +657,10 @@ "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Қатысушыны аты-жөнімен жою \"{{name}}\"", // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.success.addMember":"Сәтті қосылған мүше: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.success.addMember": "Сәтті қосылған мүше: \"{{name}}\"", // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.addMember":"Қатысушыны қосу мүмкін емес: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.failure.addMember": "Қатысушыны қосу мүмкін емес: \"{{name}}\"", // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Сәтті қашықтағы мүше: \"{{name}}\"", @@ -687,7 +687,7 @@ "admin.access-control.groups.form.subgroups-list.head": "Топтар", // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - "admin.access-control.groups.form.subgroups-list.search.head":"Кіші топты қосу", + "admin.access-control.groups.form.subgroups-list.search.head": "Кіші топты қосу", // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", "admin.access-control.groups.form.subgroups-list.button.see-all": "Барлығын Қарау", @@ -755,7 +755,7 @@ "admin.search.collection.edit": "Өңдеу", // "admin.search.community.edit": "Edit", - "admin.search.community.edit":"Өңдеу", + "admin.search.community.edit": "Өңдеу", // "admin.search.item.delete": "Delete", "admin.search.item.delete": "Жою", @@ -775,7 +775,7 @@ "admin.search.item.move": "Жылжыту", // "admin.search.item.reinstate": "Reinstate", - "admin.search.item.reinstate":"Қалпына келтіру", + "admin.search.item.reinstate": "Қалпына келтіру", // "admin.search.item.withdraw": "Withdraw", "admin.search.item.withdraw": "Шақыру", @@ -1901,7 +1901,7 @@ // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Метадеректердегі Сілтемелерді Тексеріңіз", + "curation-task.task.checklinks.label": "Метадеректердегі Сілтемелерді Тексеріңіз", // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP бағдарлама тілі", @@ -1950,7 +1950,7 @@ // "deny-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I regret to inform you that it's not possible to send you a copy of the file(s) you have requested, concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>", - "deny-request-copy.email.message": "Құрметті {{ recipientName }}, \nСіздің сұрауыңызға жауап ретінде Мен сізге құжатқа қатысты сіз сұраған файлдардың көшірмесін жіберу мүмкін емес екенін өкінішпен айтамын: \"{{ itemUrl }}\" ({{ itemName }}), оның авторы мен.\n\nІзгі тілектермен,\N{{ authorName }} <{{ authorEmail }}>", + "deny-request-copy.email.message": "Құрметті {{ recipientName }}, \nСіздің сұрауыңызға жауап ретінде Мен сізге құжатқа қатысты сіз сұраған файлдардың көшірмесін жіберу мүмкін емес екенін өкінішпен айтамын: \"{{ itemUrl }}\" ({{ itemName }}), оның авторы мен.\n\nІзгі тілектермен,\n{{ authorName }} <{{ authorEmail }}>", // "deny-request-copy.email.subject": "Request copy of document", "deny-request-copy.email.subject": "Құжаттың көшірмесін сұрау", @@ -2050,10 +2050,10 @@ "confirmation-modal.export-metadata.info": "{{ dsoName }} метадеректерін экспорттағыңыз келетініне сенімдісіз бе", // "confirmation-modal.export-metadata.cancel": "Cancel", - "confirmation-modal.export-metadata.cancel":"Болдырмау", + "confirmation-modal.export-metadata.cancel": "Болдырмау", // "confirmation-modal.export-metadata.confirm": "Export", - "confirmation-modal.export-metadata.confirm":"Экспорт", + "confirmation-modal.export-metadata.confirm": "Экспорт", // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.header": "EPerson \"{{ dsoName }}\" жою", @@ -2108,10 +2108,10 @@ "error.items": "Элементтерді алу қатесі", // "error.objects": "Error fetching objects", - "error.objects":"Нысандарды алу қатесі", + "error.objects": "Нысандарды алу қатесі", // "error.recent-submissions": "Error fetching recent submissions", - "error.recent-submissions":"Соңғы жіберілімдерді алу қатесі", + "error.recent-submissions": "Соңғы жіберілімдерді алу қатесі", // "error.search-results": "Error fetching search results", "error.search-results": "Іздеу нәтижелерін алу қатесі", @@ -2120,13 +2120,13 @@ "error.invalid-search-query": "Іздеу сұранысы жарамсыз. Solr query syntax осы қате туралы қосымша ақпарат алу үшін нұсқаулықпен танысыңыз.", // "error.sub-collections": "Error fetching sub-collections", - "error.sub-collections":"Ішкі жинақтарды алу қатесі", + "error.sub-collections": "Ішкі жинақтарды алу қатесі", // "error.sub-communities": "Error fetching sub-communities", "error.sub-communities": "Қосымша қауымдастықтарды алу қатесі", // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", - "error.submission.sections.init-form-error":"Бөлімді инициализациялау кезінде қате орын алды, енгізу пішінінің конфигурациясын тексеріңіз. Мәліметтер төменде берілген:

", + "error.submission.sections.init-form-error": "Бөлімді инициализациялау кезінде қате орын алды, енгізу пішінінің конфигурациясын тексеріңіз. Мәліметтер төменде берілген:

", // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Жоғары деңгейлі қауымдастықтарды алу қатесі", @@ -2178,10 +2178,10 @@ "footer.link.privacy-policy": "Құпиялылық саясаты", // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Соңғы пайдаланушы келісімі", + "footer.link.end-user-agreement": "Соңғы пайдаланушы келісімі", // "footer.link.feedback":"Send Feedback", - "footer.link.feedback":"Пікір жіберу", + "footer.link.feedback": "Пікір жіберу", @@ -2251,7 +2251,7 @@ "forgot-password.form.error.matching-passwords": "Құпия сөздер сәйкес келмейді.", // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", - "forgot-password.form.error.password-length":"Құпия сөз кемінде 6 таңбадан тұруы керек.", + "forgot-password.form.error.password-length": "Құпия сөз кемінде 6 таңбадан тұруы керек.", // "forgot-password.form.notification.error.title": "Error when trying to submit new password", "forgot-password.form.notification.error.title": "Жаңа құпия сөзді жіберу әрекеті кезіндегі қате", @@ -2403,7 +2403,7 @@ // "grant-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I have the pleasure to send you in attachment a copy of the file(s) concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>", - "grant-request-copy.email.message": "Құрметті {{ recipientName }},\nСіздің сұрауыңызға жауап ретінде Мен сізге құжатқа қатысты файлдың көшірмесін тіркемеде жібергеніме қуаныштымын: \"{{ itemUrl }}\" ({{ itemName }}), оның авторы мен.\n\nІзгі тілектермен,\N{{ authorName }} <{{ authorEmail }}>", + "grant-request-copy.email.message": "Құрметті {{ recipientName }},\nСіздің сұрауыңызға жауап ретінде Мен сізге құжатқа қатысты файлдың көшірмесін тіркемеде жібергеніме қуаныштымын: \"{{ itemUrl }}\" ({{ itemName }}), оның авторы мен.\n\nІзгі тілектермен,\n{{ authorName }} <{{ authorEmail }}>", // "grant-request-copy.email.subject": "Request copy of document", "grant-request-copy.email.subject": "Құжаттың көшірмесін сұрау", @@ -2425,13 +2425,13 @@ "health.breadcrumbs": "Күйі", // "health-page.heading" : "Health", - "health-page.heading" : "Күйі", + "health-page.heading": "Күйі", // "health-page.info-tab" : "Info", - "health-page.info-tab" : "Ақпарат", + "health-page.info-tab": "Ақпарат", // "health-page.status-tab" : "Status", - "health-page.status-tab" : "Мәртебесі", + "health-page.status-tab": "Мәртебесі", // "health-page.error.msg": "The health check service is temporarily unavailable", "health-page.error.msg": "Тексеру қызметі уақытша қол жетімді емес", @@ -2512,7 +2512,7 @@ "info.end-user-agreement.accept.success": "Соңғы пайдаланушы келісімі сәтті жаңартылды", // "info.end-user-agreement.breadcrumbs": "End User Agreement", - "info.end-user-agreement.breadcrumbs":"Соңғы пайдаланушы келісімі", + "info.end-user-agreement.breadcrumbs": "Соңғы пайдаланушы келісімі", // "info.end-user-agreement.buttons.cancel": "Cancel", "info.end-user-agreement.buttons.cancel": "Болдырмау", @@ -2560,19 +2560,19 @@ "info.feedback.email-label": "Сіздің пошта", // "info.feedback.create.success" : "Feedback Sent Successfully!", - "info.feedback.create.success" : "Кері Байланыс Сәтті Жіберілді!", + "info.feedback.create.success": "Кері Байланыс Сәтті Жіберілді!", // "info.feedback.error.email.required" : "A valid email address is required", - "info.feedback.error.email.required" : "Жарамды электрондық пошта мекенжайы қажет", + "info.feedback.error.email.required": "Жарамды электрондық пошта мекенжайы қажет", // "info.feedback.error.message.required" : "A comment is required", - "info.feedback.error.message.required" : "Түсініктеме қажет", + "info.feedback.error.message.required": "Түсініктеме қажет", // "info.feedback.page-label" : "Page", - "info.feedback.page-label" : "Бет", + "info.feedback.page-label": "Бет", // "info.feedback.page_help" : "Tha page related to your feedback", - "info.feedback.page_help" : "Сіздің пікіріңізге байланысты бет", + "info.feedback.page_help": "Сіздің пікіріңізге байланысты бет", @@ -2611,7 +2611,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Буманы жасау", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Бұл элементте биттік ағынды жүктеп салуға арналған бумалар жоқ.", // "item.bitstreams.upload.cancel": "Cancel", @@ -2621,7 +2621,7 @@ "item.bitstreams.upload.drop-message": "Жүктеп салу үшін файлды тастаңыз", // "item.bitstreams.upload.item": "Item: ", - "item.bitstreams.upload.item":"Элемент:", + "item.bitstreams.upload.item": "Элемент:", // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", "item.bitstreams.upload.notifications.bundle.created.content": "Жаңа топтама сәтті жасалды.", @@ -2647,7 +2647,7 @@ "item.edit.bitstreams.bundle.load.all": "Барлығын жүктеу ({{ total }})", // "item.edit.bitstreams.bundle.load.more": "Load more", - "item.edit.bitstreams.bundle.load.more":"Көбірек жүктеңіз", + "item.edit.bitstreams.bundle.load.more": "Көбірек жүктеңіз", // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", "item.edit.bitstreams.bundle.name": "БАНДЛ: {{ name }}", @@ -2671,10 +2671,10 @@ "item.edit.bitstreams.edit.buttons.undo": "Өзгерістерді болдырмау", // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", - "item.edit.bitstreams.empty":"Бұл элементте биттік ағындар жоқ. Біреуін жасау үшін жүктеп салу түймесін басыңыз.", + "item.edit.bitstreams.empty": "Бұл элементте биттік ағындар жоқ. Біреуін жасау үшін жүктеп салу түймесін басыңыз.", // "item.edit.bitstreams.headers.actions": "Actions", - "item.edit.bitstreams.headers.actions":"Әрекеттер", + "item.edit.bitstreams.headers.actions": "Әрекеттер", // "item.edit.bitstreams.headers.bundle": "Bundle", "item.edit.bitstreams.headers.bundle": "Бума", @@ -2686,7 +2686,7 @@ "item.edit.bitstreams.headers.format": "Формат", // "item.edit.bitstreams.headers.name": "Name", - "item.edit.bitstreams.headers.name":"Аты", + "item.edit.bitstreams.headers.name": "Аты", // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.bitstreams.notifications.discarded.content": "Өзгертулеріңіз жойылды. Өзгерістерді қалпына келтіру үшін 'Болдырмау' түймесін басыңыз", @@ -2770,13 +2770,13 @@ "item.edit.item-mapper.buttons.remove": "Таңдалған жинақтар үшін элементтің салыстыруын жою", // "item.edit.item-mapper.cancel": "Cancel", - "item.edit.item-mapper.cancel":"Болдырмау", + "item.edit.item-mapper.cancel": "Болдырмау", // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", "item.edit.item-mapper.description": "Бұл әкімшілерге осы элементті басқа жинақтармен салыстыруға мүмкіндік беретін элементті салыстыру құралы. Жинақтарды іздеуге және оларды салыстыруға немесе элемент қазіргі уақытта салыстырылған жинақтар тізімін шолуға болады.", // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", - "item.edit.item-mapper.head":"Элемент салыстырушы - Элементті коллекциялармен салыстыру", + "item.edit.item-mapper.head": "Элемент салыстырушы - Элементті коллекциялармен салыстыру", // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "Элемент: \"{{name}}\"", @@ -2794,7 +2794,7 @@ "item.edit.item-mapper.notifications.add.success.content": "Элемент {{amount}} жинаққа сәтті салыстырылды.", // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", - "item.edit.item-mapper.notifications.add.success.head":"Карталау аяқталды", + "item.edit.item-mapper.notifications.add.success.head": "Карталау аяқталды", // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "{{amount}} жинаққа салыстыруды жою кезінде қателер орын алды.", @@ -2886,7 +2886,7 @@ "item.edit.metadata.reinstate-button": "Болдырмау", // "item.edit.metadata.save-button": "Save", - "item.edit.metadata.save-button":"Сақтау", + "item.edit.metadata.save-button": "Сақтау", @@ -2943,7 +2943,7 @@ // "item.edit.private.cancel": "Cancel", - "item.edit.private.cancel":"Болдырмау", + "item.edit.private.cancel": "Болдырмау", // "item.edit.private.confirm": "Make it non-discoverable", "item.edit.private.confirm": "Мұны жеке жаса", @@ -3006,7 +3006,7 @@ "item.edit.relationships.discard-button": "Тастау", // "item.edit.relationships.edit.buttons.add": "Add", - "item.edit.relationships.edit.buttons.add":"Қосу", + "item.edit.relationships.edit.buttons.add": "Қосу", // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "Жою", @@ -3039,7 +3039,7 @@ "item.edit.relationships.notifications.saved.title": "Сақталған қатынастар", // "item.edit.relationships.reinstate-button": "Undo", - "item.edit.relationships.reinstate-button":"Болдырмау", + "item.edit.relationships.reinstate-button": "Болдырмау", // "item.edit.relationships.save-button": "Save", "item.edit.relationships.save-button": "Сақтау", @@ -3080,10 +3080,10 @@ "item.edit.tabs.status.buttons.authorizations.button": "Рұқсат...", // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", - "item.edit.tabs.status.buttons.authorizations.label":"Элементті авторизациялау саясатын өзгерту", + "item.edit.tabs.status.buttons.authorizations.label": "Элементті авторизациялау саясатын өзгерту", // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", - "item.edit.tabs.status.buttons.delete.button":"Біржола жою", + "item.edit.tabs.status.buttons.delete.button": "Біржола жою", // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", "item.edit.tabs.status.buttons.delete.label": "Элементті толығымен алып тастаңыз", @@ -3131,7 +3131,7 @@ "item.edit.tabs.status.description": "Тауарларды басқару бетіне қош келдіңіз. Осы жерден элементті алып тастауға, қалпына келтіруге, жылжытуға немесе жоюға болады. Басқа қойындыларда жаңа метадеректерді / бит ағындарын жаңартуға немесе қосуға болады.", // "item.edit.tabs.status.head": "Status", - "item.edit.tabs.status.head":"Мәртебе", + "item.edit.tabs.status.head": "Мәртебе", // "item.edit.tabs.status.labels.handle": "Handle", "item.edit.tabs.status.labels.handle": "Қалам", @@ -3229,7 +3229,7 @@ "item.page.author": "Авторлар", // "item.page.citation": "Citation", - "item.page.citation":"Дәйексөз", + "item.page.citation": "Дәйексөз", // "item.page.collections": "Collections", "item.page.collections": "Жинақтар", @@ -3313,10 +3313,10 @@ "item.page.bitstreams.collapse": "Коллапс", // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Түпнұсқа жинақ", + "item.page.filesection.original.bundle": "Түпнұсқа жинақ", // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Лицензиялық пакет", + "item.page.filesection.license.bundle": "Лицензиялық пакет", // "item.page.return": "Back", "item.page.return": "Артқа", @@ -3337,7 +3337,7 @@ "item.preview.dc.identifier.uri": "Идентификатор:", // "item.preview.dc.contributor.author": "Authors:", - "item.preview.dc.contributor.author":"Авторлар:", + "item.preview.dc.contributor.author": "Авторлар:", // "item.preview.dc.date.issued": "Published date:", "item.preview.dc.date.issued": "Жарияланған күні:", @@ -3361,25 +3361,25 @@ "item.preview.dc.type": "Типі:", // "item.preview.oaire.citation.issue" : "Issue", - "item.preview.oaire.citation.issue" : "Шығарылымы", + "item.preview.oaire.citation.issue": "Шығарылымы", // "item.preview.oaire.citation.volume" : "Volume", - "item.preview.oaire.citation.volume" : "Көлемі", + "item.preview.oaire.citation.volume": "Көлемі", // "item.preview.dc.relation.issn" : "ISSN", - "item.preview.dc.relation.issn" : "ISSN", + "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.identifier.isbn" : "ISBN", - "item.preview.dc.identifier.isbn" : "ISBN", + "item.preview.dc.identifier.isbn": "ISBN", // "item.preview.dc.identifier": "Identifier:", "item.preview.dc.identifier": "Идентификатор:", // "item.preview.dc.relation.ispartof" : "Journal or Serie", - "item.preview.dc.relation.ispartof" : "Журнал немесе серия", + "item.preview.dc.relation.ispartof": "Журнал немесе серия", // "item.preview.dc.identifier.doi" : "DOI", - "item.preview.dc.identifier.doi" : "DOI", + "item.preview.dc.identifier.doi": "DOI", // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "Тегі:", @@ -3414,7 +3414,7 @@ "item.select.confirm": "Таңдауды растау", // "item.select.empty": "No items to show", - "item.select.empty":"Көрсету үшін элементтер жоқ", + "item.select.empty": "Көрсету үшін элементтер жоқ", // "item.select.table.author": "Author", "item.select.table.author": "Автор", @@ -3452,7 +3452,7 @@ "item.version.history.table.editor": "Редакторы", // "item.version.history.table.date": "Date", - "item.version.history.table.date":"Кездесуге", + "item.version.history.table.date": "Кездесуге", // "item.version.history.table.summary": "Summary", "item.version.history.table.summary": "Қысқаша мазмұны", @@ -3526,13 +3526,13 @@ "item.version.create.modal.submitted.text": "Жаңа нұсқа жасалуда. Егер элемент көптеген байланыстарға ие болса, біраз уақыт кетуі мүмкін.", // "item.version.create.notification.success" : "New version has been created with version number {{version}}", - "item.version.create.notification.success" : "Жаңа нұсқа {{version}} нұсқасының нөмірімен жасалды", + "item.version.create.notification.success": "Жаңа нұсқа {{version}} нұсқасының нөмірімен жасалды", // "item.version.create.notification.failure" : "New version has not been created", - "item.version.create.notification.failure" : "Жаңа нұсқа жасалмады", + "item.version.create.notification.failure": "Жаңа нұсқа жасалмады", // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.create.notification.inProgress" : "Жаңа нұсқаны жасау мүмкін емес, өйткені нұсқа тарихында аяқталмаған жіберу бар", + "item.version.create.notification.inProgress": "Жаңа нұсқаны жасау мүмкін емес, өйткені нұсқа тарихында аяқталмаған жіберу бар", // "item.version.delete.modal.header": "Delete version", @@ -3554,17 +3554,17 @@ "item.version.delete.modal.button.cancel.tooltip": "Бұл нұсқаны жоймаңыз", // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", - "item.version.delete.notification.success" : "Нұсқа нөмірі {{version}} жойылды", + "item.version.delete.notification.success": "Нұсқа нөмірі {{version}} жойылды", // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", - "item.version.delete.notification.failure" : "Нұсқа нөмірі {{version}} жойылған жоқ", + "item.version.delete.notification.failure": "Нұсқа нөмірі {{version}} жойылған жоқ", // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", - "item.version.edit.notification.success" : "Нұсқа нөмірінің қысқаша сипаттамасы {{version}} өзгертілді", + "item.version.edit.notification.success": "Нұсқа нөмірінің қысқаша сипаттамасы {{version}} өзгертілді", // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", - "item.version.edit.notification.failure" : "Нұсқа нөмірінің қысқаша сипаттамасы {{version}} өзгертілген жоқ", + "item.version.edit.notification.failure": "Нұсқа нөмірінің қысқаша сипаттамасы {{version}} өзгертілген жоқ", @@ -3590,7 +3590,7 @@ "journal.page.titleprefix": "Журнал:", // "journal.search.results.head": "Journal Search Results", - "journal.search.results.head":"Журналдағы іздеу нәтижелері", + "journal.search.results.head": "Журналдағы іздеу нәтижелері", // "journal-relationships.search.results.head": "Journal Search Results", "journal-relationships.search.results.head": "Журналдағы іздеу нәтижелері", @@ -3613,13 +3613,13 @@ "journalissue.page.issuedate": "Шығарылған күні", // "journalissue.page.journal-issn": "Journal ISSN", - "journalissue.page.journal-issn":"ISSN журналы", + "journalissue.page.journal-issn": "ISSN журналы", // "journalissue.page.journal-title": "Journal Title", "journalissue.page.journal-title": "Журнал атауы", // "journalissue.page.keyword": "Keywords", - "journalissue.page.keyword":"Түйінді сөздер", + "journalissue.page.keyword": "Түйінді сөздер", // "journalissue.page.number": "Number", "journalissue.page.number": "Саны", @@ -3630,7 +3630,7 @@ // "journalvolume.listelement.badge": "Journal Volume", - "journalvolume.listelement.badge":"Журнал көлемі", + "journalvolume.listelement.badge": "Журнал көлемі", // "journalvolume.page.description": "Description", "journalvolume.page.description": "Сипаттама", @@ -3698,7 +3698,7 @@ "loading.collection": "Жинақты жүктеу...", // "loading.collections": "Loading collections...", - "loading.collections":"Топтамаларды жүктеу...", + "loading.collections": "Топтамаларды жүктеу...", // "loading.content-source": "Loading content source...", "loading.content-source": "Мазмұн көзін жүктеу...", @@ -3719,7 +3719,7 @@ "loading.mydspace-results": "Заттарды жүктеу...", // "loading.objects": "Loading...", - "loading.objects":"Жүктеу...", + "loading.objects": "Жүктеу...", // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "Соңғы жіберілімдер жүктелуде...", @@ -3731,7 +3731,7 @@ "loading.sub-collections": "Ішкі жинақтар жүктелуде...", // "loading.sub-communities": "Loading sub-communities...", - "loading.sub-communities":"Қосымша қауымдастықтар жүктелуде...", + "loading.sub-communities": "Қосымша қауымдастықтар жүктелуде...", // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "Жоғарғы деңгейдегі қауымдастықтар жүктелуде...", @@ -3742,13 +3742,13 @@ "login.form.email": "Электрондық пошта", // "login.form.forgot-password": "Have you forgotten your password?", - "login.form.forgot-password":"Сіз парольді ұмыттыңыз ба?", + "login.form.forgot-password": "Сіз парольді ұмыттыңыз ба?", // "login.form.header": "Please log in to DSpace", - "login.form.header":"DSpace жүйесіне кіріңіз", + "login.form.header": "DSpace жүйесіне кіріңіз", // "login.form.new-user": "New user? Click here to register.", - "login.form.new-user":"Жаңа пайдаланушы? Тіркелу үшін осы жерді басыңыз.", + "login.form.new-user": "Жаңа пайдаланушы? Тіркелу үшін осы жерді басыңыз.", // "login.form.or-divider": "or", "login.form.or-divider": "немесе", @@ -3783,7 +3783,7 @@ "logout.form.submit": "Шығу", // "logout.title": "Logout", - "logout.title":"Шығу", + "logout.title": "Шығу", @@ -3803,7 +3803,7 @@ "menu.section.access_control": "Қатынасты басқару", // "menu.section.access_control_authorizations": "Authorizations", - "menu.section.access_control_authorizations":"Рұқсаттар", + "menu.section.access_control_authorizations": "Рұқсаттар", // "menu.section.access_control_groups": "Groups", "menu.section.access_control_groups": "Топтар", @@ -3814,7 +3814,7 @@ // "menu.section.admin_search": "Admin Search", - "menu.section.admin_search":"Әкімші іздеу", + "menu.section.admin_search": "Әкімші іздеу", @@ -3851,7 +3851,7 @@ // "menu.section.control_panel": "Control Panel", - "menu.section.control_panel":"Басқару панелі", + "menu.section.control_panel": "Басқару панелі", // "menu.section.curation_task": "Curation Task", "menu.section.curation_task": "Тапсырма", @@ -3859,7 +3859,7 @@ // "menu.section.edit": "Edit", - "menu.section.edit":"Өңдеу", + "menu.section.edit": "Өңдеу", // "menu.section.edit_collection": "Collection", "menu.section.edit_collection": "Жинақ", @@ -4056,7 +4056,7 @@ "mydspace.description": "", // "mydspace.general.text-here": "here", - "mydspace.general.text-here":"Мұнда", + "mydspace.general.text-here": "Мұнда", // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", "mydspace.messages.controller-help": "Элемент жіберушіге хабарлама жіберу үшін осы опцияны таңдаңыз.", @@ -4074,7 +4074,7 @@ "mydspace.messages.mark-as-unread": "Оқылмаған деп белгілеу", // "mydspace.messages.no-content": "No content.", - "mydspace.messages.no-content":"Мазмұны жоқ.", + "mydspace.messages.no-content": "Мазмұны жоқ.", // "mydspace.messages.no-messages": "No messages yet.", "mydspace.messages.no-messages": "Әлі хабарлар жоқ.", @@ -4092,7 +4092,7 @@ "mydspace.messages.submitter-help": "Контроллерге хабарлама жіберу үшін осы опцияны таңдаңыз.", // "mydspace.messages.title": "Messages", - "mydspace.messages.title":"Хабарлар", + "mydspace.messages.title": "Хабарлар", // "mydspace.messages.to": "To", "mydspace.messages.to": "Кімге", @@ -4140,7 +4140,7 @@ "mydspace.show.workflow": "Жұмыс процесінің міндеттері", // "mydspace.show.workspace": "Your Submissions", - "mydspace.show.workspace":"Сіздің өтініштеріңіз", + "mydspace.show.workspace": "Сіздің өтініштеріңіз", // "mydspace.status.archived": "Archived", "mydspace.status.archived": "Мұрағатталған", @@ -4152,13 +4152,13 @@ "mydspace.status.waiting-for-controller": "Контроллерді күтуде", // "mydspace.status.workflow": "Workflow", - "mydspace.status.workflow":"Жұмыс барысы", + "mydspace.status.workflow": "Жұмыс барысы", // "mydspace.status.workspace": "Workspace", "mydspace.status.workspace": "Жұмыс кеңістігі", // "mydspace.title": "MyDSpace", - "mydspace.title":"MyDSpace", + "mydspace.title": "MyDSpace", // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", "mydspace.upload.upload-failed": "Жаңа жұмыс кеңістігін жасау қатесі. Қайталаудан бұрын жүктеп салынған мазмұнды тексеріңіз.", @@ -4214,10 +4214,10 @@ "nav.stop-impersonating": "Eperson атын шығаруды тоқтатыңыз", // "nav.toggle" : "Toggle navigation", - "nav.toggle" : "Навигацияны ауыстыру", + "nav.toggle": "Навигацияны ауыстыру", // "nav.user.description" : "User profile bar", - "nav.user.description" : "Пайдаланушы профилі тақтасы", + "nav.user.description": "Пайдаланушы профилі тақтасы", // "none.listelement.badge": "Item", "none.listelement.badge": "Элемент", @@ -4236,7 +4236,7 @@ "orgunit.page.dateestablished": "Орнатылған күні", // "orgunit.page.description": "Description", - "orgunit.page.description":"Сипаттамасы", + "orgunit.page.description": "Сипаттамасы", // "orgunit.page.edit": "Edit this item", "orgunit.page.edit": "Осы элементті өңдеу", @@ -4270,7 +4270,7 @@ "person.listelement.badge": "Адам", // "person.listelement.no-title": "No name found", - "person.listelement.no-title":"Ешқандай атау табылмады", + "person.listelement.no-title": "Ешқандай атау табылмады", // "person.page.birthdate": "Birth Date", "person.page.birthdate": "Туылған күні", @@ -4282,7 +4282,7 @@ "person.page.email": "Электрондық мекенжайы", // "person.page.firstname": "First Name", - "person.page.firstname":"Аты", + "person.page.firstname": "Аты", // "person.page.jobtitle": "Job Title", "person.page.jobtitle": "Жұмыс атауы", @@ -4317,7 +4317,7 @@ // "process.new.select-parameters": "Parameters", - "process.new.select-parameters":"Параметрлер", + "process.new.select-parameters": "Параметрлер", // "process.new.cancel": "Cancel", "process.new.cancel": "Болдырмау", @@ -4336,10 +4336,10 @@ "process.new.select-script.required": "Сценарий қажет", // "process.new.parameter.file.upload-button": "Select file...", - "process.new.parameter.file.upload-button":"Файлды таңдау...", + "process.new.parameter.file.upload-button": "Файлды таңдау...", // "process.new.parameter.file.required": "Please select a file", - "process.new.parameter.file.required":"Файлды таңдаңыз", + "process.new.parameter.file.required": "Файлды таңдаңыз", // "process.new.parameter.string.required": "Parameter value is required", "process.new.parameter.string.required": "Параметр мәні қажет", @@ -4377,16 +4377,16 @@ // "process.detail.arguments" : "Arguments", - "process.detail.arguments" :"Аргументтер", + "process.detail.arguments": "Аргументтер", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Бұл процесс ешқандай аргументтерді қамтымайды", + "process.detail.arguments.empty": "Бұл процесс ешқандай аргументтерді қамтымайды", // "process.detail.back" : "Back", - "process.detail.back" : "Артқа", + "process.detail.back": "Артқа", // "process.detail.output" : "Process Output", - "process.detail.output" : "Процесс шығысы", + "process.detail.output": "Процесс шығысы", // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Процесс шығысын шығарып алу", @@ -4398,28 +4398,28 @@ "process.detail.logs.none": "Бұл процесте нәтиже жоқ", // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Шығару файлдары", + "process.detail.output-files": "Шығару файлдары", // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Бұл процесте ешқандай шығыс файлдары жоқ", + "process.detail.output-files.empty": "Бұл процесте ешқандай шығыс файлдары жоқ", // "process.detail.script" : "Script", - "process.detail.script" : "Сценарий", + "process.detail.script": "Сценарий", // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" :"Процесс: {{ id }} - {{ name }}", + "process.detail.title": "Процесс: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Бастау уақыты", + "process.detail.start-time": "Бастау уақыты", // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Аяқтау уақыты", + "process.detail.end-time": "Аяқтау уақыты", // "process.detail.status" : "Status", - "process.detail.status" : "Мәртебе", + "process.detail.status": "Мәртебе", // "process.detail.create" : "Create similar process", - "process.detail.create" : "Ұқсас процесті жасау", + "process.detail.create": "Ұқсас процесті жасау", // "process.detail.actions": "Actions", "process.detail.actions": "Әрекеттер", @@ -4448,29 +4448,29 @@ // "process.overview.table.finish" : "Finish time (UTC)", - "process.overview.table.finish" : "Аяқтау уақыты (UTC)", + "process.overview.table.finish": "Аяқтау уақыты (UTC)", // "process.overview.table.id" : "Process ID", - "process.overview.table.id" :"Процесс идентификаторы", + "process.overview.table.id": "Процесс идентификаторы", // "process.overview.table.name" : "Name", - "process.overview.table.name" :"Аты", + "process.overview.table.name": "Аты", // "process.overview.table.start" : "Start time (UTC)", // TODO Source message changed - Revise the translation - "process.overview.table.start" : "Бастау уақыты", + "process.overview.table.start": "Бастау уақыты", // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Мәртебе", + "process.overview.table.status": "Мәртебе", // "process.overview.table.user" : "User", - "process.overview.table.user" : "Пайдаланушы", + "process.overview.table.user": "Пайдаланушы", // "process.overview.title": "Processes Overview", "process.overview.title": "Процестерге шолу", // "process.overview.breadcrumbs": "Processes Overview", - "process.overview.breadcrumbs":"Процестерге шолу", + "process.overview.breadcrumbs": "Процестерге шолу", // "process.overview.new": "New", "process.overview.new": "Жаңа", @@ -4571,7 +4571,7 @@ "profile.security.form.label.password": "Құпия сөз", // "profile.security.form.label.passwordrepeat": "Retype to confirm", - "profile.security.form.label.passwordrepeat":"Растау үшін қайта теріңіз", + "profile.security.form.label.passwordrepeat": "Растау үшін қайта теріңіз", // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", "profile.security.form.notifications.success.content": "Құпия сөзге енгізілген өзгертулеріңіз сақталды.", @@ -4589,7 +4589,7 @@ "profile.security.form.notifications.error.not-same": "Берілген құпия сөздер бірдей емес.", // "profile.title": "Update Profile", - "profile.title":"Профильді жаңарту", + "profile.title": "Профильді жаңарту", // "profile.card.researcher": "Researcher Profile", "profile.card.researcher": "Зерттеуші профилі", @@ -4680,7 +4680,7 @@ "register-email.title": "Жаңа пайдаланушыны тіркеу", // "register-page.create-profile.header": "Create Profile", - "register-page.create-profile.header":"Профиль жасау", + "register-page.create-profile.header": "Профиль жасау", // "register-page.create-profile.identification.header": "Identify", "register-page.create-profile.identification.header": "Анықтау", @@ -4695,10 +4695,10 @@ "register-page.create-profile.identification.first-name.error": "Аты-жөніңізді толтырыңыз", // "register-page.create-profile.identification.last-name": "Last Name *", - "register-page.create-profile.identification.last-name":"Тек *", + "register-page.create-profile.identification.last-name": "Тек *", // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - "register-page.create-profile.identification.last-name.error":"Тегін енгізіңіз", + "register-page.create-profile.identification.last-name.error": "Тегін енгізіңіз", // "register-page.create-profile.identification.contact": "Contact Telephone", "register-page.create-profile.identification.contact": "Байланыс телефоны", @@ -4716,7 +4716,7 @@ "register-page.create-profile.security.label.password": "Пароль *", // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", - "register-page.create-profile.security.label.passwordrepeat":"Растау үшін қайта енгізіңіз*", + "register-page.create-profile.security.label.passwordrepeat": "Растау үшін қайта енгізіңіз*", // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", "register-page.create-profile.security.error.empty-password": "Төмендегі өріске құпия сөзді енгізіңіз.", @@ -4737,17 +4737,17 @@ "register-page.create-profile.submit.error.head": "Тіркеу сәтсіз аяқталды", // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - "register-page.create-profile.submit.success.content":"Тіркеу сәтті өтті. Сіз құрылған пайдаланушы ретінде кірдіңіз.", + "register-page.create-profile.submit.success.content": "Тіркеу сәтті өтті. Сіз құрылған пайдаланушы ретінде кірдіңіз.", // "register-page.create-profile.submit.success.head": "Registration completed", - "register-page.create-profile.submit.success.head":"Тіркеу аяқталды", + "register-page.create-profile.submit.success.head": "Тіркеу аяқталды", // "register-page.registration.header": "New user registration", "register-page.registration.header": "Жаңа пайдаланушыны тіркеу", // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - "register-page.registration.info":"Электрондық пошта арқылы жаңартулар алу және DSpace-ке жаңа өнімдер жіберу үшін жинақтарға жазылу үшін есептік жазбаны тіркеңіз.", + "register-page.registration.info": "Электрондық пошта арқылы жаңартулар алу және DSpace-ке жаңа өнімдер жіберу үшін жинақтарға жазылу үшін есептік жазбаны тіркеңіз.", // "register-page.registration.email": "Email Address *", "register-page.registration.email": "Электрондық пошта мекенжайы *", @@ -4759,7 +4759,7 @@ "register-page.registration.email.error.pattern": "Жарамды электрондық пошта мекенжайын енгізіңіз", // "register-page.registration.email.hint": "This address will be verified and used as your login name.", - "register-page.registration.email.hint":"Бұл мекен-жай тексеріліп, сіздің логиніңіз ретінде пайдаланылады.", + "register-page.registration.email.hint": "Бұл мекен-жай тексеріліп, сіздің логиніңіз ретінде пайдаланылады.", // "register-page.registration.submit": "Register", "register-page.registration.submit": "Тіркелу", @@ -4774,12 +4774,12 @@ "register-page.registration.error.head": "Электрондық поштаны тіркеу кезінде қате", // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - "register-page.registration.error.content":"Келесі электрондық пошта мекенжайын тіркеу кезінде қате пайда болды: {{ email }}", + "register-page.registration.error.content": "Келесі электрондық пошта мекенжайын тіркеу кезінде қате пайда болды: {{ email }}", // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - "relationships.add.error.relationship-type.content":"Екі элемент арасындағы байланыс түрі {{ type }} үшін сәйкес сәйкестікті табу мүмкін емес", + "relationships.add.error.relationship-type.content": "Екі элемент арасындағы байланыс түрі {{ type }} үшін сәйкес сәйкестікті табу мүмкін емес", // "relationships.add.error.server.content": "The server returned an error", "relationships.add.error.server.content": "Сервер қате туралы хабарламаны қайтарды", @@ -4788,7 +4788,7 @@ "relationships.add.error.title": "Байланыс қосу мүмкін емес", // "relationships.isAuthorOf": "Authors", - "relationships.isAuthorOf":"Авторлар", + "relationships.isAuthorOf": "Авторлар", // "relationships.isAuthorOf.Person": "Authors (persons)", "relationships.isAuthorOf.Person": "Авторлар (тұлғалар)", @@ -4800,7 +4800,7 @@ "relationships.isIssueOf": "Журналдың шығарылымдары", // "relationships.isJournalIssueOf": "Journal Issue", - "relationships.isJournalIssueOf":"Журнал шығару", + "relationships.isJournalIssueOf": "Журнал шығару", // "relationships.isJournalOf": "Journals", "relationships.isJournalOf": "Күнделіктер", @@ -4821,7 +4821,7 @@ "relationships.isPublicationOfJournalIssue": "Мақалалар", // "relationships.isSingleJournalOf": "Journal", - "relationships.isSingleJournalOf":"Күнделік", + "relationships.isSingleJournalOf": "Күнделік", // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "Журнал көлемі", @@ -4865,13 +4865,13 @@ "resource-policies.add.for.bundle": "Жаңа пакет саясатын қосу", // "resource-policies.add.for.item": "Add a new Item policy", - "resource-policies.add.for.item":"Жаңа элемент саясатын қосу", + "resource-policies.add.for.item": "Жаңа элемент саясатын қосу", // "resource-policies.add.for.community": "Add a new Community policy", "resource-policies.add.for.community": "Жаңа қауымдастық саясатын қосу", // "resource-policies.add.for.collection": "Add a new Collection policy", - "resource-policies.add.for.collection":"Жаңа деректерді жинау саясатын қосу", + "resource-policies.add.for.collection": "Жаңа деректерді жинау саясатын қосу", // "resource-policies.create.page.heading": "Create new resource policy for ", "resource-policies.create.page.heading": "Ресурстарға қатысты жаңа саясат құру ", @@ -4880,7 +4880,7 @@ "resource-policies.create.page.failure.content": "Ресурстық саясатты құру кезінде қате пайда болды.", // "resource-policies.create.page.success.content": "Operation successful", - "resource-policies.create.page.success.content":"Операция сәтті өтті", + "resource-policies.create.page.success.content": "Операция сәтті өтті", // "resource-policies.create.page.title": "Create new resource policy", "resource-policies.create.page.title": "Ресурстар саласында жаңа саясат құру", @@ -4901,7 +4901,7 @@ "resource-policies.edit.page.heading": "Ресурстар саясатын өзгерту", // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - "resource-policies.edit.page.failure.content":"Ресурстар саясатын өңдеуде қате пайда болды.", + "resource-policies.edit.page.failure.content": "Ресурстар саясатын өңдеуде қате пайда болды.", // "resource-policies.edit.page.target-failure.content": "An error occurred while editing the target (ePerson or group) of the resource policy.", "resource-policies.edit.page.target-failure.content": "Ресурстар саясатының мақсатты нысанын (тұлғаны немесе топты) өңдеу кезінде қате пайда болды.", @@ -4919,7 +4919,7 @@ "resource-policies.form.action-type.label": "Әрекет түрін таңдаңыз", // "resource-policies.form.action-type.required": "You must select the resource policy action.", - "resource-policies.form.action-type.required":"Сіз ресурстар саясатының әрекетін таңдауыңыз керек.", + "resource-policies.form.action-type.required": "Сіз ресурстар саясатының әрекетін таңдауыңыз керек.", // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", "resource-policies.form.eperson-group-list.label": "Рұқсат берілетін тұлға немесе топ", @@ -4931,7 +4931,7 @@ "resource-policies.form.eperson-group-list.tab.eperson": "Адамды іздеу", // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - "resource-policies.form.eperson-group-list.tab.group":"Топты іздеу", + "resource-policies.form.eperson-group-list.tab.group": "Топты іздеу", // "resource-policies.form.eperson-group-list.table.headers.action": "Action", "resource-policies.form.eperson-group-list.table.headers.action": "Әрекет", @@ -4961,7 +4961,7 @@ "resource-policies.form.date.end.label": "Аяқталу күні", // "resource-policies.form.date.start.label": "Start Date", - "resource-policies.form.date.start.label":"Басталу күні", + "resource-policies.form.date.start.label": "Басталу күні", // "resource-policies.form.description.label": "Description", "resource-policies.form.description.label": "Сипаттама", @@ -5066,7 +5066,7 @@ "search.filters.applied.f.itemtype": "Түрі", // "search.filters.applied.f.namedresourcetype": "Status", - "search.filters.applied.f.namedresourcetype":"Мәртебе", + "search.filters.applied.f.namedresourcetype": "Мәртебе", // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Тақырып", @@ -5081,7 +5081,7 @@ "search.filters.applied.f.birthDate.max": "Соңғы туған күні", // "search.filters.applied.f.birthDate.min": "Start birth date", - "search.filters.applied.f.birthDate.min":"Бастауыш туған күні", + "search.filters.applied.f.birthDate.min": "Бастауыш туған күні", // "search.filters.applied.f.withdrawn": "Withdrawn", "search.filters.applied.f.withdrawn": "Алып тасталынды", @@ -5101,7 +5101,7 @@ "search.filters.filter.birthDate.head": "Туған күні", // "search.filters.filter.birthDate.placeholder": "Birth Date", - "search.filters.filter.birthDate.placeholder":"Туған күні", + "search.filters.filter.birthDate.placeholder": "Туған күні", // "search.filters.filter.birthDate.label": "Search birth date", "search.filters.filter.birthDate.label": "Туған күнді іздеу", @@ -5140,7 +5140,7 @@ "search.filters.filter.creativeWorkPublisher.head": "Баспагер", // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", - "search.filters.filter.creativeWorkPublisher.placeholder":"Баспагер", + "search.filters.filter.creativeWorkPublisher.placeholder": "Баспагер", // "search.filters.filter.creativeWorkPublisher.label": "Search publisher", "search.filters.filter.creativeWorkPublisher.label": "Баспагерді іздеу", @@ -5155,7 +5155,7 @@ "search.filters.filter.dateIssued.max.label": "Соңы", // "search.filters.filter.dateIssued.min.placeholder": "Minimum Date", - "search.filters.filter.dateIssued.min.placeholder":"Минималды күн", + "search.filters.filter.dateIssued.min.placeholder": "Минималды күн", // "search.filters.filter.dateIssued.min.label": "Start", "search.filters.filter.dateIssued.min.label": "Бастау", @@ -5194,7 +5194,7 @@ "search.filters.filter.itemtype.head": "Түрі", // "search.filters.filter.itemtype.placeholder": "Type", - "search.filters.filter.itemtype.placeholder":"Түрі", + "search.filters.filter.itemtype.placeholder": "Түрі", // "search.filters.filter.itemtype.label": "Search type", "search.filters.filter.itemtype.label": "Түрі бойынша іздеу", @@ -5203,7 +5203,7 @@ "search.filters.filter.jobTitle.head": "Лауазымы", // "search.filters.filter.jobTitle.placeholder": "Job Title", - "search.filters.filter.jobTitle.placeholder":"Лауазымы", + "search.filters.filter.jobTitle.placeholder": "Лауазымы", // "search.filters.filter.jobTitle.label": "Search job title", "search.filters.filter.jobTitle.label": "Лауазым атауын іздеу", @@ -5275,10 +5275,10 @@ "search.filters.filter.show-less": "Коллапс", // "search.filters.filter.show-more": "Show more", - "search.filters.filter.show-more":"Көбірек көрсету", + "search.filters.filter.show-more": "Көбірек көрсету", // "search.filters.filter.subject.head": "Subject", - "search.filters.filter.subject.head":"Тақырып", + "search.filters.filter.subject.head": "Тақырып", // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "Тақырып", @@ -5290,7 +5290,7 @@ "search.filters.filter.submitter.head": "Жіберуші", // "search.filters.filter.submitter.placeholder": "Submitter", - "search.filters.filter.submitter.placeholder":"Жіберуші", + "search.filters.filter.submitter.placeholder": "Жіберуші", // "search.filters.filter.submitter.label": "Search submitter", "search.filters.filter.submitter.label": "Іздеу жіберушіні", @@ -5301,10 +5301,10 @@ "search.filters.entityType.JournalIssue": "Журналдың нөмірі", // "search.filters.entityType.JournalVolume": "Journal Volume", - "search.filters.entityType.JournalVolume":"Журнал көлемі", + "search.filters.entityType.JournalVolume": "Журнал көлемі", // "search.filters.entityType.OrgUnit": "Organizational Unit", - "search.filters.entityType.OrgUnit":"Ұйымдастыру бөлімшесі", + "search.filters.entityType.OrgUnit": "Ұйымдастыру бөлімшесі", // "search.filters.has_content_in_original_bundle.true": "Yes", "search.filters.has_content_in_original_bundle.true": "Иә", @@ -5326,7 +5326,7 @@ // "search.filters.head": "Filters", - "search.filters.head":"Сүзгілер", + "search.filters.head": "Сүзгілер", // "search.filters.reset": "Reset filters", "search.filters.reset": "Сүзгілерді қалпына келтіру", @@ -5337,7 +5337,7 @@ // "search.form.search": "Search", - "search.form.search":"Іздеу", + "search.form.search": "Іздеу", // "search.form.search_dspace": "All repository", "search.form.search_dspace": "Бүкіл репозиторий", @@ -5382,7 +5382,7 @@ "search.sidebar.open": "Іздеу құралдары", // "search.sidebar.results": "results", - "search.sidebar.results":"нәтижелер", + "search.sidebar.results": "нәтижелер", // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "Беттегі нәтижелер", @@ -5444,7 +5444,7 @@ // "statistics.title": "Statistics", - "statistics.title":"Статистика", + "statistics.title": "Статистика", // "statistics.header": "Statistics for {{ scope }}", "statistics.header": "{{ scope }} үшін статистика", @@ -5497,7 +5497,7 @@ "submission.general.discard.confirm.cancel": "Болдырмау", // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", - "submission.general.discard.confirm.info":"Бұл операцияны болдырмау мүмкін емес. Сен сенімді?", + "submission.general.discard.confirm.info": "Бұл операцияны болдырмау мүмкін емес. Сен сенімді?", // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "Ия, мен сенімдімін", @@ -5522,10 +5522,10 @@ // "submission.import-external.page.title": "Import metadata from an external source", - "submission.import-external.page.title":"Метадеректерді сыртқы көзден импорттау", + "submission.import-external.page.title": "Метадеректерді сыртқы көзден импорттау", // "submission.import-external.title": "Import metadata from an external source", - "submission.import-external.title":"Метадеректерді сыртқы көзден импорттау", + "submission.import-external.title": "Метадеректерді сыртқы көзден импорттау", // "submission.import-external.title.Journal": "Import a journal from an external source", "submission.import-external.title.Journal": "Журналды сыртқы көзден импорттау", @@ -5663,7 +5663,7 @@ "submission.sections.describe.relationship-lookup.close": "Жабу", // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", - "submission.sections.describe.relationship-lookup.external-source.added":"Үлгіге жергілікті жазба сәтті қосылды", + "submission.sections.describe.relationship-lookup.external-source.added": "Үлгіге жергілікті жазба сәтті қосылды", // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Қашықтағы авторды импорттау", @@ -5735,7 +5735,7 @@ "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Импорт жергілікті биліктің жаңа жазбасы ретінде", // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel":"Болдырмау", + "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Болдырмау", // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Жаңа жазбаларды импорттау үшін коллекцияны таңдаңыз", @@ -5747,7 +5747,7 @@ "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Импорт Жаңа жергілікті нысан ретінде", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname":"LC Name-ден импорттау", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "LC Name-ден импорттау", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "ORCID-тен Импорт", @@ -5804,7 +5804,7 @@ "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Бетті таңдаудан бас тарту", // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - "submission.sections.describe.relationship-lookup.search-tab.loading":"Жүктеу...", + "submission.sections.describe.relationship-lookup.search-tab.loading": "Жүктеу...", // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Іздеу сұранысы", @@ -5864,7 +5864,7 @@ "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Жергілікті журнал томдары ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal":"Sherpa журналдары ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa журналдары ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa баспалары ({{ count }})", @@ -5876,7 +5876,7 @@ "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC атаулары ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed":"PubMed ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", @@ -5885,7 +5885,7 @@ "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Қаржыландыру агенттіктерін іздеу", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication":"Қаржыландыруды іздеу", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Қаржыландыруды іздеу", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Ұйымдастырушылық бірліктерді іздеу", @@ -5918,16 +5918,16 @@ "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Іздеу...", // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - "submission.sections.describe.relationship-lookup.selection-tab.tab-title":"Ағымдағы таңдау ({{ count }})", + "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Ағымдағы таңдау ({{ count }})", // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Журналдың шығарылымдары", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - "submission.sections.describe.relationship-lookup.title.JournalIssue":"Журналдың шығарылымдары", + "submission.sections.describe.relationship-lookup.title.JournalIssue": "Журналдың шығарылымдары", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", - "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication":"Журнал томдары", + "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Журнал томдары", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "Журнал томдары", @@ -5960,7 +5960,7 @@ "submission.sections.describe.relationship-lookup.title.DataFile": "Деректер файлдары", // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - "submission.sections.describe.relationship-lookup.title.Funding Agency":"Қаржыландыру агенттігі", + "submission.sections.describe.relationship-lookup.title.Funding Agency": "Қаржыландыру агенттігі", // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Қаржыландыру", @@ -5990,7 +5990,7 @@ "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Таңдаулы жобалар", // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - "submission.sections.describe.relationship-lookup.selection-tab.title.Publication":"Таңдамалы Жарияланымдар", + "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Таңдамалы Жарияланымдар", // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Таңдалған авторлар", @@ -6011,7 +6011,7 @@ "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Таңдалған сұрақ", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume":"Журналдың таңдалған көлемі", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Журналдың таңдалған көлемі", // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Таңдалған қаржыландыру агенттігі", @@ -6026,7 +6026,7 @@ "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Таңдалған ұйымдастыру бөлімі", // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal":"Іздеу нәтижелері", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Іздеу нәтижелері", // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Іздеу нәтижелері", @@ -6064,7 +6064,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Іздеу нәтижелері", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Сіз \"{{ value }}\" сол адамға арналған атау опциясы ретінде сақтағыңыз келе ме, сондықтан сіз және басқалар оны болашақ жіберу үшін қайта пайдалана аласыз ба? Егер жоқ болса, сіз оны осы жіберу үшін пайдалана аласыз.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -6137,7 +6137,7 @@ "submission.sections.general.search-collection": "Коллекцияны іздеу", // "submission.sections.general.sections_not_valid": "There are incomplete sections.", - "submission.sections.general.sections_not_valid":"Толық емес бөлімдер бар.", + "submission.sections.general.sections_not_valid": "Толық емес бөлімдер бар.", @@ -6287,7 +6287,7 @@ "submission.sections.upload.info": "Мұнда сіз осы элементтегі барлық файлдарды таба аласыз. Файл метадеректерін және кіру шарттарын жаңартуға немесе қосымша файлдарды олардыбетінде сүйреп апару арқылы жүктеуге болады.", // "submission.sections.upload.no-entry": "No", - "submission.sections.upload.no-entry":"Жоқ", + "submission.sections.upload.no-entry": "Жоқ", // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", "submission.sections.upload.no-file-uploaded": "Файл әлі жүктелмеген.", @@ -6356,7 +6356,7 @@ "submission.sections.license.required": "Лицензияны қабылдау керек", // "submission.sections.license.notgranted": "You must accept the license", - "submission.sections.license.notgranted": "Лицензияны қабылдау керек", + "submission.sections.license.notgranted": "Лицензияны қабылдау керек", // "submission.sections.sherpa.publication.information": "Publication information", @@ -6471,7 +6471,7 @@ "submission.workflow.tasks.claimed.approve": "Мақұлдансын", // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", - "submission.workflow.tasks.claimed.approve_help":"Егер сіз тауармен танысқан болсаңыз және ол коллекцияға қосуға жарамды болса, \"Мақұлдау\" таңдаңыз.", + "submission.workflow.tasks.claimed.approve_help": "Егер сіз тауармен танысқан болсаңыз және ол коллекцияға қосуға жарамды болса, \"Мақұлдау\" таңдаңыз.", // "submission.workflow.tasks.claimed.edit": "Edit", "submission.workflow.tasks.claimed.edit": "Редакциялау", @@ -6641,7 +6641,7 @@ "workflow-item.edit.title": "Жұмыс процесінің элементін өңдеу", // "workflow-item.delete.notification.success.title": "Deleted", - "workflow-item.delete.notification.success.title":"Жойылды", + "workflow-item.delete.notification.success.title": "Жойылды", // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", "workflow-item.delete.notification.success.content": "Жұмыс процесінің бұл элементі сәтті жойылды", @@ -6711,7 +6711,7 @@ "idle-modal.extend-session": "Сеансты ұзарту", // "researcher.profile.action.processing" : "Processing...", - "researcher.profile.action.processing" : "Процессте...", + "researcher.profile.action.processing": "Процессте...", // "researcher.profile.associated": "Researcher profile associated", "researcher.profile.associated": "Зерттеушінің байланысты профилі", @@ -6744,10 +6744,10 @@ "researcher.profile.view": "Қөрімдігі", // "researcher.profile.private.visibility" : "PRIVATE", - "researcher.profile.private.visibility" : "ЖАСЫРЫН", + "researcher.profile.private.visibility": "ЖАСЫРЫН", // "researcher.profile.public.visibility" : "PUBLIC", - "researcher.profile.public.visibility" : "АШЫҚ", + "researcher.profile.public.visibility": "АШЫҚ", // "researcher.profile.status": "Status:", "researcher.profile.status": "Мәртебесі:", @@ -6756,16 +6756,16 @@ "researcherprofile.claim.not-authorized": "Сіз бұл өнімді талап етуге құқығыңыз жоқ. Қосымша ақпарат алу үшін әкімшіге хабарласыңыз.", // "researcherprofile.error.claim.body" : "An error occurred while claiming the profile, please try again later", - "researcherprofile.error.claim.body" : "Профильді толтыру кезінде қате пайда болды, кейінірек қайталап көріңіз", + "researcherprofile.error.claim.body": "Профильді толтыру кезінде қате пайда болды, кейінірек қайталап көріңіз", // "researcherprofile.error.claim.title" : "Error", - "researcherprofile.error.claim.title" : "Қате", + "researcherprofile.error.claim.title": "Қате", // "researcherprofile.success.claim.body" : "Profile claimed with success", - "researcherprofile.success.claim.body" : "Сәтті мәлімделген Профиль", + "researcherprofile.success.claim.body": "Сәтті мәлімделген Профиль", // "researcherprofile.success.claim.title" : "Success", - "researcherprofile.success.claim.title" : "Сәтті", + "researcherprofile.success.claim.title": "Сәтті", // "person.page.orcid.create": "Create an ORCID ID", "person.page.orcid.create": "ORCID ID құру", @@ -6774,7 +6774,7 @@ "person.page.orcid.granted-authorizations": "Рұқсат берілген", // "person.page.orcid.grant-authorizations" : "Grant authorizations", - "person.page.orcid.grant-authorizations" : "Рұқсат беру", + "person.page.orcid.grant-authorizations": "Рұқсат беру", // "person.page.orcid.link": "Connect to ORCID ID", "person.page.orcid.link": "ORCID идентификаторына қосылу", @@ -6822,43 +6822,43 @@ "person.page.orcid.save.preference.changes": "Параметрлерді жаңарту", // "person.page.orcid.sync-profile.affiliation" : "Affiliation", - "person.page.orcid.sync-profile.affiliation" : "Филиалы", + "person.page.orcid.sync-profile.affiliation": "Филиалы", // "person.page.orcid.sync-profile.biographical" : "Biographical data", - "person.page.orcid.sync-profile.biographical" : "Өмірбаяндық мәліметтер", + "person.page.orcid.sync-profile.biographical": "Өмірбаяндық мәліметтер", // "person.page.orcid.sync-profile.education" : "Education", - "person.page.orcid.sync-profile.education" : "Білімі", + "person.page.orcid.sync-profile.education": "Білімі", // "person.page.orcid.sync-profile.identifiers" : "Identifiers", - "person.page.orcid.sync-profile.identifiers" : "Идентификатор", + "person.page.orcid.sync-profile.identifiers": "Идентификатор", // "person.page.orcid.sync-fundings.all" : "All fundings", - "person.page.orcid.sync-fundings.all" : "Барлық құралдар", + "person.page.orcid.sync-fundings.all": "Барлық құралдар", // "person.page.orcid.sync-fundings.mine" : "My fundings", - "person.page.orcid.sync-fundings.mine" : "Менің қаражатым", + "person.page.orcid.sync-fundings.mine": "Менің қаражатым", // "person.page.orcid.sync-fundings.my_selected" : "Selected fundings", - "person.page.orcid.sync-fundings.my_selected" : "Таңдалған құралдар", + "person.page.orcid.sync-fundings.my_selected": "Таңдалған құралдар", // "person.page.orcid.sync-fundings.disabled" : "Disabled", - "person.page.orcid.sync-fundings.disabled" : "Қолжетімсіз", + "person.page.orcid.sync-fundings.disabled": "Қолжетімсіз", // "person.page.orcid.sync-publications.all" : "All publications", - "person.page.orcid.sync-publications.all" : "Барлық жарияланымдар", + "person.page.orcid.sync-publications.all": "Барлық жарияланымдар", // "person.page.orcid.sync-publications.mine" : "My publications", - "person.page.orcid.sync-publications.mine" : "Менің жарияланымдарым", + "person.page.orcid.sync-publications.mine": "Менің жарияланымдарым", // "person.page.orcid.sync-publications.my_selected" : "Selected publications", - "person.page.orcid.sync-publications.my_selected" : "Таңдаулы басылымдар", + "person.page.orcid.sync-publications.my_selected": "Таңдаулы басылымдар", // "person.page.orcid.sync-publications.disabled" : "Disabled", - "person.page.orcid.sync-publications.disabled" : "Қолжетімсіз", + "person.page.orcid.sync-publications.disabled": "Қолжетімсіз", // "person.page.orcid.sync-queue.discard" : "Discard the change and do not synchronize with the ORCID registry", - "person.page.orcid.sync-queue.discard" : "Өзгерісті болдырмаңыз және ORCID тізілімімен синхрондамаңыз", + "person.page.orcid.sync-queue.discard": "Өзгерісті болдырмаңыз және ORCID тізілімімен синхрондамаңыз", // "person.page.orcid.sync-queue.discard.error": "The discarding of the ORCID queue record failed", "person.page.orcid.sync-queue.discard.error": "ORCID кезегінің жазбасын жою мүмкін емес", @@ -6870,13 +6870,13 @@ "person.page.orcid.sync-queue.empty-message": "ORCID кезегінің тізілімі бос", // "person.page.orcid.sync-queue.table.header.type" : "Type", - "person.page.orcid.sync-queue.table.header.type" : "Түрі", + "person.page.orcid.sync-queue.table.header.type": "Түрі", // "person.page.orcid.sync-queue.table.header.description" : "Description", - "person.page.orcid.sync-queue.table.header.description" : "Сипаттамасы", + "person.page.orcid.sync-queue.table.header.description": "Сипаттамасы", // "person.page.orcid.sync-queue.table.header.action" : "Action", - "person.page.orcid.sync-queue.table.header.action" : "Әрекет", + "person.page.orcid.sync-queue.table.header.action": "Әрекет", // "person.page.orcid.sync-queue.description.affiliation": "Affiliations", "person.page.orcid.sync-queue.description.affiliation": "Филиалы", @@ -6942,7 +6942,7 @@ "person.page.orcid.sync-queue.tooltip.researcher_urls": "Зерттеушінің URL мекенжайы", // "person.page.orcid.sync-queue.send" : "Synchronize with ORCID registry", - "person.page.orcid.sync-queue.send" : "ORCID тізілімімен синхрондау", + "person.page.orcid.sync-queue.send": "ORCID тізілімімен синхрондау", // "person.page.orcid.sync-queue.send.unauthorized-error.title": "The submission to ORCID failed for missing authorizations.", "person.page.orcid.sync-queue.send.unauthorized-error.title": "Рұқсаттардың болмауына байланысты ORCID-ке жіберу сәтсіз аяқталды.", @@ -6996,7 +6996,7 @@ "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Ұйымның атауы міндетті", // "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "The publication date must be one year after 1900", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "Жариялау күні 1900 жылдан бір жыл артық болуы керек", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "Жариялау күні 1900 жылдан бір жыл артық болуы керек", // "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "The organization to be sent requires an address", "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "Ұйымға жіберу үшін мекен-жай қажет", @@ -7078,5 +7078,5 @@ // "home.recent-submissions.head": "Recent Submissions", "home.recent-submissions.head": "Соңғы материалдар", - + } diff --git a/src/assets/i18n/lv.json5 b/src/assets/i18n/lv.json5 index 79ff8ce855..3ef306e8bf 100644 --- a/src/assets/i18n/lv.json5 +++ b/src/assets/i18n/lv.json5 @@ -169,7 +169,7 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Nosaukums", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Return", "admin.registries.bitstream-formats.table.return": "Atgriezties", @@ -252,7 +252,7 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Lauks", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Jomas Piezīme", @@ -1680,7 +1680,7 @@ // "curation-task.task.checklinks.label": "Check Links in Metadata", // TODO New key - Add a translation - "curation-task.task.checklinks.label": "Check Links in Metadata", + "curation-task.task.checklinks.label": "Check Links in Metadata", // "curation-task.task.noop.label": "NOOP", // TODO New key - Add a translation @@ -1903,7 +1903,7 @@ // "footer.link.end-user-agreement":"End User Agreement", // TODO New key - Add a translation - "footer.link.end-user-agreement":"End User Agreement", + "footer.link.end-user-agreement": "End User Agreement", @@ -2196,7 +2196,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Izveidot kopienu", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Materiālā nav neviena kopiena ko augšupielādēt bitu straumē.", // "item.bitstreams.upload.cancel": "Cancel", @@ -2768,10 +2768,6 @@ // TODO New key - Add a translation "item.page.description": "Description", - // "item.page.edit": "Edit this item", - // TODO New key - Add a translation - "item.page.edit": "Edit this item", - // "item.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "item.page.journal-issn": "Journal ISSN", @@ -2885,11 +2881,11 @@ // "item.page.filesection.original.bundle" : "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", + "item.page.filesection.original.bundle": "Original bundle", // "item.page.filesection.license.bundle" : "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", + "item.page.filesection.license.bundle": "License bundle", // "item.preview.dc.identifier.uri": "Identifier:", // TODO New key - Add a translation @@ -3739,19 +3735,19 @@ // "process.detail.arguments" : "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", + "process.detail.arguments": "Arguments", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", + "process.detail.arguments.empty": "This process doesn't contain any arguments", // "process.detail.back" : "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", + "process.detail.back": "Back", // "process.detail.output" : "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", + "process.detail.output": "Process Output", // "process.detail.logs.button": "Retrieve process output", // TODO New key - Add a translation @@ -3767,61 +3763,61 @@ // "process.detail.output-files" : "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", + "process.detail.output-files": "Output Files", // "process.detail.output-files.empty" : "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", + "process.detail.output-files.empty": "This process doesn't contain any output files", // "process.detail.script" : "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", + "process.detail.script": "Script", // "process.detail.title" : "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", + "process.detail.title": "Process: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", + "process.detail.start-time": "Start time", // "process.detail.end-time" : "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", + "process.detail.end-time": "Finish time", // "process.detail.status" : "Status", // TODO New key - Add a translation - "process.detail.status" : "Status", + "process.detail.status": "Status", // "process.detail.create" : "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", + "process.detail.create": "Create similar process", // "process.overview.table.finish" : "Finish time", // TODO New key - Add a translation - "process.overview.table.finish" : "Finish time", + "process.overview.table.finish": "Finish time", // "process.overview.table.id" : "Process ID", // TODO New key - Add a translation - "process.overview.table.id" : "Process ID", + "process.overview.table.id": "Process ID", // "process.overview.table.name" : "Name", // TODO New key - Add a translation - "process.overview.table.name" : "Name", + "process.overview.table.name": "Name", // "process.overview.table.start" : "Start time", // TODO New key - Add a translation - "process.overview.table.start" : "Start time", + "process.overview.table.start": "Start time", // "process.overview.table.status" : "Status", // TODO New key - Add a translation - "process.overview.table.status" : "Status", + "process.overview.table.status": "Status", // "process.overview.table.user" : "User", // TODO New key - Add a translation - "process.overview.table.user" : "User", + "process.overview.table.user": "User", // "process.overview.title": "Processes Overview", // TODO New key - Add a translation @@ -5221,7 +5217,7 @@ // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Vai vēlaties saglabāt \"{{ value }}\" kā vārda variantu šai personai, lai jūs un citi varētu to izmantot turpmākai iesniegšanai? Ja nē, jūs joprojām varat to izmantot šai iesniegšanai.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -5624,7 +5620,7 @@ // "workflow-item.send-back.button.confirm": "Send back" // TODO New key - Add a translation - "workflow-item.send-back.button.confirm": "Send back" + "workflow-item.send-back.button.confirm": "Send back", } diff --git a/src/assets/i18n/nl.json5 b/src/assets/i18n/nl.json5 index 1ebdeaa566..21682f8516 100644 --- a/src/assets/i18n/nl.json5 +++ b/src/assets/i18n/nl.json5 @@ -1,6007 +1,6003 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", - + // "401.link.home-page": "Take me to the home page", // TODO New key - Add a translation "401.link.home-page": "Take me to the home page", - + // "401.unauthorized": "unauthorized", // TODO New key - Add a translation "401.unauthorized": "unauthorized", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", - + // "403.link.home-page": "Take me to the home page", // TODO New key - Add a translation "403.link.home-page": "Take me to the home page", - + // "403.forbidden": "forbidden", // TODO New key - Add a translation "403.forbidden": "forbidden", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", "404.help": "De pagina die u zoekt kan niet gevonden worden. De pagina werd mogelijk verplaatst of verwijderd. U kan onderstaande knop gebruiken om terug naar de homepagina te gaan. ", - + // "404.link.home-page": "Take me to the home page", "404.link.home-page": "Terug naar de homepagina", - + // "404.page-not-found": "page not found", "404.page-not-found": "Pagina niet gevonden", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.breadcrumbs": "System curation tasks", - + // "admin.curation-tasks.title": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.title": "System curation tasks", - + // "admin.curation-tasks.header": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.header": "System curation tasks", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", "admin.registries.bitstream-formats.create.failure.content": "Er is een fout opgetreden bij het maken van het nieuwe bitstream-formaat.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", "admin.registries.bitstream-formats.create.failure.head": "Gefaald", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", "admin.registries.bitstream-formats.create.head": "Maak een bitstream-formaat aan", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", "admin.registries.bitstream-formats.create.new": "Voeg een nieuw bitstream-formaat toe", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", "admin.registries.bitstream-formats.create.success.content": "Het nieuwe bitstream-formaat is aangemaakt.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", "admin.registries.bitstream-formats.create.success.head": "Succes", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.failure.amount": "Het verwijderen van {{ amount }} forma(a)t(en) is mislukt.", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", "admin.registries.bitstream-formats.delete.failure.head": "Gefaald", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.success.amount": "{{ amount }} Forma(a)t(en) zijn succesvol verwijderd.", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", "admin.registries.bitstream-formats.delete.success.head": "Succes", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "Deze lijst van bitstream-formaten biedt informatie over de formaten die in deze repository zijn toegelaten en op welke manier ze ondersteund worden. De term Bitstream wordt in DSpace gebruikt om een bestand aan te duiden dat samen met metadata onderdeel uitmaakt van een item. De naam bitstream duidt op het feit dat het bestand achterliggend wordt opgeslaan zonder bestandsextensie.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.edit.description.hint": "", "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", "admin.registries.bitstream-formats.edit.description.label": "Beschrijving", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", "admin.registries.bitstream-formats.edit.extensions.hint": "Extensies zijn bestandsextensies die worden gebruikt om automatisch het formaat van geuploade bestanden te bepalen. U kunt meerdere extensies voor een formaat invullen.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", "admin.registries.bitstream-formats.edit.extensions.label": "Bestandsextensies", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", // TODO Source message changed - Revise the translation "admin.registries.bitstream-formats.edit.extensions.placeholder": "Vul een bestandsextensie toe zonder de punt", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", "admin.registries.bitstream-formats.edit.failure.content": "Er is een fout opgetreden bij het bewerken van het bitstream-formaat.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", "admin.registries.bitstream-formats.edit.failure.head": "Gefaald", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", "admin.registries.bitstream-formats.edit.head": "Bitstream-formaat: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", "admin.registries.bitstream-formats.edit.internal.hint": "Formaten die als intern gemarkeerd zijn, worden niet getoond aan de gebruiker en zijn bedoeld voor administratieve doeleinden.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", "admin.registries.bitstream-formats.edit.internal.label": "Intern", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", "admin.registries.bitstream-formats.edit.mimetype.hint": "Het MIME type dat bij dit formaat hoort. Het hoeft niet uniek te zijn.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", "admin.registries.bitstream-formats.edit.shortDescription.hint": "Een unieke naam voor dit formaat (b.v. Microsoft Word XP of Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", "admin.registries.bitstream-formats.edit.shortDescription.label": "Naam", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", "admin.registries.bitstream-formats.edit.success.content": "Het bitstream-formaat is bewerkt.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", "admin.registries.bitstream-formats.edit.success.head": "Succes", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", "admin.registries.bitstream-formats.edit.supportLevel.hint": "Het niveau van ondersteuning dat uw instituut belooft te bieden voor dit formaat.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", "admin.registries.bitstream-formats.edit.supportLevel.label": "Ondersteuningsniveau", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", "admin.registries.bitstream-formats.head": "Bitstream-formaat Register", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", "admin.registries.bitstream-formats.no-items": "Geen bitstream-formaten om te tonen.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", "admin.registries.bitstream-formats.table.delete": "Verwijder geselecteerde", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", "admin.registries.bitstream-formats.table.deselect-all": "De-selecteer alle", - + // "admin.registries.bitstream-formats.table.internal": "internal", "admin.registries.bitstream-formats.table.internal": "intern", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", "admin.registries.bitstream-formats.table.mimetype": "MIME Type", - + // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Naam", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", "admin.registries.bitstream-formats.table.return": "Terug", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Bekend", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Ondersteund", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Onbekend", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", "admin.registries.bitstream-formats.table.supportLevel.head": "Ondersteuningsniveau", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Formaat Register", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", // TODO New key - Add a translation "admin.registries.metadata.breadcrumbs": "Metadata registry", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", "admin.registries.metadata.description": "Het metadataregister omvat de lijst van alle metadatavelden die beschikbaar zijn in het systeem. Deze velden kunnen verspreid zijn over verschillende metadataschema's. Het qualified Dublin Core schema (dc) is een verplicht schema en kan niet worden verwijderd.", - + // "admin.registries.metadata.form.create": "Create metadata schema", "admin.registries.metadata.form.create": "Maak een metadata schema aan", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", "admin.registries.metadata.form.edit": "Bewerk een metadata schema", - + // "admin.registries.metadata.form.name": "Name", "admin.registries.metadata.form.name": "Naam", - + // "admin.registries.metadata.form.namespace": "Namespace", "admin.registries.metadata.form.namespace": "Namespace", - + // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "Metadataregister", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", "admin.registries.metadata.schemas.no-items": "Er kunnen geen metadataschema's getoond worden.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", "admin.registries.metadata.schemas.table.delete": "Verwijder geselecteerde", - + // "admin.registries.metadata.schemas.table.id": "ID", "admin.registries.metadata.schemas.table.id": "ID", - + // "admin.registries.metadata.schemas.table.name": "Name", "admin.registries.metadata.schemas.table.name": "Naam", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", "admin.registries.metadata.schemas.table.namespace": "Namespace", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", "admin.registries.metadata.title": "DSpace Angular :: Metadataregister", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", // TODO New key - Add a translation "admin.registries.schema.breadcrumbs": "Metadata schema", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Dit is het metadataschema voor \"{{namespace}}\".", - + // "admin.registries.schema.fields.head": "Schema metadata fields", "admin.registries.schema.fields.head": "Schema metadatavelden", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "Er kunnen geen metadatavelden getoond worden.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", "admin.registries.schema.fields.table.delete": "Verwijder geselecteerde", - + // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Veld", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Opmerking over bereik", - + // "admin.registries.schema.form.create": "Create metadata field", "admin.registries.schema.form.create": "Maak een metadataveld aan", - + // "admin.registries.schema.form.edit": "Edit metadata field", "admin.registries.schema.form.edit": "Bewerk metadataveld", - + // "admin.registries.schema.form.element": "Element", "admin.registries.schema.form.element": "Element", - + // "admin.registries.schema.form.qualifier": "Qualifier", "admin.registries.schema.form.qualifier": "Qualifier", - + // "admin.registries.schema.form.scopenote": "Scope Note", "admin.registries.schema.form.scopenote": "Opmerking over het bereik", - + // "admin.registries.schema.head": "Metadata Schema", "admin.registries.schema.head": "Metadataschema", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.created": "Metadataschema \"{{prefix}}\" is aangemaakt", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.failure": "Het verwijderen van {{amount}} metadataschemas is mislukt", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.success": "{{amount}} Metadataschemas verwijderd", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.edited": "Metadataschema \"{{prefix}}\" is bewerkt", - + // "admin.registries.schema.notification.failure": "Error", "admin.registries.schema.notification.failure": "Fout", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", "admin.registries.schema.notification.field.created": "Metadataveld \"{{field}}\" is aangemaakt", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.failure": "Het verwijderen van {{amount}} metadatavelden is mislukt", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.success": "{{amount}} Metadatavelden verwijderd", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "Metadataveld \"{{field}}\" is bewerkt", - + // "admin.registries.schema.notification.success": "Success", "admin.registries.schema.notification.success": "Succes", - + // "admin.registries.schema.return": "Return", "admin.registries.schema.return": "Terug", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Register", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.delete": "Delete EPerson", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - + // "admin.access-control.epeople.actions.reset": "Reset password", // TODO New key - Add a translation "admin.access-control.epeople.actions.reset": "Reset password", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", // TODO New key - Add a translation "admin.access-control.epeople.title": "DSpace Angular :: EPeople", - + // "admin.access-control.epeople.head": "EPeople", // TODO New key - Add a translation "admin.access-control.epeople.head": "EPeople", - + // "admin.access-control.epeople.search.head": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.head": "Search", - + // "admin.access-control.epeople.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.epeople.button.see-all": "Browse All", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.metadata": "Metadata", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.email": "E-mail (exact)", - + // "admin.access-control.epeople.search.button": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.button": "Search", - + // "admin.access-control.epeople.button.add": "Add EPerson", // TODO New key - Add a translation "admin.access-control.epeople.button.add": "Add EPerson", - + // "admin.access-control.epeople.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.table.id": "ID", - + // "admin.access-control.epeople.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.table.name": "Name", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.table.email": "E-mail (exact)", - + // "admin.access-control.epeople.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.epeople.table.edit": "Edit", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", // TODO New key - Add a translation "admin.access-control.epeople.no-items": "No EPeople to show.", - + // "admin.access-control.epeople.form.create": "Create EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.create": "Create EPerson", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.edit": "Edit EPerson", - + // "admin.access-control.epeople.form.firstName": "First name", // TODO New key - Add a translation "admin.access-control.epeople.form.firstName": "First name", - + // "admin.access-control.epeople.form.lastName": "Last name", // TODO New key - Add a translation "admin.access-control.epeople.form.lastName": "Last name", - + // "admin.access-control.epeople.form.email": "E-mail", // TODO New key - Add a translation "admin.access-control.epeople.form.email": "E-mail", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", // TODO New key - Add a translation "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", // TODO New key - Add a translation "admin.access-control.epeople.form.canLogIn": "Can log in", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", // TODO New key - Add a translation "admin.access-control.epeople.form.requireCertificate": "Requires certificate", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", // TODO New key - Add a translation "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", - + // "admin.access-control.epeople.form.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.form.table.id": "ID", - + // "admin.access-control.epeople.form.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.form.table.name": "Name", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", // TODO New key - Add a translation "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", // TODO New key - Add a translation "admin.access-control.epeople.form.goToGroups": "Add to groups", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", // TODO New key - Add a translation "admin.access-control.groups.title": "DSpace Angular :: Groups", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", // TODO New key - Add a translation "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", // TODO New key - Add a translation "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", - + // "admin.access-control.groups.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.head": "Groups", - + // "admin.access-control.groups.button.add": "Add group", // TODO New key - Add a translation "admin.access-control.groups.button.add": "Add group", - + // "admin.access-control.groups.search.head": "Search groups", // TODO New key - Add a translation "admin.access-control.groups.search.head": "Search groups", - + // "admin.access-control.groups.button.see-all": "Browse all", // TODO New key - Add a translation "admin.access-control.groups.button.see-all": "Browse all", - + // "admin.access-control.groups.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.search.button": "Search", - + // "admin.access-control.groups.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.table.id": "ID", - + // "admin.access-control.groups.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.table.name": "Name", - + // "admin.access-control.groups.table.members": "Members", // TODO New key - Add a translation "admin.access-control.groups.table.members": "Members", - + // "admin.access-control.groups.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.groups.table.edit": "Edit", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.head.create": "Create group", // TODO New key - Add a translation "admin.access-control.groups.form.head.create": "Create group", - + // "admin.access-control.groups.form.head.edit": "Edit group", // TODO New key - Add a translation "admin.access-control.groups.form.head.edit": "Edit group", - + // "admin.access-control.groups.form.groupName": "Group name", // TODO New key - Add a translation "admin.access-control.groups.form.groupName": "Group name", - + // "admin.access-control.groups.form.groupDescription": "Description", // TODO New key - Add a translation "admin.access-control.groups.form.groupDescription": "Description", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", // TODO New key - Add a translation "admin.access-control.groups.form.actions.delete": "Delete Group", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.head": "EPeople", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.head": "Add EPeople", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.headMembers": "Current Members", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.button": "Search", - + // "admin.access-control.groups.form.members-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.id": "ID", - + // "admin.access-control.groups.form.members-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.name": "Name", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.head": "Groups", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.button": "Search", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.id": "ID", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.name": "Name", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", - + // "admin.access-control.groups.form.return": "Return to groups", // TODO New key - Add a translation "admin.access-control.groups.form.return": "Return to groups", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", // TODO New key - Add a translation "admin.search.breadcrumbs": "Administrative Search", - + // "admin.search.collection.edit": "Edit", // TODO New key - Add a translation "admin.search.collection.edit": "Edit", - + // "admin.search.community.edit": "Edit", // TODO New key - Add a translation "admin.search.community.edit": "Edit", - + // "admin.search.item.delete": "Delete", // TODO New key - Add a translation "admin.search.item.delete": "Delete", - + // "admin.search.item.edit": "Edit", // TODO New key - Add a translation "admin.search.item.edit": "Edit", - + // "admin.search.item.make-private": "Make Private", // TODO New key - Add a translation "admin.search.item.make-private": "Make Private", - + // "admin.search.item.make-public": "Make Public", // TODO New key - Add a translation "admin.search.item.make-public": "Make Public", - + // "admin.search.item.move": "Move", // TODO New key - Add a translation "admin.search.item.move": "Move", - + // "admin.search.item.reinstate": "Reinstate", // TODO New key - Add a translation "admin.search.item.reinstate": "Reinstate", - + // "admin.search.item.withdraw": "Withdraw", // TODO New key - Add a translation "admin.search.item.withdraw": "Withdraw", - + // "admin.search.title": "Administrative Search", // TODO New key - Add a translation "admin.search.title": "Administrative Search", - + // "administrativeView.search.results.head": "Administrative Search", // TODO New key - Add a translation "administrativeView.search.results.head": "Administrative Search", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.breadcrumbs": "Administer Workflow", - + // "admin.workflow.title": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.title": "Administer Workflow", - + // "admin.workflow.item.workflow": "Workflow", // TODO New key - Add a translation "admin.workflow.item.workflow": "Workflow", - + // "admin.workflow.item.delete": "Delete", // TODO New key - Add a translation "admin.workflow.item.delete": "Delete", - + // "admin.workflow.item.send-back": "Send back", // TODO New key - Add a translation "admin.workflow.item.send-back": "Send back", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.breadcrumbs": "Import Metadata", - + // "admin.metadata-import.title": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.title": "Import Metadata", - + // "admin.metadata-import.page.header": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.page.header": "Import Metadata", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", // TODO New key - Add a translation "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", - + // "admin.metadata-import.page.button.return": "Return", // TODO New key - Add a translation "admin.metadata-import.page.button.return": "Return", - + // "admin.metadata-import.page.button.proceed": "Proceed", // TODO New key - Add a translation "admin.metadata-import.page.button.proceed": "Proceed", - + // "admin.metadata-import.page.error.addFile": "Select file first!", // TODO New key - Add a translation "admin.metadata-import.page.error.addFile": "Select file first!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", "auth.errors.invalid-user": "Ongeldig e-mailadres of wachtwoord.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", "auth.messages.expired": "Uw sessie is vervallen. Gelieve opnieuw aan te melden.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", // TODO New key - Add a translation "bitstream.edit.bitstream": "Bitstream: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", // TODO New key - Add a translation "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", - + // "bitstream.edit.form.description.label": "Description", // TODO New key - Add a translation "bitstream.edit.form.description.label": "Description", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", // TODO New key - Add a translation "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", // TODO New key - Add a translation "bitstream.edit.form.embargo.label": "Embargo until specific date", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", // TODO New key - Add a translation "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", - + // "bitstream.edit.form.fileName.label": "Filename", // TODO New key - Add a translation "bitstream.edit.form.fileName.label": "Filename", - + // "bitstream.edit.form.newFormat.label": "Describe new format", // TODO New key - Add a translation "bitstream.edit.form.newFormat.label": "Describe new format", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", // TODO New key - Add a translation "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", // TODO New key - Add a translation "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.label": "Selected Format", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.unknown": "Format not in list", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", // TODO New key - Add a translation "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", // TODO New key - Add a translation "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", // TODO New key - Add a translation "bitstream.edit.notifications.saved.title": "Bitstream saved", - + // "bitstream.edit.title": "Edit bitstream", // TODO New key - Add a translation "bitstream.edit.title": "Edit bitstream", - - - + + + // "browse.comcol.by.author": "By Author", "browse.comcol.by.author": "Op auteur", - + // "browse.comcol.by.dateissued": "By Issue Date", "browse.comcol.by.dateissued": "Op datum van uitgave", - + // "browse.comcol.by.subject": "By Subject", "browse.comcol.by.subject": "Op onderwerp", - + // "browse.comcol.by.title": "By Title", "browse.comcol.by.title": "Op titel", - + // "browse.comcol.head": "Browse", "browse.comcol.head": "Blader", - + // "browse.empty": "No items to show.", "browse.empty": "Geen items om te tonen.", - + // "browse.metadata.author": "Author", "browse.metadata.author": "Auteur", - + // "browse.metadata.dateissued": "Issue Date", "browse.metadata.dateissued": "Datum van uitgave", - + // "browse.metadata.subject": "Subject", "browse.metadata.subject": "Onderwerp", - + // "browse.metadata.title": "Title", "browse.metadata.title": "Titel", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", // TODO New key - Add a translation "browse.metadata.author.breadcrumbs": "Browse by Author", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", // TODO New key - Add a translation "browse.metadata.dateissued.breadcrumbs": "Browse by Date", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", // TODO New key - Add a translation "browse.metadata.subject.breadcrumbs": "Browse by Subject", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", // TODO New key - Add a translation "browse.metadata.title.breadcrumbs": "Browse by Title", - + // "browse.startsWith.choose_start": "(Choose start)", "browse.startsWith.choose_start": "(Kies begin)", - + // "browse.startsWith.choose_year": "(Choose year)", "browse.startsWith.choose_year": "(Kies jaar)", - + // "browse.startsWith.jump": "Jump to a point in the index:", "browse.startsWith.jump": "Ga naar een plaats in de index:", - + // "browse.startsWith.months.april": "April", "browse.startsWith.months.april": "April", - + // "browse.startsWith.months.august": "August", "browse.startsWith.months.august": "Augustus", - + // "browse.startsWith.months.december": "December", "browse.startsWith.months.december": "December", - + // "browse.startsWith.months.february": "February", "browse.startsWith.months.february": "Februari", - + // "browse.startsWith.months.january": "January", "browse.startsWith.months.january": "Januari", - + // "browse.startsWith.months.july": "July", "browse.startsWith.months.july": "Juli", - + // "browse.startsWith.months.june": "June", "browse.startsWith.months.june": "Juni", - + // "browse.startsWith.months.march": "March", "browse.startsWith.months.march": "Maart", - + // "browse.startsWith.months.may": "May", "browse.startsWith.months.may": "Mei", - + // "browse.startsWith.months.none": "(Choose month)", "browse.startsWith.months.none": "(Kies maand)", - + // "browse.startsWith.months.november": "November", "browse.startsWith.months.november": "November", - + // "browse.startsWith.months.october": "October", "browse.startsWith.months.october": "Oktober", - + // "browse.startsWith.months.september": "September", "browse.startsWith.months.september": "September", - + // "browse.startsWith.submit": "Go", "browse.startsWith.submit": "Ga", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", "browse.startsWith.type_date": "Of type een datum (jaar-maand):", - + // "browse.startsWith.type_text": "Or enter first few letters:", "browse.startsWith.type_text": "Or vul de eerste paar letters in:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", "browse.title": "Verken {{ collection }} volgens {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", "chips.remove": "Verwijder chip", - - - + + + // "collection.create.head": "Create a Collection", "collection.create.head": "Maak een collectie aan", - + // "collection.create.notifications.success": "Successfully created the Collection", // TODO New key - Add a translation "collection.create.notifications.success": "Successfully created the Collection", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", "collection.create.sub-head": "Maak een collectie voor de community {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", // TODO New key - Add a translation "collection.curate.header": "Curate Collection: {{collection}}", - + // "collection.delete.cancel": "Cancel", "collection.delete.cancel": "Annuleer", - + // "collection.delete.confirm": "Confirm", "collection.delete.confirm": "Bevestig", - + // "collection.delete.head": "Delete Collection", "collection.delete.head": "Verwijder Collectie", - + // "collection.delete.notification.fail": "Collection could not be deleted", "collection.delete.notification.fail": "De collectie kon niet verwijderd worden", - + // "collection.delete.notification.success": "Successfully deleted collection", "collection.delete.notification.success": "De collectie is verwijderd", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", "collection.delete.text": "Weet u zeker dat u de collectie \"{{ dso }}\" wilt verwijderen?", - - - + + + // "collection.edit.delete": "Delete this collection", "collection.edit.delete": "Verwijder deze collectie", - + // "collection.edit.head": "Edit Collection", "collection.edit.head": "Bewerk de collectie", - + // "collection.edit.breadcrumbs": "Edit Collection", // TODO New key - Add a translation "collection.edit.breadcrumbs": "Edit Collection", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.mapper.head": "Item Mapper", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - + // "collection.edit.item-mapper.cancel": "Cancel", "collection.edit.item-mapper.cancel": "Annuleer", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", "collection.edit.item-mapper.collection": "Collectie: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", "collection.edit.item-mapper.confirm": "Map de geselecteerde items", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", "collection.edit.item-mapper.description": "Dit is de item mapper, waarmee collectiebeheerders items van andere collecties kunnen mappen naar deze collectie. U kunt items van andere collecties zoeken en mappen of de bladeren door de lijst met al gemapte items.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", "collection.edit.item-mapper.head": "Item mapper - Map items uit andere collecties", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", "collection.edit.item-mapper.no-search": "Vul een zoekterm in om te zoeken", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", "collection.edit.item-mapper.notifications.map.error.content": "Er is een fout opgetreden bij het mappen van {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", "collection.edit.item-mapper.notifications.map.error.head": "Mapping fouten ", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", "collection.edit.item-mapper.notifications.map.success.content": "Er zijn {{amount}} items gemapt.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", "collection.edit.item-mapper.notifications.map.success.head": "Mapping afgerond", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.error.content": "Er zijn fouten opgetreden bij het verwijderen van de mapping van {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", "collection.edit.item-mapper.notifications.unmap.error.head": "Fouten bij het verwijderen van mappings", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.success.content": "De mappings van {{amount}} items zijn verwijderd.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", "collection.edit.item-mapper.notifications.unmap.success.head": "Verwijderen van mappings afgerond", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", "collection.edit.item-mapper.remove": "Verwijder de geselecteerde item mappings", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", "collection.edit.item-mapper.tabs.browse": "Blader door gemapte items", - + // "collection.edit.item-mapper.tabs.map": "Map new items", "collection.edit.item-mapper.tabs.map": "Map nieuwe items", - - - + + + // "collection.edit.logo.label": "Collection logo", // TODO New key - Add a translation "collection.edit.logo.label": "Collection logo", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", // TODO New key - Add a translation "collection.edit.logo.upload": "Drop a Collection Logo to upload", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", // TODO New key - Add a translation "collection.edit.notifications.success": "Successfully edited the Collection", - + // "collection.edit.return": "Return", // TODO New key - Add a translation "collection.edit.return": "Return", - - - + + + // "collection.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.head": "Curate", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.title": "Collection Edit - Curate", - + // "collection.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.head": "Authorizations", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.head": "Edit Metadata", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", - + // "collection.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.head": "Assign Roles", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.title": "Collection Edit - Roles", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", // TODO New key - Add a translation "collection.edit.tabs.source.external": "This collection harvests its content from an external source", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", // TODO New key - Add a translation "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", // TODO New key - Add a translation "collection.edit.tabs.source.form.harvestType": "Content being harvested", - + // "collection.edit.tabs.source.form.head": "Configure an external source", // TODO New key - Add a translation "collection.edit.tabs.source.form.head": "Configure an external source", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", // TODO New key - Add a translation "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSource": "OAI Provider", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", - + // "collection.edit.tabs.source.head": "Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.head": "Content Source", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.title": "Collection Edit - Content Source", - - - + + + // "collection.edit.template.add-button": "Add", // TODO New key - Add a translation "collection.edit.template.add-button": "Add", - + // "collection.edit.template.breadcrumbs": "Item template", // TODO New key - Add a translation "collection.edit.template.breadcrumbs": "Item template", - + // "collection.edit.template.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.template.cancel": "Cancel", - + // "collection.edit.template.delete-button": "Delete", // TODO New key - Add a translation "collection.edit.template.delete-button": "Delete", - + // "collection.edit.template.edit-button": "Edit", // TODO New key - Add a translation "collection.edit.template.edit-button": "Edit", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", // TODO New key - Add a translation "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", // TODO New key - Add a translation "collection.edit.template.label": "Template item", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.error": "Failed to delete the item template", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", - + // "collection.edit.template.title": "Edit Template Item", // TODO New key - Add a translation "collection.edit.template.title": "Edit Template Item", - - - + + + // "collection.form.abstract": "Short Description", "collection.form.abstract": "Korte beschrijving", - + // "collection.form.description": "Introductory text (HTML)", "collection.form.description": "Inleidende tekst (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", "collection.form.errors.title.required": "Vul alstublieft een collectienaam in", - + // "collection.form.license": "License", "collection.form.license": "Licentie", - + // "collection.form.provenance": "Provenance", "collection.form.provenance": "Herkomst", - + // "collection.form.rights": "Copyright text (HTML)", "collection.form.rights": "Auteursrechten-tekst (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", "collection.form.tableofcontents": "Nieuws (HTML)", - + // "collection.form.title": "Name", "collection.form.title": "Naam", - - - + + + // "collection.listelement.badge": "Collection", // TODO New key - Add a translation "collection.listelement.badge": "Collection", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.head": "Recent toegevoegd", - + // "collection.page.browse.recent.empty": "No items to show", "collection.page.browse.recent.empty": "Geen items om te tonen", - + // "collection.page.edit": "Edit this collection", // TODO New key - Add a translation "collection.page.edit": "Edit this collection", - + // "collection.page.handle": "Permanent URI for this collection", "collection.page.handle": "Permanente URI voor deze collectie", - + // "collection.page.license": "License", "collection.page.license": "Licentie", - + // "collection.page.news": "News", "collection.page.news": "Nieuws", - - - + + + // "collection.select.confirm": "Confirm selected", "collection.select.confirm": "Bevestig uw keuze", - + // "collection.select.empty": "No collections to show", "collection.select.empty": "Geen collecties om te tonen", - + // "collection.select.table.title": "Title", "collection.select.table.title": "Titel", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", // TODO New key - Add a translation "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", - + // "collection.source.update.notifications.error.title": "Server Error", // TODO New key - Add a translation "collection.source.update.notifications.error.title": "Server Error", - - - + + + // "communityList.tabTitle": "DSpace - Community List", // TODO New key - Add a translation "communityList.tabTitle": "DSpace - Community List", - + // "communityList.title": "List of Communities", // TODO New key - Add a translation "communityList.title": "List of Communities", - + // "communityList.showMore": "Show More", // TODO New key - Add a translation "communityList.showMore": "Show More", - - - + + + // "community.create.head": "Create a Community", "community.create.head": "Maak een community aan", - + // "community.create.notifications.success": "Successfully created the Community", // TODO New key - Add a translation "community.create.notifications.success": "Successfully created the Community", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", "community.create.sub-head": "Maak een sub-community voor community {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", // TODO New key - Add a translation "community.curate.header": "Curate Community: {{community}}", - + // "community.delete.cancel": "Cancel", "community.delete.cancel": "Annuleer", - + // "community.delete.confirm": "Confirm", "community.delete.confirm": "Bevestig", - + // "community.delete.head": "Delete Community", "community.delete.head": "Verwijder community", - + // "community.delete.notification.fail": "Community could not be deleted", "community.delete.notification.fail": "De community kon niet verwijderd worden", - + // "community.delete.notification.success": "Successfully deleted community", "community.delete.notification.success": "Community succesvol verwijderd", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", "community.delete.text": "Weet u zeker dat u community \"{{ dso }}\" wilt verwijderen?", - + // "community.edit.delete": "Delete this community", "community.edit.delete": "Verwijder deze community", - + // "community.edit.head": "Edit Community", "community.edit.head": "Bewerk community", - + // "community.edit.breadcrumbs": "Edit Community", // TODO New key - Add a translation "community.edit.breadcrumbs": "Edit Community", - - + + // "community.edit.logo.label": "Community logo", // TODO New key - Add a translation "community.edit.logo.label": "Community logo", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", // TODO New key - Add a translation "community.edit.logo.notifications.add.success": "Upload Community logo successful.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", // TODO New key - Add a translation "community.edit.logo.upload": "Drop a Community Logo to upload", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", // TODO New key - Add a translation "community.edit.notifications.success": "Successfully edited the Community", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", // TODO New key - Add a translation "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - + // "community.edit.notifications.error": "An error occured while editing the Community", // TODO New key - Add a translation "community.edit.notifications.error": "An error occured while editing the Community", - + // "community.edit.return": "Return", // TODO New key - Add a translation "community.edit.return": "Return", - - - + + + // "community.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "community.edit.tabs.curate.head": "Curate", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", // TODO New key - Add a translation "community.edit.tabs.curate.title": "Community Edit - Curate", - + // "community.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.head": "Edit Metadata", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.title": "Community Edit - Metadata", - + // "community.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "community.edit.tabs.roles.head": "Assign Roles", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", // TODO New key - Add a translation "community.edit.tabs.roles.title": "Community Edit - Roles", - + // "community.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.head": "Authorizations", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - - - + + + // "community.listelement.badge": "Community", // TODO New key - Add a translation "community.listelement.badge": "Community", - - - + + + // "comcol-role.edit.no-group": "None", // TODO New key - Add a translation "comcol-role.edit.no-group": "None", - + // "comcol-role.edit.create": "Create", // TODO New key - Add a translation "comcol-role.edit.create": "Create", - + // "comcol-role.edit.restrict": "Restrict", // TODO New key - Add a translation "comcol-role.edit.restrict": "Restrict", - + // "comcol-role.edit.delete": "Delete", // TODO New key - Add a translation "comcol-role.edit.delete": "Delete", - - + + // "comcol-role.edit.community-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.community-admin.name": "Administrators", - + // "comcol-role.edit.collection-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.collection-admin.name": "Administrators", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", // TODO New key - Add a translation "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - - + + // "comcol-role.edit.submitters.name": "Submitters", // TODO New key - Add a translation "comcol-role.edit.submitters.name": "Submitters", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", // TODO New key - Add a translation "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", // TODO New key - Add a translation "comcol-role.edit.item_read.name": "Default item read access", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", // TODO New key - Add a translation "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.name": "Default bitstream read access", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", - - + + // "comcol-role.edit.editor.name": "Editors", // TODO New key - Add a translation "comcol-role.edit.editor.name": "Editors", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", // TODO New key - Add a translation "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", // TODO New key - Add a translation "comcol-role.edit.finaleditor.name": "Final editors", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", // TODO New key - Add a translation "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", // TODO New key - Add a translation "comcol-role.edit.reviewer.name": "Reviewers", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", // TODO New key - Add a translation "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", - - - + + + // "community.form.abstract": "Short Description", "community.form.abstract": "Korte beschrijving", - + // "community.form.description": "Introductory text (HTML)", "community.form.description": "Inleidende tekst (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", "community.form.errors.title.required": "Vul alstublieft een communitynaam in", - + // "community.form.rights": "Copyright text (HTML)", "community.form.rights": "Auteursrechten-tekst (HTML)", - + // "community.form.tableofcontents": "News (HTML)", "community.form.tableofcontents": "Nieuws (HTML)", - + // "community.form.title": "Name", "community.form.title": "Naam", - + // "community.page.edit": "Edit this community", // TODO New key - Add a translation "community.page.edit": "Edit this community", - + // "community.page.handle": "Permanent URI for this community", "community.page.handle": "Permanente URI voor deze community", - + // "community.page.license": "License", "community.page.license": "Licentie", - + // "community.page.news": "News", "community.page.news": "Nieuws", - + // "community.all-lists.head": "Subcommunities and Collections", "community.all-lists.head": "Subcommunities en collecties", - + // "community.sub-collection-list.head": "Collections of this Community", "community.sub-collection-list.head": "Collecties in deze community", - + // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "Communities in deze community", - - - + + + // "cookies.consent.accept-all": "Accept all", // TODO New key - Add a translation "cookies.consent.accept-all": "Accept all", - + // "cookies.consent.accept-selected": "Accept selected", // TODO New key - Add a translation "cookies.consent.accept-selected": "Accept selected", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.title": "(opt-out)", - + // "cookies.consent.app.purpose": "purpose", // TODO New key - Add a translation "cookies.consent.app.purpose": "purpose", - + // "cookies.consent.app.required.description": "This application is always required", // TODO New key - Add a translation "cookies.consent.app.required.description": "This application is always required", - + // "cookies.consent.app.required.title": "(always required)", // TODO New key - Add a translation "cookies.consent.app.required.title": "(always required)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", // TODO New key - Add a translation "cookies.consent.update": "There were changes since your last visit, please update your consent.", - + // "cookies.consent.close": "Close", // TODO New key - Add a translation "cookies.consent.close": "Close", - + // "cookies.consent.decline": "Decline", // TODO New key - Add a translation "cookies.consent.decline": "Decline", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", // TODO New key - Add a translation "cookies.consent.content-notice.learnMore": "Customize", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", // TODO New key - Add a translation "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", // TODO New key - Add a translation "cookies.consent.content-modal.title": "Information that we collect", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", // TODO New key - Add a translation "cookies.consent.app.title.authentication": "Authentication", - + // "cookies.consent.app.description.authentication": "Required for signing you in", // TODO New key - Add a translation "cookies.consent.app.description.authentication": "Required for signing you in", - - + + // "cookies.consent.app.title.preferences": "Preferences", // TODO New key - Add a translation "cookies.consent.app.title.preferences": "Preferences", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", // TODO New key - Add a translation "cookies.consent.app.description.preferences": "Required for saving your preferences", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", // TODO New key - Add a translation "cookies.consent.app.title.acknowledgement": "Acknowledgement", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", // TODO New key - Add a translation "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", // TODO New key - Add a translation "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", // TODO New key - Add a translation "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", - - - + + + // "cookies.consent.purpose.functional": "Functional", // TODO New key - Add a translation "cookies.consent.purpose.functional": "Functional", - + // "cookies.consent.purpose.statistical": "Statistical", // TODO New key - Add a translation "cookies.consent.purpose.statistical": "Statistical", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", // TODO New key - Add a translation - "curation-task.task.checklinks.label": "Check Links in Metadata", - + "curation-task.task.checklinks.label": "Check Links in Metadata", + // "curation-task.task.noop.label": "NOOP", // TODO New key - Add a translation "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", // TODO New key - Add a translation "curation-task.task.profileformats.label": "Profile Bitstream Formats", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", // TODO New key - Add a translation "curation-task.task.requiredmetadata.label": "Check for Required Metadata", - + // "curation-task.task.translate.label": "Microsoft Translator", // TODO New key - Add a translation "curation-task.task.translate.label": "Microsoft Translator", - + // "curation-task.task.vscan.label": "Virus Scan", // TODO New key - Add a translation "curation-task.task.vscan.label": "Virus Scan", - - - + + + // "curation.form.task-select.label": "Task:", // TODO New key - Add a translation "curation.form.task-select.label": "Task:", - + // "curation.form.submit": "Start", // TODO New key - Add a translation "curation.form.submit": "Start", - + // "curation.form.submit.success.head": "The curation task has been started successfully", // TODO New key - Add a translation "curation.form.submit.success.head": "The curation task has been started successfully", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", // TODO New key - Add a translation "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", - + // "curation.form.submit.error.head": "Running the curation task failed", // TODO New key - Add a translation "curation.form.submit.error.head": "Running the curation task failed", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", // TODO New key - Add a translation "curation.form.submit.error.content": "An error occured when trying to start the curation task.", - + // "curation.form.handle.label": "Handle:", // TODO New key - Add a translation "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", // TODO New key - Add a translation "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", - - - + + + // "dso-selector.create.collection.head": "New collection", "dso-selector.create.collection.head": "Nieuwe collectie", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", // TODO New key - Add a translation "dso-selector.create.collection.sub-level": "Create a new collection in", - + // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "Nieuwe community", - + // "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.sub-level": "Maak een nieuwe community in", - + // "dso-selector.create.community.top-level": "Create a new top-level community", "dso-selector.create.community.top-level": "Maak een nieuwe community op het hoogste niveau", - + // "dso-selector.create.item.head": "New item", "dso-selector.create.item.head": "Nieuw item", - + // "dso-selector.create.item.sub-level": "Create a new item in", // TODO New key - Add a translation "dso-selector.create.item.sub-level": "Create a new item in", - + // "dso-selector.create.submission.head": "New submission", // TODO New key - Add a translation "dso-selector.create.submission.head": "New submission", - + // "dso-selector.edit.collection.head": "Edit collection", "dso-selector.edit.collection.head": "Bewerk collectie", - + // "dso-selector.edit.community.head": "Edit community", "dso-selector.edit.community.head": "Bewerk community", - + // "dso-selector.edit.item.head": "Edit item", "dso-selector.edit.item.head": "Bewerk item", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", // TODO New key - Add a translation "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - + // "dso-selector.no-results": "No {{ type }} found", "dso-selector.no-results": "Geen {{ type }} gevonden", - + // "dso-selector.placeholder": "Search for a {{ type }}", "dso-selector.placeholder": "Zoek een {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.export-metadata.cancel": "Cancel", - + // "confirmation-modal.export-metadata.confirm": "Export", // TODO New key - Add a translation "confirmation-modal.export-metadata.confirm": "Export", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.delete-eperson.cancel": "Cancel", - + // "confirmation-modal.delete-eperson.confirm": "Delete", // TODO New key - Add a translation "confirmation-modal.delete-eperson.confirm": "Delete", - - + + // "error.bitstream": "Error fetching bitstream", // TODO New key - Add a translation "error.bitstream": "Error fetching bitstream", - + // "error.browse-by": "Error fetching items", "error.browse-by": "Fout bij het ophalen van items", - + // "error.collection": "Error fetching collection", "error.collection": "Fout bij het ophalen van een collectie", - + // "error.collections": "Error fetching collections", "error.collections": "Fout bij het ophalen van de collecties", - + // "error.community": "Error fetching community", "error.community": "Fout bij het ophalen van een community", - + // "error.identifier": "No item found for the identifier", "error.identifier": "Geen item gevonden voor deze identifier", - + // "error.default": "Error", "error.default": "Fout", - + // "error.item": "Error fetching item", "error.item": "Fout bij het ophalen van het item", - + // "error.items": "Error fetching items", "error.items": "Fout bij het ophalen van items", - + // "error.objects": "Error fetching objects", "error.objects": "Fout bij het ophalen van objecten", - + // "error.recent-submissions": "Error fetching recent submissions", "error.recent-submissions": "Fout bij het ophalen van recent toegevoegde items", - + // "error.search-results": "Error fetching search results", "error.search-results": "Fout bij het ophalen van zoekresultaten", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "Fout bij het ophalen van sub-collecties", - + // "error.sub-communities": "Error fetching sub-communities", "error.sub-communities": "Fout bij het ophalen van sub-communities", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", "error.submission.sections.init-form-error": "Er is een fout opgetreden bij het initialiseren van deze sectie. Controleer de configuratie van het invoerformulier. Details:

", - + // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Fout bij het inladen van communities op het hoogste niveau", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", "error.validation.license.notgranted": "U moet de invoerlicentie goedkeuren om de invoer af te werken. Indien u deze licentie momenteel niet kan of mag goedkeuren, kunt u uw werk opslaan en de invoer later afwerken. U kunt dit nieuwe item ook verwijderen indien u niet voldoet aan de vereisten van de invoerlicentie.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", "error.validation.pattern": "Deze invoer wordt ingeperkt door dit patroon: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", // TODO New key - Add a translation "error.validation.filerequired": "The file upload is mandatory", - - - + + + // "file-section.error.header": "Error obtaining files for this item", // TODO New key - Add a translation "file-section.error.header": "Error obtaining files for this item", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software", - + // "footer.link.lyrasis": "LYRASIS", "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", // TODO New key - Add a translation "footer.link.cookies": "Cookie settings", - + // "footer.link.privacy-policy": "Privacy policy", // TODO New key - Add a translation "footer.link.privacy-policy": "Privacy policy", - + // "footer.link.end-user-agreement":"End User Agreement", // TODO New key - Add a translation - "footer.link.end-user-agreement":"End User Agreement", - - - + "footer.link.end-user-agreement": "End User Agreement", + + + // "forgot-email.form.header": "Forgot Password", // TODO New key - Add a translation "forgot-email.form.header": "Forgot Password", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "forgot-email.form.email": "Email Address *", // TODO New key - Add a translation "forgot-email.form.email": "Email Address *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "forgot-email.form.email.error.required": "Please fill in an email address", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "forgot-email.form.email.hint": "This address will be verified and used as your login name.", - + // "forgot-email.form.submit": "Submit", // TODO New key - Add a translation "forgot-email.form.submit": "Submit", - + // "forgot-email.form.success.head": "Verification email sent", // TODO New key - Add a translation "forgot-email.form.success.head": "Verification email sent", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "forgot-email.form.error.head": "Error when trying to register email", // TODO New key - Add a translation "forgot-email.form.error.head": "Error when trying to register email", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", // TODO New key - Add a translation "forgot-password.title": "Forgot Password", - + // "forgot-password.form.head": "Forgot Password", // TODO New key - Add a translation "forgot-password.form.head": "Forgot Password", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "forgot-password.form.card.security": "Security", // TODO New key - Add a translation "forgot-password.form.card.security": "Security", - + // "forgot-password.form.identification.header": "Identify", // TODO New key - Add a translation "forgot-password.form.identification.header": "Identify", - + // "forgot-password.form.identification.email": "Email address: ", // TODO New key - Add a translation "forgot-password.form.identification.email": "Email address: ", - + // "forgot-password.form.label.password": "Password", // TODO New key - Add a translation "forgot-password.form.label.password": "Password", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "forgot-password.form.label.passwordrepeat": "Retype to confirm", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "forgot-password.form.error.empty-password": "Please enter a password in the box below.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "forgot-password.form.error.matching-passwords": "The passwords do not match.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", // TODO New key - Add a translation "forgot-password.form.notification.error.title": "Error when trying to submit new password", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", // TODO New key - Add a translation "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", - + // "forgot-password.form.notification.success.title": "Password reset completed", // TODO New key - Add a translation "forgot-password.form.notification.success.title": "Password reset completed", - + // "forgot-password.form.submit": "Submit password", // TODO New key - Add a translation "forgot-password.form.submit": "Submit password", - - - + + + // "form.add": "Add", // TODO New key - Add a translation "form.add": "Add", - + // "form.add-help": "Click here to add the current entry and to add another one", // TODO New key - Add a translation "form.add-help": "Click here to add the current entry and to add another one", - + // "form.cancel": "Cancel", "form.cancel": "Annuleer", - + // "form.clear": "Clear", "form.clear": "Maak leeg", - + // "form.clear-help": "Click here to remove the selected value", "form.clear-help": "Klik hier om de geselecteerde waarde the verwijderen", - + // "form.edit": "Edit", "form.edit": "Bewerk", - + // "form.edit-help": "Click here to edit the selected value", "form.edit-help": "Klik hier om de geselecteerde waarde te bewerken", - + // "form.first-name": "First name", "form.first-name": "Voornaam", - + // "form.group-collapse": "Collapse", "form.group-collapse": "Inklappen", - + // "form.group-collapse-help": "Click here to collapse", "form.group-collapse-help": "Klik hier op in te klappen", - + // "form.group-expand": "Expand", "form.group-expand": "Uitklappen", - + // "form.group-expand-help": "Click here to expand and add more elements", "form.group-expand-help": "Klik hier om uit te klappen en om meer onderdelen toe te voegen", - + // "form.last-name": "Last name", "form.last-name": "Achternaam", - + // "form.loading": "Loading...", "form.loading": "Inladen...", - + // "form.lookup": "Lookup", // TODO New key - Add a translation "form.lookup": "Lookup", - + // "form.lookup-help": "Click here to look up an existing relation", // TODO New key - Add a translation "form.lookup-help": "Click here to look up an existing relation", - + // "form.no-results": "No results found", "form.no-results": "Geen resultaten gevonden", - + // "form.no-value": "No value entered", "form.no-value": "Geen waarde ingevoerd", - + // "form.other-information": {}, "form.other-information": {}, - + // "form.remove": "Remove", "form.remove": "Verwijder", - + // "form.save": "Save", "form.save": "Bewaar", - + // "form.save-help": "Save changes", "form.save-help": "Veranderingen opslaan", - + // "form.search": "Search", "form.search": "Zoek", - + // "form.search-help": "Click here to look for an existing correspondence", // TODO New key - Add a translation "form.search-help": "Click here to look for an existing correspondence", - + // "form.submit": "Submit", "form.submit": "Verstuur", - - - + + + // "home.description": "", "home.description": "", - + // "home.breadcrumbs": "Home", // TODO New key - Add a translation "home.breadcrumbs": "Home", - + // "home.title": "DSpace Angular :: Home", "home.title": "DSpace Angular :: Home", - + // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "Communities in DSpace", - + // "home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Selecteer een community om diens collecties te verkennen.", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.breadcrumbs": "End User Agreement", - + // "info.end-user-agreement.buttons.cancel": "Cancel", // TODO New key - Add a translation "info.end-user-agreement.buttons.cancel": "Cancel", - + // "info.end-user-agreement.buttons.save": "Save", // TODO New key - Add a translation "info.end-user-agreement.buttons.save": "Save", - + // "info.end-user-agreement.head": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.head": "End User Agreement", - + // "info.end-user-agreement.title": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.title": "End User Agreement", - + // "info.privacy.breadcrumbs": "Privacy Statement", // TODO New key - Add a translation "info.privacy.breadcrumbs": "Privacy Statement", - + // "info.privacy.head": "Privacy Statement", // TODO New key - Add a translation "info.privacy.head": "Privacy Statement", - + // "info.privacy.title": "Privacy Statement", // TODO New key - Add a translation "info.privacy.title": "Privacy Statement", - - - + + + // "item.alerts.private": "This item is private", // TODO New key - Add a translation "item.alerts.private": "This item is private", - + // "item.alerts.withdrawn": "This item has been withdrawn", // TODO New key - Add a translation "item.alerts.withdrawn": "This item has been withdrawn", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", // TODO New key - Add a translation "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", - + // "item.edit.authorizations.title": "Edit item's Policies", // TODO New key - Add a translation "item.edit.authorizations.title": "Edit item's Policies", - - - + + + // "item.badge.private": "Private", // TODO New key - Add a translation "item.badge.private": "Private", - + // "item.badge.withdrawn": "Withdrawn", // TODO New key - Add a translation "item.badge.withdrawn": "Withdrawn", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle": "Bundle", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.placeholder": "Select a bundle", - + // "item.bitstreams.upload.bundle.new": "Create bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.new": "Create bundle", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", // TODO New key - Add a translation - "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", - + "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.cancel": "Cancel", // TODO New key - Add a translation "item.bitstreams.upload.cancel": "Cancel", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", // TODO New key - Add a translation "item.bitstreams.upload.drop-message": "Drop a file to upload", - + // "item.bitstreams.upload.item": "Item: ", // TODO New key - Add a translation "item.bitstreams.upload.item": "Item: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", - + // "item.bitstreams.upload.title": "Upload bitstream", // TODO New key - Add a translation "item.bitstreams.upload.title": "Upload bitstream", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", // TODO New key - Add a translation "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.more": "Load more", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", // TODO New key - Add a translation "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", // TODO New key - Add a translation "item.edit.bitstreams.discard-button": "Discard", - + // "item.edit.bitstreams.edit.buttons.download": "Download", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.download": "Download", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.drag": "Drag", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.edit": "Edit", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.remove": "Remove", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.undo": "Undo changes", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", // TODO New key - Add a translation "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", - + // "item.edit.bitstreams.headers.actions": "Actions", // TODO New key - Add a translation "item.edit.bitstreams.headers.actions": "Actions", - + // "item.edit.bitstreams.headers.bundle": "Bundle", // TODO New key - Add a translation "item.edit.bitstreams.headers.bundle": "Bundle", - + // "item.edit.bitstreams.headers.description": "Description", // TODO New key - Add a translation "item.edit.bitstreams.headers.description": "Description", - + // "item.edit.bitstreams.headers.format": "Format", // TODO New key - Add a translation "item.edit.bitstreams.headers.format": "Format", - + // "item.edit.bitstreams.headers.name": "Name", // TODO New key - Add a translation "item.edit.bitstreams.headers.name": "Name", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", - + // "item.edit.bitstreams.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.bitstreams.reinstate-button": "Undo", - + // "item.edit.bitstreams.save-button": "Save", // TODO New key - Add a translation "item.edit.bitstreams.save-button": "Save", - + // "item.edit.bitstreams.upload-button": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.upload-button": "Upload", - - - + + + // "item.edit.delete.cancel": "Cancel", "item.edit.delete.cancel": "Annuleer", - + // "item.edit.delete.confirm": "Delete", "item.edit.delete.confirm": "Verwijder", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", "item.edit.delete.description": "Weet u zeker dat dit item geheel verwijderd moet worden? Pas op: er zal geen tombstone overblijven.", - + // "item.edit.delete.error": "An error occurred while deleting the item", "item.edit.delete.error": "Er is een fout opgetreden bij het verwijderen van het item", - + // "item.edit.delete.header": "Delete item: {{ id }}", "item.edit.delete.header": "Verwijder item: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", "item.edit.delete.success": "Het item is verwijderd", - + // "item.edit.head": "Edit Item", "item.edit.head": "Bewerk item", - + // "item.edit.breadcrumbs": "Edit Item", // TODO New key - Add a translation "item.edit.breadcrumbs": "Edit Item", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.mapper.head": "Collection Mapper", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "Map dit item naar de geselecteerde collecties", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", "item.edit.item-mapper.buttons.remove": "Verwijder de mapping van de item naar de geselecteerde collecties", - + // "item.edit.item-mapper.cancel": "Cancel", "item.edit.item-mapper.cancel": "Annuleer", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", "item.edit.item-mapper.description": "Dit is de item mapper, waarmee collectiebeheerders dit item kunnen mappen naar andere collecties. U kunt collecties zoeken en mappen of bladeren door de lijst waar dit item al naar is gemapt.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", "item.edit.item-mapper.head": "Item mapper - Map een item naar collecties", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "Item: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", "item.edit.item-mapper.no-search": "Vul een zoekterm in om te zoeken", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.error.content": "Er zijn fouten opgetreden bij het mappen van het item naar {{amount}} collecties.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", "item.edit.item-mapper.notifications.add.error.head": "Mapping fouten", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.success.content": "Het item is naar {{amount}} collecties gemapt.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", "item.edit.item-mapper.notifications.add.success.head": "Mapping afgerond", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "Er zijn fouten opgetreden bij het verwijderen van de mapping naar {{amount}} collecties.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", "item.edit.item-mapper.notifications.remove.error.head": "Fouten bij het verwijderen van mappings", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.success.content": "De mapping van dit item naar {{amount}} collecties is verwijderd.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", "item.edit.item-mapper.notifications.remove.success.head": "Verwijderen van mapping afgerond", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", "item.edit.item-mapper.tabs.browse": "Blader door gemapte collecties", - + // "item.edit.item-mapper.tabs.map": "Map new collections", "item.edit.item-mapper.tabs.map": "Map een nieuwe collectie", - - - + + + // "item.edit.metadata.add-button": "Add", "item.edit.metadata.add-button": "Voeg toe", - + // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "Annuleer", - + // "item.edit.metadata.edit.buttons.edit": "Edit", "item.edit.metadata.edit.buttons.edit": "Bewerk", - + // "item.edit.metadata.edit.buttons.remove": "Remove", "item.edit.metadata.edit.buttons.remove": "Verwijder", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", "item.edit.metadata.edit.buttons.undo": "Maak wijzigingen ongedaan", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "Stop met bewerken", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", // TODO New key - Add a translation "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", - + // "item.edit.metadata.headers.edit": "Edit", "item.edit.metadata.headers.edit": "Bewerk", - + // "item.edit.metadata.headers.field": "Field", "item.edit.metadata.headers.field": "Veld", - + // "item.edit.metadata.headers.language": "Lang", "item.edit.metadata.headers.language": "Taal", - + // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "Waarde", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", "item.edit.metadata.metadatafield.invalid": "Kies een geldig metadataveld", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.metadata.notifications.discarded.content": "Uw wijzigingen zijn geannuleerd. Klik 'maak ongedaan' om ze terug te halen.", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", "item.edit.metadata.notifications.discarded.title": "Wijzingen geannuleerd", - + // "item.edit.metadata.notifications.error.title": "An error occurred", // TODO New key - Add a translation "item.edit.metadata.notifications.error.title": "An error occurred", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "item.edit.metadata.notifications.invalid.content": "Uw wijzingen zijn niet opgeslagen. Controleer of alle velden geldig zijn voor u opslaat.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", "item.edit.metadata.notifications.invalid.title": "Ongeldige metadata", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.metadata.notifications.outdated.content": "Het item waar u aan werkt is gewijzigd door een andere gebruiker. Uw huidige wijzigingen worden geannuleerd om conflicten te voorkomen.", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", "item.edit.metadata.notifications.outdated.title": "Wijzigingen verouderd", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", "item.edit.metadata.notifications.saved.content": "Uw wijzingen in de metadata van dit item zijn opgeslagen.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", "item.edit.metadata.notifications.saved.title": "Metadata opgeslagen", - + // "item.edit.metadata.reinstate-button": "Undo", "item.edit.metadata.reinstate-button": "Maak ongedaan", - + // "item.edit.metadata.save-button": "Save", "item.edit.metadata.save-button": "Opslaan", - - - + + + // "item.edit.modify.overview.field": "Field", "item.edit.modify.overview.field": "Veld", - + // "item.edit.modify.overview.language": "Language", "item.edit.modify.overview.language": "Taal", - + // "item.edit.modify.overview.value": "Value", "item.edit.modify.overview.value": "Waarde", - - - + + + // "item.edit.move.cancel": "Cancel", "item.edit.move.cancel": "Annuleer", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", "item.edit.move.description": "Kies de collectie waar u dit item naartoe wilt verplaatsen. Om de lijst met collecties in te perken kunt een zoekterm invullen in het zoekveld.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", "item.edit.move.error": "Er is een fout opgetreden bij het verplaatsen van het item", - + // "item.edit.move.head": "Move item: {{id}}", "item.edit.move.head": "Verplaats item: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", "item.edit.move.inheritpolicies.checkbox": "Erf policies", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", "item.edit.move.inheritpolicies.description": "Neem de standaard policies van de doelcollectie over", - + // "item.edit.move.move": "Move", "item.edit.move.move": "Verplaats", - + // "item.edit.move.processing": "Moving...", "item.edit.move.processing": "Bezig ...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", "item.edit.move.search.placeholder": "Vul een zoekterm in om collecties te zoeken", - + // "item.edit.move.success": "The item has been moved successfully", "item.edit.move.success": "Het item is verplaatst", - + // "item.edit.move.title": "Move item", "item.edit.move.title": "Verplaats item", - - - + + + // "item.edit.private.cancel": "Cancel", "item.edit.private.cancel": "Annuleer", - + // "item.edit.private.confirm": "Make it Private", "item.edit.private.confirm": "Maak privé", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", "item.edit.private.description": "Weet u zeker dat dit item privé moet worden in het archief?", - + // "item.edit.private.error": "An error occurred while making the item private", "item.edit.private.error": "Er is een fout opgetreden bij het privé maken van het item", - + // "item.edit.private.header": "Make item private: {{ id }}", "item.edit.private.header": "Maak item privé: {{ id }}", - + // "item.edit.private.success": "The item is now private", "item.edit.private.success": "Dit item is nu privé", - - - + + + // "item.edit.public.cancel": "Cancel", "item.edit.public.cancel": "Annuleer", - + // "item.edit.public.confirm": "Make it Public", "item.edit.public.confirm": "Maak openbaar", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", "item.edit.public.description": "Weet u zeker dat dit item openbaar moet worden in het archief?", - + // "item.edit.public.error": "An error occurred while making the item public", "item.edit.public.error": "Er is een fout opgetreden bij het openbaar maken van het item", - + // "item.edit.public.header": "Make item public: {{ id }}", "item.edit.public.header": "Maak item openbaar: {{ id }}", - + // "item.edit.public.success": "The item is now public", "item.edit.public.success": "Het item is nu openbaar", - - - + + + // "item.edit.reinstate.cancel": "Cancel", "item.edit.reinstate.cancel": "Annuleer", - + // "item.edit.reinstate.confirm": "Reinstate", "item.edit.reinstate.confirm": "Zet terug", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", "item.edit.reinstate.description": "Weet u zeker dat dit item weer teruggezet moet worden in het archief?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", "item.edit.reinstate.error": "Er is een fout opgetreden bij het terugzetten van het item", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", "item.edit.reinstate.header": "Zet item terug: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", "item.edit.reinstate.success": "Het item is teruggezet", - - - + + + // "item.edit.relationships.discard-button": "Discard", "item.edit.relationships.discard-button": "Annuleer", - + // "item.edit.relationships.edit.buttons.add": "Add", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.add": "Add", - + // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "Verwijder", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", "item.edit.relationships.edit.buttons.undo": "Maak wijzigingen ongedaan", - + // "item.edit.relationships.no-relationships": "No relationships", // TODO New key - Add a translation "item.edit.relationships.no-relationships": "No relationships", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.relationships.notifications.discarded.content": "Uw wijzigingen zijn ongedaan gemaakt. Klik 'maak ongedaan' om ze weer terug te halen.", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", "item.edit.relationships.notifications.discarded.title": "Wijzingen geannuleerd", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", // TODO Source message changed - Revise the translation "item.edit.relationships.notifications.failed.title": "Er is een fout opgetreden bij het verwijderen van een relatie", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.relationships.notifications.outdated.content": "Het item waar u aan werkt is gewijzigd door een andere gebruiker. Uw huidige wijzigingen zijn ongedaan gemaakt om conflicten te voorkomen.", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", "item.edit.relationships.notifications.outdated.title": "Wijzingen verouderd", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", "item.edit.relationships.notifications.saved.content": "Uw wijzingen in de relaties van dit item zijn opgeslagen.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", "item.edit.relationships.notifications.saved.title": "Relaties opgeslagen", - + // "item.edit.relationships.reinstate-button": "Undo", "item.edit.relationships.reinstate-button": "Maak ongedaan", - + // "item.edit.relationships.save-button": "Save", "item.edit.relationships.save-button": "Opslaan", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", // TODO New key - Add a translation "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", // TODO Source message changed - Revise the translation "item.edit.tabs.bitstreams.head": "Item bitstreams", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", "item.edit.tabs.bitstreams.title": "Item bewerken - Bitstreams", - + // "item.edit.tabs.curate.head": "Curate", "item.edit.tabs.curate.head": "Beheer", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "Item bewerken - Beheer", - + // "item.edit.tabs.metadata.head": "Metadata", // TODO Source message changed - Revise the translation "item.edit.tabs.metadata.head": "Item metadata", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", "item.edit.tabs.metadata.title": "Item bewerken - Metadata", - + // "item.edit.tabs.relationships.head": "Relationships", // TODO Source message changed - Revise the translation "item.edit.tabs.relationships.head": "Item relaties", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", "item.edit.tabs.relationships.title": "Item bewerken - relaties", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", "item.edit.tabs.status.buttons.authorizations.button": "Autorisaties ..", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", "item.edit.tabs.status.buttons.authorizations.label": "Bewerk de autorisatieregels", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", "item.edit.tabs.status.buttons.delete.button": "Permanent verwijderen", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", "item.edit.tabs.status.buttons.delete.label": "Verwijderen het item geheel", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", "item.edit.tabs.status.buttons.mappedCollections.button": "Gemapte collecties", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "Beheer gemapte collecties", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", "item.edit.tabs.status.buttons.move.button": "Verplaats ..", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", "item.edit.tabs.status.buttons.move.label": "Verplaats het item naar een andere collectie", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", "item.edit.tabs.status.buttons.private.button": "Maak privé ...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", "item.edit.tabs.status.buttons.private.label": "Maak het item privé", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", "item.edit.tabs.status.buttons.public.button": "Maak openbaar ..", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", "item.edit.tabs.status.buttons.public.label": "Maak het item openbaar", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", "item.edit.tabs.status.buttons.reinstate.button": "Zet terug ...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", "item.edit.tabs.status.buttons.reinstate.label": "Zet het item terug in het repository", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", "item.edit.tabs.status.buttons.withdraw.button": "onttrek hierdie item", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", "item.edit.tabs.status.buttons.withdraw.label": "Trek het item terug uit het repository", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", "item.edit.tabs.status.description": "Welkom op de itembeheerpagina. Hier kunt u het item terugtrekken, terugzetten, verplaatsen of verwijderen. Onder de andere tabbladen kunt u metadata / bitstreams bewerken of toevoegen.", - + // "item.edit.tabs.status.head": "Status", // TODO Source message changed - Revise the translation "item.edit.tabs.status.head": "Item status", - + // "item.edit.tabs.status.labels.handle": "Handle", "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", "item.edit.tabs.status.labels.id": "Intern Item ID", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", "item.edit.tabs.status.labels.itemPage": "Itempagina", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", "item.edit.tabs.status.labels.lastModified": "Laatst gewijzigd", - + // "item.edit.tabs.status.title": "Item Edit - Status", "item.edit.tabs.status.title": "Item bewerken - Status", - + // "item.edit.tabs.versionhistory.head": "Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.head": "Version History", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.title": "Item Edit - Version History", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", // TODO New key - Add a translation "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", - + // "item.edit.tabs.view.head": "View Item", "item.edit.tabs.view.head": "Bekijk het item", - + // "item.edit.tabs.view.title": "Item Edit - View", "item.edit.tabs.view.title": "Item bewerken - Bekijk", - - - + + + // "item.edit.withdraw.cancel": "Cancel", "item.edit.withdraw.cancel": "Annuleer", - + // "item.edit.withdraw.confirm": "Withdraw", "item.edit.withdraw.confirm": "Trek terug", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", "item.edit.withdraw.description": "Weet u zeker dat dit item uit het archief moet worden teruggetrokken?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", "item.edit.withdraw.error": "Er is een fout opgetreden bij het terugtrekken van het item", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", "item.edit.withdraw.header": "Item terugtrekken: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", "item.edit.withdraw.success": "Het item is teruggetrokken", - - - + + + // "item.listelement.badge": "Item", // TODO New key - Add a translation "item.listelement.badge": "Item", - + // "item.page.description": "Description", // TODO New key - Add a translation "item.page.description": "Description", - - // "item.page.edit": "Edit this item", - // TODO New key - Add a translation - "item.page.edit": "Edit this item", - + // "item.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "item.page.journal-issn": "Journal ISSN", - + // "item.page.journal-title": "Journal Title", // TODO New key - Add a translation "item.page.journal-title": "Journal Title", - + // "item.page.publisher": "Publisher", // TODO New key - Add a translation "item.page.publisher": "Publisher", - + // "item.page.titleprefix": "Item: ", // TODO New key - Add a translation "item.page.titleprefix": "Item: ", - + // "item.page.volume-title": "Volume Title", // TODO New key - Add a translation "item.page.volume-title": "Volume Title", - + // "item.search.results.head": "Item Search Results", // TODO New key - Add a translation "item.search.results.head": "Item Search Results", - + // "item.search.title": "DSpace Angular :: Item Search", // TODO New key - Add a translation "item.search.title": "DSpace Angular :: Item Search", - - - + + + // "item.page.abstract": "Abstract", "item.page.abstract": "Abstract", - + // "item.page.author": "Authors", "item.page.author": "Auteur", - + // "item.page.citation": "Citation", "item.page.citation": "Citeren als", - + // "item.page.collections": "Collections", "item.page.collections": "Collecties", - + // "item.page.date": "Date", "item.page.date": "Datum", - + // "item.page.edit": "Edit this item", // TODO New key - Add a translation "item.page.edit": "Edit this item", - + // "item.page.files": "Files", "item.page.files": "Bestanden", - + // "item.page.filesection.description": "Description:", "item.page.filesection.description": "Beschrijving:", - + // "item.page.filesection.download": "Download", "item.page.filesection.download": "Download", - + // "item.page.filesection.format": "Format:", "item.page.filesection.format": "Formaat:", - + // "item.page.filesection.name": "Name:", "item.page.filesection.name": "Naam:", - + // "item.page.filesection.size": "Size:", "item.page.filesection.size": "Grootte:", - + // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "Artikelen in dit tijdschrift", - + // "item.page.link.full": "Full item page", "item.page.link.full": "Volledige itemweergave", - + // "item.page.link.simple": "Simple item page", "item.page.link.simple": "Eenvoudige itemweergave", - + // "item.page.person.search.title": "Articles by this author", "item.page.person.search.title": "Artikelen van deze auteur", - + // "item.page.related-items.view-more": "Show {{ amount }} more", // TODO Source message changed - Revise the translation "item.page.related-items.view-more": "Bekijk meer", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", // TODO Source message changed - Revise the translation "item.page.related-items.view-less": "Bekijk minder", - + // "item.page.relationships.isAuthorOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isAuthorOfPublication": "Publications", - + // "item.page.relationships.isJournalOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isJournalOfPublication": "Publications", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfPerson": "Authors", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfProject": "Research Projects", - + // "item.page.subject": "Keywords", "item.page.subject": "Trefwoorden", - + // "item.page.uri": "URI", "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", // TODO New key - Add a translation "item.page.bitstreams.view-more": "Show more", - + // "item.page.bitstreams.collapse": "Collapse", // TODO New key - Add a translation "item.page.bitstreams.collapse": "Collapse", - + // "item.page.filesection.original.bundle" : "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", - + "item.page.filesection.original.bundle": "Original bundle", + // "item.page.filesection.license.bundle" : "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", - + "item.page.filesection.license.bundle": "License bundle", + // "item.preview.dc.identifier.uri": "Identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.uri": "Identifier:", - + // "item.preview.dc.contributor.author": "Authors:", // TODO New key - Add a translation "item.preview.dc.contributor.author": "Authors:", - + // "item.preview.dc.date.issued": "Published date:", // TODO New key - Add a translation "item.preview.dc.date.issued": "Published date:", - + // "item.preview.dc.description.abstract": "Abstract:", // TODO New key - Add a translation "item.preview.dc.description.abstract": "Abstract:", - + // "item.preview.dc.identifier.other": "Other identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.other": "Other identifier:", - + // "item.preview.dc.language.iso": "Language:", // TODO New key - Add a translation "item.preview.dc.language.iso": "Language:", - + // "item.preview.dc.subject": "Subjects:", // TODO New key - Add a translation "item.preview.dc.subject": "Subjects:", - + // "item.preview.dc.title": "Title:", // TODO New key - Add a translation "item.preview.dc.title": "Title:", - + // "item.preview.person.familyName": "Surname:", // TODO New key - Add a translation "item.preview.person.familyName": "Surname:", - + // "item.preview.person.givenName": "Name:", // TODO New key - Add a translation "item.preview.person.givenName": "Name:", - + // "item.preview.person.identifier.orcid": "ORCID:", // TODO New key - Add a translation "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", "item.select.confirm": "Bevestig selectie", - + // "item.select.empty": "No items to show", "item.select.empty": "Geen items om te tonen", - + // "item.select.table.author": "Author", "item.select.table.author": "Auteur", - + // "item.select.table.collection": "Collection", "item.select.table.collection": "Collectie", - + // "item.select.table.title": "Title", "item.select.table.title": "Titel", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", // TODO New key - Add a translation "item.version.history.empty": "There are no other versions for this item yet.", - + // "item.version.history.head": "Version History", // TODO New key - Add a translation "item.version.history.head": "Version History", - + // "item.version.history.return": "Return", // TODO New key - Add a translation "item.version.history.return": "Return", - + // "item.version.history.selected": "Selected version", // TODO New key - Add a translation "item.version.history.selected": "Selected version", - + // "item.version.history.table.version": "Version", // TODO New key - Add a translation "item.version.history.table.version": "Version", - + // "item.version.history.table.item": "Item", // TODO New key - Add a translation "item.version.history.table.item": "Item", - + // "item.version.history.table.editor": "Editor", // TODO New key - Add a translation "item.version.history.table.editor": "Editor", - + // "item.version.history.table.date": "Date", // TODO New key - Add a translation "item.version.history.table.date": "Date", - + // "item.version.history.table.summary": "Summary", // TODO New key - Add a translation "item.version.history.table.summary": "Summary", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", // TODO New key - Add a translation "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", - - - + + + // "journal.listelement.badge": "Journal", "journal.listelement.badge": "Tijdschrift", - + // "journal.page.description": "Description", "journal.page.description": "Beschrijving", - + // "journal.page.edit": "Edit this item", // TODO New key - Add a translation "journal.page.edit": "Edit this item", - + // "journal.page.editor": "Editor-in-Chief", "journal.page.editor": "Hoofdredacteur", - + // "journal.page.issn": "ISSN", "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", "journal.page.publisher": "Uitgever", - + // "journal.page.titleprefix": "Journal: ", "journal.page.titleprefix": "Tijdschrift: ", - + // "journal.search.results.head": "Journal Search Results", "journal.search.results.head": "Tijdschrift zoekresultaten", - + // "journal.search.title": "DSpace Angular :: Journal Search", "journal.search.title": "DSpace Angular :: Tijdschrift zoeken", - - - + + + // "journalissue.listelement.badge": "Journal Issue", "journalissue.listelement.badge": "Tijdschriftaflevering", - + // "journalissue.page.description": "Description", "journalissue.page.description": "Beschrijving", - + // "journalissue.page.edit": "Edit this item", // TODO New key - Add a translation "journalissue.page.edit": "Edit this item", - + // "journalissue.page.issuedate": "Issue Date", "journalissue.page.issuedate": "Datum van uitgave", - + // "journalissue.page.journal-issn": "Journal ISSN", "journalissue.page.journal-issn": "Tijdschrift ISSN", - + // "journalissue.page.journal-title": "Journal Title", "journalissue.page.journal-title": "Tijdschrifttitel", - + // "journalissue.page.keyword": "Keywords", "journalissue.page.keyword": "Trefwoorden", - + // "journalissue.page.number": "Number", "journalissue.page.number": "Nummer", - + // "journalissue.page.titleprefix": "Journal Issue: ", "journalissue.page.titleprefix": "Tijdschriftaflevering: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", "journalvolume.listelement.badge": "Tijdschriftjaargang", - + // "journalvolume.page.description": "Description", "journalvolume.page.description": "Beschrijving", - + // "journalvolume.page.edit": "Edit this item", // TODO New key - Add a translation "journalvolume.page.edit": "Edit this item", - + // "journalvolume.page.issuedate": "Issue Date", "journalvolume.page.issuedate": "Datum van uitgave", - + // "journalvolume.page.titleprefix": "Journal Volume: ", "journalvolume.page.titleprefix": "Tijdschriftjaargang: ", - + // "journalvolume.page.volume": "Volume", "journalvolume.page.volume": "Jaargang", - - - + + + // "loading.bitstream": "Loading bitstream...", // TODO New key - Add a translation "loading.bitstream": "Loading bitstream...", - + // "loading.bitstreams": "Loading bitstreams...", // TODO New key - Add a translation "loading.bitstreams": "Loading bitstreams...", - + // "loading.browse-by": "Loading items...", "loading.browse-by": "Items worden ingeladen...", - + // "loading.browse-by-page": "Loading page...", "loading.browse-by-page": "Pagina wordt ingeladen...", - + // "loading.collection": "Loading collection...", "loading.collection": "Collectie wordt ingeladen...", - + // "loading.collections": "Loading collections...", "loading.collections": "Collecties worden ingeladen...", - + // "loading.content-source": "Loading content source...", // TODO New key - Add a translation "loading.content-source": "Loading content source...", - + // "loading.community": "Loading community...", "loading.community": "Community wordt ingeladen...", - + // "loading.default": "Loading...", "loading.default": "Laden...", - + // "loading.item": "Loading item...", "loading.item": "Item wordt ingeladen...", - + // "loading.items": "Loading items...", "loading.items": "Items worden ingeladen...", - + // "loading.mydspace-results": "Loading items...", "loading.mydspace-results": "Items worden ingeladen...", - + // "loading.objects": "Loading...", "loading.objects": "Laden...", - + // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "Recent toegevoegde items worden ingeladen...", - + // "loading.search-results": "Loading search results...", "loading.search-results": "Zoekresultaten worden ingeladen...", - + // "loading.sub-collections": "Loading sub-collections...", "loading.sub-collections": "De sub-collecties worden ingeladen...", - + // "loading.sub-communities": "Loading sub-communities...", "loading.sub-communities": "De sub-communities worden ingeladen...", - + // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "Inladen van de communities op het hoogste niveau...", - - - + + + // "login.form.email": "Email address", "login.form.email": "Email adres", - + // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "Bent u uw wachtwoord vergeten?", - + // "login.form.header": "Please log in to DSpace", "login.form.header": "Gelieve in te loggen in DSpace", - + // "login.form.new-user": "New user? Click here to register.", "login.form.new-user": "Nieuwe gebruiker? Gelieve u hier te registreren", - + // "login.form.or-divider": "or", // TODO New key - Add a translation "login.form.or-divider": "or", - + // "login.form.password": "Password", "login.form.password": "Wachtwoord", - + // "login.form.shibboleth": "Log in with Shibboleth", // TODO New key - Add a translation "login.form.shibboleth": "Log in with Shibboleth", - + // "login.form.submit": "Log in", "login.form.submit": "Aanmelden", - + // "login.title": "Login", "login.title": "Aanmelden", - + // "login.breadcrumbs": "Login", // TODO New key - Add a translation "login.breadcrumbs": "Login", - - - + + + // "logout.form.header": "Log out from DSpace", "logout.form.header": "Afmelden in DSpace", - + // "logout.form.submit": "Log out", "logout.form.submit": "Afmelden", - + // "logout.title": "Logout", "logout.title": "Afmelden", - - - + + + // "menu.header.admin": "Admin", "menu.header.admin": "Beheer", - + // "menu.header.image.logo": "Repository logo", "menu.header.image.logo": "Repository logo", - - - + + + // "menu.section.access_control": "Access Control", "menu.section.access_control": "Toegangscontrole", - + // "menu.section.access_control_authorizations": "Authorizations", "menu.section.access_control_authorizations": "Autorisaties", - + // "menu.section.access_control_groups": "Groups", "menu.section.access_control_groups": "Groepen", - + // "menu.section.access_control_people": "People", "menu.section.access_control_people": "Personen", - - - + + + // "menu.section.admin_search": "Admin Search", // TODO New key - Add a translation "menu.section.admin_search": "Admin Search", - - - + + + // "menu.section.browse_community": "This Community", "menu.section.browse_community": "Deze community", - + // "menu.section.browse_community_by_author": "By Author", "menu.section.browse_community_by_author": "Op auteur", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", "menu.section.browse_community_by_issue_date": "Op datum van uitgave", - + // "menu.section.browse_community_by_title": "By Title", "menu.section.browse_community_by_title": "Op titel", - + // "menu.section.browse_global": "All of DSpace", "menu.section.browse_global": "Heel DSpace", - + // "menu.section.browse_global_by_author": "By Author", "menu.section.browse_global_by_author": "Op auteur", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", "menu.section.browse_global_by_dateissued": "Op datum van uitgave", - + // "menu.section.browse_global_by_subject": "By Subject", "menu.section.browse_global_by_subject": "Op onderwerp", - + // "menu.section.browse_global_by_title": "By Title", "menu.section.browse_global_by_title": "Op titel", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", "menu.section.browse_global_communities_and_collections": "Communities & Collecties", - - - + + + // "menu.section.control_panel": "Control Panel", "menu.section.control_panel": "Controlepaneel", - + // "menu.section.curation_task": "Curation Task", "menu.section.curation_task": "Beheertaak", - - - + + + // "menu.section.edit": "Edit", "menu.section.edit": "Bewerk", - + // "menu.section.edit_collection": "Collection", "menu.section.edit_collection": "Collectie", - + // "menu.section.edit_community": "Community", "menu.section.edit_community": "Community", - + // "menu.section.edit_item": "Item", "menu.section.edit_item": "Item", - - - + + + // "menu.section.export": "Export", "menu.section.export": "Exporteer", - + // "menu.section.export_collection": "Collection", "menu.section.export_collection": "Collectie", - + // "menu.section.export_community": "Community", "menu.section.export_community": "Community", - + // "menu.section.export_item": "Item", "menu.section.export_item": "Item", - + // "menu.section.export_metadata": "Metadata", "menu.section.export_metadata": "Metadata", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", "menu.section.icon.access_control": "Menusectie toegangscontrole", - + // "menu.section.icon.admin_search": "Admin search menu section", // TODO New key - Add a translation "menu.section.icon.admin_search": "Admin search menu section", - + // "menu.section.icon.control_panel": "Control Panel menu section", "menu.section.icon.control_panel": "Menusectie controlepaneel", - + // "menu.section.icon.curation_task": "Curation Task menu section", "menu.section.icon.curation_task": "Menusectie beheertaken", - + // "menu.section.icon.edit": "Edit menu section", "menu.section.icon.edit": "Menusectie bewerkingen", - + // "menu.section.icon.export": "Export menu section", "menu.section.icon.export": "Menusectie export", - + // "menu.section.icon.find": "Find menu section", "menu.section.icon.find": "Menusectie vinden", - + // "menu.section.icon.import": "Import menu section", "menu.section.icon.import": "Menusectie import", - + // "menu.section.icon.new": "New menu section", "menu.section.icon.new": "Menusectie nieuw", - + // "menu.section.icon.pin": "Pin sidebar", "menu.section.icon.pin": "Zijbalk vastzetten", - + // "menu.section.icon.processes": "Processes menu section", // TODO New key - Add a translation "menu.section.icon.processes": "Processes menu section", - + // "menu.section.icon.registries": "Registries menu section", "menu.section.icon.registries": "Menusectie registers", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", "menu.section.icon.statistics_task": "Menusectie statistiektaken", - + // "menu.section.icon.unpin": "Unpin sidebar", "menu.section.icon.unpin": "Zijbalk losmaken", - - - + + + // "menu.section.import": "Import", "menu.section.import": "Import", - + // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "Batch import (ZIP)", - + // "menu.section.import_metadata": "Metadata", "menu.section.import_metadata": "Metadata", - - - + + + // "menu.section.new": "New", "menu.section.new": "Nieuw", - + // "menu.section.new_collection": "Collection", "menu.section.new_collection": "Collectie", - + // "menu.section.new_community": "Community", "menu.section.new_community": "Community", - + // "menu.section.new_item": "Item", "menu.section.new_item": "Item", - + // "menu.section.new_item_version": "Item Version", "menu.section.new_item_version": "Item versie", - + // "menu.section.new_process": "Process", // TODO New key - Add a translation "menu.section.new_process": "Process", - - - + + + // "menu.section.pin": "Pin sidebar", "menu.section.pin": "Zijbalk vastzetten", - + // "menu.section.unpin": "Unpin sidebar", "menu.section.unpin": "Zijbalk losmaken", - - - + + + // "menu.section.processes": "Processes", // TODO New key - Add a translation "menu.section.processes": "Processes", - - - + + + // "menu.section.registries": "Registries", "menu.section.registries": "Registers", - + // "menu.section.registries_format": "Format", "menu.section.registries_format": "Formaten", - + // "menu.section.registries_metadata": "Metadata", "menu.section.registries_metadata": "Metadata", - - - + + + // "menu.section.statistics": "Statistics", "menu.section.statistics": "Statistieken", - + // "menu.section.statistics_task": "Statistics Task", "menu.section.statistics_task": "Statistiektaken", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", "menu.section.toggle.access_control": "Sectie Toegangscontrole aan/uit", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", "menu.section.toggle.control_panel": "Sectie Controlepaneel aan/uit", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", "menu.section.toggle.curation_task": "Sectie Beheertaken aan/uit", - + // "menu.section.toggle.edit": "Toggle Edit section", "menu.section.toggle.edit": "Sectie Bewerk aan/uit", - + // "menu.section.toggle.export": "Toggle Export section", "menu.section.toggle.export": "Sectie Export aan/uit", - + // "menu.section.toggle.find": "Toggle Find section", "menu.section.toggle.find": "Sectie Vind aan/uit", - + // "menu.section.toggle.import": "Toggle Import section", "menu.section.toggle.import": "Sectie Import aan/uit", - + // "menu.section.toggle.new": "Toggle New section", "menu.section.toggle.new": "Sectie Nieuw aan/uit", - + // "menu.section.toggle.registries": "Toggle Registries section", "menu.section.toggle.registries": "Sectie registers aan/uit", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", "menu.section.toggle.statistics_task": "Sectie statistiektaken aan/uit", - - + + // "menu.section.workflow": "Administer Workflow", // TODO New key - Add a translation "menu.section.workflow": "Administer Workflow", - - + + // "mydspace.description": "", "mydspace.description": "", - + // "mydspace.general.text-here": "here", // TODO Source message changed - Revise the translation "mydspace.general.text-here": "HIER", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", "mydspace.messages.controller-help": "Kies deze optie om een bericht te sturen naar de indiener van het item.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", "mydspace.messages.description-placeholder": " Vul hier uw bericht in...", - + // "mydspace.messages.hide-msg": "Hide message", "mydspace.messages.hide-msg": "Verberg bericht", - + // "mydspace.messages.mark-as-read": "Mark as read", "mydspace.messages.mark-as-read": "Markeer als gelezen", - + // "mydspace.messages.mark-as-unread": "Mark as unread", "mydspace.messages.mark-as-unread": "Markeer als ongelezen", - + // "mydspace.messages.no-content": "No content.", "mydspace.messages.no-content": "Geen inhoud.", - + // "mydspace.messages.no-messages": "No messages yet.", "mydspace.messages.no-messages": "Nog geen berichten.", - + // "mydspace.messages.send-btn": "Send", "mydspace.messages.send-btn": "Verstuur", - + // "mydspace.messages.show-msg": "Show message", "mydspace.messages.show-msg": "Toon bericht", - + // "mydspace.messages.subject-placeholder": "Subject...", "mydspace.messages.subject-placeholder": "Onderwerp...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", "mydspace.messages.submitter-help": "Kies deze optie om een bericht te sturen naar de controlleur.", - + // "mydspace.messages.title": "Messages", "mydspace.messages.title": "Berichten", - + // "mydspace.messages.to": "To", "mydspace.messages.to": "Aan", - + // "mydspace.new-submission": "New submission", "mydspace.new-submission": "Nieuwe submission", - + // "mydspace.new-submission-external": "Import metadata from external source", // TODO New key - Add a translation "mydspace.new-submission-external": "Import metadata from external source", - + // "mydspace.new-submission-external-short": "Import metadata", // TODO New key - Add a translation "mydspace.new-submission-external-short": "Import metadata", - + // "mydspace.results.head": "Your submissions", "mydspace.results.head": "Uw submissions", - + // "mydspace.results.no-abstract": "No Abstract", "mydspace.results.no-abstract": "Geen abstract", - + // "mydspace.results.no-authors": "No Authors", "mydspace.results.no-authors": "Geen auteurs", - + // "mydspace.results.no-collections": "No Collections", "mydspace.results.no-collections": "Geen collecties", - + // "mydspace.results.no-date": "No Date", "mydspace.results.no-date": "Geen datum", - + // "mydspace.results.no-files": "No Files", "mydspace.results.no-files": "Geen bestanden", - + // "mydspace.results.no-results": "There were no items to show", "mydspace.results.no-results": "Er zijn geen items om getoond te worden", - + // "mydspace.results.no-title": "No title", "mydspace.results.no-title": "Geen titel", - + // "mydspace.results.no-uri": "No Uri", "mydspace.results.no-uri": "Geen URI", - + // "mydspace.show.workflow": "All tasks", "mydspace.show.workflow": "Alle taken", - + // "mydspace.show.workspace": "Your Submissions", "mydspace.show.workspace": "Uw Submissions", - + // "mydspace.status.archived": "Archived", "mydspace.status.archived": "Opgeslagen", - + // "mydspace.status.validation": "Validation", "mydspace.status.validation": "Validatie", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", "mydspace.status.waiting-for-controller": "Wachten op controlleur", - + // "mydspace.status.workflow": "Workflow", "mydspace.status.workflow": "Workflow", - + // "mydspace.status.workspace": "Workspace", "mydspace.status.workspace": "Workspace", - + // "mydspace.title": "MyDSpace", "mydspace.title": "MyDSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", "mydspace.upload.upload-failed": "Er is een fout opgetreden bij het aanmaken van de nieuwe workspace. Controleer alstublieft de inhoud voordat u het opnieuw probeert.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", // TODO New key - Add a translation "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", // TODO New key - Add a translation "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", "mydspace.upload.upload-multiple-successful": "{{qty}} nieuwe workspace items aangemaakt.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", "mydspace.upload.upload-successful": "Nieuw workspace item aangemaakt. Klik {{here}} om het te bewerken.", - + // "mydspace.view-btn": "View", "mydspace.view-btn": "Bekijk", - - - + + + // "nav.browse.header": "All of DSpace", "nav.browse.header": "Heel DSpace", - + // "nav.community-browse.header": "By Community", "nav.community-browse.header": "Per community", - + // "nav.language": "Language switch", "nav.language": "Verander van taal", - + // "nav.login": "Log In", "nav.login": "Log In", - + // "nav.logout": "Log Out", "nav.logout": "Log Uit", - + // "nav.mydspace": "MyDSpace", "nav.mydspace": "MyDSpace", - + // "nav.profile": "Profile", // TODO New key - Add a translation "nav.profile": "Profile", - + // "nav.search": "Search", "nav.search": "Zoek", - + // "nav.statistics.header": "Statistics", "nav.statistics.header": "Statistieken", - + // "nav.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "nav.stop-impersonating": "Stop impersonating EPerson", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", "orgunit.listelement.badge": "Organisatie-onderdeel", - + // "orgunit.page.city": "City", "orgunit.page.city": "Plaats", - + // "orgunit.page.country": "Country", "orgunit.page.country": "Land", - + // "orgunit.page.dateestablished": "Date established", "orgunit.page.dateestablished": "Stichtingsdatum", - + // "orgunit.page.description": "Description", "orgunit.page.description": "Beschrijving", - + // "orgunit.page.edit": "Edit this item", // TODO New key - Add a translation "orgunit.page.edit": "Edit this item", - + // "orgunit.page.id": "ID", "orgunit.page.id": "ID", - + // "orgunit.page.titleprefix": "Organizational Unit: ", "orgunit.page.titleprefix": "Organisatie-onderdeel: ", - - - + + + // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "Resultaten per pagina", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", "pagination.showing.detail": "{{ range }} van {{ total }}", - + // "pagination.showing.label": "Now showing ", "pagination.showing.label": "Resultaten ", - + // "pagination.sort-direction": "Sort Options", "pagination.sort-direction": "Sorteermogelijkheden", - - - + + + // "person.listelement.badge": "Person", "person.listelement.badge": "Persoon", - + // "person.listelement.no-title": "No name found", // TODO New key - Add a translation "person.listelement.no-title": "No name found", - + // "person.page.birthdate": "Birth Date", "person.page.birthdate": "Geboortedatum", - + // "person.page.edit": "Edit this item", // TODO New key - Add a translation "person.page.edit": "Edit this item", - + // "person.page.email": "Email Address", "person.page.email": "Emailadres", - + // "person.page.firstname": "First Name", "person.page.firstname": "Voornaam", - + // "person.page.jobtitle": "Job Title", "person.page.jobtitle": "Functie", - + // "person.page.lastname": "Last Name", "person.page.lastname": "Achternaam", - + // "person.page.link.full": "Show all metadata", "person.page.link.full": "Toon alle metadata", - + // "person.page.orcid": "ORCID", "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", "person.page.staffid": "Personeels-ID", - + // "person.page.titleprefix": "Person: ", "person.page.titleprefix": "Persoon: ", - + // "person.search.results.head": "Person Search Results", "person.search.results.head": "Zoekresultaten Persoon", - + // "person.search.title": "DSpace Angular :: Person Search", "person.search.title": "DSpace Angular :: Persoon zoeken", - - - + + + // "process.new.select-parameters": "Parameters", // TODO New key - Add a translation "process.new.select-parameters": "Parameters", - + // "process.new.cancel": "Cancel", // TODO New key - Add a translation "process.new.cancel": "Cancel", - + // "process.new.submit": "Submit", // TODO New key - Add a translation "process.new.submit": "Submit", - + // "process.new.select-script": "Script", // TODO New key - Add a translation "process.new.select-script": "Script", - + // "process.new.select-script.placeholder": "Choose a script...", // TODO New key - Add a translation "process.new.select-script.placeholder": "Choose a script...", - + // "process.new.select-script.required": "Script is required", // TODO New key - Add a translation "process.new.select-script.required": "Script is required", - + // "process.new.parameter.file.upload-button": "Select file...", // TODO New key - Add a translation "process.new.parameter.file.upload-button": "Select file...", - + // "process.new.parameter.file.required": "Please select a file", // TODO New key - Add a translation "process.new.parameter.file.required": "Please select a file", - + // "process.new.parameter.string.required": "Parameter value is required", // TODO New key - Add a translation "process.new.parameter.string.required": "Parameter value is required", - + // "process.new.parameter.type.value": "value", // TODO New key - Add a translation "process.new.parameter.type.value": "value", - + // "process.new.parameter.type.file": "file", // TODO New key - Add a translation "process.new.parameter.type.file": "file", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", // TODO New key - Add a translation "process.new.parameter.required.missing": "The following parameters are required but still missing:", - + // "process.new.notification.success.title": "Success", // TODO New key - Add a translation "process.new.notification.success.title": "Success", - + // "process.new.notification.success.content": "The process was successfully created", // TODO New key - Add a translation "process.new.notification.success.content": "The process was successfully created", - + // "process.new.notification.error.title": "Error", // TODO New key - Add a translation "process.new.notification.error.title": "Error", - + // "process.new.notification.error.content": "An error occurred while creating this process", // TODO New key - Add a translation "process.new.notification.error.content": "An error occurred while creating this process", - + // "process.new.header": "Create a new process", // TODO New key - Add a translation "process.new.header": "Create a new process", - + // "process.new.title": "Create a new process", // TODO New key - Add a translation "process.new.title": "Create a new process", - + // "process.new.breadcrumbs": "Create a new process", // TODO New key - Add a translation "process.new.breadcrumbs": "Create a new process", - - - + + + // "process.detail.arguments" : "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", - + "process.detail.arguments": "Arguments", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", - + "process.detail.arguments.empty": "This process doesn't contain any arguments", + // "process.detail.back" : "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", - + "process.detail.back": "Back", + // "process.detail.output" : "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", - + "process.detail.output": "Process Output", + // "process.detail.logs.button": "Retrieve process output", // TODO New key - Add a translation "process.detail.logs.button": "Retrieve process output", - + // "process.detail.logs.loading": "Retrieving", // TODO New key - Add a translation "process.detail.logs.loading": "Retrieving", - + // "process.detail.logs.none": "This process has no output", // TODO New key - Add a translation "process.detail.logs.none": "This process has no output", - + // "process.detail.output-files" : "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", - + "process.detail.output-files": "Output Files", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", - + "process.detail.output-files.empty": "This process doesn't contain any output files", + // "process.detail.script" : "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", - + "process.detail.script": "Script", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", - + "process.detail.title": "Process: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", - + "process.detail.start-time": "Start time", + // "process.detail.end-time" : "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", - + "process.detail.end-time": "Finish time", + // "process.detail.status" : "Status", // TODO New key - Add a translation - "process.detail.status" : "Status", - + "process.detail.status": "Status", + // "process.detail.create" : "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", - - - + "process.detail.create": "Create similar process", + + + // "process.overview.table.finish" : "Finish time", // TODO New key - Add a translation - "process.overview.table.finish" : "Finish time", - + "process.overview.table.finish": "Finish time", + // "process.overview.table.id" : "Process ID", // TODO New key - Add a translation - "process.overview.table.id" : "Process ID", - + "process.overview.table.id": "Process ID", + // "process.overview.table.name" : "Name", // TODO New key - Add a translation - "process.overview.table.name" : "Name", - + "process.overview.table.name": "Name", + // "process.overview.table.start" : "Start time", // TODO New key - Add a translation - "process.overview.table.start" : "Start time", - + "process.overview.table.start": "Start time", + // "process.overview.table.status" : "Status", // TODO New key - Add a translation - "process.overview.table.status" : "Status", - + "process.overview.table.status": "Status", + // "process.overview.table.user" : "User", // TODO New key - Add a translation - "process.overview.table.user" : "User", - + "process.overview.table.user": "User", + // "process.overview.title": "Processes Overview", // TODO New key - Add a translation "process.overview.title": "Processes Overview", - + // "process.overview.breadcrumbs": "Processes Overview", // TODO New key - Add a translation "process.overview.breadcrumbs": "Processes Overview", - + // "process.overview.new": "New", // TODO New key - Add a translation "process.overview.new": "New", - - + + // "profile.breadcrumbs": "Update Profile", // TODO New key - Add a translation "profile.breadcrumbs": "Update Profile", - + // "profile.card.identify": "Identify", // TODO New key - Add a translation "profile.card.identify": "Identify", - + // "profile.card.security": "Security", // TODO New key - Add a translation "profile.card.security": "Security", - + // "profile.form.submit": "Update Profile", // TODO New key - Add a translation "profile.form.submit": "Update Profile", - + // "profile.groups.head": "Authorization groups you belong to", // TODO New key - Add a translation "profile.groups.head": "Authorization groups you belong to", - + // "profile.head": "Update Profile", // TODO New key - Add a translation "profile.head": "Update Profile", - + // "profile.metadata.form.error.firstname.required": "First Name is required", // TODO New key - Add a translation "profile.metadata.form.error.firstname.required": "First Name is required", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", // TODO New key - Add a translation "profile.metadata.form.error.lastname.required": "Last Name is required", - + // "profile.metadata.form.label.email": "Email Address", // TODO New key - Add a translation "profile.metadata.form.label.email": "Email Address", - + // "profile.metadata.form.label.firstname": "First Name", // TODO New key - Add a translation "profile.metadata.form.label.firstname": "First Name", - + // "profile.metadata.form.label.language": "Language", // TODO New key - Add a translation "profile.metadata.form.label.language": "Language", - + // "profile.metadata.form.label.lastname": "Last Name", // TODO New key - Add a translation "profile.metadata.form.label.lastname": "Last Name", - + // "profile.metadata.form.label.phone": "Contact Telephone", // TODO New key - Add a translation "profile.metadata.form.label.phone": "Contact Telephone", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", // TODO New key - Add a translation "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", // TODO New key - Add a translation "profile.metadata.form.notifications.success.title": "Profile saved", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", // TODO New key - Add a translation "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", - + // "profile.notifications.warning.no-changes.title": "No changes", // TODO New key - Add a translation "profile.notifications.warning.no-changes.title": "No changes", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "profile.security.form.error.matching-passwords": "The passwords do not match.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.error.password-length": "The password should be at least 6 characters long.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "profile.security.form.label.password": "Password", // TODO New key - Add a translation "profile.security.form.label.password": "Password", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "profile.security.form.label.passwordrepeat": "Retype to confirm", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", // TODO New key - Add a translation "profile.security.form.notifications.success.content": "Your changes to the password were saved.", - + // "profile.security.form.notifications.success.title": "Password saved", // TODO New key - Add a translation "profile.security.form.notifications.success.title": "Password saved", - + // "profile.security.form.notifications.error.title": "Error changing passwords", // TODO New key - Add a translation "profile.security.form.notifications.error.title": "Error changing passwords", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", - + // "profile.title": "Update Profile", // TODO New key - Add a translation "profile.title": "Update Profile", - - - + + + // "project.listelement.badge": "Research Project", "project.listelement.badge": "Onderzoeksproject", - + // "project.page.contributor": "Contributors", "project.page.contributor": "Contributors", - + // "project.page.description": "Description", "project.page.description": "Beschrijving", - + // "project.page.edit": "Edit this item", // TODO New key - Add a translation "project.page.edit": "Edit this item", - + // "project.page.expectedcompletion": "Expected Completion", "project.page.expectedcompletion": "Verwachte afronding", - + // "project.page.funder": "Funders", "project.page.funder": "Funders", - + // "project.page.id": "ID", "project.page.id": "ID", - + // "project.page.keyword": "Keywords", "project.page.keyword": "Trefwoorden", - + // "project.page.status": "Status", "project.page.status": "Status", - + // "project.page.titleprefix": "Research Project: ", "project.page.titleprefix": "Onderzoeksproject: ", - + // "project.search.results.head": "Project Search Results", // TODO New key - Add a translation "project.search.results.head": "Project Search Results", - - - + + + // "publication.listelement.badge": "Publication", "publication.listelement.badge": "Publicatie", - + // "publication.page.description": "Description", "publication.page.description": "Beschrijving", - + // "publication.page.edit": "Edit this item", // TODO New key - Add a translation "publication.page.edit": "Edit this item", - + // "publication.page.journal-issn": "Journal ISSN", "publication.page.journal-issn": "Tijdschrift ISSN", - + // "publication.page.journal-title": "Journal Title", "publication.page.journal-title": "Tijdschrifttitel", - + // "publication.page.publisher": "Publisher", "publication.page.publisher": "Uitgever", - + // "publication.page.titleprefix": "Publication: ", "publication.page.titleprefix": "Publicatie: ", - + // "publication.page.volume-title": "Volume Title", "publication.page.volume-title": "Jaargangtitel", - + // "publication.search.results.head": "Publication Search Results", "publication.search.results.head": "Publicatie zoekresultaten", - + // "publication.search.title": "DSpace Angular :: Publication Search", "publication.search.title": "DSpace Angular :: Publicatie zoeken", - - + + // "register-email.title": "New user registration", // TODO New key - Add a translation "register-email.title": "New user registration", - + // "register-page.create-profile.header": "Create Profile", // TODO New key - Add a translation "register-page.create-profile.header": "Create Profile", - + // "register-page.create-profile.identification.header": "Identify", // TODO New key - Add a translation "register-page.create-profile.identification.header": "Identify", - + // "register-page.create-profile.identification.email": "Email Address", // TODO New key - Add a translation "register-page.create-profile.identification.email": "Email Address", - + // "register-page.create-profile.identification.first-name": "First Name *", // TODO New key - Add a translation "register-page.create-profile.identification.first-name": "First Name *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", // TODO New key - Add a translation "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", - + // "register-page.create-profile.identification.last-name": "Last Name *", // TODO New key - Add a translation "register-page.create-profile.identification.last-name": "Last Name *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", // TODO New key - Add a translation "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - + // "register-page.create-profile.identification.contact": "Contact Telephone", // TODO New key - Add a translation "register-page.create-profile.identification.contact": "Contact Telephone", - + // "register-page.create-profile.identification.language": "Language", // TODO New key - Add a translation "register-page.create-profile.identification.language": "Language", - + // "register-page.create-profile.security.header": "Security", // TODO New key - Add a translation "register-page.create-profile.security.header": "Security", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "register-page.create-profile.security.label.password": "Password *", // TODO New key - Add a translation "register-page.create-profile.security.label.password": "Password *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", // TODO New key - Add a translation "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", - + // "register-page.create-profile.submit": "Complete Registration", // TODO New key - Add a translation "register-page.create-profile.submit": "Complete Registration", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", // TODO New key - Add a translation "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", - + // "register-page.create-profile.submit.error.head": "Registration failed", // TODO New key - Add a translation "register-page.create-profile.submit.error.head": "Registration failed", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", // TODO New key - Add a translation "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - + // "register-page.create-profile.submit.success.head": "Registration completed", // TODO New key - Add a translation "register-page.create-profile.submit.success.head": "Registration completed", - - + + // "register-page.registration.header": "New user registration", // TODO New key - Add a translation "register-page.registration.header": "New user registration", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "register-page.registration.email": "Email Address *", // TODO New key - Add a translation "register-page.registration.email": "Email Address *", - + // "register-page.registration.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "register-page.registration.email.error.required": "Please fill in an email address", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "register-page.registration.email.error.pattern": "Please fill in a valid email address", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "register-page.registration.email.hint": "This address will be verified and used as your login name.", - + // "register-page.registration.submit": "Register", // TODO New key - Add a translation "register-page.registration.submit": "Register", - + // "register-page.registration.success.head": "Verification email sent", // TODO New key - Add a translation "register-page.registration.success.head": "Verification email sent", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "register-page.registration.error.head": "Error when trying to register email", // TODO New key - Add a translation "register-page.registration.error.head": "Error when trying to register email", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", // TODO New key - Add a translation "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - + // "relationships.add.error.server.content": "The server returned an error", // TODO New key - Add a translation "relationships.add.error.server.content": "The server returned an error", - + // "relationships.add.error.title": "Unable to add relationship", // TODO New key - Add a translation "relationships.add.error.title": "Unable to add relationship", - + // "relationships.isAuthorOf": "Authors", "relationships.isAuthorOf": "Auteurs", - + // "relationships.isAuthorOf.Person": "Authors (persons)", // TODO New key - Add a translation "relationships.isAuthorOf.Person": "Authors (persons)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", // TODO New key - Add a translation "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", - + // "relationships.isIssueOf": "Journal Issues", "relationships.isIssueOf": "Tijdschriftafleveringen", - + // "relationships.isJournalIssueOf": "Journal Issue", "relationships.isJournalIssueOf": "Tijdschriftaflevering", - + // "relationships.isJournalOf": "Journals", "relationships.isJournalOf": "Tijdschriften", - + // "relationships.isOrgUnitOf": "Organizational Units", "relationships.isOrgUnitOf": "Organisatie-onderdelen", - + // "relationships.isPersonOf": "Authors", "relationships.isPersonOf": "Auteurs", - + // "relationships.isProjectOf": "Research Projects", "relationships.isProjectOf": "Onderzoeksprojecten", - + // "relationships.isPublicationOf": "Publications", "relationships.isPublicationOf": "Publicaties", - + // "relationships.isPublicationOfJournalIssue": "Articles", "relationships.isPublicationOfJournalIssue": "Artikelen", - + // "relationships.isSingleJournalOf": "Journal", "relationships.isSingleJournalOf": "Tijdschrift", - + // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "Tijdschriftjaargang", - + // "relationships.isVolumeOf": "Journal Volumes", "relationships.isVolumeOf": "Tijdschriftjaargangen", - + // "relationships.isContributorOf": "Contributors", // TODO New key - Add a translation "relationships.isContributorOf": "Contributors", - - - + + + // "resource-policies.add.button": "Add", // TODO New key - Add a translation "resource-policies.add.button": "Add", - + // "resource-policies.add.for.": "Add a new policy", // TODO New key - Add a translation "resource-policies.add.for.": "Add a new policy", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", // TODO New key - Add a translation "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", // TODO New key - Add a translation "resource-policies.add.for.bundle": "Add a new Bundle policy", - + // "resource-policies.add.for.item": "Add a new Item policy", // TODO New key - Add a translation "resource-policies.add.for.item": "Add a new Item policy", - + // "resource-policies.add.for.community": "Add a new Community policy", // TODO New key - Add a translation "resource-policies.add.for.community": "Add a new Community policy", - + // "resource-policies.add.for.collection": "Add a new Collection policy", // TODO New key - Add a translation "resource-policies.add.for.collection": "Add a new Collection policy", - + // "resource-policies.create.page.heading": "Create new resource policy for ", // TODO New key - Add a translation "resource-policies.create.page.heading": "Create new resource policy for ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", // TODO New key - Add a translation "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - + // "resource-policies.create.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.create.page.success.content": "Operation successful", - + // "resource-policies.create.page.title": "Create new resource policy", // TODO New key - Add a translation "resource-policies.create.page.title": "Create new resource policy", - + // "resource-policies.delete.btn": "Delete selected", // TODO New key - Add a translation "resource-policies.delete.btn": "Delete selected", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", // TODO New key - Add a translation "resource-policies.delete.btn.title": "Delete selected resource policies", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", // TODO New key - Add a translation "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", - + // "resource-policies.delete.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.delete.success.content": "Operation successful", - + // "resource-policies.edit.page.heading": "Edit resource policy ", // TODO New key - Add a translation "resource-policies.edit.page.heading": "Edit resource policy ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", // TODO New key - Add a translation "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - + // "resource-policies.edit.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.edit.page.success.content": "Operation successful", - + // "resource-policies.edit.page.title": "Edit resource policy", // TODO New key - Add a translation "resource-policies.edit.page.title": "Edit resource policy", - + // "resource-policies.form.action-type.label": "Select the action type", // TODO New key - Add a translation "resource-policies.form.action-type.label": "Select the action type", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", // TODO New key - Add a translation "resource-policies.form.action-type.required": "You must select the resource policy action.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.select.btn": "Select", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.action": "Action", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.name": "Name", - + // "resource-policies.form.date.end.label": "End Date", // TODO New key - Add a translation "resource-policies.form.date.end.label": "End Date", - + // "resource-policies.form.date.start.label": "Start Date", // TODO New key - Add a translation "resource-policies.form.date.start.label": "Start Date", - + // "resource-policies.form.description.label": "Description", // TODO New key - Add a translation "resource-policies.form.description.label": "Description", - + // "resource-policies.form.name.label": "Name", // TODO New key - Add a translation "resource-policies.form.name.label": "Name", - + // "resource-policies.form.policy-type.label": "Select the policy type", // TODO New key - Add a translation "resource-policies.form.policy-type.label": "Select the policy type", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", // TODO New key - Add a translation "resource-policies.form.policy-type.required": "You must select the resource policy type.", - + // "resource-policies.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.table.headers.action": "Action", - + // "resource-policies.table.headers.date.end": "End Date", // TODO New key - Add a translation "resource-policies.table.headers.date.end": "End Date", - + // "resource-policies.table.headers.date.start": "Start Date", // TODO New key - Add a translation "resource-policies.table.headers.date.start": "Start Date", - + // "resource-policies.table.headers.edit": "Edit", // TODO New key - Add a translation "resource-policies.table.headers.edit": "Edit", - + // "resource-policies.table.headers.edit.group": "Edit group", // TODO New key - Add a translation "resource-policies.table.headers.edit.group": "Edit group", - + // "resource-policies.table.headers.edit.policy": "Edit policy", // TODO New key - Add a translation "resource-policies.table.headers.edit.policy": "Edit policy", - + // "resource-policies.table.headers.eperson": "EPerson", // TODO New key - Add a translation "resource-policies.table.headers.eperson": "EPerson", - + // "resource-policies.table.headers.group": "Group", // TODO New key - Add a translation "resource-policies.table.headers.group": "Group", - + // "resource-policies.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.table.headers.name": "Name", - + // "resource-policies.table.headers.policyType": "type", // TODO New key - Add a translation "resource-policies.table.headers.policyType": "type", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", // TODO New key - Add a translation "resource-policies.table.headers.title.for.item": "Policies for Item", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", // TODO New key - Add a translation "resource-policies.table.headers.title.for.community": "Policies for Community", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", // TODO New key - Add a translation "resource-policies.table.headers.title.for.collection": "Policies for Collection", - - - + + + // "search.description": "", "search.description": "", - + // "search.switch-configuration.title": "Show", "search.switch-configuration.title": "Toon", - + // "search.title": "DSpace Angular :: Search", "search.title": "DSpace Angular :: Zoek", - + // "search.breadcrumbs": "Search", // TODO New key - Add a translation "search.breadcrumbs": "Search", - - + + // "search.filters.applied.f.author": "Author", "search.filters.applied.f.author": "Auteur", - + // "search.filters.applied.f.dateIssued.max": "End date", "search.filters.applied.f.dateIssued.max": "Einddatum", - + // "search.filters.applied.f.dateIssued.min": "Start date", "search.filters.applied.f.dateIssued.min": "Startdatum", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", "search.filters.applied.f.dateSubmitted": "Indiendatum", - + // "search.filters.applied.f.discoverable": "Private", // TODO New key - Add a translation "search.filters.applied.f.discoverable": "Private", - + // "search.filters.applied.f.entityType": "Item Type", "search.filters.applied.f.entityType": "Soort item", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", "search.filters.applied.f.has_content_in_original_bundle": "Heeft bestanden", - + // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "Type", - + // "search.filters.applied.f.namedresourcetype": "Status", "search.filters.applied.f.namedresourcetype": "Status", - + // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Onderwerp", - + // "search.filters.applied.f.submitter": "Submitter", "search.filters.applied.f.submitter": "Indiener", - + // "search.filters.applied.f.jobTitle": "Job Title", // TODO New key - Add a translation "search.filters.applied.f.jobTitle": "Job Title", - + // "search.filters.applied.f.birthDate.max": "End birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.max": "End birth date", - + // "search.filters.applied.f.birthDate.min": "Start birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.min": "Start birth date", - + // "search.filters.applied.f.withdrawn": "Withdrawn", // TODO New key - Add a translation "search.filters.applied.f.withdrawn": "Withdrawn", - - - + + + // "search.filters.filter.author.head": "Author", "search.filters.filter.author.head": "Auteur", - + // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "Auteursnaam", - + // "search.filters.filter.birthDate.head": "Birth Date", "search.filters.filter.birthDate.head": "Geboortedatum", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", "search.filters.filter.birthDate.placeholder": "Geboortedatum", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", "search.filters.filter.creativeDatePublished.head": "Datum van uitgave", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", "search.filters.filter.creativeDatePublished.placeholder": "Datum van uitgave", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Redacteur", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", "search.filters.filter.creativeWorkEditor.placeholder": "Redacteur", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", "search.filters.filter.creativeWorkKeywords.head": "Onderwerp", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", "search.filters.filter.creativeWorkKeywords.placeholder": "Onderwerp", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", "search.filters.filter.creativeWorkPublisher.head": "Uitgever", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", "search.filters.filter.creativeWorkPublisher.placeholder": "Uitgever", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "Datum", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", "search.filters.filter.dateIssued.max.placeholder": "Vroegste Datum", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", "search.filters.filter.dateIssued.min.placeholder": "Laatste Datum", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", "search.filters.filter.dateSubmitted.head": "Indiendatum", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", "search.filters.filter.dateSubmitted.placeholder": "Indiendatum", - + // "search.filters.filter.discoverable.head": "Private", // TODO New key - Add a translation "search.filters.filter.discoverable.head": "Private", - + // "search.filters.filter.withdrawn.head": "Withdrawn", // TODO New key - Add a translation "search.filters.filter.withdrawn.head": "Withdrawn", - + // "search.filters.filter.entityType.head": "Item Type", "search.filters.filter.entityType.head": "Soort item", - + // "search.filters.filter.entityType.placeholder": "Item Type", "search.filters.filter.entityType.placeholder": "Soort item", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", "search.filters.filter.has_content_in_original_bundle.head": "Heeft bestanden", - + // "search.filters.filter.itemtype.head": "Type", "search.filters.filter.itemtype.head": "Type", - + // "search.filters.filter.itemtype.placeholder": "Type", "search.filters.filter.itemtype.placeholder": "Type", - + // "search.filters.filter.jobTitle.head": "Job Title", "search.filters.filter.jobTitle.head": "Functienaam", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", "search.filters.filter.jobTitle.placeholder": "Functienaam", - + // "search.filters.filter.knowsLanguage.head": "Known language", "search.filters.filter.knowsLanguage.head": "Kent taal", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", "search.filters.filter.knowsLanguage.placeholder": "Kent taal", - + // "search.filters.filter.namedresourcetype.head": "Status", "search.filters.filter.namedresourcetype.head": "Status", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", "search.filters.filter.namedresourcetype.placeholder": "Status", - + // "search.filters.filter.objectpeople.head": "People", "search.filters.filter.objectpeople.head": "Personen", - + // "search.filters.filter.objectpeople.placeholder": "People", "search.filters.filter.objectpeople.placeholder": "Personen", - + // "search.filters.filter.organizationAddressCountry.head": "Country", "search.filters.filter.organizationAddressCountry.head": "Land", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", "search.filters.filter.organizationAddressCountry.placeholder": "Land", - + // "search.filters.filter.organizationAddressLocality.head": "City", "search.filters.filter.organizationAddressLocality.head": "Plaats", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", "search.filters.filter.organizationAddressLocality.placeholder": "Plaats", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", "search.filters.filter.organizationFoundingDate.head": "Oprichtingsdatum", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", "search.filters.filter.organizationFoundingDate.placeholder": "Oprichtingsdatum", - + // "search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Bereik", - + // "search.filters.filter.scope.placeholder": "Scope filter", "search.filters.filter.scope.placeholder": "Bereikfilter", - + // "search.filters.filter.show-less": "Collapse", "search.filters.filter.show-less": "Inklappen", - + // "search.filters.filter.show-more": "Show more", "search.filters.filter.show-more": "Toon meer", - + // "search.filters.filter.subject.head": "Subject", "search.filters.filter.subject.head": "Onderwerp", - + // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "Onderwerp", - + // "search.filters.filter.submitter.head": "Submitter", "search.filters.filter.submitter.head": "Indiener", - + // "search.filters.filter.submitter.placeholder": "Submitter", "search.filters.filter.submitter.placeholder": "Indiener", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", // TODO New key - Add a translation "search.filters.entityType.JournalIssue": "Journal Issue", - + // "search.filters.entityType.JournalVolume": "Journal Volume", // TODO New key - Add a translation "search.filters.entityType.JournalVolume": "Journal Volume", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", // TODO New key - Add a translation "search.filters.entityType.OrgUnit": "Organizational Unit", - + // "search.filters.has_content_in_original_bundle.true": "Yes", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.true": "Yes", - + // "search.filters.has_content_in_original_bundle.false": "No", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.false": "No", - + // "search.filters.discoverable.true": "No", // TODO New key - Add a translation "search.filters.discoverable.true": "No", - + // "search.filters.discoverable.false": "Yes", // TODO New key - Add a translation "search.filters.discoverable.false": "Yes", - + // "search.filters.withdrawn.true": "Yes", // TODO New key - Add a translation "search.filters.withdrawn.true": "Yes", - + // "search.filters.withdrawn.false": "No", // TODO New key - Add a translation "search.filters.withdrawn.false": "No", - - + + // "search.filters.head": "Filters", "search.filters.head": "Filters", - + // "search.filters.reset": "Reset filters", "search.filters.reset": "Filters verwijderen", - - - + + + // "search.form.search": "Search", "search.form.search": "Zoek", - + // "search.form.search_dspace": "Search DSpace", "search.form.search_dspace": "Zoek in DSpace", - + // "search.form.search_mydspace": "Search MyDSpace", "search.form.search_mydspace": "Zoek in MyDSpace", - - - + + + // "search.results.head": "Search Results", "search.results.head": "Zoekresultaten", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "Er waren geen resultaten voor deze zoekopdracht. Kunt u niet vinden wat u zoekt? Probeer het met ", - + // "search.results.no-results-link": "quotes around it", "search.results.no-results-link": "aanhalingstekens om uw zoekterm", - + // "search.results.empty": "Your search returned no results.", // TODO New key - Add a translation "search.results.empty": "Your search returned no results.", - - - + + + // "search.sidebar.close": "Back to results", "search.sidebar.close": "Terug naar de resultaten", - + // "search.sidebar.filters.title": "Filters", "search.sidebar.filters.title": "Filters", - + // "search.sidebar.open": "Search Tools", "search.sidebar.open": "Zoekmogelijkheden", - + // "search.sidebar.results": "results", "search.sidebar.results": "resultaten", - + // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "Resultaten per pagina", - + // "search.sidebar.settings.sort-by": "Sort By", "search.sidebar.settings.sort-by": "Sorteer volgens", - + // "search.sidebar.settings.title": "Settings", "search.sidebar.settings.title": "Instellingen", - - - + + + // "search.view-switch.show-detail": "Show detail", "search.view-switch.show-detail": "Toon detail", - + // "search.view-switch.show-grid": "Show as grid", "search.view-switch.show-grid": "Toon in raster", - + // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "Toon als lijst", - - - + + + // "sorting.ASC": "Ascending", // TODO New key - Add a translation "sorting.ASC": "Ascending", - + // "sorting.DESC": "Descending", // TODO New key - Add a translation "sorting.DESC": "Descending", - + // "sorting.dc.title.ASC": "Title Ascending", "sorting.dc.title.ASC": "Oplopend op titel", - + // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Aflopend op titel", - + // "sorting.score.DESC": "Relevance", "sorting.score.DESC": "Relevantie", - - - + + + // "statistics.title": "Statistics", // TODO New key - Add a translation "statistics.title": "Statistics", - + // "statistics.header": "Statistics for {{ scope }}", // TODO New key - Add a translation "statistics.header": "Statistics for {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", // TODO New key - Add a translation "statistics.breadcrumbs": "Statistics", - + // "statistics.page.no-data": "No data available", // TODO New key - Add a translation "statistics.page.no-data": "No data available", - + // "statistics.table.no-data": "No data available", // TODO New key - Add a translation "statistics.table.no-data": "No data available", - + // "statistics.table.title.TotalVisits": "Total visits", // TODO New key - Add a translation "statistics.table.title.TotalVisits": "Total visits", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", // TODO New key - Add a translation "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - + // "statistics.table.title.TotalDownloads": "File Visits", // TODO New key - Add a translation "statistics.table.title.TotalDownloads": "File Visits", - + // "statistics.table.title.TopCountries": "Top country views", // TODO New key - Add a translation "statistics.table.title.TopCountries": "Top country views", - + // "statistics.table.title.TopCities": "Top city views", // TODO New key - Add a translation "statistics.table.title.TopCities": "Top city views", - + // "statistics.table.header.views": "Views", // TODO New key - Add a translation "statistics.table.header.views": "Views", - - - + + + // "submission.edit.title": "Edit Submission", "submission.edit.title": "Bewerk submission", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", "submission.general.cannot_submit": "U heeft niet voldoende rechten om een nieuwe submission in te dienen.", - + // "submission.general.deposit": "Deposit", "submission.general.deposit": "Dien in", - + // "submission.general.discard.confirm.cancel": "Cancel", "submission.general.discard.confirm.cancel": "Annuleer", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", "submission.general.discard.confirm.info": "Deze handeling kan niet ongedaan worden gemaakt. Weet u het zeker?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "Ja, ik weet het zeker", - + // "submission.general.discard.confirm.title": "Discard submission", "submission.general.discard.confirm.title": "Annuleer submission", - + // "submission.general.discard.submit": "Discard", "submission.general.discard.submit": "Annuleer", - + // "submission.general.save": "Save", "submission.general.save": "Opslaan", - + // "submission.general.save-later": "Save for later", "submission.general.save-later": "Bewaar voor later", - - + + // "submission.import-external.page.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.page.title": "Import metadata from an external source", - + // "submission.import-external.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.title": "Import metadata from an external source", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", // TODO New key - Add a translation "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", // TODO New key - Add a translation "submission.import-external.back-to-my-dspace": "Back to MyDSpace", - + // "submission.import-external.search.placeholder": "Search the external source", // TODO New key - Add a translation "submission.import-external.search.placeholder": "Search the external source", - + // "submission.import-external.search.button": "Search", // TODO New key - Add a translation "submission.import-external.search.button": "Search", - + // "submission.import-external.search.button.hint": "Write some words to search", // TODO New key - Add a translation "submission.import-external.search.button.hint": "Write some words to search", - + // "submission.import-external.search.source.hint": "Pick an external source", // TODO New key - Add a translation "submission.import-external.search.source.hint": "Pick an external source", - + // "submission.import-external.source.arxiv": "arXiv", // TODO New key - Add a translation "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", // TODO New key - Add a translation "submission.import-external.source.loading": "Loading ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", // TODO New key - Add a translation "submission.import-external.source.sherpaJournal": "SHERPA Journals", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", // TODO New key - Add a translation "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - + // "submission.import-external.source.orcid": "ORCID", // TODO New key - Add a translation "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", // TODO New key - Add a translation "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", // TODO New key - Add a translation "submission.import-external.source.lcname": "Library of Congress Names", - + // "submission.import-external.preview.title": "Item Preview", // TODO New key - Add a translation "submission.import-external.preview.title": "Item Preview", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", // TODO New key - Add a translation "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", - + // "submission.import-external.preview.button.import": "Start submission", // TODO New key - Add a translation "submission.import-external.preview.button.import": "Start submission", - + // "submission.import-external.preview.error.import.title": "Submission error", // TODO New key - Add a translation "submission.import-external.preview.error.import.title": "Submission error", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", // TODO New key - Add a translation "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", - + // "submission.sections.describe.relationship-lookup.close": "Close", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.close": "Close", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.search": "Go", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Project": "Projects", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Publication": "Publications", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Person": "Authors", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", // TODO New key - Add a translation - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", - + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", - + // "submission.sections.ccLicense.type": "License Type", // TODO New key - Add a translation "submission.sections.ccLicense.type": "License Type", - + // "submission.sections.ccLicense.select": "Select a license type…", // TODO New key - Add a translation "submission.sections.ccLicense.select": "Select a license type…", - + // "submission.sections.ccLicense.change": "Change your license type…", // TODO New key - Add a translation "submission.sections.ccLicense.change": "Change your license type…", - + // "submission.sections.ccLicense.none": "No licenses available", // TODO New key - Add a translation "submission.sections.ccLicense.none": "No licenses available", - + // "submission.sections.ccLicense.option.select": "Select an option…", // TODO New key - Add a translation "submission.sections.ccLicense.option.select": "Select an option…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", // TODO New key - Add a translation "submission.sections.ccLicense.link": "You’ve selected the following license:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", // TODO New key - Add a translation "submission.sections.ccLicense.confirmation": "I grant the license above", - + // "submission.sections.general.add-more": "Add more", "submission.sections.general.add-more": "Voeg meer toe", - + // "submission.sections.general.collection": "Collection", "submission.sections.general.collection": "Collectie", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", "submission.sections.general.deposit_error_notice": "Er is een probleem opgetreden bij het indienen van het item. Probeer het later nog eens.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", "submission.sections.general.deposit_success_notice": "Submission ingediend.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", "submission.sections.general.discard_error_notice": "Er is een probleem opgetreden bij het annuleren van de submission. Probeer het later nog eens.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", "submission.sections.general.discard_success_notice": "Submission geannuleerd.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", "submission.sections.general.metadata-extracted": "Er zijn nieuwe metadata gevonden en toegevoegd aan de {{sectionId}} sectie.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", "submission.sections.general.metadata-extracted-new-section": "De nieuwe sectie {{sectionId}} is toegevoegd aaan de submission.", - + // "submission.sections.general.no-collection": "No collection found", "submission.sections.general.no-collection": "Geen collectie gevonden", - + // "submission.sections.general.no-sections": "No options available", "submission.sections.general.no-sections": "Geen opties beschikbaar", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", "submission.sections.general.save_error_notice": "Er is een probleem opgetreden bij het bewaren van het item. Probeer het later nog eens.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", "submission.sections.general.save_success_notice": "Submission is opgeslagen.", - + // "submission.sections.general.search-collection": "Search for a collection", "submission.sections.general.search-collection": "Zoek een collectie", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", "submission.sections.general.sections_not_valid": "Sommige secties zijn onvolledig.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", // TODO New key - Add a translation "submission.sections.submit.progressbar.CClicense": "Creative commons license", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", "submission.sections.submit.progressbar.describe.recycle": "Recycle", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", "submission.sections.submit.progressbar.describe.stepcustom": "Beschrijf", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", "submission.sections.submit.progressbar.describe.stepone": "Beschrijf", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", "submission.sections.submit.progressbar.describe.steptwo": "Beschrijf", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", "submission.sections.submit.progressbar.detect-duplicate": "Mogelijke verdubbeling", - + // "submission.sections.submit.progressbar.license": "Deposit license", "submission.sections.submit.progressbar.license": "Deposit licentie", - + // "submission.sections.submit.progressbar.upload": "Upload files", "submission.sections.submit.progressbar.upload": "Upload bestanden", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", "submission.sections.upload.delete.confirm.cancel": "Annuleer", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", "submission.sections.upload.delete.confirm.info": "Deze handeling kan niet ongedaan worden gemaakt. Weet u het zeker?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", "submission.sections.upload.delete.confirm.submit": "Ja, ik weet het zeker", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", "submission.sections.upload.delete.confirm.title": "Verwijder bitstream", - + // "submission.sections.upload.delete.submit": "Delete", "submission.sections.upload.delete.submit": "Verwijder", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", "submission.sections.upload.drop-message": "Sleep bestanden om ze toe te voegen aan het item", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", "submission.sections.upload.form.access-condition-label": "Soort toegangsrecht", - + // "submission.sections.upload.form.date-required": "Date is required.", "submission.sections.upload.form.date-required": "De datum is verplicht.", - + // "submission.sections.upload.form.from-label": "Grant access from", // TODO Source message changed - Revise the translation "submission.sections.upload.form.from-label": "Toegang vanaf", - + // "submission.sections.upload.form.from-placeholder": "From", "submission.sections.upload.form.from-placeholder": "Van", - + // "submission.sections.upload.form.group-label": "Group", "submission.sections.upload.form.group-label": "Groep", - + // "submission.sections.upload.form.group-required": "Group is required.", "submission.sections.upload.form.group-required": "Groep is verplicht.", - + // "submission.sections.upload.form.until-label": "Grant access until", // TODO Source message changed - Revise the translation "submission.sections.upload.form.until-label": "Toegang tot", - + // "submission.sections.upload.form.until-placeholder": "Until", "submission.sections.upload.form.until-placeholder": "Tot", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", "submission.sections.upload.header.policy.default.nolist": "Bestanden in de collectie {{collectionName}} zullen toegankelijk zijn volgens deze groep(en):", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", "submission.sections.upload.header.policy.default.withlist": "Let op: bestanden in de collectie {{collectionName}} zullen niet alleen toegankelijk zijn volgens de expliciet toegekende rechten per bestand, maar ook volgens de volgende groep(en):", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", "submission.sections.upload.info": "Hier vindt u alle bestanden van het item. U kunt de metadata en toegangsrechten bewerken of meer bestanden toevoegen door ze naar deze pagina te slepen.", - + // "submission.sections.upload.no-entry": "No", "submission.sections.upload.no-entry": "Nee", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", "submission.sections.upload.no-file-uploaded": "Nog geen bestand geupload.", - + // "submission.sections.upload.save-metadata": "Save metadata", "submission.sections.upload.save-metadata": "Bewaar metadata", - + // "submission.sections.upload.undo": "Cancel", "submission.sections.upload.undo": "Annuleer", - + // "submission.sections.upload.upload-failed": "Upload failed", "submission.sections.upload.upload-failed": "Upload mislukt", - + // "submission.sections.upload.upload-successful": "Upload successful", "submission.sections.upload.upload-successful": "Upload geslaagd", - - - + + + // "submission.submit.title": "Submission", "submission.submit.title": "Submission", - - - + + + // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "Verwijder", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", "submission.workflow.generic.delete-help": "Als u dit item wilt verwijderen, kies \"Verwijder\". Er zal gevraagd worden dit te bevestigen.", - + // "submission.workflow.generic.edit": "Edit", "submission.workflow.generic.edit": "Bewerk", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", "submission.workflow.generic.edit-help": "Kies deze optie om de metadata van het item te bewerken.", - + // "submission.workflow.generic.view": "View", "submission.workflow.generic.view": "Bekijk", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", "submission.workflow.generic.view-help": "Kies deze optie om de metadata van het item te bekijken.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", "submission.workflow.tasks.claimed.approve": "Accepteer", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", "submission.workflow.tasks.claimed.approve_help": "Als u het item gecontroleerd heeft en het geschikt is om in de collectie te worden opgenomen, kiest u \"Accepteer\".", - + // "submission.workflow.tasks.claimed.edit": "Edit", "submission.workflow.tasks.claimed.edit": "Bewerk", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "Kies deze optie om de metadata van het item te bewerken.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", "submission.workflow.tasks.claimed.reject.reason.info": "Vul uw reden om dit item te weigeren. Geef hierbij aan of de indiener het probleem kan verhelpen en het item opnieuw kan indienen.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", "submission.workflow.tasks.claimed.reject.reason.placeholder": "Reden voor weigering", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", "submission.workflow.tasks.claimed.reject.reason.submit": "Weiger item", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", "submission.workflow.tasks.claimed.reject.reason.title": "Reden", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", "submission.workflow.tasks.claimed.reject.submit": "Weiger", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", "submission.workflow.tasks.claimed.reject_help": "Als u het item gecontroleerd heeft en heeft geconstateerd dat het niet geschikt is om opgenomen te worden, kies dan \"Weiger\". Er zal gevraagd worden om de reden van de weigering te geven. Ook kunt u aangeven of de indiener iets kan wijzigen en opnieuw indienen.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", "submission.workflow.tasks.claimed.return": "Terug naar pool", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", "submission.workflow.tasks.claimed.return_help": "Stuur de taak terug naar de pool, zodat iemand anders de taak kan uitvoeren.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", "submission.workflow.tasks.generic.error": "Er is een fout opgetreden tijdens de verwerking...", - + // "submission.workflow.tasks.generic.processing": "Processing...", "submission.workflow.tasks.generic.processing": "Bezig met verwerken...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", "submission.workflow.tasks.generic.submitter": "Indiener", - + // "submission.workflow.tasks.generic.success": "Operation successful", "submission.workflow.tasks.generic.success": "Verwerking geslaagd", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", "submission.workflow.tasks.pool.claim": "Claim", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", "submission.workflow.tasks.pool.claim_help": "Ken uzelf deze taak toe.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", "submission.workflow.tasks.pool.hide-detail": "Verberg detail", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "Toon detail", - - - + + + // "title": "DSpace", "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", // TODO New key - Add a translation "vocabulary-treeview.header": "Hierarchical tree view", - + // "vocabulary-treeview.load-more": "Load more", // TODO New key - Add a translation "vocabulary-treeview.load-more": "Load more", - + // "vocabulary-treeview.search.form.reset": "Reset", // TODO New key - Add a translation "vocabulary-treeview.search.form.reset": "Reset", - + // "vocabulary-treeview.search.form.search": "Search", // TODO New key - Add a translation "vocabulary-treeview.search.form.search": "Search", - + // "vocabulary-treeview.search.no-result": "There were no items to show", // TODO New key - Add a translation "vocabulary-treeview.search.no-result": "There were no items to show", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", // TODO New key - Add a translation "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", // TODO New key - Add a translation "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", - - - + + + // "uploader.browse": "browse", "uploader.browse": "blader", - + // "uploader.drag-message": "Drag & Drop your files here", "uploader.drag-message": "Sleep uw bestanden hierheen", - + // "uploader.or": ", or ", // TODO Source message changed - Revise the translation "uploader.or": ", of", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation "uploader.processing": "Bezig", - + // "uploader.queue-length": "Queue length", "uploader.queue-length": "Queue lengte", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", // TODO New key - Add a translation "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", // TODO New key - Add a translation "workflowAdmin.search.results.head": "Administer Workflow", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.title": "Deleted", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", - + // "workflow-item.delete.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.delete.notification.error.title": "Something went wrong", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", // TODO New key - Add a translation "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", - + // "workflow-item.delete.title": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.title": "Delete workflow item", - + // "workflow-item.delete.header": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.header": "Delete workflow item", - + // "workflow-item.delete.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.delete.button.cancel": "Cancel", - + // "workflow-item.delete.button.confirm": "Delete", // TODO New key - Add a translation "workflow-item.delete.button.confirm": "Delete", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.title": "Sent back to submitter", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.send-back.notification.error.title": "Something went wrong", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.title": "Send workflow item back to submitter", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.header": "Send workflow item back to submitter", - + // "workflow-item.send-back.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.send-back.button.cancel": "Cancel", - + // "workflow-item.send-back.button.confirm": "Send back" // TODO New key - Add a translation - "workflow-item.send-back.button.confirm": "Send back" - + "workflow-item.send-back.button.confirm": "Send back", + } diff --git a/src/assets/i18n/pl.json5 b/src/assets/i18n/pl.json5 index 706283601f..c690f765be 100644 --- a/src/assets/i18n/pl.json5 +++ b/src/assets/i18n/pl.json5 @@ -1,2302 +1,2302 @@ { - "401.help":"Nie masz uprawnień do dostępu do tej strony. Możesz użyć przycisku poniżej, aby powrócić do strony głównej.", - "401.link.home-page":"Zabierz mnie na stronę główną", - "401.unauthorized":"nieautoryzowany", - "403.help":"Nie masz uprawnień do dostępu do tej strony. Możesz użyć przycisku poniżej, aby wrócić do strony głównej.", - "403.link.home-page":"Zabierz mnie na stronę główną", - "403.forbidden":"zabroniony", - "404.help":"Nie możemy znaleźć strony, której szukasz. Strona mogła zostać przeniesiona lub usunięta. Możesz użyć przycisku poniżej, aby powrócić do strony głównej. ", - "404.link.home-page":"Zabierz mnie na stronę główną", - "404.page-not-found":"strona nie została znaleziona", - "admin.curation-tasks.breadcrumbs":"Systemowe zadania administracyjne", - "admin.curation-tasks.title":"Systemowe zadania administracyjne", - "admin.curation-tasks.header":"Systemowe zadania administracyjne", - "admin.registries.bitstream-formats.breadcrumbs":"Rejestr formatów", - "admin.registries.bitstream-formats.create.breadcrumbs":"Format strumienia bitów", - "admin.registries.bitstream-formats.create.failure.content":"Wystąpił błąd podczas tworzenia nowego formatu strumienia bitów.", - "admin.registries.bitstream-formats.create.failure.head":"Nie udało się", - "admin.registries.bitstream-formats.create.head":"Utwórz nowy format", - "admin.registries.bitstream-formats.create.new":"Dodaj nowy format", - "admin.registries.bitstream-formats.create.success.content":"Nowy format strumienia bitów został pomyślnie utworzony.", - "admin.registries.bitstream-formats.create.success.head":"Udało się", - "admin.registries.bitstream-formats.delete.failure.amount":"Nie udało się usunąć {{ amount }} formatu(ów)", - "admin.registries.bitstream-formats.delete.failure.head":"Nie udało się", - "admin.registries.bitstream-formats.delete.success.amount":"Udało się usunąć {{ amount }} formatu(ów)", - "admin.registries.bitstream-formats.delete.success.head":"Udało się", - "admin.registries.bitstream-formats.description":"Na liście formatów wyświetlono informacje o obsługiwanych formatach i czy są one wspierane przez system.", - "admin.registries.bitstream-formats.edit.breadcrumbs":"Format strumienia bitów", - "admin.registries.bitstream-formats.edit.description.hint":"", - "admin.registries.bitstream-formats.edit.description.label":"Opis", - "admin.registries.bitstream-formats.edit.extensions.hint":"Rozszerzenia to rozszerzenia plików, które są używane do automatycznej identyfikacji formatu przesyłanych plików. Możesz wprowadzić kilka rozszerzeń dla każdego formatu.", - "admin.registries.bitstream-formats.edit.extensions.label":"Rozszerzenia plików", - "admin.registries.bitstream-formats.edit.extensions.placeholder":"Wprowadź rozszerzenie pliku bez kropki", - "admin.registries.bitstream-formats.edit.failure.content":"Wystąpił błąd podczas edycji formatu pliku.", - "admin.registries.bitstream-formats.edit.failure.head":"Nie udało się", - "admin.registries.bitstream-formats.edit.head":"Format plików: {{ format }}", - "admin.registries.bitstream-formats.edit.internal.hint":"Formaty oznaczone jako wewnętrzne są ukryte przed użytkownikiem i wykorzystywane do celów administracyjnych.", - "admin.registries.bitstream-formats.edit.internal.label":"Wewnętrzny", - "admin.registries.bitstream-formats.edit.mimetype.hint":"Typ MIME powiązany z tym formatem, nie musi być unikalny.", - "admin.registries.bitstream-formats.edit.mimetype.label":"Typ MIME", - "admin.registries.bitstream-formats.edit.shortDescription.hint":"Unikalna nazwa dla tego formatu, (np. Microsoft Word XP lub Microsoft Word 2000)", - "admin.registries.bitstream-formats.edit.shortDescription.label":"Nazwa", - "admin.registries.bitstream-formats.edit.success.content":"Format strumienia bitów został pomyślnie edytowany.", - "admin.registries.bitstream-formats.edit.success.head":"Udało się", - "admin.registries.bitstream-formats.edit.supportLevel.hint":"Poziom wsparcia, jaki Twoja instytucja deklaruje dla tego formatu.", - "admin.registries.bitstream-formats.edit.supportLevel.label":"Obsługiwany format", - "admin.registries.bitstream-formats.head":"Rejestr formatów", - "admin.registries.bitstream-formats.no-items":"Brak formatów plików do wyświetlenia.", - "admin.registries.bitstream-formats.table.delete":"Usuń zaznaczone", - "admin.registries.bitstream-formats.table.deselect-all":"Odznacz wszystkie", - "admin.registries.bitstream-formats.table.internal":"wewnętrzne", - "admin.registries.bitstream-formats.table.mimetype":"Typ MIME", - "admin.registries.bitstream-formats.table.name":"Nazwa", - "admin.registries.bitstream-formats.table.return":"Powrót", - "admin.registries.bitstream-formats.table.supportLevel.KNOWN":"Znane", - "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED":"Wspierane", - "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN":"Nieznane", - "admin.registries.bitstream-formats.table.supportLevel.head":"Obsługiwany format", - "admin.registries.bitstream-formats.title":"Rejestr formatów plików", - "admin.registries.metadata.breadcrumbs":"Rejestr metadanych", - "admin.registries.metadata.description":"W rejestrze metadanych przechowywana jest lista wszystkich pól metadanych dostępnych w repozytorium. Przechowywane pola są przechowywane w kilku rejestrach. DSpace wymaga kwalifikowanego rejestru metadanych Dublin Core.", - "admin.registries.metadata.form.create":"Utwórz schemat metadanych", - "admin.registries.metadata.form.edit":"Edytuj schemat metadanych", - "admin.registries.metadata.form.name":"Nazwa", - "admin.registries.metadata.form.namespace":"Nazwa schematu", - "admin.registries.metadata.head":"Rejestr metadanych", - "admin.registries.metadata.schemas.no-items":"Brak rejestrów metadanych do pokazania.", - "admin.registries.metadata.schemas.table.delete":"Usuń zaznaczone", - "admin.registries.metadata.schemas.table.id":"ID", - "admin.registries.metadata.schemas.table.name":"Nazwa", - "admin.registries.metadata.schemas.table.namespace":"Nazwa schematu", - "admin.registries.metadata.title":"Rejestr metadanych", - "admin.registries.schema.breadcrumbs":"Schemat metadanych", - "admin.registries.schema.description":"Ten schemat metadanych jest stworzony na podstawie \"{{namespace}}\".", - "admin.registries.schema.fields.head":"Pola schematu metadanych", - "admin.registries.schema.fields.no-items":"Brak pól metadanych do pokazania.", - "admin.registries.schema.fields.table.delete":"Usuń zaznaczone", - "admin.registries.schema.fields.table.field":"Pole", - "admin.registries.schema.fields.table.scopenote":"Uwagi", - "admin.registries.schema.form.create":"Stwórz pole metadanych", - "admin.registries.schema.form.edit":"Edytuj pole metadanych", - "admin.registries.schema.form.element":"Element", - "admin.registries.schema.form.qualifier":"Kwalifikator", - "admin.registries.schema.form.scopenote":"Uwagi", - "admin.registries.schema.head":"Schemat metadanych", - "admin.registries.schema.notification.created":"Udało się utworzyć schemat metdanych \"{{prefix}}\"", - "admin.registries.schema.notification.deleted.failure":"Nie udało się usunąć {{amount}} schematów metadanych", - "admin.registries.schema.notification.deleted.success":"Udało się usunąć {{amount}} schematów metadanych", - "admin.registries.schema.notification.edited":"Udało się edytować schemat metadanych \"{{prefix}}\"", - "admin.registries.schema.notification.failure":"Błąd", - "admin.registries.schema.notification.field.created":"Udało się utworzyć pole metadanych \"{{field}}\"", - "admin.registries.schema.notification.field.deleted.failure":"Nie udało się usunąć {{amount}} pól metadanych", - "admin.registries.schema.notification.field.deleted.success":"Udało się usunąć {{amount}} pól metadanych", - "admin.registries.schema.notification.field.edited":"SUdało się edytować pole metadanych \"{{field}}\"", - "admin.registries.schema.notification.success":"Udało się", - "admin.registries.schema.return":"Powrót", - "admin.registries.schema.title":"Rejestr schematów metadanych", - "admin.access-control.epeople.actions.delete":"Usuń użytkownika", - "admin.access-control.epeople.actions.impersonate":"Personifikuj użytkownika", - "admin.access-control.epeople.actions.reset":"Zresetuj hasło", - "admin.access-control.epeople.actions.stop-impersonating":"Przestań personifikować użytkownika", - "admin.access-control.epeople.breadcrumbs":"Użytkownicy", - "admin.access-control.epeople.title":"Użytkownicy", - "admin.access-control.epeople.head":"Użytkownicy", - "admin.access-control.epeople.search.head":"Wyszukaj", - "admin.access-control.epeople.button.see-all":"Przeglądaj wszystko", - "admin.access-control.epeople.search.scope.metadata":"Metadane", - "admin.access-control.epeople.search.scope.email":"E-mail", - "admin.access-control.epeople.search.button":"Wyszukaj", - "admin.access-control.epeople.search.placeholder":"Wyszukaj użytkownika...", - "admin.access-control.epeople.button.add":"Dodaj użytkownika", - "admin.access-control.epeople.table.id":"ID", - "admin.access-control.epeople.table.name":"Nazwa", - "admin.access-control.epeople.table.email":"E-mail", - "admin.access-control.epeople.table.edit":"Edytuj", - "admin.access-control.epeople.table.edit.buttons.edit":"Edytuj \"{{name}}\"", - "admin.access-control.epeople.table.edit.buttons.edit-disabled":"Brak uprawnień do edycji wybranej grupy", - "admin.access-control.epeople.table.edit.buttons.remove":"Usuń \"{{name}}\"", - "admin.access-control.epeople.no-items":"Brak użytkowników do wyświetlenia.", - "admin.access-control.epeople.form.create":"Utwórz użytkownika", - "admin.access-control.epeople.form.edit":"Edytuj użytkownika", - "admin.access-control.epeople.form.firstName":"Imię", - "admin.access-control.epeople.form.lastName":"Nazwisko", - "admin.access-control.epeople.form.email":"E-mail", - "admin.access-control.epeople.form.emailHint":"Adres e-mail musi być poprawny", - "admin.access-control.epeople.form.canLogIn":"Możliwość zalogowania", - "admin.access-control.epeople.form.requireCertificate":"Wymagany certyfikat", - "admin.access-control.epeople.form.return":"Powrót", - "admin.access-control.epeople.form.notification.created.success":"Udało się utworzyć użytkownika \"{{name}}\"", - "admin.access-control.epeople.form.notification.created.failure":"Nie udało się utworzyć użytkownika \"{{name}}\"", - "admin.access-control.epeople.form.notification.created.failure.emailInUse":"Nie udało się utworzyć użytkownika \"{{name}}\", email \"{{email}}\" już w użyciu.", - "admin.access-control.epeople.form.notification.edited.failure.emailInUse":"Nie udało się utworzyć użytkownika \"{{name}}\", email \"{{email}}\" już w użyciu.", - "admin.access-control.epeople.form.notification.edited.success":"Udało się edytować użytkownika \"{{name}}\"", - "admin.access-control.epeople.form.notification.edited.failure":"Nie udało się edytować użytkownika \"{{name}}\"", - "admin.access-control.epeople.form.notification.deleted.success":"Udało się usunąć użytkownika \"{{name}}\"", - "admin.access-control.epeople.form.notification.deleted.failure":"Nie udało się usunąć użytkownika \"{{name}}\"", - "admin.access-control.epeople.form.groupsEPersonIsMemberOf":"Członek grup:", - "admin.access-control.epeople.form.table.id":"ID", - "admin.access-control.epeople.form.table.name":"Nazwa", - "admin.access-control.epeople.form.table.collectionOrCommunity":"Zbiór/kolekcja", - "admin.access-control.epeople.form.memberOfNoGroups":"Ten użytkownik nie jest członkiem żadnej grupy", - "admin.access-control.epeople.form.goToGroups":"Dodaj do grup", - "admin.access-control.epeople.notification.deleted.failure":"Nie udało się usunąć użytkownika: \"{{name}}\"", - "admin.access-control.epeople.notification.deleted.success":"Udało się usunąć użytkownika: \"{{name}}\"", - "admin.access-control.groups.title":"Grupy", - "admin.access-control.groups.breadcrumbs":"Grupy", - "admin.access-control.groups.singleGroup.breadcrumbs":"Edytuj grupę", - "admin.access-control.groups.title.singleGroup":"Edytuj grupę", - "admin.access-control.groups.title.addGroup":"Nowa grupa", - "admin.access-control.groups.addGroup.breadcrumbs":"Nowa grupa", - "admin.access-control.groups.head":"Grupy/role", - "admin.access-control.groups.button.add":"Dodaj grupę", - "admin.access-control.groups.search.head":"Szukaj grup", - "admin.access-control.groups.button.see-all":"Przeszukaj wszystko", - "admin.access-control.groups.search.button":"Wyszukaj", - "admin.access-control.groups.search.placeholder":"Wyszukaj grupy...", - "admin.access-control.groups.table.id":"ID", - "admin.access-control.groups.table.name":"Nazwa", - "admin.access-control.groups.table.collectionOrCommunity":"Zbiór/kolekcja", - "admin.access-control.groups.table.members":"Członkowie", - "admin.access-control.groups.table.edit":"Edytuj", - "admin.access-control.groups.table.edit.buttons.edit":"Edytuj \"{{name}}\"", - "admin.access-control.groups.no-items":"Nie znaleziono grup z podaną frazą lub podanym UUID", - "admin.access-control.groups.notification.deleted.success":"Udało się usunąć grupę \"{{name}}\"", - "admin.access-control.groups.notification.deleted.failure.title":"Nie udało się usunąć grupy \"{{name}}\"", - "admin.access-control.groups.notification.deleted.failure.content":"Powód: \"{{cause}}\"", - "admin.access-control.groups.form.alert.permanent":"Ta grupa jest stała, więc nie może być edytowana ani usunięta. Nadal możesz dodawać i usuwać członków grupy za pomocą tej strony.", - "admin.access-control.groups.form.alert.workflowGroup":"Ta grupa nie może być edytowana lub usunięta, ponieważ odnosi się do roli lub bierze udział w procesie \"{{name}}\" {{comcol}}. Możesz ją usunąć ze strony \"assign roles\" edycji {{comcol}}. Wciąż może dodawać i usuwać członków tej grupy, korzystając z tej strony.", - "admin.access-control.groups.form.head.create":"Utwórz grupę", - "admin.access-control.groups.form.head.edit":"Edytuj grupę", - "admin.access-control.groups.form.groupName":"Nazwa grupy", - "admin.access-control.groups.form.groupCommunity":"Zbiór lub kolekcja", - "admin.access-control.groups.form.groupDescription":"Opis", - "admin.access-control.groups.form.notification.created.success":"Udało się utworzyć grupę \"{{name}}\"", - "admin.access-control.groups.form.notification.created.failure":"Nie udało się utworzyć grupy \"{{name}}\"", - "admin.access-control.groups.form.notification.created.failure.groupNameInUse":"Nie udało się utworzyć grupy o nazwie: \"{{name}}\", upewnij się, że nazwa nie jest już używana.", - "admin.access-control.groups.form.notification.edited.failure":"Nie udało się edytować grupy \"{{name}}\"", - "admin.access-control.groups.form.notification.edited.failure.groupNameInUse":"Nazwa \"{{name}}\" już w użyciu!", - "admin.access-control.groups.form.notification.edited.success":"Udało się edytować grupę \"{{name}}\"", - "admin.access-control.groups.form.actions.delete":"Usuń grupę", - "admin.access-control.groups.form.delete-group.modal.header":"Usuń grupę \"{{ dsoName }}\"", - "admin.access-control.groups.form.delete-group.modal.info":"Czy na pewno chcesz usunąć grupę \"{{ dsoName }}\"", - "admin.access-control.groups.form.delete-group.modal.cancel":"Anuluj", - "admin.access-control.groups.form.delete-group.modal.confirm":"Usuń", - "admin.access-control.groups.form.notification.deleted.success":"Udało się usunąć grupę \"{{ name }}\"", - "admin.access-control.groups.form.notification.deleted.failure.title":"Nie udało się usunąć grupy \"{{ name }}\"", - "admin.access-control.groups.form.notification.deleted.failure.content":"Powód: \"{{ cause }}\"", - "admin.access-control.groups.form.members-list.head":"Użytkownik", - "admin.access-control.groups.form.members-list.search.head":"Dodaj użytkownika", - "admin.access-control.groups.form.members-list.button.see-all":"Pokaż wszystkich", - "admin.access-control.groups.form.members-list.headMembers":"Aktualni członkowie", - "admin.access-control.groups.form.members-list.search.scope.metadata":"Metadane", - "admin.access-control.groups.form.members-list.search.scope.email":"E-mail", - "admin.access-control.groups.form.members-list.search.button":"Wyszukaj", - "admin.access-control.groups.form.members-list.table.id":"ID", - "admin.access-control.groups.form.members-list.table.name":"Nazwa", - "admin.access-control.groups.form.members-list.table.identity":"Tożsamość", - "admin.access-control.groups.form.members-list.table.email":"E-mail", - "admin.access-control.groups.form.members-list.table.netid":"NetID", - "admin.access-control.groups.form.members-list.table.edit":"Usuń / Dodaj", - "admin.access-control.groups.form.members-list.table.edit.buttons.remove":"Usuń użytkownika o nazwie \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.success.addMember":"Udało się dodać użytkownika o nazwie: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.addMember":"Nie udało się dodać użytkownika o nazwie: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.success.deleteMember":"Udało się usunąć użytkownika o nazwie: \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.deleteMember":"Nie udało się usunąć użytkownika o nazwie: \"{{name}}\"", - "admin.access-control.groups.form.members-list.table.edit.buttons.add":"Dodaj użytkownika o nazwie \"{{name}}\"", - "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup":"Brak aktywnej grupy, najpierw wpisz nazwę grupy.", - "admin.access-control.groups.form.members-list.no-members-yet":"Brak użytkowników w grupie, wyszukaj ich i dodaj.", - "admin.access-control.groups.form.members-list.no-items":"Nie znaleziono użytkowników podczas wyszukiwania", - "admin.access-control.groups.form.subgroups-list.notification.failure":"Coś poszło nie tak: \"{{cause}}\"", - "admin.access-control.groups.form.subgroups-list.head":"Grupy", - "admin.access-control.groups.form.subgroups-list.search.head":"Dodaj podgrupę", - "admin.access-control.groups.form.subgroups-list.button.see-all":"Przeglądaj wszystkie", - "admin.access-control.groups.form.subgroups-list.headSubgroups":"Aktualne podgrupy", - "admin.access-control.groups.form.subgroups-list.search.button":"Wyszukaj", - "admin.access-control.groups.form.subgroups-list.table.id":"ID", - "admin.access-control.groups.form.subgroups-list.table.name":"Nazwa", - "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity":"Zbiór/kolekcja", - "admin.access-control.groups.form.subgroups-list.table.edit":"Usuń / Dodaj", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove":"Usuń podgrupę o nazwie \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add":"Dodaj podgrupę o nazwie \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup":"Aktualna grupa", - "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup":"Udało się dodać podgrupę: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup":"Nie udało się dodać podgrupy: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup":"Udało się usunąć podgrupę: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup":"Nie udało się usunąć podgrupy: \"{{name}}\"", - "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup":"Brak aktywnej grupy, najpierw wpisz nazwę grupy.", - "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup":"Ta grupa jest już stworzona i nie może zostać dodana pononwie.", - "admin.access-control.groups.form.subgroups-list.no-items":"Nie znaleziono grup z tą nazwą lub UUID", - "admin.access-control.groups.form.subgroups-list.no-subgroups-yet":"Brak podgrup w grupie.", - "admin.access-control.groups.form.return":"Powrót", - "admin.search.breadcrumbs":"Wyszukiwanie administracyjne", - "admin.search.collection.edit":"Edytuj", - "admin.search.community.edit":"Edytuj", - "admin.search.item.delete":"Usuń", - "admin.search.item.edit":"Edytuj", - "admin.search.item.make-private":"Ukryj", - "admin.search.item.make-public":"Upublicznij", - "admin.search.item.move":"Przenieś", - "admin.search.item.reinstate":"Zmień instancję", - "admin.search.item.withdraw":"Wycofane", - "admin.search.title":"Wyszukiwanie administracyjne", - "administrativeView.search.results.head":"Wyszukiwanie administracyjne", - "admin.workflow.breadcrumbs":"Zarządzaj procesem", - "admin.workflow.title":"Zarządzaj procesem", - "admin.workflow.item.workflow":"Proces", - "admin.workflow.item.delete":"Usuń", - "admin.workflow.item.send-back":"Odeślij z powrotem", - "admin.metadata-import.breadcrumbs":"Importuj metadane", - "admin.metadata-import.title":"Importuj metadane", - "admin.metadata-import.page.header":"Importuj metadane", - "admin.metadata-import.page.help":"Tutaj możesz zaimportować pliki CSV, w których znajdują się metadane do operacji wsadowej. Zaimportuj je poprzez upuszczenie ich lub znajdź je na swoim komputerze", - "admin.metadata-import.page.dropMsg":"Upuść plik w formacie CSV", - "admin.metadata-import.page.dropMsgReplace":"Upuść, aby zastąpić metadane w formacie CSV do importu", - "admin.metadata-import.page.button.return":"Powrót", - "admin.metadata-import.page.button.proceed":"Zastosuj", - "admin.metadata-import.page.error.addFile":"Najpierw wybierz plik!", - "auth.errors.invalid-user":"Niewłaściwy adres e-mail lub hasło.", - "auth.messages.expired":"Twoja sesja wygasła. Zaloguj się ponownie.", - "auth.messages.token-refresh-failed":"Odświeżenie sesji nie powiodło się. Zaloguj się ponownie.", - "bitstream.download.page":"Pobieranie {{bitstream}}...", - "bitstream.download.page.back":"Powrót", - "bitstream.edit.authorizations.link":"Edytuj polityki plików", - "bitstream.edit.authorizations.title":"Edytuj polityki plików", - "bitstream.edit.return":"Powrót", - "bitstream.edit.bitstream":"Pliki: ", - "bitstream.edit.form.description.hint":"Opcjonalnie wprowadź krótki opis pliku, np.: \"Główna część artykułu\" lub \"Dane z eksperymentu\".", - "bitstream.edit.form.description.label":"Opis", - "bitstream.edit.form.embargo.hint":"Pierwszy dzień, od kiedy dostęp zostanie udzielony. Tej daty nie może być edytować w tym formularzu. Aby wybrać okres embarga czasowego, wybierz Status pozycji tab, kliknij Autoryzacje..., stwórz lub edytuj plik PRZEYCZTAJ zasady i wybierz określoną Datę początkową.", - "bitstream.edit.form.embargo.label":"Embargo do wybranej daty", - "bitstream.edit.form.fileName.hint":"Zmiana nazwy pliku dla strumienia bitów. Zauważ, że zmieni to wyświetlany adres URL strumienia bitów, ale stare linki nadal będą działać, o ile nie zmieni się identyfikator sekwencji.", - "bitstream.edit.form.fileName.label":"Nazwa pliku", - "bitstream.edit.form.newFormat.label":"Opisz nowy format", - "bitstream.edit.form.newFormat.hint":"Program, którego użyto do stworzenia pliku i numer wersji (np.: \"ACMESoft SuperApp version 1.5\").", - "bitstream.edit.form.primaryBitstream.label":"Pierwotny plik", - "bitstream.edit.form.selectedFormat.hint":"Jeśli formatu nie ma na powyższej liście, wybierz \"format not in list\" above i opisz jako \"Describe new format\".", - "bitstream.edit.form.selectedFormat.label":"Wybrany format", - "bitstream.edit.form.selectedFormat.unknown":"Tego formatu nie ma na liście", - "bitstream.edit.notifications.error.format.title":"Wystąpił błąd podczas zapisu formatu pliku", - "bitstream.edit.notifications.saved.content":"Zmiany w pliku zostały zapisane.", - "bitstream.edit.notifications.saved.title":"Plik został zapisany", - "bitstream.edit.title":"Edytuj plik", - "bitstream-request-a-copy.alert.canDownload1":"Masz już dostęp do tego pliki. Jeśli chcesz go pobrać, kliknij ", - "bitstream-request-a-copy.alert.canDownload2":"tutaj", - "bitstream-request-a-copy.header":"Wystąp o kopię wybranego pliku", - "bitstream-request-a-copy.intro":"Wpisz następujące informacje, aby wystąpić o kopię tej pozycji: ", - "bitstream-request-a-copy.intro.bitstream.one":"Wystąpienie o dostęp do następujących plików: ", - "bitstream-request-a-copy.intro.bitstream.all":"Wystąpienie o dostęp do wszystkich plików. ", - "bitstream-request-a-copy.name.label":"Imię *", - "bitstream-request-a-copy.name.error":"Imię jest wymagane", - "bitstream-request-a-copy.email.label":"Adres e-mail *", - "bitstream-request-a-copy.email.hint":"Plik zostanie przesłany na podany adres e-mail", - "bitstream-request-a-copy.email.error":"Proszę wprowadzić prawidłowy adres e-mail", - "bitstream-request-a-copy.allfiles.label":"Pliki", - "bitstream-request-a-copy.files-all-false.label":"Tylko plik, dla którego wystąpiono o dostęp", - "bitstream-request-a-copy.files-all-true.label":"Wszystkie pliki (w tej pozycji) z ograniczonym dostępem", - "bitstream-request-a-copy.message.label":"Wiadomość", - "bitstream-request-a-copy.return":"Powrót", - "bitstream-request-a-copy.submit":"Wystąp o kopię", - "bitstream-request-a-copy.submit.success":"Wystąpienie o dostęp do pliku zostało przesłane.", - "bitstream-request-a-copy.submit.error":"Coś poszło nie tak podczas wysyłania wystąpienia o dostęp do pliku", - "browse.comcol.by.author":"wg autorów", - "browse.comcol.by.dateissued":"wg daty wydania", - "browse.comcol.by.subject":"wg tematu", - "browse.comcol.by.title":"wg tytułu", - "browse.comcol.head":"Przeglądaj", - "browse.empty":"Brak rekordów do wyświetlenia.", - "browse.metadata.author":"Autor", - "browse.metadata.dateissued":"Data wydania", - "browse.metadata.subject":"Temat", - "browse.metadata.title":"Tytuł", - "browse.metadata.author.breadcrumbs":"Przeglądaj wg autorów", - "browse.metadata.dateissued.breadcrumbs":"Przeglądaj wg daty wydania", - "browse.metadata.subject.breadcrumbs":"Przeglądaj wg tematów", - "browse.metadata.title.breadcrumbs":"Przeglądaj wg tytułów", - "browse.startsWith.choose_start":"(Wybierz start)", - "browse.startsWith.choose_year":"(Wybierz rok)", - "browse.startsWith.choose_year.label":"Wybierz rok wydania", - "browse.startsWith.jump":"Przejdź do miejsca w indeksie:", - "browse.startsWith.months.april":"kwiecień", - "browse.startsWith.months.august":"sierpień", - "browse.startsWith.months.december":"grudzień", - "browse.startsWith.months.february":"luty", - "browse.startsWith.months.january":"styczeń", - "browse.startsWith.months.july":"lipiec", - "browse.startsWith.months.june":"czerwiec", - "browse.startsWith.months.march":"marzec", - "browse.startsWith.months.may":"maj", - "browse.startsWith.months.none":"(wybierz miesiąc)", - "browse.startsWith.months.none.label":"Wybierz miesiąc wydania", - "browse.startsWith.months.november":"listopad", - "browse.startsWith.months.october":"październik", - "browse.startsWith.months.september":"wrzesień", - "browse.startsWith.submit":"Zastosuj", - "browse.startsWith.type_date":"Lub wybierz datę (rok-miesiąc) i kliknij 'Przeglądaj'", - "browse.startsWith.type_date.label":"Lub wybierz datę (rok-miesiąc) i kliknij przycisk przeglądania", - "browse.startsWith.type_text":"Wpisz kilka pierwszych liter i kliknij przycisk przeglądania", - "browse.title":"Przeglądaj {{ collection }} wg {{ field }} {{ value }}", - "chips.remove":"Usuń chip", - "collection.create.head":"Utwórz kolekcję", - "collection.create.notifications.success":"Udało się utworzyć kolekcję", - "collection.create.sub-head":"Udało się utworzyć kolekcję dla zbioru {{ parent }}", - "collection.curate.header":"Administrator kolekcji: {{collection}}", - "collection.delete.cancel":"Anuluj", - "collection.delete.confirm":"Zatwierdź", - "collection.delete.processing":"Usuwanie", - "collection.delete.head":"Usuń kolekcję", - "collection.delete.notification.fail":"Kolekcja nie może być usunięt", - "collection.delete.notification.success":"Udało się usunąć kolekcję", - "collection.delete.text":"Czy na pewno chcesz usunąć kolekcję \"{{ dso }}\"", - "collection.edit.delete":"Usuń kolekcję", - "collection.edit.head":"Edytuj kolekcję", - "collection.edit.breadcrumbs":"Edytuj kolekcję", - "collection.edit.tabs.mapper.head":"Item Mapper", - "collection.edit.tabs.item-mapper.title":"Edytuj kolekcję - Item Mapper", - "collection.edit.item-mapper.cancel":"Anuluj", - "collection.edit.item-mapper.collection":"Kolekcja: \"{{name}}\"", - "collection.edit.item-mapper.confirm":"Mapuj wybrane elementy", - "collection.edit.item-mapper.description":"To jest narzędzie mapowania elementów, które pozwala administratorom kolekcji mapować elementy z innych kolekcji do tej kolekcji. Możesz wyszukiwać elementy z innych kolekcji i mapować je lub przeglądać listę aktualnie zmapowanych elementów.", - "collection.edit.item-mapper.head":"Item Mapper - Mapuj pozycje z innych kolekcji", - "collection.edit.item-mapper.no-search":"Wpisz co chcesz wyszukać", - "collection.edit.item-mapper.notifications.map.error.content":"Wystąpiły błędy podczas mapowania {{amount}} pozycji.", - "collection.edit.item-mapper.notifications.map.error.head":"Mapowanie błędów", - "collection.edit.item-mapper.notifications.map.success.content":"Udało się zmapować {{amount}} pozycji.", - "collection.edit.item-mapper.notifications.map.success.head":"Mapowanie zakończone", - "collection.edit.item-mapper.notifications.unmap.error.content":"Błędy wystąpiły podczas usuwania mapowania z {{amount}} elementów.", - "collection.edit.item-mapper.notifications.unmap.error.head":"Usuń błędy mapowania", - "collection.edit.item-mapper.notifications.unmap.success.content":"Udało się usunąć błędy mapowania z {{amount}} elementów.", - "collection.edit.item-mapper.notifications.unmap.success.head":"Usuwanie mapowania zakończone", - "collection.edit.item-mapper.remove":"Usuń wybrane mapowanie elementów", - "collection.edit.item-mapper.search-form.placeholder":"Wyszukaj pozycje...", - "collection.edit.item-mapper.tabs.browse":"Wyszukaj mapowane elementy", - "collection.edit.item-mapper.tabs.map":"Mapuj nowe elementy", - "collection.edit.logo.delete.title":"Usuń", - "collection.edit.logo.delete-undo.title":"Cofnij usunięcie", - "collection.edit.logo.label":"Logo kolekcji", - "collection.edit.logo.notifications.add.error":"Przesyłanie logo kolekcji nie powiodło się. Proszę zweryfikować zawartość przed ponowną ", - "collection.edit.logo.notifications.add.success":"Udało się przesłać logo kolekcji.", - "collection.edit.logo.notifications.delete.success.title":"Logo usunięte", - "collection.edit.logo.notifications.delete.success.content":"Udało się usunąć logo kolekcji", - "collection.edit.logo.notifications.delete.error.title":"Błąd podczas usuwania loga", - "collection.edit.logo.upload":"Upuść logo kolekcji, aby je wgrać", - "collection.edit.notifications.success":"Udało się edytować kolekcję", - "collection.edit.return":"Powrót", - "collection.edit.tabs.curate.head":"Kurator", - "collection.edit.tabs.curate.title":"Edytowanie kolekcji - kurator", - "collection.edit.tabs.authorizations.head":"Autoryzacje", - "collection.edit.tabs.authorizations.title":"Edytowanie kolekcji - autoryzacje", - "collection.edit.tabs.metadata.head":"Edytuj metadane", - "collection.edit.tabs.metadata.title":"Edytowanie kolekcji - metadane", - "collection.edit.tabs.roles.head":"Przypisz role", - "collection.edit.tabs.roles.title":"Edytowanie kolekcji - role", - "collection.edit.tabs.source.external":"Ta kolekcja pobiera swoją zawartość z zewnętrznego źródła", - "collection.edit.tabs.source.form.errors.oaiSource.required":"Musisz wskazać id docelowej kolekcji.", - "collection.edit.tabs.source.form.harvestType":"Odczytywanie zawartości", - "collection.edit.tabs.source.form.head":"Skonfiguruj zewnętrzne źródło", - "collection.edit.tabs.source.form.metadataConfigId":"Format metadanych", - "collection.edit.tabs.source.form.oaiSetId":"Określony zestaw ID OAI", - "collection.edit.tabs.source.form.oaiSource":"Dostawca OAI", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS":"Odczytaj metadane i pliki (wymaga wsparcia ORE)", - "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF":"Odczytaj metadane i bibliografię (wymaga wsparcia ORE)", - "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY":"Odczytaj tylko metadane", - "collection.edit.tabs.source.head":"Źródło treści", - "collection.edit.tabs.source.notifications.discarded.content":"Twoje zmiany zostały odrzucone. Aby odzyskać swoje zmiany wybierz 'Powrót'", - "collection.edit.tabs.source.notifications.discarded.title":"Zmiany odrzucone", - "collection.edit.tabs.source.notifications.invalid.content":"Zmiany nie zostały zapisane. Sprawdź czy wszystkie pola są wypełnione poprawne przed zapisem.", - "collection.edit.tabs.source.notifications.invalid.title":"Nieprawidłowe metadane", - "collection.edit.tabs.source.notifications.saved.content":"Zmiany wprowadzone w kolekcji zostały zapisane.", - "collection.edit.tabs.source.notifications.saved.title":"Źródło treści zapisane", - "collection.edit.tabs.source.title":"Collection Edit - Źródło treści", - "collection.edit.template.add-button":"Dodaj", - "collection.edit.template.breadcrumbs":"Szablon pozycji", - "collection.edit.template.cancel":"Anuluj", - "collection.edit.template.delete-button":"Usuń", - "collection.edit.template.edit-button":"Edytuj", - "collection.edit.template.error":"Wystąpił błąd podczas odzyskiwania szablonu pozycji", - "collection.edit.template.head":"Edytuj szablon dla kolekcji \"{{ collection }}\"", - "collection.edit.template.label":"Szablon pozycji", - "collection.edit.template.loading":"ładowanie szablonu pozycji...", - "collection.edit.template.notifications.delete.error":"Nie udało się usunąć szablonu pozycji", - "collection.edit.template.notifications.delete.success":"Udało się usunąć szablon pozycji", - "collection.edit.template.title":"Edytuj szablon pozycji", - "collection.form.abstract":"Opis skrócony", - "collection.form.description":"Tekst powitalny (HTML)", - "collection.form.errors.title.required":"Wpisz nazwę kolekcji", - "collection.form.license":"Licencja", - "collection.form.provenance":"Pochodzenie", - "collection.form.rights":"Tekst praw autorskich (HTML)", - "collection.form.tableofcontents":"Wiadomości (HTML)", - "collection.form.title":"Nazwa", - "collection.form.entityType":"Typ danych", - "collection.page.browse.recent.head":"Ostatnie zgłoszenia", - "collection.page.browse.recent.empty":"Brak pozycji do wyświetlenia", - "collection.page.edit":"Edytuj kolekcję", - "collection.page.handle":"Stały URI dla kolekcji", - "collection.page.license":"Licencja", - "collection.page.news":"Wiadomości", - "collection.select.confirm":"Zaakceptuj zaznaczone", - "collection.select.empty":"Brak kolekcji do wyświetlenia", - "collection.select.table.title":"Tytuł", - "collection.source.controls.head":"Kontrolki odczytywania", - "collection.source.controls.test.submit.error":"Coś poszło nie tak podczas rozpoczynania testów ustawień", - "collection.source.controls.test.failed":"Scenariusz testowy ustawień nie zadziałał", - "collection.source.controls.test.completed":"Scenariusz testowy ustawień został zakończony", - "collection.source.controls.test.submit":"Konfiguracja testowa", - "collection.source.controls.test.running":"Testowanie konfiguracji...", - "collection.source.controls.import.submit.success":"Import został rozpoczęty", - "collection.source.controls.import.submit.error":"Coś poszło nie tak podczas rozpoczynania importu", - "collection.source.controls.import.submit":"Importuj teraz", - "collection.source.controls.import.running":"Importowanie...", - "collection.source.controls.import.failed":"Wystąpił błąd podczas importu", - "collection.source.controls.import.completed":"Import zakończony", - "collection.source.controls.reset.submit.success":"Reset ustawień i powtórny import zostały rozpoczęte poprawnie", - "collection.source.controls.reset.submit.error":"Coś poszło nie tak podczas rozpoczynania zresetowanego, powtórnego importu", - "collection.source.controls.reset.failed":"Wystąpił błąd podczas resetowania ustawień i ponownego importu", - "collection.source.controls.reset.completed":"Reset ustawień i powtórny import zostały zakończone", - "collection.source.controls.reset.submit":"Resetowanie i powtórny import", - "collection.source.controls.reset.running":"Resetowanie i powtórny import...", - "collection.source.controls.harvest.status":"Status odczytywania:", - "collection.source.controls.harvest.start":"Czas rozpoczęcia odczytywania:", - "collection.source.controls.harvest.last":"Czas ostatniego odczytywania:", - "collection.source.controls.harvest.message":"Informacje nt. odczytywania:", - "collection.source.controls.harvest.no-information":"bd.", - "collection.source.update.notifications.error.content":"Te ustawienia zostały przetestowane i nie działają.", - "collection.source.update.notifications.error.title":"Błąd serwera", - "communityList.breadcrumbs":"Lista zbiorów", - "communityList.tabTitle":"Lista zbiorów", - "communityList.title":"Lista zbiorów", - "communityList.showMore":"Pokaż więcej", - "community.create.head":"Utwórz zbiór", - "community.create.notifications.success":"Udało się utworzyć zbiór", - "community.create.sub-head":"Utwórz podzbiór dla zbioru {{ parent }}", - "community.curate.header":"Zarządzaj zbiorem: {{community}}", - "community.delete.cancel":"Anuluj", - "community.delete.confirm":"Potwierdź", - "community.delete.processing":"Usuwanie...", - "community.delete.head":"Usuń zbiór", - "community.delete.notification.fail":"Zbiór nie może być usunięty", - "community.delete.notification.success":"Udało się usunąć zbiór", - "community.delete.text":"Czy na pewno chcesz usunąć zbiór \"{{ dso }}\"", - "community.edit.delete":"Usuń ten zbiór", - "community.edit.head":"Edytuj zbiór", - "community.edit.breadcrumbs":"Edytuj zbiór", - "community.edit.logo.delete.title":"Usuń logo", - "community.edit.logo.delete-undo.title":"Cofnij usunięcie", - "community.edit.logo.label":"Logo zbioru", - "community.edit.logo.notifications.add.error":"Przesłanie loga zbioru nie powiodło się. Sprawdź czy wszystkie parametry są odpowiednie przed próbą ponownego przesłania.", - "community.edit.logo.notifications.add.success":"Przesłanie loga powiodło się.", - "community.edit.logo.notifications.delete.success.title":"Logo usunięte", - "community.edit.logo.notifications.delete.success.content":"Usunięcie loga zbioru powiodło się", - "community.edit.logo.notifications.delete.error.title":"Błąd podczas usuwania loga", - "community.edit.logo.upload":"Upuść logo zbioru, aby je przesłać", - "community.edit.notifications.success":"Udało się edytować zbiór", - "community.edit.notifications.unauthorized":"Nie masz uprawnień, aby wykonać te zmiany", - "community.edit.notifications.error":"Wystąpił błąd podczas edycji zbioru", - "community.edit.return":"Cofnij", - "community.edit.tabs.curate.head":"Administruj", - "community.edit.tabs.curate.title":"Edycja zbioru - administrator", - "community.edit.tabs.metadata.head":"Edytuj metadane", - "community.edit.tabs.metadata.title":"Edycja zbioru - metadane", - "community.edit.tabs.roles.head":"Przypisz role", - "community.edit.tabs.roles.title":"Edycja zbioru - role", - "community.edit.tabs.authorizations.head":"Uprawnienia", - "community.edit.tabs.authorizations.title":"Edycja zbioru - uprawnienia", - "community.listelement.badge":"Zbiór", - "comcol-role.edit.no-group":"Brak", - "comcol-role.edit.create":"Utwórz", - "comcol-role.edit.restrict":"Ogranicz", - "comcol-role.edit.delete":"Usuń", - "comcol-role.edit.community-admin.name":"Administratorzy", - "comcol-role.edit.collection-admin.name":"Administratorzy", - "comcol-role.edit.community-admin.description":"Administratorzy zbioru mogą tworzyć podzbiory lub kolekcje i zarządzać nimi lub przydzielać zarządzanie tymi podzbiorami lub kolekcji innym użytkownikom. Ponadto decydują, kto może przesyłać elementy do dowolnych podkolekcji, edytować metadane pozycji (po przesłaniu) i dodawać (mapować) istniejące pozycje z innych kolekcji (z zastrzeżeniem autoryzacji).", - "comcol-role.edit.collection-admin.description":"Administratorzy kolekcji decydują o tym, kto może przesyłać pozycje do kolekcji, edytować metadane pozycji (po ich przesłaniu) oraz dodawać (mapować) istniejące elementy z innych kolekcji do tej kolekcji (z zastrzeżeniem uprawnień dla danej kolekcji).", - "comcol-role.edit.submitters.name":"Zgłaszający", - "comcol-role.edit.submitters.description":"Użytkownicy i grupy, którzy mają uprawnienia do przesyłania nowych pozycji do tej kolekcji.", - "comcol-role.edit.item_read.name":"Domyślny dostęp do odczytu pozycji", - "comcol-role.edit.item_read.description":"Użytkownicy i grupy, które mogą odczytywać nowe pozycje zgłoszone do tej kolekcji. Zmiany w tej roli nie działają wstecz. Istniejące pozycje w systemie będą nadal widoczne dla osób, które miały dostęp do odczytu w momencie ich dodania.", - "comcol-role.edit.item_read.anonymous-group":"Domyślny odczyt dla nowych pozycji jest obecnie ustawiony na Anonimowy.", - "comcol-role.edit.bitstream_read.name":"Domyślny dostęp do oczytu plików", - "comcol-role.edit.bitstream_read.description":"Administratorzy zbiorów mogą tworzyć podzbiory lub kolekcje, a także zarządzać nimi. Ponadto decydują o tym, kto może przesyłać elementy do podkolekcji, edytować metadane pozycji (po ich przesłaniu) oraz dodawać (mapować) istniejące pozycje z innych kolekcji (pod warunkiem posiadania odpowiednich uprawnień).", - "comcol-role.edit.bitstream_read.anonymous-group":"Domyślny status odczytu dla nowych plików to Anonimowy.", - "comcol-role.edit.editor.name":"Redaktorzy", - "comcol-role.edit.editor.description":"Redaktorzy mogą edytować metadane nowych pozycji, a następnie akceptować je lub odrzucać.", - "comcol-role.edit.finaleditor.name":"Redaktorzy końcowi", - "comcol-role.edit.finaleditor.description":"Redaktorzy końcowi mogą edytować metadane nowych pozycji, ale nie mogę odrzucać pozycji.", - "comcol-role.edit.reviewer.name":"Recenzenci", - "comcol-role.edit.reviewer.description":"Recenzenci mogą akceptować lub odrzucać nowe pozycje, ale nie mogę edytować ich metadanych.", - "community.form.abstract":"Opis skrócony", - "community.form.description":"Wstęp (HTML)", - "community.form.errors.title.required":"Wprowadź nazwę zbioru", - "community.form.rights":"Prawa autoskie (HTML)", - "community.form.tableofcontents":"Wiadomości (HTML)", - "community.form.title":"Nazwa", - "community.page.edit":"Edytuj ten zbiór", - "community.page.handle":"Stały URI zbioru", - "community.page.license":"Licencja", - "community.page.news":"Wiadomości", - "community.all-lists.head":"Podzbiory i kolekcje", - "community.sub-collection-list.head":"Kolekcje w tym zbiorze", - "community.sub-community-list.head":"Kolekcje w tym zbiorze", - "cookies.consent.accept-all":"Zaakceptuj wszystko", - "cookies.consent.accept-selected":"Zaakceptuj wybrane", - "cookies.consent.app.opt-out.description":"Aplikacja jest domyślnie włączona (możesz ją wyłączyć)", - "cookies.consent.app.opt-out.title":"(możesz ją wyłaczyć)", - "cookies.consent.app.purpose":"cel", - "cookies.consent.app.required.description":"Ta aplikacja jest zawsze wymagana", - "cookies.consent.app.required.title":"(zawsze wymagana)", - "cookies.consent.update":"Od ostatniej wizyty zostały wprowadzone zmiany. Zweryfikuj swoje zgody.", - "cookies.consent.close":"Zamknij", - "cookies.consent.decline":"Odrzuć", - "cookies.consent.content-notice.description":"Zbieramy i przetwarzamy Twoje dane do następujących celów: weryfikacja, preferencje, zgody i statystyka.
Jeśli chcesz się dowiedzieć więcej, przycztaj naszą {privacyPolicy}.", - "cookies.consent.content-notice.learnMore":"Dostosuj", - "cookies.consent.content-modal.description":"Tutaj są wyświetlane informacje, które zbieramy o Tobie. Możesz je dostosować według swojego uznania.", - "cookies.consent.content-modal.privacy-policy.name":"polityka prywatności", - "cookies.consent.content-modal.privacy-policy.text":"Aby dowiedzieć się więcej przeczytaj naszą {privacyPolicy}.", - "cookies.consent.content-modal.title":"Informacje, które zbieramy", - "cookies.consent.app.title.authentication":"Logowanie", - "cookies.consent.app.description.authentication":"Musisz się zalogować", - "cookies.consent.app.title.preferences":"Preferencje", - "cookies.consent.app.description.preferences":"Wymagane, aby zapisać Twoje preferencje", - "cookies.consent.app.title.acknowledgement":"Zgody", - "cookies.consent.app.description.acknowledgement":"Wymagane, aby zapisać Twoje preferencje", - "cookies.consent.app.title.google-analytics":"Google Analytics", - "cookies.consent.app.description.google-analytics":"Pozwól na śledzenie do celów statystycznych", - "cookies.consent.purpose.functional":"Funkcjonalne", - "cookies.consent.purpose.statistical":"Statystyczne", - "curation-task.task.checklinks.label":"Sprawdź odnośniki w metadanych", - "curation-task.task.noop.label":"NOOP", - "curation-task.task.profileformats.label":"Profil formatów plików", - "curation-task.task.requiredmetadata.label":"Sprawdź poprawność wymaganych metadanych", - "curation-task.task.translate.label":"Microsoft Translator", - "curation-task.task.vscan.label":"Skan antywirusowy", - "curation.form.task-select.label":"Zadanie:", - "curation.form.submit":"Start", - "curation.form.submit.success.head":"Udało się rozpocząć zadanie administratora", - "curation.form.submit.success.content":"Zostaniesz przeniesiony na stronę procesu.", - "curation.form.submit.error.head":"Nie udało się się zakończyć zadania administratora", - "curation.form.submit.error.content":"Wystąpił błąd podczas rozpoczynania zadania administracyjnego.", - "curation.form.handle.label":"Automatyzacja:", - "curation.form.handle.hint":"Wskazówka: Wpisz [prefix swojego identyfikatora]/0, aby zautomatyzować zadanie (nie wszystkie zadania mogą wspierać tę funkcję)", - "deny-request-copy.email.message":"Drogi użytkowniku {{ recipientName }},\nW odpowiedzi na Państwa zapytanie, przykro mi poinformować, że to niemożliwe, aby przestać kopię pliku, o który Państwo prosili: \"{{ itemUrl }}\" ({{ itemName }}), którego jestem autorem.\n\nPozdrawiam serdecznie,\n{{ authorName }} <{{ authorEmail }}>", - "deny-request-copy.email.subject":"Wystąp o kopię dokumentu", - "deny-request-copy.error":"Wystąpił błąd", - "deny-request-copy.header":"Odrzuć prośbę o przesłanie kopii dokumentu", - "deny-request-copy.intro":"Ta wiadomość zostanie przesłana do osoby, która wystąpiła o dostęp", - "deny-request-copy.success":"Z powodzeniem odrzucono prośbę o udostępnienie pozycji", - "dso.name.untitled":"Brak tytułu", - "dso-selector.claim.item.head":"Wskazówki profilu", - "dso-selector.claim.item.body":"Istnieją profile, które mogą odnosić się do Ciebie. Jeśli, któryś z tych profilów jest Twój, wybierz go i przejdź do szczegółów, z opcji wybierz opcję przypisania profilu. W innym przypadku możesz utworzyć nowy profil z szablonu, wybierając przycisk poniżej.", - "dso-selector.claim.item.create-from-scratch":"Utwórz nowy", - "dso-selector.claim.item.not-mine-label":"Żaden nie jest mój", - "dso-selector.create.collection.head":"Nowa kolekcja", - "dso-selector.create.collection.sub-level":"Utwórz nową kolekcję w", - "dso-selector.create.community.head":"Nowy zbiór", - "dso-selector.create.community.sub-level":"Utwórz nowy zbiór", - "dso-selector.create.community.top-level":"Utwórz nowy nadrzędny zbiór", - "dso-selector.create.item.head":"Nowa pozycja", - "dso-selector.create.item.sub-level":"Utwórz nową pozycję w", - "dso-selector.create.submission.head":"Nowe zgłoszenie", - "dso-selector.edit.collection.head":"Edytuj kolekcję", - "dso-selector.edit.community.head":"Edytuj zbiór", - "dso-selector.edit.item.head":"Edytuj pozycję", - "dso-selector.error.title":"Wystąpił błąd podczas wyszukiwania typu {{ type }}", - "dso-selector.export-metadata.dspaceobject.head":"Eksportuj metadane z", - "dso-selector.no-results":"Nie znaleziono {{ type }}", - "dso-selector.placeholder":"Wyszukaj {{ type }}", - "dso-selector.select.collection.head":"Wybierz kolekcję", - "dso-selector.set-scope.community.head":"Wybierz wyszukiwanie zakresu", - "dso-selector.set-scope.community.button":"Wyszukaj w całym DSpace", - "dso-selector.set-scope.community.input-header":"Wyszukaj zbiór lub kolekcję", - "confirmation-modal.export-metadata.header":"Eksportuj metadane z {{ dsoName }}", - "confirmation-modal.export-metadata.info":"Czy na pewno chcesz eksportować metadane z {{ dsoName }}", - "confirmation-modal.export-metadata.cancel":"Anuluj", - "confirmation-modal.export-metadata.confirm":"Eksportuj", - "confirmation-modal.delete-eperson.header":"Usuń użytkownika \"{{ dsoName }}\"", - "confirmation-modal.delete-eperson.info":"Czy na pewno chcesz usunąć użytkownika \"{{ dsoName }}\"", - "confirmation-modal.delete-eperson.cancel":"Anuluj", - "confirmation-modal.delete-eperson.confirm":"Usuń", - "error.bitstream":"Wystąpił błąd podczas tworzenia plików", - "error.browse-by":"Wystąpił błąd podczas tworzenia pozycji", - "error.collection":"Wystąpił błąd podczas tworzenia kolekcji", - "error.collections":"Wystąpił błąd podczas tworzenia kolekcji", - "error.community":"Wystąpił błąd podczas tworzenia ziboru", - "error.identifier":"Nie znaleziono pozycji z podanym identyfikatorem", - "error.default":"Błąd", - "error.item":"Wystąpił błąd podczas tworzenia pozycji", - "error.items":"Wystąpił błąd podczas tworzenia pozycji", - "error.objects":"Wystąpił błąd podczas tworzenia obiektów", - "error.recent-submissions":"Wystąpił błąd podczas tworzenia ostatniego zgłoszenia", - "error.search-results":"Wystąpił błąd podczas tworzenia wyników wyszukiwania", - "error.sub-collections":"Wystąpił błąd podczas tworzenia podkolekcji", - "error.sub-communities":"Wystąpił błąd podczas tworzenia podzbiorów", - "error.submission.sections.init-form-error":"Wystąpił błąd w czasie inicjalizacji sekcji, sprawdź konfigurację. Szczegóły poniżej:

", - "error.top-level-communities":"Błąd podczas pobierania nadrzędnego zbioru", - "error.validation.license.notgranted":"Musisz wyrazić tę zgodę, aby przesłać swoje zgłoszenie. Jeśli nie możesz wyrazić zgody w tym momencie, możesz zapisać swoją pracę i wrócić do niej później lub usunąć zgłoszenie.", - "error.validation.pattern":"Te dane wejściowe są ograniczone przez aktualny wzór: {{ pattern }}.", - "error.validation.filerequired":"Przesłanie pliku jest obowiązkowe", - "error.validation.required":"Pole jest wymagane", - "error.validation.NotValidEmail":"E-mail nie jest poprawny", - "error.validation.emailTaken":"E-mail jest już zarejestrowany", - "error.validation.groupExists":"Ta grupa już istnieje", - "file-section.error.header":"Błąd podczas uzyskiwania plików dla tej pozycji", - "footer.copyright":"copyright © 2002-{{ year }}", - "footer.link.dspace":"oprogramowanie DSpace", - "footer.link.lyrasis":"LYRASIS", - "footer.link.cookies":"Ustawienia plików cookies", - "footer.link.privacy-policy":"Polityka prywatności", - "footer.link.end-user-agreement":"Umowa użytkownika", - "forgot-email.form.header":"Nie pamiętam hasła", - "forgot-email.form.info":"Zarejestruj się, aby otrzymywać wiadomości o nowych pozycjach w obserowanych kolekcjach, a także przesyłać nowe pozycje do repozytorium.", - "forgot-email.form.email":"Adres e-mail *", - "forgot-email.form.email.error.required":"Uzupełnij adres e-mail", - "forgot-email.form.email.error.pattern":"Uzupełnij prawidłowy adres e-mail", - "forgot-email.form.email.hint":"Ten adres e-mail będzie zweryfikowany i będziesz go używać jako swój login.", - "forgot-email.form.submit":"Wyślij", - "forgot-email.form.success.head":"Wysłano wiadomość weryfikacyjną", - "forgot-email.form.success.content":"Wiadomość została wysłana na adres e-mail {{ email }}. Zawiera ona unikatowy link i dalsze instrukcje postępowania.", - "forgot-email.form.error.head":"Błąd podczas rejestracji adresu e-mail", - "forgot-email.form.error.content":"Wystąpił błąd poczas próby rejestracji tego adresu e-mail: {{ email }}", - "forgot-password.title":"Nie pamiętam hasła", - "forgot-password.form.head":"Nie pamiętam hasła", - "forgot-password.form.info":"Wpisz nowe hasło w polu poniżej i potwierdź je wpisując je ponownie w drugim polu. Hasło powinno mieć co najmniej sześć znaków.", - "forgot-password.form.card.security":"Bezpieczeństwo", - "forgot-password.form.identification.header":"Identifikacja", - "forgot-password.form.identification.email":"Adres e-mail: ", - "forgot-password.form.label.password":"Hasło", - "forgot-password.form.label.passwordrepeat":"Potwierdź hasło", - "forgot-password.form.error.empty-password":"Wpisz hasło poniżej.", - "forgot-password.form.error.matching-passwords":"Hasła nie są identyczne.", - "forgot-password.form.notification.error.title":"Błąd podczas próby ustawienia nowego hasła", - "forgot-password.form.notification.success.content":"Resetowanie hasła udało się. Zalogowano jako stworzony przed momemntem użytkownik.", - "forgot-password.form.notification.success.title":"Resetowanie hasła udane", - "forgot-password.form.submit":"Wpisz hasło", - "form.add":"Dodaj", - "form.add-help":"Wybierz ten przycisk, aby dodać aktualny wpis lub dodać następny", - "form.cancel":"Anuluj", - "form.clear":"Wyczyść", - "form.clear-help":"Kliknij tutaj, aby usunąć wybraną wartość", - "form.discard":"Odrzuć", - "form.drag":"Przeciągnij", - "form.edit":"Edytuj", - "form.edit-help":"Kliknij tutaj, aby edytować wybraną wartość", - "form.first-name":"Imię", - "form.last-name":"Nazwisko", - "form.loading":"Ładowanie...", - "form.lookup":"Przeglądaj", - "form.lookup-help":"Kliknij tutaj, aby zobaczyć istniejące powiązania", - "form.no-results":"Nie znaleziono rezultatów", - "form.no-value":"Nie wprowadzono wartości", - "form.remove":"Usuń", - "form.save":"Zapisz", - "form.save-help":"Zapisz zmiany", - "form.search":"Wyszukaj", - "form.search-help":"Kliknij tutaj, aby wyszukać w istniejących komentarzach", - "form.submit":"Zapisz", - "form.repeatable.sort.tip":"Upuść nową pozycję w nowym miejscu", - "grant-deny-request-copy.deny":"Nie przesyłaj kopii", - "grant-deny-request-copy.email.back":"Cofnij", - "grant-deny-request-copy.email.message":"Wiadomości", - "grant-deny-request-copy.email.message.empty":"Proszę wprowadzić wiadomość", - "grant-deny-request-copy.email.permissions.info":"W tym miejscu możesz przemyśleć ograniczenie dostępu do dokumentu, aby odpowiadać na mniej próśb o dostęp. Jeśli chcesz wystąpić do administratorów reposytorium o zniesienie restrykcji, zaznacz okienko poniżej.", - "grant-deny-request-copy.email.permissions.label":"Ustaw jako otwarty dostęp", - "grant-deny-request-copy.email.send":"Wyślij", - "grant-deny-request-copy.email.subject":"Temat", - "grant-deny-request-copy.email.subject.empty":"Wpisz temat", - "grant-deny-request-copy.grant":"Wyślij kopię", - "grant-deny-request-copy.header":"Prośba o przesłanie kopii dokumentu", - "grant-deny-request-copy.home-page":"Zabierz mnie na stronę główną", - "grant-deny-request-copy.intro1":"Jeśli jesteś jednym z autorów dokumentu {{ name }}, wybierz jedną z poniższych opcji, aby odpowiedzieć zapytaniu użytkownika.", - "grant-deny-request-copy.intro2":"Po wybraniu opcji, zostaną wyświetlone sugerowane odpowiedzi, które można edytować.", - "grant-deny-request-copy.processed":"Ta prośba jest już procesowana. Możesz użyć przycisku poniżej, aby wrócić do strony głównej.", - "grant-request-copy.email.message":"Drogi użytkowniku {{ recipientName }},\nW odpowiedzi na Państwa zapytanie, miło mi poinformować, że w załączniku przesyłam kopię dokumentu, o który Państwo prosili: \"{{ itemUrl }}\" ({{ itemName }}), którego jestem autorem.\n\nPozdrawiam serdecznie,\n{{ authorName }} <{{ authorEmail }}>", - "grant-request-copy.email.subject":"Prośba o kopię dokumentu", - "grant-request-copy.error":"Wystąpił błąd", - "grant-request-copy.header":"Zezwól na wysłanie kopii dokumentu", - "grant-request-copy.intro":"To wiadomość zostanie wysłana do osoby, która wystąpiła o dostęp. Wskazane dokumenty zostaną dołączone jako załącznik.", - "grant-request-copy.success":"Prośba o dostęp do dokumentu została przyjęta", - "home.description":"", - "home.breadcrumbs":"Strona główna", - "home.search-form.placeholder":"Przeszukaj repozytorium...", - "home.title":"Strona główna", - "home.top-level-communities.head":"Zbiory w DSpace", - "home.top-level-communities.help":"Przeszukaj kolekcje", - "info.end-user-agreement.accept":"Przeczytałem/am i akceptuję umowę użytkownika", - "info.end-user-agreement.accept.error":"Błąd wystąpił podczas akceptowania umowy użytkownika", - "info.end-user-agreement.accept.success":"Udało się zaktualizować umowę użytkownika", - "info.end-user-agreement.breadcrumbs":"Umowa użytkownika", - "info.end-user-agreement.buttons.cancel":"Anuluj", - "info.end-user-agreement.buttons.save":"Zapisz", - "info.end-user-agreement.head":"Umowa użytkownika", - "info.end-user-agreement.title":"Umowa użytkownika", - "info.privacy.breadcrumbs":"Oświadczenie polityki prywatności", - "info.privacy.head":"Oświadczenie polityki prywatności", - "info.privacy.title":"Oświadczenie polityki prywatności", - "item.alerts.private":"Ta pozycja jest prywatna", - "item.alerts.withdrawn":"Ta pozycja została wycofana", - "item.edit.authorizations.heading":"Za pomocą tego edytora możesz przeglądać i zmieniać polityki dla danej pozycji, a także zmieniać polityki dla poszczególnych części pozycji: paczek i strumieni bitów. W skrócie, pozycja jest kontenerem pakietów, a pakiety są kontenerami strumieni bitów. Kontenery zazwyczaj mają polityki ADD/REMOVE/READ/WRITE, natomiast strumienie bitów mają tylko polityki READ/WRITE.", - "item.edit.authorizations.title":"Edytuj politykę tej pozycji", - "item.badge.private":"Prywatny status publikacji", - "item.badge.withdrawn":"Wycofane publikacje", - "item.bitstreams.upload.bundle":"Pakiet", - "item.bitstreams.upload.bundle.placeholder":"Wybierz pakiet", - "item.bitstreams.upload.bundle.new":"Utworz pakiet", - "item.bitstreams.upload.bundles.empty":"Ta pozycja nie zawiera żadnych pakietów, do których można przesłać strumień bitów.", - "item.bitstreams.upload.cancel":"Anuluj", - "item.bitstreams.upload.drop-message":"Upuść plik, aby przesłać", - "item.bitstreams.upload.item":"Pozycja: ", - "item.bitstreams.upload.notifications.bundle.created.content":"Udało się utworzyć nowy pakiet.", - "item.bitstreams.upload.notifications.bundle.created.title":"Utwórz pakiet", - "item.bitstreams.upload.notifications.upload.failed":"Zweryfikuj pliki przed spróbowaniem ponownie.", - "item.bitstreams.upload.title":"Prześlij strumień bitów", - "item.edit.bitstreams.bundle.edit.buttons.upload":"Prześlij", - "item.edit.bitstreams.bundle.displaying":"Obecnie wyświetlono {{ amount }} plików z {{ total }}.", - "item.edit.bitstreams.bundle.load.all":"Załaduj wszystkie ({{ total }})", - "item.edit.bitstreams.bundle.load.more":"Załaduj więcej", - "item.edit.bitstreams.bundle.name":"PACZKA: {{ name }}", - "item.edit.bitstreams.discard-button":"Odrzuć", - "item.edit.bitstreams.edit.buttons.download":"Pobierz", - "item.edit.bitstreams.edit.buttons.drag":"Przeciągnij", - "item.edit.bitstreams.edit.buttons.edit":"Edytuj", - "item.edit.bitstreams.edit.buttons.remove":"Usuń", - "item.edit.bitstreams.edit.buttons.undo":"Cofnij zmiany", - "item.edit.bitstreams.empty":"Ta pozycja nie zawiera żadnych strumieni bitów. Wybierz strumienie do załadowania, aby je utworzyć.", - "item.edit.bitstreams.headers.actions":"Akcje", - "item.edit.bitstreams.headers.bundle":"Paczka", - "item.edit.bitstreams.headers.description":"Opis", - "item.edit.bitstreams.headers.format":"Format", - "item.edit.bitstreams.headers.name":"Nazwa", - "item.edit.bitstreams.notifications.discarded.content":"Twoje zmiany zostały odrzucone. Aby je przywrócić, wybierz przycisk 'Cofnij'", - "item.edit.bitstreams.notifications.discarded.title":"Zmiany odrzucone", - "item.edit.bitstreams.notifications.move.failed.title":"Błąd podczas przenoszenia plików", - "item.edit.bitstreams.notifications.move.saved.content":"Zmiany pozycji dla pliku tej pozycji oraz jego paczki zostały zapisane.", - "item.edit.bitstreams.notifications.move.saved.title":"Zmiana pozycji została zapisana", - "item.edit.bitstreams.notifications.outdated.content":"Pozycja została w międzyczasie zmieniona przez innego użytkownika. Twoje zmiany zostały cofnięte, aby uniknąć ewentualnych konfliktów", - "item.edit.bitstreams.notifications.outdated.title":"Zmiany nieaktualne", - "item.edit.bitstreams.notifications.remove.failed.title":"Błąd podczas usuwania pliku", - "item.edit.bitstreams.notifications.remove.saved.content":"Twoje zmiany dotyczące usunięcia plików z tej pozycji zostały zapisane.", - "item.edit.bitstreams.notifications.remove.saved.title":"Zmiany dotyczące usunięcia zapisane", - "item.edit.bitstreams.reinstate-button":"Cofnij", - "item.edit.bitstreams.save-button":"Zapisz", - "item.edit.bitstreams.upload-button":"Prześlij", - "item.edit.delete.cancel":"Anuluj", - "item.edit.delete.confirm":"Usuń", - "item.edit.delete.description":"Czy jesteś pewien, że ta pozycja powinna zostać całkowicie usunięta? Ostrożnie: Teraz nie pozostanie po tej pozycji żaden ślad.", - "item.edit.delete.error":"Błąd wystąpił podczas usuwania pozycji", - "item.edit.delete.header":"Usuń pozycję: {{ id }}", - "item.edit.delete.success":"Ta pozycja została usunięta", - "item.edit.head":"Edytuj pozycję", - "item.edit.breadcrumbs":"Edytuj pozycję", - "item.edit.tabs.disabled.tooltip":"Nie masz dostępu do tej strony", - "item.edit.tabs.mapper.head":"Mapper kolekcji", - "item.edit.tabs.item-mapper.title":"Edytowanie pozycji - Mapper kolekcji", - "item.edit.item-mapper.buttons.add":"Mapowanie pozycji do wybranych kolekcji", - "item.edit.item-mapper.buttons.remove":"Usuń mapowanie pozycji do wybranych kolekcji", - "item.edit.item-mapper.cancel":"Anuluj", - "item.edit.item-mapper.description":"To jest narzędzie do mapowania elementów, które pozwala administratorom mapować tę pozycję do innych kolekcji. Możesz wyszukiwać kolekcje i je mapować lub przeglądać listę kolekcji, do których dana pozycja jest aktualnie zmapowana.", - "item.edit.item-mapper.head":"Mapper pozycji - Mapowanie pozycji do kolekcji", - "item.edit.item-mapper.item":"Pozycja: \"{{name}}\"", - "item.edit.item-mapper.no-search":"Wpisz zapytanie, które chcesz wyszukać", - "item.edit.item-mapper.notifications.add.error.content":"Wystąpiły błędy dla mapowania pozycji w {{amount}} kolekcjach.", - "item.edit.item-mapper.notifications.add.error.head":"Błędy mapowania", - "item.edit.item-mapper.notifications.add.success.content":"Udało się zmapować elementy dla {{amount}} kolekcji.", - "item.edit.item-mapper.notifications.add.success.head":"Mapowanie zakończone", - "item.edit.item-mapper.notifications.remove.error.content":"Wystąpiły błędy podczas usuwania mapowania do {{amount}} kolekcji.", - "item.edit.item-mapper.notifications.remove.error.head":"Usunięcie mapowania błędów", - "item.edit.item-mapper.notifications.remove.success.content":"Udało się usunąć mapowanie pozycji w {{amount}} kolekcjach.", - "item.edit.item-mapper.notifications.remove.success.head":"Usuwanie mapowania zakończone", - "item.edit.item-mapper.search-form.placeholder":"Przeszukaj kolekcje...", - "item.edit.item-mapper.tabs.browse":"Przeglądaj zmapowane kolekcje", - "item.edit.item-mapper.tabs.map":"Mapuj nowe kolekcje", - "item.edit.metadata.add-button":"Dodaj", - "item.edit.metadata.discard-button":"Odrzuć", - "item.edit.metadata.edit.buttons.edit":"Edytuj", - "item.edit.metadata.edit.buttons.remove":"Usuń", - "item.edit.metadata.edit.buttons.undo":"Cofnij zmiany", - "item.edit.metadata.edit.buttons.unedit":"Zatrzymaj edycję", - "item.edit.metadata.empty":"Ta pozycja nie zawiera żadnych metadanych. Wybierz Dodaj, aby dodać metadane.", - "item.edit.metadata.headers.edit":"Edytuj", - "item.edit.metadata.headers.field":"Pole", - "item.edit.metadata.headers.language":"Język", - "item.edit.metadata.headers.value":"Wartość", - "item.edit.metadata.metadatafield.invalid":"Wybierz aktualne pole metadanych", - "item.edit.metadata.notifications.discarded.content":"Twoje zmiany zostały odrzucone. Aby wgrać je ponownie wybierz przycisk 'Cofnij'", - "item.edit.metadata.notifications.discarded.title":"Zmiany odrzucone", - "item.edit.metadata.notifications.error.title":"Wystąpił błąd", - "item.edit.metadata.notifications.invalid.content":"Twoje zmiany nie zostały zapisane. Przed zapisaniem upewnij się, że wszystkie pola są wypełnione prawidłowo.", - "item.edit.metadata.notifications.invalid.title":"Nieprawidłowe metadane", - "item.edit.metadata.notifications.outdated.content":"Pozycja została w międzyczasie zmieniona przez innego użytkownika. Twoje zmiany zostały cofnięte, aby zapobiec ewentualnym konfliktom", - "item.edit.metadata.notifications.outdated.title":"Zmiany nieaktualne", - "item.edit.metadata.notifications.saved.content":"Twoje zmiany metadanych tej pozycji zostały zapisane.", - "item.edit.metadata.notifications.saved.title":"Metadane zostały zapisane", - "item.edit.metadata.reinstate-button":"Cofnij", - "item.edit.metadata.save-button":"Zapisz", - "item.edit.modify.overview.field":"Pole", - "item.edit.modify.overview.language":"Język", - "item.edit.modify.overview.value":"Wartość", - "item.edit.move.cancel":"Anuluj", - "item.edit.move.save-button":"Zapisz", - "item.edit.move.discard-button":"Odrzuć", - "item.edit.move.description":"Wybierz kolekcję, do której chcesz przenieść tę pozycję. Aby zawęzić listę wyświetlanych kolekcji, możesz wprowadzić zapytanie w polu wyszukiwania.", - "item.edit.move.error":"Wystąpił błąd podczas przenoszenia pozycji", - "item.edit.move.head":"Przenieś pozycję: {{id}}", - "item.edit.move.inheritpolicies.checkbox":"Dziedziczenie polityk", - "item.edit.move.inheritpolicies.description":"Dziedzczenie domyślnych polityk z kolekcji docelowej", - "item.edit.move.move":"Przenieś", - "item.edit.move.processing":"Przenoszenie...", - "item.edit.move.search.placeholder":"Wpisz zapytanie, aby wyszukać w kolekcjach", - "item.edit.move.success":"Pozycja została przeniesiona", - "item.edit.move.title":"Przenieś pozycję", - "item.edit.private.cancel":"Anuluj", - "item.edit.private.confirm":"Ukryj", - "item.edit.private.description":"Czy chcesz ukryć tę pozycję?", - "item.edit.private.error":"Wystąpił błąd podczas ukrywania pozycji", - "item.edit.private.header":"Ukryj pozycję: {{ id }}", - "item.edit.private.success":"Pozycja jest teraz ukryta", - "item.edit.public.cancel":"Anuluj", - "item.edit.public.confirm":"Upublicznij", - "item.edit.public.description":"Czy chcesz upublicznić tę pozycję?", - "item.edit.public.error":"Wystąpił błąd podczas upubliczniania pozycji", - "item.edit.public.header":"Upublicznij pozycję: {{ id }}", - "item.edit.public.success":"Pozycja jest teraz publiczna", - "item.edit.reinstate.cancel":"Anuluj", - "item.edit.reinstate.confirm":"Przywróć", - "item.edit.reinstate.description":"Czy chcesz przywrócić tę pozycję?", - "item.edit.reinstate.error":"Wystąpił błąd podczas przywracania pozycji", - "item.edit.reinstate.header":"Przywróć pozycję: {{ id }}", - "item.edit.reinstate.success":"Pozycja została przywrócona", - "item.edit.relationships.discard-button":"Odrzuć", - "item.edit.relationships.edit.buttons.add":"Dodaj", - "item.edit.relationships.edit.buttons.remove":"Usuń", - "item.edit.relationships.edit.buttons.undo":"Cofnij zmiany", - "item.edit.relationships.no-relationships":"Brak relacji", - "item.edit.relationships.notifications.discarded.content":"Twoje zmiany zostały cofnięte. Aby przywrócić zmiany wybierz przycisk 'Cofnij'", - "item.edit.relationships.notifications.discarded.title":"Zmiany zostały cofnięte", - "item.edit.relationships.notifications.failed.title":"Wystąpił błąd podczas edytowania relacji", - "item.edit.relationships.notifications.outdated.content":"Ta pozycja została właśnie zmieniona przez innego użytkownika. Twoje zmiany zostały cofnięte, aby uniknąć konfliktów", - "item.edit.relationships.notifications.outdated.title":"Zmiany są nieaktualne", - "item.edit.relationships.notifications.saved.content":"Twoje zmiany w relacjach tej pozycji zostały zapisane.", - "item.edit.relationships.notifications.saved.title":"Relacje zostały zapisane", - "item.edit.relationships.reinstate-button":"Cofnij", - "item.edit.relationships.save-button":"Zapisz", - "item.edit.relationships.no-entity-type":"Dodaj metadaną 'dspace.entity.type', aby umożliwić dodawanie relacji do pozycji", - "item.edit.return":"Cofnij", - "item.edit.tabs.bitstreams.head":"Pliki", - "item.edit.tabs.bitstreams.title":"Edycja pozycji - pliki", - "item.edit.tabs.curate.head":"Administruj", - "item.edit.tabs.curate.title":"Edytowanie pozycji - administruj", - "item.edit.tabs.metadata.head":"Metadane", - "item.edit.tabs.metadata.title":"Edycja pozycji - metadane", - "item.edit.tabs.relationships.head":"Relacje", - "item.edit.tabs.relationships.title":"Edycja pozycja - relacje", - "item.edit.tabs.status.buttons.authorizations.button":"Dostępy...", - "item.edit.tabs.status.buttons.authorizations.label":"Określu dostęp do pozycji", - "item.edit.tabs.status.buttons.delete.button":"Usuń permanentnie", - "item.edit.tabs.status.buttons.delete.label":"Usuń pozycję permanentnie", - "item.edit.tabs.status.buttons.mappedCollections.button":"Zmapowane kolekcje", - "item.edit.tabs.status.buttons.mappedCollections.label":"Zarządzaj mapowanymi kolekcjami", - "item.edit.tabs.status.buttons.move.button":"Przenieś...", - "item.edit.tabs.status.buttons.move.label":"Przenieś pozycję do innej kolekcji", - "item.edit.tabs.status.buttons.private.button":"Ukryj...", - "item.edit.tabs.status.buttons.private.label":"Ukry pozycję", - "item.edit.tabs.status.buttons.public.button":"Upublicznij...", - "item.edit.tabs.status.buttons.public.label":"Upublicznij pozycję", - "item.edit.tabs.status.buttons.reinstate.button":"Przywróć...", - "item.edit.tabs.status.buttons.reinstate.label":"Przywróć pozycję", - "item.edit.tabs.status.buttons.unauthorized":"You're not authorized to perform this action", - "item.edit.tabs.status.buttons.withdraw.button":"Wycofaj...", - "item.edit.tabs.status.buttons.withdraw.label":"Wycofaj z repozytorium", - "item.edit.tabs.status.description":"Witamy na stronie zarządzania pozycjami. Z tego miejsca możesz wycofać, przywrócić, przenieść lub usunąć daną pozycję. Możesz również aktualizować lub dodawać nowe metadane lub pliki..", - "item.edit.tabs.status.head":"Status", - "item.edit.tabs.status.labels.handle":"Identyfikator", - "item.edit.tabs.status.labels.id":"ID pozycji", - "item.edit.tabs.status.labels.itemPage":"Strona pozycji", - "item.edit.tabs.status.labels.lastModified":"Ostatnia modyfikacja", - "item.edit.tabs.status.title":"Edycja pozycji - Status", - "item.edit.tabs.versionhistory.head":"Historia wersji", - "item.edit.tabs.versionhistory.title":"Edycja pozycji - historia wersji", - "item.edit.tabs.versionhistory.under-construction":"Edytowanie lub dodawanie nowych wersji jest niedostępne w tego poziomu interfejsu.", - "item.edit.tabs.view.head":"Widok pozycji", - "item.edit.tabs.view.title":"Edycja pozycji - widok", - "item.edit.withdraw.cancel":"Anuluj", - "item.edit.withdraw.confirm":"Wycofaj", - "item.edit.withdraw.description":"Czy na pewno chcesz wycofać pozycję?", - "item.edit.withdraw.error":"Wystąpił błąd podczas wycofywania pozycji", - "item.edit.withdraw.header":"Wycofaj pozycję: {{ id }}", - "item.edit.withdraw.success":"Pozycja została wycofana", - "item.listelement.badge":"Pozycja", - "item.page.description":"Opis", - "item.page.journal-issn":"ISSN czasopisma", - "item.page.journal-title":"Tytuł czasopisma", - "item.page.publisher":"Wydawca", - "item.page.titleprefix":"Pozycja: ", - "item.page.volume-title":"Tytuł tomu", - "item.search.results.head":"Wyniki wyszukiwania pozycji", - "item.search.title":"Wyszukiwanie pozycji", - "item.page.abstract":"Abstrakt", - "item.page.author":"Autorzy", - "item.page.citation":"Cytowanie", - "item.page.collections":"Kolekcje", - "item.page.collections.loading":"Ładowanie...", - "item.page.collections.load-more":"Załaduj więcej", - "item.page.date":"Data", - "item.page.edit":"Edytuj pozycję", - "item.page.files":"Pliki", - "item.page.filesection.description":"Opis:", - "item.page.filesection.download":"Pobierz", - "item.page.filesection.format":"Format:", - "item.page.filesection.name":"Nazwa:", - "item.page.filesection.size":"Rozmiar:", - "item.page.journal.search.title":"Artykuły w czasopiśmie", - "item.page.link.full":"Zobacz szczegóły", - "item.page.link.simple":"Uproszczony widok", - "item.page.person.search.title":"Artykuły tego autora", - "item.page.related-items.view-more":"Pokaż o {{ amount }} więcej", - "item.page.related-items.view-less":"Ukryj {{ amount }}", - "item.page.relationships.isAuthorOfPublication":"Publikacje", - "item.page.relationships.isJournalOfPublication":"Publikacje", - "item.page.relationships.isOrgUnitOfPerson":"Autorzy", - "item.page.relationships.isOrgUnitOfProject":"Projekty naukowe", - "item.page.subject":"Słowa kluczowe", - "item.page.uri":"URI", - "item.page.bitstreams.view-more":"Pokaż więcej", - "item.page.bitstreams.collapse":"Pokaż mniej", - "item.page.filesection.original.bundle":"Oryginalne pliki", - "item.page.filesection.license.bundle":"Licencja", - "item.page.return":"Powrót", - "item.page.version.create":"Utwórz nową wersję", - "item.page.version.hasDraft":"Nowa wersja nie może zostać utworzona, ponieważ istnieje już oczekujące na akceptację zgłoszenie dokumentu tego pliku", - "item.preview.dc.identifier.doi":"DOI", - "item.preview.dc.relation.ispartof":"Czasopismo lub seria", - "item.preview.dc.identifier.isbn":"ISBN", - "item.preview.dc.identifier.uri":"Identyfikator:", - "item.preview.dc.contributor.author":"Autorzy:", - "item.preview.dc.date.issued":"Data publikacji:", - "item.preview.dc.description.abstract":"Abstrakt:", - "item.preview.dc.identifier.other":"Inny identyfikator:", - "item.preview.dc.language.iso":"Język:", - "item.preview.dc.title":"Tytuł:", - "item.preview.dc.title.alternative":"Tytuł alternatywny", - "item.preview.dc.type":"Typ:", - "item.preview.dc.identifier":"Identyfikator:", - "item.preview.dc.relation.issn":"ISSN", - "item.preview.oaire.citation.issue":"Numer wydania", - "item.preview.oaire.citation.volume":"Numer tomu", - "item.preview.person.familyName":"Nazwisko:", - "item.preview.person.givenName":"Nazwa:", - "item.preview.person.identifier.orcid":"ORCID:", - "item.preview.project.funder.name":"Fundator:", - "item.preview.project.funder.identifier":"Identyfikator fundatora:", - "item.preview.oaire.awardNumber":"ID finansowania:", - "item.preview.dc.coverage.spatial":"Jurysdykcja:", - "item.preview.oaire.fundingStream":"Źródło finansowania:", - "item.select.confirm":"Potwierdź zaznaczone", - "item.select.empty":"Brak pozycji do wyświetlenia", - "item.select.table.author":"Autor", - "item.select.table.collection":"Kolekcja", - "item.select.table.title":"Tytuł", - "item.version.history.empty":"Jeszcze nie ma innych wersji tej pozycji.", - "item.version.history.head":"Poprzednie wersje", - "item.version.history.return":"Powrót", - "item.version.history.selected":"Wybrane wersje", - "item.version.history.selected.alert":"W tym momencie wyświetlono wersję {{version}} pozycji.", - "item.version.history.table.version":"Wersja", - "item.version.history.table.item":"Pozycja", - "item.version.history.table.editor":"Redaktor", - "item.version.history.table.date":"Data", - "item.version.history.table.summary":"Podsumowanie", - "item.version.history.table.workspaceItem":"Wersja robocza", - "item.version.history.table.workflowItem":"Pozycja workflow", - "item.version.history.table.actions":"Akcja", - "item.version.history.table.action.editWorkspaceItem":"Edytuj wersję roboczą pozycji", - "item.version.history.table.action.editSummary":"Edytuj podsumowanie", - "item.version.history.table.action.saveSummary":"Zapisz edycje podsumowania", - "item.version.history.table.action.discardSummary":"Odrzuć edycje podsumowania", - "item.version.history.table.action.newVersion":"Utwórz nową wersję z tej wersji", - "item.version.history.table.action.deleteVersion":"Wersja usunięta", - "item.version.history.table.action.hasDraft":"Nowa wersja nie może zostać utworzona, ponieważ istnieje już oczekujące na akceptację zgłoszenie dokumentu tego pliku", - "item.version.notice":"To nie jest najnowsza wersja tej pozycji. Najnowsza wersja jest dostępna tutaj.", - "item.version.create.modal.header":"Nowa wersja", - "item.version.create.modal.text":"Utwórz nową wersję tej pozycji", - "item.version.create.modal.text.startingFrom":"zaczynając od wersji {{version}}", - "item.version.create.modal.button.confirm":"Utwórz", - "item.version.create.modal.button.confirm.tooltip":"Utwórz nową wersję", - "item.version.create.modal.button.cancel":"Anuluj", - "item.version.create.modal.button.cancel.tooltip":"Nie stwarzaj nowej wersji", - "item.version.create.modal.form.summary.label":"Podsumowanie", - "item.version.create.modal.form.summary.placeholder":"Wprowadź podsumowanie nowej wersji", - "item.version.create.notification.success":"Nowa wersja została utworzona z numerem {{version}}", - "item.version.create.notification.failure":"Nowa wersja nie została utworzona", - "item.version.create.notification.inProgress":"Nowa wersja nie może być utworzona, ponieważ propozycja innej wersji jest już złożona do zaakceptowania", - "item.version.delete.modal.header":"Usuń wersję", - "item.version.delete.modal.text":"Czy chcesz usunąć wersję {{version}}?", - "item.version.delete.modal.button.confirm":"Usuń", - "item.version.delete.modal.button.confirm.tooltip":"Usuń wersję", - "item.version.delete.modal.button.cancel":"Anuluj", - "item.version.delete.modal.button.cancel.tooltip":"Nie usuwaj tej wersji", - "item.version.delete.notification.success":"Wersja {{version}} została usunięta", - "item.version.delete.notification.failure":"Wersja {{version}} nie została usunięta", - "item.version.edit.notification.success":"Podsumowanie wersji {{version}} zostało zmienione", - "item.version.edit.notification.failure":"Podsumowanie wersji {{version}} nie zostało zmienione", - "journal.listelement.badge":"Czasopismo", - "journal.page.description":"Opis", - "journal.page.edit":"Edytuj tę pozycję", - "journal.page.editor":"Redaktor naczelny", - "journal.page.issn":"ISSN", - "journal.page.publisher":"Wydawca", - "journal.page.titleprefix":"Czasopismo: ", - "journal.search.results.head":"Wyniki wyszukiwania czasopism", - "journal.search.title":"Wyszukiwanie czasopism", - "journalissue.listelement.badge":"Numer czasopisma", - "journalissue.page.description":"Opis", - "journalissue.page.edit":"Edytuj pozycję", - "journalissue.page.issuedate":"Data wydania", - "journalissue.page.journal-issn":"ISSN czasopisma", - "journalissue.page.journal-title":"Tytuł czasopisma", - "journalissue.page.keyword":"Słowa kluczowe", - "journalissue.page.number":"Numer", - "journalissue.page.titleprefix":"Wydanie czasopisma: ", - "journalvolume.listelement.badge":"Numer tomu czasopisma", - "journalvolume.page.description":"Opis", - "journalvolume.page.edit":"Edytuj pozycję", - "journalvolume.page.issuedate":"Data wydania", - "journalvolume.page.titleprefix":"Numer tomu czasopisma: ", - "journalvolume.page.volume":"Numer wydania", - "iiifsearchable.listelement.badge":"Multimedia dokumentu", - "iiifsearchable.page.titleprefix":"Dokument: ", - "iiifsearchable.page.doi":"Stały link: ", - "iiifsearchable.page.issue":"Wydanie: ", - "iiifsearchable.page.description":"Opis: ", - "iiifviewer.fullscreen.notice":"Wyświetl na pełnym ekranie dla lepszego widoku.", - "iiif.listelement.badge":"Multimedia obrazu", - "iiif.page.titleprefix":"Obraz: ", - "iiif.page.doi":"Stały link: ", - "iiif.page.issue":"Numer wydania: ", - "iiif.page.description":"Opis: ", - "loading.bitstream":"Ładowanie pliku...", - "loading.bitstreams":"Ładowanie plików...", - "loading.browse-by":"Ładowanie pozycji...", - "loading.browse-by-page":"Ładowanie strony...", - "loading.collection":"Ładowanie kolekcji...", - "loading.collections":"Ładowanie kolekcji...", - "loading.content-source":"Ładowanie źródła treści...", - "loading.community":"Ładowanie zbioru...", - "loading.default":"Ładowanie...", - "loading.item":"Ładowanie pozycji...", - "loading.items":"Ładowanie pozycji...", - "loading.mydspace-results":"Ładowanie pozycji...", - "loading.objects":"Ładowanie...", - "loading.recent-submissions":"Ładowanie ostatnich zgłoszeń...", - "loading.search-results":"Ładowanie wyników wyszukiwania...", - "loading.sub-collections":"Ładowanie podkolekcji...", - "loading.sub-communities":"Ładowanie podzbioru...", - "loading.top-level-communities":"Ładowanie zbioru wyszego szczebla...", - "login.form.email":"Adres e-mail", - "login.form.forgot-password":"Nie pamiętasz hasła?", - "login.form.header":"Zaloguj się do DSpace", - "login.form.new-user":"Nie masz konta? Zarejestruj się.", - "login.form.or-divider":"lub", - "login.form.orcid":"Zaloguj za pomocą ORCID", - "login.form.oidc":"Zaloguj za pomocą OIDC", - "login.form.password":"Hasło", - "login.form.shibboleth":"Zaloguj za pomocą Shibboleth", - "login.form.submit":"Zaloguj się", - "login.title":"Zaloguj", - "login.breadcrumbs":"Zaloguj", - "logout.form.header":"Wyloguj się z DSpace", - "logout.form.submit":"Wyloguj się", - "logout.title":"Wylogowywanie", - "menu.header.admin":"Panel administracyjny", - "menu.header.image.logo":"Logo repozytorium", - "menu.header.admin.description":"Menu administratora", - "menu.section.access_control":"Uprawnienia", - "menu.section.access_control_authorizations":"Dostępy", - "menu.section.access_control_groups":"Grupy", - "menu.section.access_control_people":"Użytkownicy", - "menu.section.admin_search":"Wyszukiwanie administracyjne", - "menu.section.browse_community":"Ten zbiór", - "menu.section.browse_community_by_author":"Wg autorów", - "menu.section.browse_community_by_issue_date":"Wg daty wydania", - "menu.section.browse_community_by_title":"Wg tytułów", - "menu.section.browse_global":"Wszystko na DSpace", - "menu.section.browse_global_by_author":"Wg autorów", - "menu.section.browse_global_by_dateissued":"Wg daty wydania", - "menu.section.browse_global_by_subject":"Wg tematu", - "menu.section.browse_global_by_title":"Wg tytułu", - "menu.section.browse_global_communities_and_collections":"Zbiory i kolekcje", - "menu.section.control_panel":"Panel sterowania", - "menu.section.curation_task":"Zadanie administracyjne", - "menu.section.edit":"Edytuj", - "menu.section.edit_collection":"Kolekcja", - "menu.section.edit_community":"Zbiór", - "menu.section.edit_item":"Pozycja", - "menu.section.export":"Eksport", - "menu.section.export_collection":"Kolekcja", - "menu.section.export_community":"Zbiór", - "menu.section.export_item":"Pozycja", - "menu.section.export_metadata":"Metadane", - "menu.section.icon.access_control":"Sekcja menu Uprawnienia", - "menu.section.icon.admin_search":"Sekcja menu Wyszukiwanie administracyjne", - "menu.section.icon.control_panel":"Sekcja menu Panel sterowania", - "menu.section.icon.curation_tasks":"Sekcja menu Zadanie administracyjne", - "menu.section.icon.edit":"Sekcja menu Edycja", - "menu.section.icon.export":"Sekcja menu Eksport", - "menu.section.icon.find":"Sekcja menu Wyszukiwanie", - "menu.section.icon.import":"Sekcja menu Import", - "menu.section.icon.new":"Sekcja menu Dodaj", - "menu.section.icon.pin":"Przypnij boczny pasek", - "menu.section.icon.processes":"Sekcja menu Procesy", - "menu.section.icon.registries":"Sekcja menu Rejestry", - "menu.section.icon.statistics_task":"Sekcja menu Zadanie statystyczne", - "menu.section.icon.workflow":"Sekcja menu Zarządzanie workflow", - "menu.section.icon.unpin":"Odepnij boczny pasek", - "menu.section.import":"Import", - "menu.section.import_batch":"Import masowy (ZIP)", - "menu.section.import_metadata":"Metadane", - "menu.section.new":"Dodaj", - "menu.section.new_collection":"Kolekcja", - "menu.section.new_community":"Zbiór", - "menu.section.new_item":"Pozycja", - "menu.section.new_item_version":"Wersja pozycji", - "menu.section.new_process":"Proces", - "menu.section.pin":"Przypnij pasek boczny", - "menu.section.unpin":"Odepnij pasek boczny", - "menu.section.processes":"Procesy", - "menu.section.registries":"Rejestry", - "menu.section.registries_format":"Formaty", - "menu.section.registries_metadata":"Metadane", - "menu.section.statistics":"Statystyki", - "menu.section.statistics_task":"Zadanie statystyczne", - "menu.section.toggle.access_control":"Przełącz sekcję Uprawnienia", - "menu.section.toggle.control_panel":"Przełącz sekcję Panel sterowania", - "menu.section.toggle.curation_task":"Przełącz sekcję Zadanie kuratora", - "menu.section.toggle.edit":"Przełącz sekcję Edytuj", - "menu.section.toggle.export":"Przełącz sekcję Eksport", - "menu.section.toggle.find":"Przełącz sekcję Wyszukiwanie", - "menu.section.toggle.import":"Przełącz sekcję Import", - "menu.section.toggle.new":"Przełącz nową sekcję", - "menu.section.toggle.registries":"Przełącz sekcję Rejestry", - "menu.section.toggle.statistics_task":"Przełącz sekcję Zadanie statystyczne", - "menu.section.workflow":"Zarządzaj Workflow", - "mydspace.breadcrumbs":"Mój DSpace", - "mydspace.description":"", - "mydspace.messages.controller-help":"Wybierz tę opcję, aby przesłać wiadomość do zgłaszającego.", - "mydspace.messages.description-placeholder":"Wpisz swoją wiadomość tutaj...", - "mydspace.messages.hide-msg":"Ukryj wiadomość", - "mydspace.messages.mark-as-read":"Oznacz jako przeczytane", - "mydspace.messages.mark-as-unread":"Oznacz jako nieprzeczytane", - "mydspace.messages.no-content":"Brak treści.", - "mydspace.messages.no-messages":"Brak wiadomości.", - "mydspace.messages.send-btn":"Wysłano", - "mydspace.messages.show-msg":"Pokaż wiadomość", - "mydspace.messages.subject-placeholder":"Temat...", - "mydspace.messages.submitter-help":"Wybierz tę opcję, aby przesłać wiadomość do osoby kontrolującej.", - "mydspace.messages.title":"Wiadomości", - "mydspace.messages.to":"Do", - "mydspace.new-submission":"Nowe zgłoszenie", - "mydspace.new-submission-external":"Import medatanych z zewnętrznego źródła", - "mydspace.new-submission-external-short":"Import metadanych", - "mydspace.results.head":"Twoje zadania", - "mydspace.results.no-abstract":"Brak abstraktu", - "mydspace.results.no-authors":"Brak autorów", - "mydspace.results.no-collections":"Brak kolekcji", - "mydspace.results.no-date":"Brak daty", - "mydspace.results.no-files":"Brak plików", - "mydspace.results.no-results":"Brak pozycji do wyświetlenia", - "mydspace.results.no-title":"Brak tytułu", - "mydspace.results.no-uri":"Brak Uri", - "mydspace.search-form.placeholder":"Wyszukaj w mydspace...", - "mydspace.show.workflow":"Wszystkie zadania", - "mydspace.show.workspace":"Twoje zadania", - "mydspace.status.archived":"Zarchiwizowano", - "mydspace.status.validation":"Walidacja", - "mydspace.status.waiting-for-controller":"Oczekiwanie na redaktora", - "mydspace.status.workflow":"Workflow", - "mydspace.status.workspace":"Wersja robocza", - "mydspace.title":"Mój DSpace", - "mydspace.upload.upload-failed":"Bład podczas tworzenia nowej wersji roboczej. Sprawdź poprawność plików i spróbuj ponownie.", - "mydspace.upload.upload-failed-manyentries":"Plik jest niemożliwy do przetworzenia. Wykryto wiele wejść, a dopuszczalne jest tylko jedno dla jednego pliku.", - "mydspace.upload.upload-failed-moreonefile":"Zapytanie niemożliwe do przetworzenia. Tylko jeden plik jest dopuszczalny.", - "mydspace.upload.upload-multiple-successful":"Utworzono {{qty}} przestrzeni roboczych.", - "mydspace.view-btn":"Widok", - "nav.browse.header":"Cały DSpace", - "nav.community-browse.header":"Wg zbiorów", - "nav.language":"Zmień język", - "nav.login":"Zaloguj", - "nav.logout":"Menu profilu użytkownika i wylogowywanie", - "nav.main.description":"Główny pasek nawigacji", - "nav.mydspace":"Mój DSpace", - "nav.profile":"Profil", - "nav.search":"Wyszukiwanie", - "nav.statistics.header":"Statystyki", - "nav.stop-impersonating":"Przestań impersonifikować użytkownika", - "nav.toggle":"Przełącz nawigację", - "nav.user.description":"Pasek profilu użytkownika", - "none.listelement.badge":"Pozycja", - "person.listelement.badge":"Osoba", - "person.listelement.no-title":"Nie znaleziono imienia", - "person.page.birthdate":"Data urodzenia", - "person.page.edit":"Edytuj pozycję", - "person.page.email":"Adres e-mail", - "person.page.firstname":"Imię", - "person.page.jobtitle":"Stanowisko", - "person.page.lastname":"Nazwisko", - "person.page.link.full":"Pokaż wszystkie metadane", - "person.page.orcid":"ORCID", - "person.page.orcid.create":"Utwórz ORCID ID", - "person.page.orcid.granted-authorizations":"Udzielone dostępy", - "person.page.orcid.grant-authorizations":"Udziel dostępu", - "person.page.orcid.link":"Połącz z ORCID ID", - "person.page.orcid.orcid-not-linked-message":"ORCID iD tego profilu ({{ orcid }}) nie jest połączony z bazą ORCID lub połączenie wygasło.", - "person.page.orcid.unlink":"Odepnij z ORCID", - "person.page.orcid.unlink.processing":"Procesowanie...", - "person.page.orcid.missing-authorizations":"Brak dostępów", - "person.page.orcid.missing-authorizations-message":"Brakuj następujących dostępów:", - "person.page.orcid.no-missing-authorizations-message":"Świetnie! To miejsce jest puste, co oznacza, że masz dostęp do wszystkich uprawnień, które są dostępne w Twojej instytucji.", - "person.page.orcid.no-orcid-message":"Brak przypisanego ORCID iD. Poprez wybranie przycisku poniżej możesz powiązać ten profil wraz z kontem ORCID.", - "person.page.orcid.profile-preferences":"Preferencje profilu", - "person.page.orcid.funding-preferences":"Preferencje finansowania", - "person.page.orcid.publications-preferences":"Preferencje publikacji", - "person.page.orcid.remove-orcid-message":"Jeśli chcesz usunąć Twój ORCID, skontaktuj się z administratorem repozytorium", - "person.page.orcid.save.preference.changes":"Aktualizuj ustawienia", - "person.page.orcid.sync-profile.affiliation":"Afiliacja", - "person.page.orcid.sync-profile.biographical":"Biografia", - "person.page.orcid.sync-profile.education":"Edukacja", - "person.page.orcid.sync-profile.identifiers":"Identyfikatory", - "person.page.orcid.sync-fundings.all":"Wszystkie źrodła finansowania", - "person.page.orcid.sync-fundings.mine":"Moje źrodła finansowania", - "person.page.orcid.sync-fundings.my_selected":"Wybrane źródła finansowania", - "person.page.orcid.sync-fundings.disabled":"Nieaktywne", - "person.page.orcid.sync-publications.all":"Wszystkie publikacje", - "person.page.orcid.sync-publications.mine":"Moje publikacje", - "person.page.orcid.sync-publications.my_selected":"Wybrane publikacje", - "person.page.orcid.sync-publications.disabled":"Nieaktywne", - "person.page.orcid.sync-queue.discard":"Odrzuć zmianę i nie synchronizuj z ORCID", - "person.page.orcid.sync-queue.discard.error":"Rekord kolejki ORCID nie został odrzucony", - "person.page.orcid.sync-queue.discard.success":"Rekord kolejki ORCID został odrzucony", - "person.page.orcid.sync-queue.empty-message":"Rejestr kolejki w ORCID jest pusty", - "person.page.orcid.sync-queue.description.affiliation":"Afiliacje", - "person.page.orcid.sync-queue.description.country":"Kraj", - "person.page.orcid.sync-queue.description.education":"Edukacja", - "person.page.orcid.sync-queue.description.external_ids":"Zewnętrzne identyfikatory", - "person.page.orcid.sync-queue.description.other_names":"Inne imiona", - "person.page.orcid.sync-queue.description.qualification":"Kwalifikacje", - "person.page.orcid.sync-queue.description.researcher_urls":"URL naukowca", - "person.page.orcid.sync-queue.description.keywords":"Słowa kluczowe", - "person.page.orcid.sync-queue.tooltip.insert":"Dodaj nowy wpis w rejestrze ORCID", - "person.page.orcid.sync-queue.tooltip.update":"Aktualizuj ten wpis w rejestrze ORCID", - "person.page.orcid.sync-queue.tooltip.delete":"Usuń ten wpis z rejestru ORCID", - "person.page.orcid.sync-queue.tooltip.publication":"Publikacja", - "person.page.orcid.sync-queue.tooltip.affiliation":"Afiliacja", - "person.page.orcid.sync-queue.tooltip.education":"Edukacja", - "person.page.orcid.sync-queue.tooltip.qualification":"Kwalifikacje", - "person.page.orcid.sync-queue.tooltip.other_names":"Inna nazwa", - "person.page.orcid.sync-queue.tooltip.country":"Kraj", - "person.page.orcid.sync-queue.tooltip.keywords":"Słowa kluczowe", - "person.page.orcid.sync-queue.tooltip.external_ids":"Zewnętrzny identyfikator", - "person.page.orcid.sync-queue.tooltip.researcher_urls":"URL naukowca", - "person.page.orcid.sync-queue.send":"Synchronizuj z rejestrem ORCID", - "person.page.orcid.sync-queue.send.unauthorized-error.title":"Wysłanie zgłoszenia do ORCID nieudane z powodu braku uprawnień.", - "person.page.orcid.sync-queue.send.unauthorized-error.content":"Wybierz here, aby wystąpić o niezbędne uprawnienia. Jeśli problem wciąż występuje, skontaktuj się z administratorem", - "person.page.orcid.sync-queue.send.bad-request-error":"Wysłanie zgłoszenia do ORCID nie powiodło się ponieważ źródła wysłane do rejestru ORCID nie jest poprawne", - "person.page.orcid.sync-queue.send.error":"Wysłanie zgłoszenia do ORCID nie powiodło się", - "person.page.orcid.sync-queue.send.conflict-error":"Zgłoszenie do ORCID nie powiodło się, ponieważ ta pozycja jest już dodana do rejestru ORCID", - "person.page.orcid.sync-queue.send.not-found-warning":"Pozycja nie istnieje już w rejestrze ORCID.", - "person.page.orcid.sync-queue.send.success":"Zgłoszenie do ORCID zostało zakończone pomyślnie", - "person.page.orcid.sync-queue.send.validation-error":"Dane, które chcesz zsynchronizować z ORCID nie są poprawne", - "person.page.orcid.sync-queue.send.validation-error.amount-currency.required":"Waluta jest wymagana", - "person.page.orcid.sync-queue.send.validation-error.external-id.required":"Aby wysłać pozycję, należy podać przynajmniej jeden identyfikator", - "person.page.orcid.sync-queue.send.validation-error.title.required":"Tytuł jest wymagany", - "person.page.orcid.sync-queue.send.validation-error.type.required":"Typ jest wymagany", - "person.page.orcid.sync-queue.send.validation-error.start-date.required":"Data początkowa jest wymagana", - "person.page.orcid.sync-queue.send.validation-error.funder.required":"Instytucja finansująca jest wymagana", - "person.page.orcid.sync-queue.send.validation-error.organization.required":"Instytucja jest wymagana", - "person.page.orcid.sync-queue.send.validation-error.organization.name-required":"Nazwa instytucji jest wymagana", - "person.page.orcid.sync-queue.send.validation-error.organization.address-required":"Aby wysłać instytucję, należy podać adres", - "person.page.orcid.sync-queue.send.validation-error.organization.city-required":"Aby wysłać adres, należy podać miasto", - "person.page.orcid.sync-queue.send.validation-error.organization.country-required":"Aby wysłać adres, należy podać kraj", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required":"Wymagany jest identyfikator umożliwiający rozróżnienie instytucji. Obsługiwane identyfikatory to GRID, Ringgold, kod LEI oraz identyfikatory z rejestru instytucji finansujących Crossref.", - "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required":"Należy uzupełnić wartość w identyfikatorze instytucji", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required":"Należy uzupełnić źródło w identyfikatorze instytucji", - "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid":"Źródło jednego z identyfikatorów organizcji jest niepoprawne. Wspierane źródła to RINGGOLD, GRID, LEI and FUNDREF", - "person.page.orcid.synchronization-mode":"Tryb synchronizacji", - "person.page.orcid.synchronization-mode.batch":"Wsad", - "person.page.orcid.synchronization-mode.label":"Tryb synchronizacji", - "person.page.orcid.synchronization-mode-message":"Włącz tryb 'Manual' synchronizacja, aby wyłaczyć tryb synchronizacji wsadowej, wtedy dane do rejestru ORCID będą musiały zostać wysłane ręcznie", - "person.page.orcid.synchronization-settings-update.success":"Opcje synchronizacji zostały zaktualizowane", - "person.page.orcid.synchronization-settings-update.error":"Opcje synchronizacji nie zostały zaktualizowane", - "person.page.orcid.synchronization-mode.manual":"Ręczna", - "person.page.orcid.scope.authenticate":"Uzyskaj swój ORCID iD", - "person.page.orcid.scope.read-limited":"Przeczytaj informacje o ustawieniach widoczności z firmami trzeciami", - "person.page.orcid.scope.activities-update":"Dodaj/aktualizuj swoje aktywności naukowe", - "person.page.orcid.scope.person-update":"Dodaj/aktualizuj inne informacje o Tobie", - "person.page.orcid.unlink.success":"Odłączenie Twojego profilu od rejestru ORCID powiodło się", - "person.page.orcid.unlink.error":"Wystąpił błąd podczas odłączania Twojego profilu od rejestru ORCID. Spróbuj ponownie", - "person.page.staffid":"ID pracownika", - "person.page.titleprefix":"Osoba: ", - "person.search.results.head":"Wyniki wyszukiwania użytkowników", - "person.search.title":"Wyniki wyszukiwania użytkowników", - "process.new.select-parameters":"Parametry", - "process.new.cancel":"Anuluj", - "process.new.submit":"Zapisz", - "process.new.select-script":"Skrypt", - "process.new.select-script.placeholder":"Wybierz skrypt...", - "process.new.select-script.required":"Skrypt jest wymagany", - "process.new.parameter.file.upload-button":"Wybierz plik...", - "process.new.parameter.file.required":"Proszę wybrać plik", - "process.new.parameter.string.required":"Wartość parametru jest wymagana", - "process.new.parameter.type.value":"wartość", - "process.new.parameter.type.file":"plik", - "process.new.parameter.required.missing":"Te parametry są wymagane, ale nie zostały uzupełnione:", - "process.new.notification.success.title":"Udało się", - "process.new.notification.success.content":"Udało się stworzyć proces", - "process.new.notification.error.title":"Błąd", - "process.new.notification.error.content":"Wystąpił błąd podczas tworzenia procesu", - "process.new.header":"Utwórz nowy proces", - "process.new.title":"Utwórz nowy proces", - "process.new.breadcrumbs":"Utwórz nowy proces", - "process.detail.arguments":"Argumenty", - "process.detail.arguments.empty":"Do tego procesu nie zostały przypisane żadne argumenty", - "process.detail.back":"Cofnij", - "process.detail.output":"Dane wyjściowe procesu", - "process.detail.logs.button":"Odzyskaj dane wyjściowe procesu", - "process.detail.logs.loading":"Odzyskiwanie", - "process.detail.logs.none":"Ten proces nie ma danych wyjściowych", - "process.detail.output-files":"Pliki", - "process.detail.output-files.empty":"Ten proces nie ma żadnych plików danych wyjściowych", - "process.detail.script":"Skrypt", - "process.detail.title":"Proces: {{ id }} - {{ name }}", - "process.detail.start-time":"Czas rozpoczęcia procesu", - "process.detail.end-time":"Czas zakończenia procesu", - "process.detail.status":"Status", - "process.detail.create":"Stwórz podobny proces", - "process.overview.table.finish":"Czas zakończenia (UTC)", - "process.overview.table.id":"Identyfikator procesu", - "process.overview.table.name":"Nazwa", - "process.overview.table.start":"Czas rozpoczęcia (UTC)", - "process.overview.table.status":"Status", - "process.overview.table.user":"Użytkownik", - "process.overview.title":"Przegląd procesów", - "process.overview.breadcrumbs":"Przegląd procesów", - "process.overview.new":"Nowy", - "profile.breadcrumbs":"Zaktualizuj profil", - "profile.card.identify":"Dane", - "profile.card.security":"Bezpieczeństwo", - "profile.form.submit":"Zaktualizuj profil", - "profile.groups.head":"Posiadane uprawnienia do kolekcji", - "profile.head":"Zaktualizuj profil", - "profile.metadata.form.error.firstname.required":"Imię jest wymagane", - "profile.metadata.form.error.lastname.required":"Nazwisko jest wymagane", - "profile.metadata.form.label.email":"Adres e-mail", - "profile.metadata.form.label.firstname":"Imię", - "profile.metadata.form.label.language":"Język", - "profile.metadata.form.label.lastname":"Nazwisko", - "profile.metadata.form.label.phone":"Telefon kontaktowy", - "profile.metadata.form.notifications.success.content":"Zmiany w profilu zostały zapisane.", - "profile.metadata.form.notifications.success.title":"Profil zapisany", - "profile.notifications.warning.no-changes.content":"Nie dokonano żadnych zmian w profilu.", - "profile.notifications.warning.no-changes.title":"Brak zmian", - "profile.security.form.error.matching-passwords":"Hasła nie są identyczne.", - "profile.security.form.info":"Możesz wprowadzić nowe hasło w polu poniżej i zatwierdzić poprzez ponowne wpisanie. Hasło musi mieć przynajmniej 6 znaków.", - "profile.security.form.label.password":"Hasło", - "profile.security.form.label.passwordrepeat":"Potwierdź hasło", - "profile.security.form.notifications.success.content":"Twoje zmiany w haśle zostały zapisane.", - "profile.security.form.notifications.success.title":"Hasło zapisane", - "profile.security.form.notifications.error.title":"Błąd podczas próby zmiany hasła", - "profile.security.form.notifications.error.not-same":"Hasła nie są identyczne.", - "profile.title":"Zaktualizuj profil", - "profile.card.researcher":"Profil naukowca", - "project.listelement.badge":"Projekt badawczy", - "project.page.contributor":"Autorzy", - "project.page.description":"Opis", - "project.page.edit":"Edytuj pozycję", - "project.page.expectedcompletion":"Spodziewany termin zakończenia", - "project.page.funder":"Instytucje finansujące", - "project.page.id":"ID", - "project.page.keyword":"Słowa kluczowe", - "project.page.status":"Status", - "project.page.titleprefix":"Projekt badawczy: ", - "project.search.results.head":"Wyniki wyszukiwania projektów", - "publication.listelement.badge":"Publikacja", - "publication.page.description":"Opis", - "publication.page.edit":"Edytuj pozycję", - "publication.page.journal-issn":"ISSN czasopisma", - "publication.page.journal-title":"Tytuł czasopisma", - "publication.page.publisher":"Wydawca", - "publication.page.titleprefix":"Publikacja: ", - "publication.page.volume-title":"Tytuł tomu", - "publication.search.results.head":"Wyniki wyszukiwania publikacji", - "publication.search.title":"Wyszukiwanie publikacji", - "media-viewer.next":"Nowy", - "media-viewer.previous":"Poprzedni", - "media-viewer.playlist":"Playlista", - "register-email.title":"Rejestracja nowego użytkownika", - "register-page.create-profile.header":"Stwórz profil", - "register-page.create-profile.identification.header":"Dane", - "register-page.create-profile.identification.email":"Adres e-mail", - "register-page.create-profile.identification.first-name":"Imię *", - "register-page.create-profile.identification.first-name.error":"Wpisz imię", - "register-page.create-profile.identification.last-name":"Nazwisko *", - "register-page.create-profile.identification.last-name.error":"Wpisz nazwisko", - "register-page.create-profile.identification.contact":"Telefon kontaktowy", - "register-page.create-profile.identification.language":"Język", - "register-page.create-profile.security.header":"Bezpieczeństwo", - "register-page.create-profile.security.info":"Wprowadź nowe hasło w polu poniżej i zatwierdź poprzez ponowne wpisanie w drugim polu. Hasło musi mieć przynajmniej 6 znaków.", - "register-page.create-profile.security.label.password":"Hasło *", - "register-page.create-profile.security.label.passwordrepeat":"Potwierdź hasło *", - "register-page.create-profile.security.error.empty-password":"Wprowadź hasło w polu poniżej.", - "register-page.create-profile.security.error.matching-passwords":"Hasła nie są identyczne.", - "register-page.create-profile.submit":"Rejestracja zakończona", - "register-page.create-profile.submit.error.content":"Coś się nie udało podczas rejestracji nowego użytkownika.", - "register-page.create-profile.submit.error.head":"Rejestracja nie powiodła się", - "register-page.create-profile.submit.success.content":"Rejestracja powiodła się. Zalogowano jako stworzony użytkownik.", - "register-page.create-profile.submit.success.head":"Rejestracja zakończona", - "register-page.registration.header":"Rejestracja nowego użytkownika", - "register-page.registration.info":"Zarejestruj się, aby otrzymywać wiadomości o nowych pozycjach w obserowanych kolekcjach, a także przesyłać nowe pozycje do repozytorium.", - "register-page.registration.email":"Adres e-mail *", - "register-page.registration.email.error.required":"Wypełnij adres e-mail", - "register-page.registration.email.error.pattern":"Wypełnij poprawny adres e-mail", - "register-page.registration.email.hint":"Ten adres e-mail będzie zweryfikowany i będziesz go używać jako swój login.", - "register-page.registration.submit":"Zarejestruj się", - "register-page.registration.success.head":"Wiadomość weryfikacyjna zostałą wysłana", - "register-page.registration.success.content":"Wiadomość została wysłana na adres e-mail {{ email }}. Zawiera ona unikatowy link i dalsze instrukcje postępowania.", - "register-page.registration.error.head":"Błąd podczas próby rejestracji adresu e-mail", - "register-page.registration.error.content":"Błąd podczas próby rejestracji adresu e-mail: {{ email }}", - "relationships.add.error.relationship-type.content":"Nie znaleziono dopasowania dla typu relacji {{ type }} pomiędzy dwoma pozycjami", - "relationships.add.error.server.content":"Błąd serwera", - "relationships.add.error.title":"Nie można dodać relacji", - "relationships.isAuthorOf":"Autorzy", - "relationships.isAuthorOf.Person":"Autorzy (osoby)", - "relationships.isAuthorOf.OrgUnit":"Autorzy (jednostki organizacyjne)", - "relationships.isIssueOf":"Numery czasopisma", - "relationships.isJournalIssueOf":"Numer czasopisma", - "relationships.isJournalOf":"Czasopisma", - "relationships.isOrgUnitOf":"Jednostki organizacyjne", - "relationships.isPersonOf":"Autorzy", - "relationships.isProjectOf":"Projekty badawcze", - "relationships.isPublicationOf":"Publikacje", - "relationships.isPublicationOfJournalIssue":"Artykuły", - "relationships.isSingleJournalOf":"Czasopismo", - "relationships.isSingleVolumeOf":"Tom czasopisma", - "relationships.isVolumeOf":"Tomy czasopisma", - "relationships.isContributorOf":"Autorzy", - "relationships.isContributorOf.OrgUnit":"Autor (Jednostka organizacyjna)", - "relationships.isContributorOf.Person":"Autor", - "relationships.isFundingAgencyOf.OrgUnit":"Instytucja finansująca", - "repository.image.logo":"Logo repozytorium", - "repository.title.prefix":"DSpace Angular :: ", - "researcher.profile.action.processing":"Procesowanie...", - "researcher.profile.associated":"Przypisanie profilu badacza", - "researcher.profile.create.new":"Utwórz nowy", - "researcher.profile.create.success":"Profil badacza został utworzony", - "researcher.profile.create.fail":"Wystąpił błąd poczas tworzenia profilu badacza.", - "researcher.profile.delete":"Usuń", - "researcher.profile.expose":"Ujawnij", - "researcher.profile.hide":"Ukryj", - "researcher.profile.not.associated":"Profil badacza nie został jeszcze przypisany", - "researcher.profile.view":"Widok", - "researcher.profile.private.visibility":"PRYWATNY", - "researcher.profile.public.visibility":"PUBLICZNY", - "researcher.profile.status":"Status:", - "researcherprofile.claim.not-authorized":"Nie masz uprawnień, aby wystąpić o tę pozycję. Aby otrzymać więcej szczegółów, skontaktuj się z administratorami.", - "researcherprofile.error.claim.body":"Wystąpił błąd podczas wystąpienia z prośbą o przypisanie profilu. Spróbuj ponownie później.", - "researcherprofile.error.claim.title":"Błąd", - "researcherprofile.success.claim.body":"Wystąpienie z prośbą o przypisanie profilu udane", - "researcherprofile.success.claim.title":"Sukces", - "repository.title.prefixDSpace":"DSpace Angular ::", - "resource-policies.add.button":"Dodaj", - "resource-policies.add.for.":"Dodaj nową politykę", - "resource-policies.add.for.bitstream":"Dodaj nową politykę dla plików", - "resource-policies.add.for.bundle":"Dodaj nową politykę paczek", - "resource-policies.add.for.item":"Dodaj nową politykę pozycji", - "resource-policies.add.for.community":"Dodaj nową politykę zbioru", - "resource-policies.add.for.collection":"Dodaj nową politykę kolekcji", - "resource-policies.create.page.heading":"Utwórz nową politykę zasobu dla ", - "resource-policies.create.page.failure.content":"Wystąpił błąd podczas dodawania polityki zasobów.", - "resource-policies.create.page.success.content":"Działanie powiodło się", - "resource-policies.create.page.title":"Utwórz nową politykę zasobu", - "resource-policies.delete.btn":"Usuń zaznaczone", - "resource-policies.delete.btn.title":"Usuń zaznaczone polityki zasobów", - "resource-policies.delete.failure.content":"Wystąpił błąd podczas usuwania wybranych polityk zasobów.", - "resource-policies.delete.success.content":"Działanie powiodło się", - "resource-policies.edit.page.heading":"Edytuj politykę zasobu ", - "resource-policies.edit.page.failure.content":"Wystąpił błąd poczas edytowania polityki zasobu.", - "resource-policies.edit.page.success.content":"Działanie udało się", - "resource-policies.edit.page.title":"Edytuj politykę zasobu", - "resource-policies.form.action-type.label":"Wybierz ten typ akcji", - "resource-policies.form.action-type.required":"Musisz wybrać akcję polityki zasobu.", - "resource-policies.form.eperson-group-list.label":"Użytkownik lub grupa, która otrzyma uprawnienia.", - "resource-policies.form.eperson-group-list.select.btn":"Wybierz", - "resource-policies.form.eperson-group-list.tab.eperson":"Wyszukaj użytkownika", - "resource-policies.form.eperson-group-list.tab.group":"Wyszukaj grupę", - "resource-policies.form.eperson-group-list.table.headers.action":"Akcja", - "resource-policies.form.eperson-group-list.table.headers.id":"ID", - "resource-policies.form.eperson-group-list.table.headers.name":"Nazwa", - "resource-policies.form.date.end.label":"Data zakończenia", - "resource-policies.form.date.start.label":"Data rozpoczęcia", - "resource-policies.form.description.label":"Opis", - "resource-policies.form.name.label":"Nazwa", - "resource-policies.form.policy-type.label":"Wybierz typ polityki", - "resource-policies.form.policy-type.required":"Musisz wybrać typ polityki zasobu.", - "resource-policies.table.headers.action":"Akcja", - "resource-policies.table.headers.date.end":"Data zakończenia", - "resource-policies.table.headers.date.start":"Data rozpoczęcia", - "resource-policies.table.headers.edit":"Edytuj", - "resource-policies.table.headers.edit.group":"Edytuj grupę", - "resource-policies.table.headers.edit.policy":"Edytuj politykę", - "resource-policies.table.headers.eperson":"Użytkownik", - "resource-policies.table.headers.group":"Grupa", - "resource-policies.table.headers.id":"ID", - "resource-policies.table.headers.name":"Nazwa", - "resource-policies.table.headers.policyType":"typ", - "resource-policies.table.headers.title.for.bitstream":"Polityki dla plików", - "resource-policies.table.headers.title.for.bundle":"Polityki dla paczek", - "resource-policies.table.headers.title.for.item":"Polityki dla pozycji", - "resource-policies.table.headers.title.for.community":"Polityki dla zbioru", - "resource-policies.table.headers.title.for.collection":"Polityki dla kolekcji", - "search.description":"", - "search.switch-configuration.title":"Pokaż", - "search.title":"Szukaj", - "search.breadcrumbs":"Szukaj", - "search.search-form.placeholder":"Szukaj w repozytorium...", - "search.filters.applied.f.author":"Autor", - "search.filters.applied.f.dateIssued.max":"Data zakończenia", - "search.filters.applied.f.dateIssued.min":"Data rozpoczęcia", - "search.filters.applied.f.dateSubmitted":"Data zgłoszenia", - "search.filters.applied.f.discoverable":"Ukryty", - "search.filters.applied.f.entityType":"Typ pozycji", - "search.filters.applied.f.has_content_in_original_bundle":"Ma przypisane pliki", - "search.filters.applied.f.itemtype":"Typ", - "search.filters.applied.f.namedresourcetype":"Status", - "search.filters.applied.f.subject":"Temat", - "search.filters.applied.f.submitter":"Zgłaszający", - "search.filters.applied.f.jobTitle":"Stanowisko", - "search.filters.applied.f.birthDate.max":"Data zakończenia tworzenia", - "search.filters.applied.f.birthDate.min":"Data rozpoczęcia tworzenia", - "search.filters.applied.f.withdrawn":"Wycofane", - "search.filters.filter.author.head":"Autor", - "search.filters.filter.author.placeholder":"Autor", - "search.filters.filter.author.label":"Wyszukaj autora", - "search.filters.filter.birthDate.head":"Data urodzenia", - "search.filters.filter.birthDate.placeholder":"Data urodzenia", - "search.filters.filter.birthDate.label":"Wyszukaj datę urodzenia", - "search.filters.filter.collapse":"Ukryj filtr", - "search.filters.filter.creativeDatePublished.head":"Data opublikowania", - "search.filters.filter.creativeDatePublished.placeholder":"Data opublikowania", - "search.filters.filter.creativeDatePublished.label":"Wyszukaj datę opublikowania", - "search.filters.filter.creativeWorkEditor.head":"Redaktor", - "search.filters.filter.creativeWorkEditor.placeholder":"Redaktor", - "search.filters.filter.creativeWorkEditor.label":"Wyszukaj redaktora", - "search.filters.filter.creativeWorkKeywords.head":"Słowo kluczowe", - "search.filters.filter.creativeWorkKeywords.placeholder":"Słowo kluczowe", - "search.filters.filter.creativeWorkKeywords.label":"Wyszukaj temat", - "search.filters.filter.creativeWorkPublisher.head":"Wydawca", - "search.filters.filter.creativeWorkPublisher.placeholder":"Wydawca", - "search.filters.filter.creativeWorkPublisher.label":"Wyszukaj wydawcę", - "search.filters.filter.dateIssued.head":"Data", - "search.filters.filter.dateIssued.max.placeholder":"Data maksymalna", - "search.filters.filter.dateIssued.max.label":"Koniec", - "search.filters.filter.dateIssued.min.placeholder":"Data minimalna", - "search.filters.filter.dateIssued.min.label":"Start", - "search.filters.filter.dateSubmitted.head":"Data zgłoszenia", - "search.filters.filter.dateSubmitted.placeholder":"Data zgłoszenia", - "search.filters.filter.dateSubmitted.label":"Wyszukaj datę zgłoszenia", - "search.filters.filter.discoverable.head":"Ukryty", - "search.filters.filter.withdrawn.head":"Wycofane", - "search.filters.filter.entityType.head":"Typ pozycji", - "search.filters.filter.entityType.placeholder":"Typ pozycji", - "search.filters.filter.entityType.label":"Wyszukaj typ pozycji", - "search.filters.filter.expand":"Rozwiń filtr", - "search.filters.filter.has_content_in_original_bundle.head":"Ma przypisane pliki", - "search.filters.filter.itemtype.head":"Typ", - "search.filters.filter.itemtype.placeholder":"Typ", - "search.filters.filter.itemtype.label":"Wyszukaj typ", - "search.filters.filter.jobTitle.head":"Stanowisko", - "search.filters.filter.jobTitle.placeholder":"Stanowisko", - "search.filters.filter.jobTitle.label":"Wyszukaj stanowisko", - "search.filters.filter.knowsLanguage.head":"Znajomość języka", - "search.filters.filter.knowsLanguage.placeholder":"Znajomość języka", - "search.filters.filter.knowsLanguage.label":"Wyszukaj wg znajomości języka", - "search.filters.filter.namedresourcetype.head":"Status", - "search.filters.filter.namedresourcetype.placeholder":"Status", - "search.filters.filter.namedresourcetype.label":"Wyszukaj status", - "search.filters.filter.objectpeople.head":"Osoby", - "search.filters.filter.objectpeople.placeholder":"Osoby", - "search.filters.filter.objectpeople.label":"Wyszukaj użytkowników", - "search.filters.filter.organizationAddressCountry.head":"Kraj", - "search.filters.filter.organizationAddressCountry.placeholder":"Kraj", - "search.filters.filter.organizationAddressCountry.label":"Wyszukaj kraj", - "search.filters.filter.organizationAddressLocality.head":"Miasto", - "search.filters.filter.organizationAddressLocality.placeholder":"Miasto", - "search.filters.filter.organizationAddressLocality.label":"Wyszukaj miasto", - "search.filters.filter.organizationFoundingDate.head":"Data założenia", - "search.filters.filter.organizationFoundingDate.placeholder":"Data założenia", - "search.filters.filter.organizationFoundingDate.label":"Wyszukaj datę założenia", - "search.filters.filter.scope.head":"Zakres", - "search.filters.filter.scope.placeholder":"Filtr zakresu", - "search.filters.filter.scope.label":"Wyszukaj filtr zakresu", - "search.filters.filter.show-less":"Pokaż mniej", - "search.filters.filter.show-more":"Pokaż więcej", - "search.filters.filter.subject.head":"Temat", - "search.filters.filter.subject.placeholder":"Temat", - "search.filters.filter.subject.label":"Wyszukaj temat", - "search.filters.filter.submitter.head":"Zgłaszający", - "search.filters.filter.submitter.placeholder":"Zgłaszający", - "search.filters.filter.submitter.label":"Wyszukaj zgłaszającego", - "search.filters.entityType.JournalIssue":"Numer czasopisma", - "search.filters.entityType.JournalVolume":"Tom czasopisma", - "search.filters.entityType.OrgUnit":"Jednostka organizacyjna", - "search.filters.has_content_in_original_bundle.true":"Tak", - "search.filters.has_content_in_original_bundle.false":"Nie", - "search.filters.discoverable.true":"Nie", - "search.filters.discoverable.false":"Tak", - "search.filters.withdrawn.true":"Tak", - "search.filters.withdrawn.false":"Nie", - "search.filters.head":"Filtry", - "search.filters.reset":"Resetuj filtry", - "search.filters.search.submit":"Zastosuj", - "search.form.search":"Wyszukaj", - "search.form.search_dspace":"W repozytorium", - "search.form.scope.all":"W całym DSpace", - "search.results.head":"Wyniki wyszukiwania", - "default.search.results.head":"Wyniki wyszukiwania", - "search.results.no-results":"Twoj wyszukiwanie nie zwróciło żadnych rezultatów. Masz problem ze znalezieniem tego czego szukasz? Spróbuj użyć", - "search.results.no-results-link":"fraz podobnych do Twojego wyszukiwania", - "search.results.empty":"Twoje wyszukiwanie nie zwróciło żadnych rezultatów.", - "search.sidebar.close":"Wróć do wyników wyszukiwania", - "search.sidebar.filters.title":"Filtry", - "search.sidebar.open":"Narzędzia wyszukiwania", - "search.sidebar.results":"wyniki", - "search.sidebar.settings.rpp":"Wyników na stronie", - "search.sidebar.settings.sort-by":"Sortuj według", - "search.sidebar.settings.title":"Ustawienia", - "search.view-switch.show-detail":"Wyświetl widok szczegółowy", - "search.view-switch.show-grid":"Wyświetl jako siatkę", - "search.view-switch.show-list":"Wyświetl jako listę", - "sorting.ASC":"Rosnąco", - "sorting.DESC":"Malejąco", - "sorting.dc.title.ASC":"Tytułami rosnąco", - "sorting.dc.title.DESC":"Tytułami malejąco", - "sorting.score.ASC":"Najmniej trafne", - "sorting.score.DESC":"Najbardziej trafne", - "sorting.dc.date.issued.ASC":"Data wydania rosnąco", - "sorting.dc.date.issued.DESC":"Data wydania malejąco", - "sorting.dc.date.accessioned.ASC":"Data dostępu rosnąco", - "sorting.dc.date.accessioned.DESC":"Data dostępu malejąco", - "sorting.lastModified.ASC":"Ostatnia modyfikacja rosnąco", - "sorting.lastModified.DESC":"Ostatnia modyfikacja malejąco", - "statistics.title":"Statystyki", - "statistics.header":"Statystyki dla {{ scope }}", - "statistics.breadcrumbs":"Statystyki", - "statistics.page.no-data":"Brak dostępnych danych", - "statistics.table.no-data":"Brak dostępnych danych", - "statistics.table.header.views":"Wyświetlenia", - "submission.edit.breadcrumbs":"Edytuj zgłoszenie", - "submission.edit.title":"Edytuj zgłoszenie", - "submission.general.cancel":"Anuluj", - "submission.general.cannot_submit":"Nie masz uprawnień, aby utworzyć nowe zgłoszenie.", - "submission.general.deposit":"Deponuj", - "submission.general.discard.confirm.cancel":"Anuluj", - "submission.general.discard.confirm.info":"Czy na pewno? To działanie nie może zostać cofnięte.", - "submission.general.discard.confirm.submit":"Tak, na pewno", - "submission.general.discard.confirm.title":"Odrzuć zgłoszenie", - "submission.general.discard.submit":"Odrzuć", - "submission.general.info.saved":"Zapisane", - "submission.general.info.pending-changes":"Niezapisane zmiany", - "submission.general.save":"Zapisz", - "submission.general.save-later":"Zapisz wersję roboczą", - "submission.import-external.page.title":"Importuj metdane z zewnętrznego źródła", - "submission.import-external.title":"Importuj metadane z zewnętrznego źródła", - "submission.import-external.title.Journal":"Importuj czasopismo z zewnętrznego źródła", - "submission.import-external.title.JournalIssue":"Importuj numer czasopisma z zewnętrznego źródła", - "submission.import-external.title.JournalVolume":"Importuj tom czasopisma z zewnętrznego źródła", - "submission.import-external.title.OrgUnit":"Importuj wydawcę z zewnętrznego źródła", - "submission.import-external.title.Person":"Importuj osobę z zewnętrznego źródła", - "submission.import-external.title.Project":"Importuj projekt z zewnętrznego źródła", - "submission.import-external.title.Publication":"Importuj publikację z zewnętrznego źródła", - "submission.import-external.title.none":"Importuj metadane z zewnętrznego źródła", - "submission.import-external.page.hint":"Enter a query above to find items from the web to import in to DSpace.", - "submission.import-external.back-to-my-dspace":"Powrót do MyDSpace", - "submission.import-external.search.placeholder":"Wyszukaj zewnętrzne źródła danych", - "submission.import-external.search.button":"Szukaj", - "submission.import-external.search.button.hint":"Zacznij wpisywać frazę, aby wyszukać", - "submission.import-external.search.source.hint":"Wybierz zewnętrzne źródło", - "submission.import-external.source.ads":"NASA/ADS", - "submission.import-external.source.arxiv":"arXiv", - "submission.import-external.source.cinii":"CiNii", - "submission.import-external.source.crossref":"CrossRef", - "submission.import-external.source.loading":"ładowanie...", - "submission.import-external.source.sherpaJournal":"Czasopisma w SHERPA", - "submission.import-external.source.sherpaJournalIssn":"Czasopisma w SHERPA wg ISSN", - "submission.import-external.source.sherpaPublisher":"Wydawcy w SHERPA", - "submission.import-external.source.openAIREFunding":"Finansowanie OpenAIRE API", - "submission.import-external.source.orcid":"ORCID", - "submission.import-external.source.orcidWorks":"ORCID", - "submission.import-external.source.pubmed":"Pubmed", - "submission.import-external.source.pubmedeu":"Pubmed Europe", - "submission.import-external.source.lcname":"Nazwy Biblioteki Kongresu", - "submission.import-external.source.scielo":"SciELO", - "submission.import-external.source.scopus":"Scopus", - "submission.import-external.source.vufind":"VuFind", - "submission.import-external.source.wos":"Web Of Science", - "submission.import-external.source.epo":"Europejski Urząd Patentowy (EPO)", - "submission.import-external.preview.title.Journal":"Podgląd czasopisma", - "submission.import-external.preview.title.OrgUnit":"Podgląd organizacji", - "submission.import-external.preview.title.Person":"Podgląd osoby", - "submission.import-external.preview.title.Project":"Podgląd projektu", - "submission.import-external.preview.title.Publication":"Podgląd publikacji", - "submission.import-external.preview.subtitle":"Metadane poniżej zostały zaimportowane z zewnętrznego źródła. Niektóre pola zostaną uzupełnione automatycznie, kiedy rozpoczniesz zgłaszanie pozycji.", - "submission.import-external.preview.button.import":"Rozpocznij zgłoszenie", - "submission.import-external.preview.error.import.title":"Błąd zgłoszenia", - "submission.import-external.preview.error.import.body":"Wystąpił błąd podczas procesu importowania pozycji z zewnętrznego źródła.", - "submission.sections.describe.relationship-lookup.close":"Zamknij", - "submission.sections.describe.relationship-lookup.external-source.added":"Udało się dodać wpis do selekcji", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication":"Importuj zdalnego autora", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal":"Importuj zdalne czasopismo", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue":"Importuj zdalny numer czasopisma", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume":"Importuj zdalny tom czasopisma", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication":"Projekt", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity":"Nowy typ danych dodany!", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title":"Projekt", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding":"Finansowanie OpenAIRE API", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title":"Importuj zdalnego autora", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person":"Importuj zdalną osobę", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product":"Importuj zdalny produkt", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment":"Importuj zdalną aparaturę badawczą", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event":"Importuj zdalne wydarzenie", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding":"Importuj zdalną instytucję finansującą", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit":"Importuj zdalnego wydawcę", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent":"Importuj zdalnie patent", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project":"Importuj zdalnie projekt", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication":"Importuj zdalnie publikację", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity":"Udało się dodać autora do selekcji", - "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity":"Udało się zaimportować i dodać zewnętrznego autora do selekcji", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority":"Nadrzędność", - "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new":"Importuj jako nową, lokalną, nadrzędną pozycję", - "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel":"Anuluj", - "submission.sections.describe.relationship-lookup.external-source.import-modal.collection":"Wybierz kolekcję do zaimportowania nowych pozycji", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities":"Typ danych", - "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new":"Importuj jako nowy lokalny typ danych", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname":"Importuj z LC Name", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid":"Importuj z ORCID", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal":"Importuj z Sherpa Journal", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher":"Importuj z Sherpa Publisher", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed":"Importuj z PubMed", - "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv":"Importuj z arXiv", - "submission.sections.describe.relationship-lookup.external-source.import-modal.import":"Import", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title":"Importuj zdalne czasopismo", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity":"Successfully added local journal to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity":"Successfully imported and added external journal to the selection", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title":"Importuj zdalny numer czasopisma", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity":"Udało się dodać lokalne czasopismo do zaznaczenia", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity":"Udało się zaimportować i dodać czasopismo zewnętrzne do zaznaczenia", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title":"Importuj zdalny numer czasopisma", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity":"Udało się dodać lokalny numer czasopismo do zaznaczenia", - "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity":"Udało się zaimportować i dodać zewnętrzny numer czasopisma do zaznaczenia", - "submission.sections.describe.relationship-lookup.external-source.import-modal.select":"Wybierz lokalne powiązanie:", - "submission.sections.describe.relationship-lookup.search-tab.deselect-all":"Odznacz wszystko", - "submission.sections.describe.relationship-lookup.search-tab.deselect-page":"Odznacz stronę", - "submission.sections.describe.relationship-lookup.search-tab.loading":"Ładowanie...", - "submission.sections.describe.relationship-lookup.search-tab.placeholder":"Wyszukaj zapytanie", - "submission.sections.describe.relationship-lookup.search-tab.search":"Zastosuj", - "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder":"Wyszukaj...", - "submission.sections.describe.relationship-lookup.search-tab.select-all":"Zaznacz wszystko", - "submission.sections.describe.relationship-lookup.search-tab.select-page":"Zaznacz stronę", - "submission.sections.describe.relationship-lookup.selected":"Zaznacz {{ size }} pozycji", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication":"Autorzy lokalni ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication":"Czasopisma lokalne ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project":"Projekty lokalne ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication":"Publikacje lokalne ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person":"Autorzy lokalni ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit":"Lokalne jednostki organizacyjne ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage":"Lokalne paczki danych ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile":"Lokalne pliki danych ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal":"Lokalne czasopisma ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication":"Lokalne numery czasopism ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue":"Lokalne numery czasopism ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication":"Lokalne tomy czasopism ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume":"Lokalne tomy czasopism ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal":"Sherpa Journals ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher":"Sherpa Publishers ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid":"ORCID ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname":"LC Names ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed":"PubMed ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv":"arXiv ({{ count }})", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication":"Wyszukaj instytucje finansujące", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication":"Wyszukaj finansowanie", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf":"Wyszukaj jednostki organizacyjne", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding":"Finansowanie OpenAIRE API", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication":"Projekty", - "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject":"Instytucja finansująca projekt", - "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding":"Finansowanie OpenAIRE API", - "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication":"Projekt", - "submission.sections.describe.relationship-lookup.title.isProjectOfPublication":"Projekty", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject":"Instytucja finansująca projekt", - "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder":"Wyszukaj...", - "submission.sections.describe.relationship-lookup.selection-tab.tab-title":"Aktualne zaznaczenie ({{ count }})", - "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication":"Numery czasopisma", - "submission.sections.describe.relationship-lookup.title.JournalIssue":"Numery czasopisma", - "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication":"Tomy czasopisma", - "submission.sections.describe.relationship-lookup.title.JournalVolume":"Tomy czasopisma", - "submission.sections.describe.relationship-lookup.title.isJournalOfPublication":"Czasopisma", - "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication":"Autorzy", - "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication":"Instytucja finansująca", - "submission.sections.describe.relationship-lookup.title.Project":"Projekty", - "submission.sections.describe.relationship-lookup.title.Publication":"Publikacje", - "submission.sections.describe.relationship-lookup.title.Person":"Autorzy", - "submission.sections.describe.relationship-lookup.title.OrgUnit":"Jednostki organizacyjne", - "submission.sections.describe.relationship-lookup.title.DataPackage":"Paczki danych", - "submission.sections.describe.relationship-lookup.title.DataFile":"Pliki danych", - "submission.sections.describe.relationship-lookup.title.Funding Agency":"Instytucja finansująca", - "submission.sections.describe.relationship-lookup.title.isFundingOfPublication":"Finansowanie", - "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf":"Nadrzędna jednostka organizacyjna", - "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown":"Przełącz na listę rozwijaną", - "submission.sections.describe.relationship-lookup.selection-tab.settings":"Ustawienia", - "submission.sections.describe.relationship-lookup.selection-tab.no-selection":"Twoje zaznaczenie jest puste.", - "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication":"Wybrani autorzy", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication":"Wybrane czasopisma", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication":"Wybrane tomy czasopisma", - "submission.sections.describe.relationship-lookup.selection-tab.title.Project":"Wybrane projekty", - "submission.sections.describe.relationship-lookup.selection-tab.title.Publication":"Wybrane publikacje", - "submission.sections.describe.relationship-lookup.selection-tab.title.Person":"Wybrani autorzy", - "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit":"Wybrane jednostki organizacyjne", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage":"Wybrane pakiety danych", - "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile":"Wybrane pliki danych", - "submission.sections.describe.relationship-lookup.selection-tab.title.Journal":"Wybrane czasopisma", - "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication":"Wybrany numer wydania", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume":"Wybrany tom czasopisma", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication":"Wybrane instytucje finansujące", - "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication":"Wybrane finansowanie", - "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue":"Wybrany numer wydania", - "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf":"Wybrana jednostka organizacyjna", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.crossref":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcid":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.lcname":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.epo":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.scopus":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.scielo":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title.wos":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.selection-tab.title":"Wyniki wyszukiwania", - "submission.sections.describe.relationship-lookup.name-variant.notification.content":"Czy chcesz zapisać \"{{ value }}\" jako wariant imienia dla tego użytkownika, aby Ty lub inni użytkownicy mogli używać tego wariantu w przyszłych zgłoszeniach?. Jeśli nie, nadal możesz użyć tego wariantu w tym zgłoszeniu.", - "submission.sections.describe.relationship-lookup.name-variant.notification.confirm":"Zapisz nowy wariant imienia", - "submission.sections.describe.relationship-lookup.name-variant.notification.decline":"Użyj tylko w tym zgłoszeniu", - "submission.sections.ccLicense.type":"Typ licencji", - "submission.sections.ccLicense.select":"Wybierz typ licencji…", - "submission.sections.ccLicense.change":"Zmień typ licencji…", - "submission.sections.ccLicense.none":"Brak dostępnych licencji", - "submission.sections.ccLicense.option.select":"Wybierz opcję…", - "submission.sections.ccLicense.link":"Wybrano licencję:", - "submission.sections.ccLicense.confirmation":"Udzielam powyższej licencji", - "submission.sections.general.add-more":"Dodaj więcej", - "submission.sections.general.collection":"Kolekcja", - "submission.sections.general.deposit_error_notice":"Wystąpił błąd podczas zgłaszania pozycji. Spróbuj ponownie później.", - "submission.sections.general.deposit_success_notice":"Udało się wprowadzić pozycję.", - "submission.sections.general.discard_error_notice":"Wystąpił błąd podczas odrzucania pozycji. Spróbuj ponownie później.", - "submission.sections.general.discard_success_notice":"Udało się odrzucić pozycję.", - "submission.sections.general.metadata-extracted":"Nowe metadane zostany rozpakowane i dodane do sekcji {{sectionId}}.", - "submission.sections.general.metadata-extracted-new-section":"Nowa sekcja {{sectionId}} została dodana do zgłoszenia.", - "submission.sections.general.no-collection":"Nie znaleziono kolekcji", - "submission.sections.general.no-sections":"Opcje niedostępne", - "submission.sections.general.save_error_notice":"Wystąpił błąd podczas zapisywania numeru. Spróbuj ponownie później. Po odświeżeniu strony niezapisane zmiany mogą zostać utracone.", - "submission.sections.general.save_success_notice":"Udało się zapisać zgłoszenie.", - "submission.sections.general.search-collection":"Szukaj kolekcji", - "submission.sections.general.sections_not_valid":"Niektóre sekcje są niekompletne.", - "submission.sections.submit.progressbar.CClicense":"Licencja Creative Commons", - "submission.sections.submit.progressbar.describe.recycle":"Odzyskaj", - "submission.sections.submit.progressbar.describe.stepcustom":"Opisz", - "submission.sections.submit.progressbar.describe.stepone":"Opisz", - "submission.sections.submit.progressbar.describe.steptwo":"Opisz", - "submission.sections.submit.progressbar.detect-duplicate":"Potencjalne duplikaty", - "submission.sections.submit.progressbar.license":"Zdeponuj licencję", - "submission.sections.submit.progressbar.upload":"Prześlij pliki", - "submission.sections.status.errors.title":"Błędy", - "submission.sections.status.valid.title":"Poprawność", - "submission.sections.status.warnings.title":"Ostrzeżenia", - "submission.sections.status.errors.aria":"ma błędy", - "submission.sections.status.valid.aria":"jest poprawne", - "submission.sections.status.warnings.aria":"ma ostrzeżenia", - "submission.sections.toggle.open":"Otwórz sekcję", - "submission.sections.toggle.close":"Zamknij sekcję", - "submission.sections.toggle.aria.open":"Rozwiń sekcję {{sectionHeader}}", - "submission.sections.toggle.aria.close":"Zwiń sekcję {{sectionHeader}}", - "submission.sections.upload.delete.confirm.cancel":"Anuluj", - "submission.sections.upload.delete.confirm.info":"Czy na pewno? To działanie nie może zostać cofnięte.", - "submission.sections.upload.delete.confirm.submit":"Tak, na pewno", - "submission.sections.upload.delete.confirm.title":"Usuń plik", - "submission.sections.upload.delete.submit":"Usuń", - "submission.sections.upload.download.title":"Pobierz plik", - "submission.sections.upload.drop-message":"Upuść pliki, aby załączyć je do tej pozycji", - "submission.sections.upload.edit.title":"Edytuj plik", - "submission.sections.upload.form.access-condition-label":"Typ dostępu", - "submission.sections.upload.form.date-required":"Data jest wymagana.", - "submission.sections.upload.form.date-required-from":"Data przyznania dostępu od jest wymagana.", - "submission.sections.upload.form.date-required-until":"Data przyznania dostępu do jest wymagana.", - "submission.sections.upload.form.from-label":"Pozwól na dostęp od", - "submission.sections.upload.form.from-placeholder":"Od", - "submission.sections.upload.form.group-label":"Grupa", - "submission.sections.upload.form.group-required":"Grupa jest wymagana", - "submission.sections.upload.form.until-label":"Pozwól na dostęp do", - "submission.sections.upload.form.until-placeholder":"Do", - "submission.sections.upload.header.policy.default.nolist":"Pliki wgrane do kolekcji {{collectionName}} będą dostępne dla poniższych grup:", - "submission.sections.upload.header.policy.default.withlist":"Zwróć uwagę na to, że pliki w kolekcji {{collectionName}} będą dostępne dla poniższych grup, z wyjątkiem tych, które zostały wyłączone z dostępu:", - "submission.sections.upload.info":"Tutaj znajdują się wszystkie pliki dodane w tym momencie do pozycji. Możesz zaktualizować metadane pliku i warunki dostępu lub przesłać dodatkowe pliki, przeciągając i opuszczając je gdziekolwiek na tej stronie", - "submission.sections.upload.no-entry":"Nie", - "submission.sections.upload.no-file-uploaded":"Pliki nie zostały jeszcze wgrane.", - "submission.sections.upload.save-metadata":"Zapisz metadane", - "submission.sections.upload.undo":"Anuluj", - "submission.sections.upload.upload-failed":"Przesyłanie nieudane", - "submission.sections.upload.upload-successful":"Przesyłanie udane", - "submission.submit.breadcrumbs":"Nowe zgłoszenie", - "submission.submit.title":"Nowe zgłoszenie", - "submission.workflow.generic.delete":"Usuń", - "submission.workflow.generic.delete-help":"Jeśli chcesz odrzucić tę pozycję, wybierz \"Delete\". Będzie wymagane potwierdzenie tej decyzji.", - "submission.workflow.generic.edit":"Edytuj", - "submission.workflow.generic.edit-help":"Wybierz tę opcję, aby zmienić metadane pozycji.", - "submission.workflow.generic.view":"Podgląd", - "submission.workflow.generic.view-help":"Wybierz tę opcję, aby wyświetlić metadane pozycji.", - "submission.workflow.tasks.claimed.approve":"Zatwierdź", - "submission.workflow.tasks.claimed.approve_help":"Jeśli ta pozycja ma zostać zatwierdzona i wprowadzona do kolekcji, wybierz \"Approve\".", - "submission.workflow.tasks.claimed.edit":"Edytuj", - "submission.workflow.tasks.claimed.edit_help":"Wybierz tę opcję, aby zmienić metadane pozycji.", - "submission.workflow.tasks.claimed.reject.reason.info":"Proszę wpisać powód odrzucenia zgłoszenia w poniższe pole, wskazując, czy zgłaszający może poprawić problem i ponownie przesłać zgłoszenie.", - "submission.workflow.tasks.claimed.reject.reason.placeholder":"Opisz powód odrzucenia zgłoszenia", - "submission.workflow.tasks.claimed.reject.reason.submit":"Odrzuć pozycję", - "submission.workflow.tasks.claimed.reject.reason.title":"Powód", - "submission.workflow.tasks.claimed.reject.submit":"Odrzuć", - "submission.workflow.tasks.claimed.reject_help":"Jeśli po przejrzeniu pozycji stwierdzono, że nie nadaje się ona do włączenia do kolekcji, wybierz opcję \"Reject\". Zostaniesz wtedy poproszony o określenie powodu odrzucenia, i wskazanie czy zgłaszający powinien wprowadzić zmiany i przesłać ponownie pozycję.", - "submission.workflow.tasks.claimed.return":"Cofnij do puli zadań", - "submission.workflow.tasks.claimed.return_help":"Cofnij zadanie do puli, aby inny użytkownik mógł się go podjąć.", - "submission.workflow.tasks.generic.error":"Podczas działania wystąpił błąd...", - "submission.workflow.tasks.generic.processing":"Procesowanie...", - "submission.workflow.tasks.generic.submitter":"Zgłaszający", - "submission.workflow.tasks.generic.success":"Udało się", - "submission.workflow.tasks.pool.claim":"Podejmij pracę", - "submission.workflow.tasks.pool.claim_help":"Przypisz to zadanie do siebie.", - "submission.workflow.tasks.pool.hide-detail":"Ukryj szczegóły", - "submission.workflow.tasks.pool.show-detail":"Pokaż szczegóły", - "thumbnail.default.alt":"Miniatura", - "thumbnail.default.placeholder":"Brak miniatury", - "thumbnail.project.alt":"Logo projektu", - "thumbnail.project.placeholder":"Obraz zastępczy projketu", - "thumbnail.orgunit.alt":"Logo jednostki organizacyjnej", - "thumbnail.orgunit.placeholder":"Obraz zastępczy jednostki organizacyjnej", - "thumbnail.person.alt":"Zdjęcie profilowe", - "thumbnail.person.placeholder":"Brak zdjęcia profilowego", - "title":"DSpace", - "vocabulary-treeview.header":"Widok drzewka", - "vocabulary-treeview.load-more":"Pokaż więcej", - "vocabulary-treeview.search.form.reset":"Resetuj", - "vocabulary-treeview.search.form.search":"Szukaj", - "vocabulary-treeview.search.no-result":"Brak pozycji do wyświetlenia", - "vocabulary-treeview.tree.description.nsi":"The Norwegian Science Index", - "vocabulary-treeview.tree.description.srsc":"Kategorie tematów badań", - "uploader.browse":"wyszukaj na swoim urządzeniu", - "uploader.drag-message":"Przeciągnij i upuść pliki tutaj", - "uploader.delete.btn-title":"Usuń", - "uploader.or":", lub ", - "uploader.processing":"Procesowanie", - "uploader.queue-length":"Długość kolejki", - "virtual-metadata.delete-item.info":"Wybierz typy, dla których chcesz zapisać wirtualne metadane jako rzeczywiste metadane", - "virtual-metadata.delete-item.modal-head":"Wirtualne metadane tego powiązania", - "virtual-metadata.delete-relationship.modal-head":"Wybierz pozycje, dla których chcesz zapisać wirtualne metadane jako rzeczywiste metadane", - "workflowAdmin.search.results.head":"Zarządzaj procesami", - "workflow-item.edit.breadcrumbs":"Edytuj pozycję procesu", - "workflow-item.edit.title":"Edytuj pozycję procesu", - "workflow-item.delete.notification.success.title":"Usunięte", - "workflow-item.delete.notification.success.content":"Ten element procesu został usunięty", - "workflow-item.delete.notification.error.title":"Coś poszło nie tak", - "workflow-item.delete.notification.error.content":"Ten element procesu nie mógł zostać usunięty", - "workflow-item.delete.title":"Usuń element procesu", - "workflow-item.delete.header":"Usuń element procesu", - "workflow-item.delete.button.cancel":"Anuluj", - "workflow-item.delete.button.confirm":"Usuń", - "workflow-item.send-back.notification.success.title":"SOdeślij do zgłaszającego", - "workflow-item.send-back.notification.success.content":"Ten element procesu został odesłany do zgłaszającego", - "workflow-item.send-back.notification.error.title":"Coś poszło nie tak", - "workflow-item.send-back.notification.error.content":"Ten element procesu nie mógł zostać odesłany do zgłaszającego", - "workflow-item.send-back.title":"Odeślij element procesu do zgłaszającego", - "workflow-item.send-back.header":"Odeślij element procesu do zgłaszającego", - "workflow-item.send-back.button.cancel":"Anuluj", - "workflow-item.send-back.button.confirm":"Odeślij", - "workflow-item.view.breadcrumbs":"Widok procesu", - "idle-modal.header":"Sesja wkrótce wygaśnie", - "idle-modal.info":"Ze względów bezpieczeństwa sesja wygaśnie po {{ timeToExpire }} minutach nieaktywności. Twoja sesja wkrótce wygaśnie. Czy chcesz ją przedłużyć albo wylogować się?", - "idle-modal.log-out":"Wyloguj", - "idle-modal.extend-session":"Wydłuż sesję", - "workspace.search.results.head":"Twoje zadania", - "orgunit.listelement.badge":"Jednostka organizacyjna", - "orgunit.page.city":"Miasto", - "orgunit.page.country":"Kraj", - "orgunit.page.dateestablished":"Data założenia", - "orgunit.page.description":"Opis", - "orgunit.page.edit":"Edytuj pozycję", - "orgunit.page.id":"ID", - "orgunit.page.titleprefix":"Jednostka organizacyjna: ", - "pagination.options.description":"Opcje strony", - "pagination.results-per-page":"Wyników na stronę", - "pagination.showing.detail":"{{ range }} z {{ total }}", - "pagination.showing.label":"Teraz wyświetlane ", - "pagination.sort-direction":"Opcje sortowania", - "cookies.consent.purpose.sharing":"Udostępnianie", - "item.preview.dc.identifier.issn":"ISSN", - "500.page-internal-server-error":"Usługa niedostępna", - "500.help":"Serwer jest tymczasowo niezdolny do obsługi Twojego żądania z powodu przestoju konserwacyjnego lub problemów z przepustowością. Prosimy spróbować ponownie później.", - "500.link.home-page":"Zabierz mnie na stronę główną", - "error-page.description.401":"brak autoryzacji", - "error-page.description.403":"brak dostępu", - "error-page.description.500":"usługa niedostępna", - "error-page.description.404":"nie znaleziono strony", - "error-page.orcid.generic-error":"Podczas logowania za pomocą ORCID wystąpił błąd. Upewnij się, że udostępniłeś DSpace adres e-mail swojego konta ORCID. Jeśli błąd nadal występuje, skontaktuj się z administratorem", - "access-status.embargo.listelement.badge":"Embargo", - "access-status.metadata.only.listelement.badge":"Tylko metadane", - "access-status.open.access.listelement.badge":"Open Access", - "access-status.restricted.listelement.badge":"Brak dostępu", - "access-status.unknown.listelement.badge":"Nieznane", - "admin.access-control.groups.table.edit.buttons.remove":"Usuń \"{{name}}\"", - "admin.metadata-import.page.validateOnly":"Tylko waliduj", - "admin.metadata-import.page.validateOnly.hint":"Po wybraniu tej opcji przesłany plik CSV zostanie poddany walidacji. Otrzymasz raport o wykrytych zmianach, ale żadne zmiany nie zostaną zapisane.", - "bitstream.edit.form.iiifLabel.label":"Etykieta canvyIIIF", - "bitstream.edit.form.iiifLabel.hint":"Etykieta dla tego obrazu. Jeśli nie została dostarczona, zostanie użyta domyślna etykieta.", - "bitstream.edit.form.iiifToc.label":"Spis treści IIIF", - "bitstream.edit.form.iiifToc.hint":"Dodanie tekstu tutaj zapoczątkuje nowy zakres spisu treści.", - "bitstream.edit.form.iiifWidth.label":"Szerokość canvy IIIF", - "bitstream.edit.form.iiifWidth.hint":"Szerokość canvy jest zwykle równa szerokości obrazu.", - "bitstream.edit.form.iiifHeight.label":"Wysokość canvy IIIF", - "bitstream.edit.form.iiifHeight.hint":"Wysokość canvy jest zwykle równa szerokości obrazu.", - "browse.back.all-results":"Wszystkie wyniki wyszukiwania", - "pagination.next.button":"Następny", - "pagination.previous.button":"Poprzedni", - "pagination.next.button.disabled.tooltip":"Brak więcej stron z wynikami wyszukiwania", - "browse.startsWith":", zaczyna się od {{ startsWith }}", - "browse.title.page":"Przeszukiwanie {{ collection }} wg {{ field }} {{ value }}", - "collection.edit.item.authorizations.load-bundle-button":"Załaduj więcej paczek", - "collection.edit.item.authorizations.load-more-button":"Załaduj więcej", - "collection.edit.item.authorizations.show-bitstreams-button":"Pokaż polityki plików dla paczek", - "comcol-role.edit.create.error.title":"Nie udało się utworzyć grupy dla roli '{{ role }}'", - "curation.form.submit.error.invalid-handle":"Nie ustalono identyfikatora dla tego obiektu", - "confirmation-modal.delete-profile.header":"Usuń profil", - "confirmation-modal.delete-profile.info":"Czy na pewno chcesz usunąć profil", - "confirmation-modal.delete-profile.cancel":"Anuluj", - "confirmation-modal.delete-profile.confirm":"Usuń", - "error.invalid-search-query":"Zapytanie nie jest poprawne. Wejdź na Solr query syntax, aby dowiedzieć się o najlepszych praktykach i dodatkowych informacjach o tym błędzie.", - "feed.description":"Aktualności", - "footer.link.feedback":"Prześlij uwagi", - "form.group-collapse":"Zwiń", - "form.group-collapse-help":"Kliknij tutaj, aby zwinąć", - "form.group-expand":"Rozwiń", - "form.group-expand-help":"Kliknij tutaj, aby rozwinąć", - "form.other-information":{ - - }, - "health.breadcrumbs":"Stan systemu", - "health-page.heading":"Stan systemu", - "health-page.info-tab":"Informacje", - "health-page.status-tab":"Status", - "health-page.error.msg":"Serwis stanu systemu jest tymczasowo niedostępny", - "health-page.property.status":"Kod statusu", - "health-page.section.db.title":"Baza danych", - "health-page.section.geoIp.title":"GeoIp", - "health-page.section.solrAuthorityCore.title":"Autentykacja", - "health-page.section.solrOaiCore.title":"OAI", - "health-page.section.solrSearchCore.title":"Wyszukiwarka", - "health-page.section.solrStatisticsCore.title":"Statystyki", - "health-page.section-info.app.title":"Backend aplikacji", - "health-page.section-info.java.title":"Java", - "health-page.status":"Status", - "health-page.status.ok.info":"operacyjny", - "health-page.status.error.info":"Wykryte problemy", - "health-page.status.warning.info":"Wykryte potencjalne problemy", - "health-page.title":"Stan systemu", - "health-page.section.no-issues":"Nie wykryto żadnych problemów", - "info.feedback.breadcrumbs":"Uwagi", - "info.feedback.head":"Uwagi", - "info.feedback.title":"Uwagi", - "info.feedback.info":"Dziękujemy za podzielenie się opinią na temat systemu DSpace. Doceniamy Twój wkład w lepsze działanie systemu!", - "info.feedback.email_help":"Ten adres zostanie użyty, aby przesłać odpowiedź na uwagi.", - "info.feedback.send":"Prześlij uwagi", - "info.feedback.comments":"Komentarz", - "info.feedback.email-label":"Twoj adres e-mail", - "info.feedback.create.success":"Uwagi przesłane!", - "info.feedback.error.email.required":"Poprawny adres e-mail jest wymagany", - "info.feedback.error.message.required":"Treść komentarza jest wymagana", - "info.feedback.page-label":"Strona", - "info.feedback.page_help":"Ta strona odnosi się do uwag.", - "item.orcid.return":"Powrót", - "item.truncatable-part.show-more":"Pokaż więcej", - "item.truncatable-part.show-less":"Pokaż mniej", - "item.page.orcid.title":"ORCID", - "item.page.orcid.tooltip":"Otwórz ustawienia ORCID", - "item.page.claim.button":"Podejmij pracę", - "item.page.claim.tooltip":"Podejmij pracę jako profil", - "item.version.create.modal.submitted.header":"Tworzenie nowej wersji...", - "item.version.create.modal.submitted.text":"Nowa wersja została utworzona. Mogło to trwać chwilę, jeśli pozycja ma wiele powiązań.", - "journal-relationships.search.results.head":"Wyniki wyszukiwania czasopism", - "menu.section.icon.health":"Sekcja menu Stan systemu", - "menu.section.health":"Stan systemu", - "metadata-export-search.tooltip":"Eksportuj wyniki wyszukiwania w formacie CSV", - "metadata-export-search.submit.success":"Eksport rozpoczął się", - "metadata-export-search.submit.error":"Eksport nie rozpoczął się", - "person.page.name":"Nazwa", - "person-relationships.search.results.head":"Wyniki wyszukiwania osób", - "profile.special.groups.head":"Autoryzacja do specjalnych grup, do których należysz", - "project-relationships.search.results.head":"Wyniki wyszukiwania projektów", - "publication-relationships.search.results.head":"Wyniki wyszukiwania publikacji", - "resource-policies.edit.page.target-failure.content":"Wystąpił błąd podczas edycji (użytkownika lub grupy) związany z polityką zasobu.", - "resource-policies.edit.page.other-failure.content":"Wystąpił błąd podczas edycji polityki zasobu. Użytkownik lub grupa zostały zaktualizowane pomyślnie.", - "resource-policies.form.eperson-group-list.modal.header":"Nie można zmienić typu", - "resource-policies.form.eperson-group-list.modal.text1.toGroup":"Nie można zastąpić użytkownika grupą.", - "resource-policies.form.eperson-group-list.modal.text1.toEPerson":"Nie można zastąpić grupy użytkownikiem.", - "resource-policies.form.eperson-group-list.modal.text2":"Usuń obecną polityke zasobu i stwórz nową o określonym typie.", - "resource-policies.form.eperson-group-list.modal.close":"Ok", - "search.results.view-result":"Widok", - "default-relationships.search.results.head":"Wyniki wyszukiwania", - "statistics.table.title.TotalVisits":"Wyświetlnia ogółem", - "statistics.table.title.TotalVisitsPerMonth":"Wyświetlenia w miesiącu", - "statistics.table.title.TotalDownloads":"Pobrania", - "statistics.table.title.TopCountries":"Wyświetlenia wg krajów", - "statistics.table.title.TopCities":"Wyświetlenia wg miast", - "submission.import-external.preview.title":"Podgląd pozycji", - "submission.import-external.preview.title.none":"Podgląd pozycji", - "submission.sections.describe.relationship-lookup.external-source.import-button-title.none":"Import pozycji zdalnie", - "submission.sections.general.cannot_deposit":"Nie można zakończyć deponowania, ponieważ w formularzu wystąpiły błędy.
Aby zakończyć deponowanie, wypełnij wszystkie obowiązkowe pola.", - "submission.sections.submit.progressbar.accessCondition":"Warunki dostępu do pozycji", - "submission.sections.submit.progressbar.sherpapolicy":"Polityki Sherpa", - "submission.sections.submit.progressbar.sherpaPolicies":"Informacje o polityce open access wydawcy.", - "submission.sections.status.info.title":"Dodatkowe informacje", - "submission.sections.status.info.aria":"Dodatkowe informacje", - "submission.sections.upload.form.access-condition-hint":"Wybierz w jaki sposób pliki dla tej pozycji po jest zdeponowaniu będą mogły być udostępnione", - "submission.sections.upload.form.from-hint":"Wybierz datę, od której ma zostać zastosowany warunek dostępu", - "submission.sections.upload.form.until-hint":"Wybierz datę, do której ma zostać zastosowany warunek dostępu", - "submission.sections.accesses.form.discoverable-description":"Jeśli checkbox jest zaznaczony, pozycja będzie wyświetlana w wynikach wyszukiwania. Jeśli checkbox jest odznaczony, dostęp do pozycji będzie dostępny tylko przez bezpośredni link, pozycja nie będzie wyświetlana w wynikach wyszukiwania.", - "submission.sections.accesses.form.discoverable-label":"Niemożliwe do wyszukania", - "submission.sections.accesses.form.access-condition-label":"Typ warunku dostępu", - "submission.sections.accesses.form.access-condition-hint":"Wybierz warunek dostępu, aby przypisać go do pozycji, kiedy zostanie zdeponowany.", - "submission.sections.accesses.form.date-required":"Data jest wymagana.", - "submission.sections.accesses.form.date-required-from":"Początkowa data przyznania dostępu jest wymagana.", - "submission.sections.accesses.form.date-required-until":"Końcowa data przyznania dostępu jest wymagana.", - "submission.sections.accesses.form.from-label":"Udziel dostępu od", - "submission.sections.accesses.form.from-hint":"Wybierz datę, od kiedy zostanie przyznany dostęp do tej pozycji", - "submission.sections.accesses.form.from-placeholder":"Od", - "submission.sections.accesses.form.group-label":"Grupa", - "submission.sections.accesses.form.group-required":"Grupa jest wymagana.", - "submission.sections.accesses.form.until-label":"Udziel dostępu do", - "submission.sections.accesses.form.until-hint":"Wybierz datę, do kiedy zostanie przyznany dostęp do tej pozycji", - "submission.sections.accesses.form.until-placeholder":"Do", - "submission.sections.sherpa.publication.information":"Informacje o publikacji", - "submission.sections.sherpa.publication.information.title":"Tytuł", - "submission.sections.sherpa.publication.information.issns":"Numery ISSN", - "submission.sections.sherpa.publication.information.url":"URL", - "submission.sections.sherpa.publication.information.publishers":"Wydawca", - "submission.sections.sherpa.publication.information.romeoPub":"Wydawca Romeo", - "submission.sections.sherpa.publication.information.zetoPub":"Wydawca Zeto", - "submission.sections.sherpa.publisher.policy":"Polityka wydawnicza", - "submission.sections.sherpa.publisher.policy.description":"Poniższe informacje zostały znalezione za pośrednictwem Sherpa Romeo. W oparciu o politykę Twojego wydawcy, zawiera ona porady dotyczące tego, czy embargo może być konieczne i/lub jakie pliki możesz przesłać. Jeśli masz pytania, skontaktuj się z administratorem strony poprzez formularz.", - "submission.sections.sherpa.publisher.policy.openaccess":"Rodzaje Open Access dozwolone przez politykę wydawniczą tego czasopisma są wymienione poniżej. Kliknij na wybrany rodzaj, aby przejść do szczegółowego widoku", - "submission.sections.sherpa.publisher.policy.more.information":"Aby uzuyskać więcej informacji, kliknij tutaj:", - "submission.sections.sherpa.publisher.policy.version":"Wersja", - "submission.sections.sherpa.publisher.policy.embargo":"Embargo", - "submission.sections.sherpa.publisher.policy.noembargo":"Brak embargo", - "submission.sections.sherpa.publisher.policy.nolocation":"Brak", - "submission.sections.sherpa.publisher.policy.license":"Licencja", - "submission.sections.sherpa.publisher.policy.prerequisites":"Wymagania wstępne", - "submission.sections.sherpa.publisher.policy.location":"Lokalizacja", - "submission.sections.sherpa.publisher.policy.conditions":"Wymagania", - "submission.sections.sherpa.publisher.policy.refresh":"Odśwież", - "submission.sections.sherpa.record.information":"Informacje o rekordzie", - "submission.sections.sherpa.record.information.id":"ID", - "submission.sections.sherpa.record.information.date.created":"Data utworzenia", - "submission.sections.sherpa.record.information.date.modified":"Ostatnia modyfikacja", - "submission.sections.sherpa.record.information.uri":"URI", - "submission.sections.sherpa.error.message":"Wystąpił błąd podczas pobierania informacji z Sherpa", - "submission.workspace.generic.view":"Podgląd", - "submission.workspace.generic.view-help":"Wybierz tę opcje, aby zobaczyć metadane.", - "workflow.search.results.head":"Zadania na workflow", - "workspace-item.view.breadcrumbs":"Widok wersji roboczej", - "workspace-item.view.title":"Widok wersji roboczej", - "researcher.profile.change-visibility.fail":"Wystąpił niespodziewany błąd podczas zmiany widoczności profilu", - "person.page.orcid.link.processing":"Łączenie profilu z ORCID...", - "person.page.orcid.link.error.message":"Coś poszło nie tak podczas łączenia z ORCID. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem.", - "person.page.orcid.sync-queue.table.header.type":"Typ", - "person.page.orcid.sync-queue.table.header.description":"Opis", - "person.page.orcid.sync-queue.table.header.action":"Akcja", - "person.page.orcid.sync-queue.tooltip.project":"Projekt", - "person.page.orcid.sync-queue.send.validation-error.country.invalid":"Niewłaściwy dwuznakowy kod kraju ISO 3166", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid":"Wymagana data publikacji to co najmniej rok po 1900", - "person.page.orcid.synchronization-mode-funding-message":"Wybierz, czy chcesz wysłać swoje projekty na swoją listę informacji o projektach w profilu ORCID.", - "person.page.orcid.synchronization-mode-publication-message":"Wybierz, czy chcesz wysłać swoje publikacje na swoją listę informacji o publikacjach w profilu ORCID.", - "person.page.orcid.synchronization-mode-profile-message":"Wybierz, czy chcesz wysłać swoje dane bibliograficzne lub osobiste identyfikatory do swojego profilu ORCID.", - "person.orcid.sync.setting":"Ustawienia synchronizacji z ORCID", - "person.orcid.registry.queue":"Kolejka rejestru z ORCID", - "person.orcid.registry.auth":"Autoryzacje z ORCID", - "home.recent-submissions.head":"Najnowsze publikacje", - "submission.sections.sherpa-policy.title-empty":"Nie wybrano ISSN i informacje o polityce wydawniczej czasopisma są niedostępne", - "admin.batch-import.breadcrumbs":"Import zbiorczy", - "admin.batch-import.page.dropMsg":"Drop a batch ZIP to import", - "admin.batch-import.page.dropMsgReplace":"Drop to replace the batch ZIP to import", - "admin.batch-import.page.error.addFile":"Najpierw wybierz plik (ZIP)", - "admin.batch-import.page.header":"Import masowy", - "admin.batch-import.page.help":"Wybierz kolekcję do zaimportowania kolekcji. Potem, upuść lub przeszukaj plik SAF, który zawiera pozycje do importu", - "admin.batch-import.page.remove":"usuń", - "admin.batch-import.page.validateOnly.hint":"Jeśli wybrano, importowany plik ZIP będzie walidowany. Otrzymasz raport ze zmianami, ale żadne zmiany nie zostaną wykonane zapisane.", - "collection.form.correctionSubmissionDefinition":"Wzór zgłoszenia do prośby o korektę", - "comcol-role.edit.delete.error.title":"Nie udało się usunąć roli '{{ role }}' dla grup", - "confirmation-modal.export-batch.header":"Eksport maasowy (ZIP) {{ dsoName }}", - "confirmation-modal.export-batch.info":"Czy na pewno chcesz wyeksportować plik ZIP z {{ dsoName }}", - "dso-selector.export-batch.dspaceobject.head":"Eksport masowy (ZIP) z", - "menu.section.export_batch":"Eksport masowy (ZIP)", - "nav.user-profile-menu-and-logout":"Profil użytkownika i wylogowywanie", - "process.detail.actions":"Akcje", - "process.detail.delete.body":"Czy na pewno chcesz usunąć bieżący proces?", - "process.detail.delete.button":"Usuń proces", - "process.detail.delete.cancel":"Anuluj", - "process.detail.delete.confirm":"Usuń proces", - "process.detail.delete.error":"Nie udało się usunąć procesu", - "process.detail.delete.header":"Usuń proces", - "process.detail.delete.success":"Proces został usunięty.", - "admin.batch-import.title":"Masowy import", - "admin.metadata-import.page.button.select-collection":"Wybierz kolekcję", - "admin.registries.bitstream-formats.table.id":"ID", - "admin.registries.schema.fields.table.id":"ID", - "cookies.consent.app.description.google-recaptcha":"Podczas rejestracji i odzyskiwania hasła używamy narzędzia google reCAPTCHA", - "cookies.consent.app.disable-all.description":"Przełącz, aby zaakceptować lub odrzucić wszystkie", - "cookies.consent.app.disable-all.title":"Akceptowacja lub odrzucenie wszystkich", - "cookies.consent.app.title.google-recaptcha":"Google reCaptcha", - "cookies.consent.content-modal.service":"usługa", - "cookies.consent.content-modal.services":"usługi", - "cookies.consent.content-notice.description.no-privacy":"Zbieramy i przetwarzamy Twoje dane w celu: autentykacji, ustawień preferencji i zgód oraz do celów statystycznych.", - "cookies.consent.content-notice.title":"Zgoda na ciasteczka", - "cookies.consent.ok":"Zgadzam się", - "cookies.consent.purpose.registration-password-recovery":"Rejestracja i odzyskiwanie hasła", - "cookies.consent.save":"Zapisz", - "curation-task.task.citationpage.label":"Generuj stronę z cytowaniem", - "dso-selector.import-batch.dspaceobject.head":"Import masowy z", - "orgunit.listelement.no-title":"Brak tytyłu", - "process.bulk.delete.error.body":"Proces z ID {{processId}} nie może być usunięty. Pozostałe procesy zostaną usunięte.", - "process.bulk.delete.error.head":"Błąd podczas usuwania procesu", - "process.bulk.delete.success":"{{count}} proces/y został/y usunięte", - "process.overview.delete":"Usuń {{count}} proces/y", - "process.overview.delete.body":"Czy na pewno usunąć {{count}} proces/y?", - "process.overview.delete.clear":"Wyczyść selekcję procesów do usunięcia", - "process.overview.delete.header":"Usuń procesy", - "process.overview.delete.processing":"{{count}} procesów zostanie usuniętych. Poczekaj, gdy usuwanie się zakończy. Może to zająć chwilę.", - "process.overview.table.actions":"Akcje", - "profile.security.form.label.current-password":"Aktualne hasło", - "profile.security.form.notifications.error.change-failed":"Wystąpił błąd podczas próby zmiany hasła. Sprawdź czy aktualne hasło jest prawidłowe.", - "profile.security.form.notifications.error.general":"Uzupełnij wymagane pola dla bezpieczeństwa na formularzu", - "register-page.registration.error.recaptcha":"Wystąpił błąd podczas próby autentykacji przez reCAPTCHA", - "register-page.registration.google-recaptcha.must-accept-cookies":"Aby się zarejestrować, musisz zaakceptować ciasteczka dla rejestracji i odzyskiwania hasła (Google reCaptcha).", - "register-page.registration.google-recaptcha.notification.message.error":"Wystąpił błąd podczas weryfikacji reCaptcha", - "register-page.registration.google-recaptcha.notification.message.expired":"Weryfikacja wygasła. Zweryfikuj ponownie.", - "register-page.registration.google-recaptcha.notification.title":"Google reCaptcha", - "register-page.registration.google-recaptcha.open-cookie-settings":"Otwórz ustawienia plików cookies", - "search.results.response.500":"Wystąpił błąd podczas wysyłania zapytania. Spróbuj ponownie później", - "submission.sections.license.granted-label":"Potwierdzam akceptację powyższej licencji", - "submission.sections.license.notgranted":"Najpierw musisz zaakceptować licencję", - "submission.sections.license.required":"Najpierw musisz zaakceptować licencję", - "confirmation-modal.export-batch.confirm":"Eksportuj", - "confirmation-modal.export-batch.cancel":"Anuluj" + "401.help": "Nie masz uprawnień do dostępu do tej strony. Możesz użyć przycisku poniżej, aby powrócić do strony głównej.", + "401.link.home-page": "Zabierz mnie na stronę główną", + "401.unauthorized": "nieautoryzowany", + "403.help": "Nie masz uprawnień do dostępu do tej strony. Możesz użyć przycisku poniżej, aby wrócić do strony głównej.", + "403.link.home-page": "Zabierz mnie na stronę główną", + "403.forbidden": "zabroniony", + "404.help": "Nie możemy znaleźć strony, której szukasz. Strona mogła zostać przeniesiona lub usunięta. Możesz użyć przycisku poniżej, aby powrócić do strony głównej. ", + "404.link.home-page": "Zabierz mnie na stronę główną", + "404.page-not-found": "strona nie została znaleziona", + "admin.curation-tasks.breadcrumbs": "Systemowe zadania administracyjne", + "admin.curation-tasks.title": "Systemowe zadania administracyjne", + "admin.curation-tasks.header": "Systemowe zadania administracyjne", + "admin.registries.bitstream-formats.breadcrumbs": "Rejestr formatów", + "admin.registries.bitstream-formats.create.breadcrumbs": "Format strumienia bitów", + "admin.registries.bitstream-formats.create.failure.content": "Wystąpił błąd podczas tworzenia nowego formatu strumienia bitów.", + "admin.registries.bitstream-formats.create.failure.head": "Nie udało się", + "admin.registries.bitstream-formats.create.head": "Utwórz nowy format", + "admin.registries.bitstream-formats.create.new": "Dodaj nowy format", + "admin.registries.bitstream-formats.create.success.content": "Nowy format strumienia bitów został pomyślnie utworzony.", + "admin.registries.bitstream-formats.create.success.head": "Udało się", + "admin.registries.bitstream-formats.delete.failure.amount": "Nie udało się usunąć {{ amount }} formatu(ów)", + "admin.registries.bitstream-formats.delete.failure.head": "Nie udało się", + "admin.registries.bitstream-formats.delete.success.amount": "Udało się usunąć {{ amount }} formatu(ów)", + "admin.registries.bitstream-formats.delete.success.head": "Udało się", + "admin.registries.bitstream-formats.description": "Na liście formatów wyświetlono informacje o obsługiwanych formatach i czy są one wspierane przez system.", + "admin.registries.bitstream-formats.edit.breadcrumbs": "Format strumienia bitów", + "admin.registries.bitstream-formats.edit.description.hint": "", + "admin.registries.bitstream-formats.edit.description.label": "Opis", + "admin.registries.bitstream-formats.edit.extensions.hint": "Rozszerzenia to rozszerzenia plików, które są używane do automatycznej identyfikacji formatu przesyłanych plików. Możesz wprowadzić kilka rozszerzeń dla każdego formatu.", + "admin.registries.bitstream-formats.edit.extensions.label": "Rozszerzenia plików", + "admin.registries.bitstream-formats.edit.extensions.placeholder": "Wprowadź rozszerzenie pliku bez kropki", + "admin.registries.bitstream-formats.edit.failure.content": "Wystąpił błąd podczas edycji formatu pliku.", + "admin.registries.bitstream-formats.edit.failure.head": "Nie udało się", + "admin.registries.bitstream-formats.edit.head": "Format plików: {{ format }}", + "admin.registries.bitstream-formats.edit.internal.hint": "Formaty oznaczone jako wewnętrzne są ukryte przed użytkownikiem i wykorzystywane do celów administracyjnych.", + "admin.registries.bitstream-formats.edit.internal.label": "Wewnętrzny", + "admin.registries.bitstream-formats.edit.mimetype.hint": "Typ MIME powiązany z tym formatem, nie musi być unikalny.", + "admin.registries.bitstream-formats.edit.mimetype.label": "Typ MIME", + "admin.registries.bitstream-formats.edit.shortDescription.hint": "Unikalna nazwa dla tego formatu, (np. Microsoft Word XP lub Microsoft Word 2000)", + "admin.registries.bitstream-formats.edit.shortDescription.label": "Nazwa", + "admin.registries.bitstream-formats.edit.success.content": "Format strumienia bitów został pomyślnie edytowany.", + "admin.registries.bitstream-formats.edit.success.head": "Udało się", + "admin.registries.bitstream-formats.edit.supportLevel.hint": "Poziom wsparcia, jaki Twoja instytucja deklaruje dla tego formatu.", + "admin.registries.bitstream-formats.edit.supportLevel.label": "Obsługiwany format", + "admin.registries.bitstream-formats.head": "Rejestr formatów", + "admin.registries.bitstream-formats.no-items": "Brak formatów plików do wyświetlenia.", + "admin.registries.bitstream-formats.table.delete": "Usuń zaznaczone", + "admin.registries.bitstream-formats.table.deselect-all": "Odznacz wszystkie", + "admin.registries.bitstream-formats.table.internal": "wewnętrzne", + "admin.registries.bitstream-formats.table.mimetype": "Typ MIME", + "admin.registries.bitstream-formats.table.name": "Nazwa", + "admin.registries.bitstream-formats.table.return": "Powrót", + "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Znane", + "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Wspierane", + "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Nieznane", + "admin.registries.bitstream-formats.table.supportLevel.head": "Obsługiwany format", + "admin.registries.bitstream-formats.title": "Rejestr formatów plików", + "admin.registries.metadata.breadcrumbs": "Rejestr metadanych", + "admin.registries.metadata.description": "W rejestrze metadanych przechowywana jest lista wszystkich pól metadanych dostępnych w repozytorium. Przechowywane pola są przechowywane w kilku rejestrach. DSpace wymaga kwalifikowanego rejestru metadanych Dublin Core.", + "admin.registries.metadata.form.create": "Utwórz schemat metadanych", + "admin.registries.metadata.form.edit": "Edytuj schemat metadanych", + "admin.registries.metadata.form.name": "Nazwa", + "admin.registries.metadata.form.namespace": "Nazwa schematu", + "admin.registries.metadata.head": "Rejestr metadanych", + "admin.registries.metadata.schemas.no-items": "Brak rejestrów metadanych do pokazania.", + "admin.registries.metadata.schemas.table.delete": "Usuń zaznaczone", + "admin.registries.metadata.schemas.table.id": "ID", + "admin.registries.metadata.schemas.table.name": "Nazwa", + "admin.registries.metadata.schemas.table.namespace": "Nazwa schematu", + "admin.registries.metadata.title": "Rejestr metadanych", + "admin.registries.schema.breadcrumbs": "Schemat metadanych", + "admin.registries.schema.description": "Ten schemat metadanych jest stworzony na podstawie \"{{namespace}}\".", + "admin.registries.schema.fields.head": "Pola schematu metadanych", + "admin.registries.schema.fields.no-items": "Brak pól metadanych do pokazania.", + "admin.registries.schema.fields.table.delete": "Usuń zaznaczone", + "admin.registries.schema.fields.table.field": "Pole", + "admin.registries.schema.fields.table.scopenote": "Uwagi", + "admin.registries.schema.form.create": "Stwórz pole metadanych", + "admin.registries.schema.form.edit": "Edytuj pole metadanych", + "admin.registries.schema.form.element": "Element", + "admin.registries.schema.form.qualifier": "Kwalifikator", + "admin.registries.schema.form.scopenote": "Uwagi", + "admin.registries.schema.head": "Schemat metadanych", + "admin.registries.schema.notification.created": "Udało się utworzyć schemat metdanych \"{{prefix}}\"", + "admin.registries.schema.notification.deleted.failure": "Nie udało się usunąć {{amount}} schematów metadanych", + "admin.registries.schema.notification.deleted.success": "Udało się usunąć {{amount}} schematów metadanych", + "admin.registries.schema.notification.edited": "Udało się edytować schemat metadanych \"{{prefix}}\"", + "admin.registries.schema.notification.failure": "Błąd", + "admin.registries.schema.notification.field.created": "Udało się utworzyć pole metadanych \"{{field}}\"", + "admin.registries.schema.notification.field.deleted.failure": "Nie udało się usunąć {{amount}} pól metadanych", + "admin.registries.schema.notification.field.deleted.success": "Udało się usunąć {{amount}} pól metadanych", + "admin.registries.schema.notification.field.edited": "SUdało się edytować pole metadanych \"{{field}}\"", + "admin.registries.schema.notification.success": "Udało się", + "admin.registries.schema.return": "Powrót", + "admin.registries.schema.title": "Rejestr schematów metadanych", + "admin.access-control.epeople.actions.delete": "Usuń użytkownika", + "admin.access-control.epeople.actions.impersonate": "Personifikuj użytkownika", + "admin.access-control.epeople.actions.reset": "Zresetuj hasło", + "admin.access-control.epeople.actions.stop-impersonating": "Przestań personifikować użytkownika", + "admin.access-control.epeople.breadcrumbs": "Użytkownicy", + "admin.access-control.epeople.title": "Użytkownicy", + "admin.access-control.epeople.head": "Użytkownicy", + "admin.access-control.epeople.search.head": "Wyszukaj", + "admin.access-control.epeople.button.see-all": "Przeglądaj wszystko", + "admin.access-control.epeople.search.scope.metadata": "Metadane", + "admin.access-control.epeople.search.scope.email": "E-mail", + "admin.access-control.epeople.search.button": "Wyszukaj", + "admin.access-control.epeople.search.placeholder": "Wyszukaj użytkownika...", + "admin.access-control.epeople.button.add": "Dodaj użytkownika", + "admin.access-control.epeople.table.id": "ID", + "admin.access-control.epeople.table.name": "Nazwa", + "admin.access-control.epeople.table.email": "E-mail", + "admin.access-control.epeople.table.edit": "Edytuj", + "admin.access-control.epeople.table.edit.buttons.edit": "Edytuj \"{{name}}\"", + "admin.access-control.epeople.table.edit.buttons.edit-disabled": "Brak uprawnień do edycji wybranej grupy", + "admin.access-control.epeople.table.edit.buttons.remove": "Usuń \"{{name}}\"", + "admin.access-control.epeople.no-items": "Brak użytkowników do wyświetlenia.", + "admin.access-control.epeople.form.create": "Utwórz użytkownika", + "admin.access-control.epeople.form.edit": "Edytuj użytkownika", + "admin.access-control.epeople.form.firstName": "Imię", + "admin.access-control.epeople.form.lastName": "Nazwisko", + "admin.access-control.epeople.form.email": "E-mail", + "admin.access-control.epeople.form.emailHint": "Adres e-mail musi być poprawny", + "admin.access-control.epeople.form.canLogIn": "Możliwość zalogowania", + "admin.access-control.epeople.form.requireCertificate": "Wymagany certyfikat", + "admin.access-control.epeople.form.return": "Powrót", + "admin.access-control.epeople.form.notification.created.success": "Udało się utworzyć użytkownika \"{{name}}\"", + "admin.access-control.epeople.form.notification.created.failure": "Nie udało się utworzyć użytkownika \"{{name}}\"", + "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Nie udało się utworzyć użytkownika \"{{name}}\", email \"{{email}}\" już w użyciu.", + "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Nie udało się utworzyć użytkownika \"{{name}}\", email \"{{email}}\" już w użyciu.", + "admin.access-control.epeople.form.notification.edited.success": "Udało się edytować użytkownika \"{{name}}\"", + "admin.access-control.epeople.form.notification.edited.failure": "Nie udało się edytować użytkownika \"{{name}}\"", + "admin.access-control.epeople.form.notification.deleted.success": "Udało się usunąć użytkownika \"{{name}}\"", + "admin.access-control.epeople.form.notification.deleted.failure": "Nie udało się usunąć użytkownika \"{{name}}\"", + "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Członek grup:", + "admin.access-control.epeople.form.table.id": "ID", + "admin.access-control.epeople.form.table.name": "Nazwa", + "admin.access-control.epeople.form.table.collectionOrCommunity": "Zbiór/kolekcja", + "admin.access-control.epeople.form.memberOfNoGroups": "Ten użytkownik nie jest członkiem żadnej grupy", + "admin.access-control.epeople.form.goToGroups": "Dodaj do grup", + "admin.access-control.epeople.notification.deleted.failure": "Nie udało się usunąć użytkownika: \"{{name}}\"", + "admin.access-control.epeople.notification.deleted.success": "Udało się usunąć użytkownika: \"{{name}}\"", + "admin.access-control.groups.title": "Grupy", + "admin.access-control.groups.breadcrumbs": "Grupy", + "admin.access-control.groups.singleGroup.breadcrumbs": "Edytuj grupę", + "admin.access-control.groups.title.singleGroup": "Edytuj grupę", + "admin.access-control.groups.title.addGroup": "Nowa grupa", + "admin.access-control.groups.addGroup.breadcrumbs": "Nowa grupa", + "admin.access-control.groups.head": "Grupy/role", + "admin.access-control.groups.button.add": "Dodaj grupę", + "admin.access-control.groups.search.head": "Szukaj grup", + "admin.access-control.groups.button.see-all": "Przeszukaj wszystko", + "admin.access-control.groups.search.button": "Wyszukaj", + "admin.access-control.groups.search.placeholder": "Wyszukaj grupy...", + "admin.access-control.groups.table.id": "ID", + "admin.access-control.groups.table.name": "Nazwa", + "admin.access-control.groups.table.collectionOrCommunity": "Zbiór/kolekcja", + "admin.access-control.groups.table.members": "Członkowie", + "admin.access-control.groups.table.edit": "Edytuj", + "admin.access-control.groups.table.edit.buttons.edit": "Edytuj \"{{name}}\"", + "admin.access-control.groups.no-items": "Nie znaleziono grup z podaną frazą lub podanym UUID", + "admin.access-control.groups.notification.deleted.success": "Udało się usunąć grupę \"{{name}}\"", + "admin.access-control.groups.notification.deleted.failure.title": "Nie udało się usunąć grupy \"{{name}}\"", + "admin.access-control.groups.notification.deleted.failure.content": "Powód: \"{{cause}}\"", + "admin.access-control.groups.form.alert.permanent": "Ta grupa jest stała, więc nie może być edytowana ani usunięta. Nadal możesz dodawać i usuwać członków grupy za pomocą tej strony.", + "admin.access-control.groups.form.alert.workflowGroup": "Ta grupa nie może być edytowana lub usunięta, ponieważ odnosi się do roli lub bierze udział w procesie \"{{name}}\" {{comcol}}. Możesz ją usunąć ze strony \"assign roles\" edycji {{comcol}}. Wciąż może dodawać i usuwać członków tej grupy, korzystając z tej strony.", + "admin.access-control.groups.form.head.create": "Utwórz grupę", + "admin.access-control.groups.form.head.edit": "Edytuj grupę", + "admin.access-control.groups.form.groupName": "Nazwa grupy", + "admin.access-control.groups.form.groupCommunity": "Zbiór lub kolekcja", + "admin.access-control.groups.form.groupDescription": "Opis", + "admin.access-control.groups.form.notification.created.success": "Udało się utworzyć grupę \"{{name}}\"", + "admin.access-control.groups.form.notification.created.failure": "Nie udało się utworzyć grupy \"{{name}}\"", + "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Nie udało się utworzyć grupy o nazwie: \"{{name}}\", upewnij się, że nazwa nie jest już używana.", + "admin.access-control.groups.form.notification.edited.failure": "Nie udało się edytować grupy \"{{name}}\"", + "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Nazwa \"{{name}}\" już w użyciu!", + "admin.access-control.groups.form.notification.edited.success": "Udało się edytować grupę \"{{name}}\"", + "admin.access-control.groups.form.actions.delete": "Usuń grupę", + "admin.access-control.groups.form.delete-group.modal.header": "Usuń grupę \"{{ dsoName }}\"", + "admin.access-control.groups.form.delete-group.modal.info": "Czy na pewno chcesz usunąć grupę \"{{ dsoName }}\"", + "admin.access-control.groups.form.delete-group.modal.cancel": "Anuluj", + "admin.access-control.groups.form.delete-group.modal.confirm": "Usuń", + "admin.access-control.groups.form.notification.deleted.success": "Udało się usunąć grupę \"{{ name }}\"", + "admin.access-control.groups.form.notification.deleted.failure.title": "Nie udało się usunąć grupy \"{{ name }}\"", + "admin.access-control.groups.form.notification.deleted.failure.content": "Powód: \"{{ cause }}\"", + "admin.access-control.groups.form.members-list.head": "Użytkownik", + "admin.access-control.groups.form.members-list.search.head": "Dodaj użytkownika", + "admin.access-control.groups.form.members-list.button.see-all": "Pokaż wszystkich", + "admin.access-control.groups.form.members-list.headMembers": "Aktualni członkowie", + "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadane", + "admin.access-control.groups.form.members-list.search.scope.email": "E-mail", + "admin.access-control.groups.form.members-list.search.button": "Wyszukaj", + "admin.access-control.groups.form.members-list.table.id": "ID", + "admin.access-control.groups.form.members-list.table.name": "Nazwa", + "admin.access-control.groups.form.members-list.table.identity": "Tożsamość", + "admin.access-control.groups.form.members-list.table.email": "E-mail", + "admin.access-control.groups.form.members-list.table.netid": "NetID", + "admin.access-control.groups.form.members-list.table.edit": "Usuń / Dodaj", + "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Usuń użytkownika o nazwie \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.success.addMember": "Udało się dodać użytkownika o nazwie: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.failure.addMember": "Nie udało się dodać użytkownika o nazwie: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Udało się usunąć użytkownika o nazwie: \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Nie udało się usunąć użytkownika o nazwie: \"{{name}}\"", + "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Dodaj użytkownika o nazwie \"{{name}}\"", + "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Brak aktywnej grupy, najpierw wpisz nazwę grupy.", + "admin.access-control.groups.form.members-list.no-members-yet": "Brak użytkowników w grupie, wyszukaj ich i dodaj.", + "admin.access-control.groups.form.members-list.no-items": "Nie znaleziono użytkowników podczas wyszukiwania", + "admin.access-control.groups.form.subgroups-list.notification.failure": "Coś poszło nie tak: \"{{cause}}\"", + "admin.access-control.groups.form.subgroups-list.head": "Grupy", + "admin.access-control.groups.form.subgroups-list.search.head": "Dodaj podgrupę", + "admin.access-control.groups.form.subgroups-list.button.see-all": "Przeglądaj wszystkie", + "admin.access-control.groups.form.subgroups-list.headSubgroups": "Aktualne podgrupy", + "admin.access-control.groups.form.subgroups-list.search.button": "Wyszukaj", + "admin.access-control.groups.form.subgroups-list.table.id": "ID", + "admin.access-control.groups.form.subgroups-list.table.name": "Nazwa", + "admin.access-control.groups.form.subgroups-list.table.collectionOrCommunity": "Zbiór/kolekcja", + "admin.access-control.groups.form.subgroups-list.table.edit": "Usuń / Dodaj", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Usuń podgrupę o nazwie \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Dodaj podgrupę o nazwie \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Aktualna grupa", + "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Udało się dodać podgrupę: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Nie udało się dodać podgrupy: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Udało się usunąć podgrupę: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Nie udało się usunąć podgrupy: \"{{name}}\"", + "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Brak aktywnej grupy, najpierw wpisz nazwę grupy.", + "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Ta grupa jest już stworzona i nie może zostać dodana pononwie.", + "admin.access-control.groups.form.subgroups-list.no-items": "Nie znaleziono grup z tą nazwą lub UUID", + "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Brak podgrup w grupie.", + "admin.access-control.groups.form.return": "Powrót", + "admin.search.breadcrumbs": "Wyszukiwanie administracyjne", + "admin.search.collection.edit": "Edytuj", + "admin.search.community.edit": "Edytuj", + "admin.search.item.delete": "Usuń", + "admin.search.item.edit": "Edytuj", + "admin.search.item.make-private": "Ukryj", + "admin.search.item.make-public": "Upublicznij", + "admin.search.item.move": "Przenieś", + "admin.search.item.reinstate": "Zmień instancję", + "admin.search.item.withdraw": "Wycofane", + "admin.search.title": "Wyszukiwanie administracyjne", + "administrativeView.search.results.head": "Wyszukiwanie administracyjne", + "admin.workflow.breadcrumbs": "Zarządzaj procesem", + "admin.workflow.title": "Zarządzaj procesem", + "admin.workflow.item.workflow": "Proces", + "admin.workflow.item.delete": "Usuń", + "admin.workflow.item.send-back": "Odeślij z powrotem", + "admin.metadata-import.breadcrumbs": "Importuj metadane", + "admin.metadata-import.title": "Importuj metadane", + "admin.metadata-import.page.header": "Importuj metadane", + "admin.metadata-import.page.help": "Tutaj możesz zaimportować pliki CSV, w których znajdują się metadane do operacji wsadowej. Zaimportuj je poprzez upuszczenie ich lub znajdź je na swoim komputerze", + "admin.metadata-import.page.dropMsg": "Upuść plik w formacie CSV", + "admin.metadata-import.page.dropMsgReplace": "Upuść, aby zastąpić metadane w formacie CSV do importu", + "admin.metadata-import.page.button.return": "Powrót", + "admin.metadata-import.page.button.proceed": "Zastosuj", + "admin.metadata-import.page.error.addFile": "Najpierw wybierz plik!", + "auth.errors.invalid-user": "Niewłaściwy adres e-mail lub hasło.", + "auth.messages.expired": "Twoja sesja wygasła. Zaloguj się ponownie.", + "auth.messages.token-refresh-failed": "Odświeżenie sesji nie powiodło się. Zaloguj się ponownie.", + "bitstream.download.page": "Pobieranie {{bitstream}}...", + "bitstream.download.page.back": "Powrót", + "bitstream.edit.authorizations.link": "Edytuj polityki plików", + "bitstream.edit.authorizations.title": "Edytuj polityki plików", + "bitstream.edit.return": "Powrót", + "bitstream.edit.bitstream": "Pliki: ", + "bitstream.edit.form.description.hint": "Opcjonalnie wprowadź krótki opis pliku, np.: \"Główna część artykułu\" lub \"Dane z eksperymentu\".", + "bitstream.edit.form.description.label": "Opis", + "bitstream.edit.form.embargo.hint": "Pierwszy dzień, od kiedy dostęp zostanie udzielony. Tej daty nie może być edytować w tym formularzu. Aby wybrać okres embarga czasowego, wybierz Status pozycji tab, kliknij Autoryzacje..., stwórz lub edytuj plik PRZEYCZTAJ zasady i wybierz określoną Datę początkową.", + "bitstream.edit.form.embargo.label": "Embargo do wybranej daty", + "bitstream.edit.form.fileName.hint": "Zmiana nazwy pliku dla strumienia bitów. Zauważ, że zmieni to wyświetlany adres URL strumienia bitów, ale stare linki nadal będą działać, o ile nie zmieni się identyfikator sekwencji.", + "bitstream.edit.form.fileName.label": "Nazwa pliku", + "bitstream.edit.form.newFormat.label": "Opisz nowy format", + "bitstream.edit.form.newFormat.hint": "Program, którego użyto do stworzenia pliku i numer wersji (np.: \"ACMESoft SuperApp version 1.5\").", + "bitstream.edit.form.primaryBitstream.label": "Pierwotny plik", + "bitstream.edit.form.selectedFormat.hint": "Jeśli formatu nie ma na powyższej liście, wybierz \"format not in list\" above i opisz jako \"Describe new format\".", + "bitstream.edit.form.selectedFormat.label": "Wybrany format", + "bitstream.edit.form.selectedFormat.unknown": "Tego formatu nie ma na liście", + "bitstream.edit.notifications.error.format.title": "Wystąpił błąd podczas zapisu formatu pliku", + "bitstream.edit.notifications.saved.content": "Zmiany w pliku zostały zapisane.", + "bitstream.edit.notifications.saved.title": "Plik został zapisany", + "bitstream.edit.title": "Edytuj plik", + "bitstream-request-a-copy.alert.canDownload1": "Masz już dostęp do tego pliki. Jeśli chcesz go pobrać, kliknij ", + "bitstream-request-a-copy.alert.canDownload2": "tutaj", + "bitstream-request-a-copy.header": "Wystąp o kopię wybranego pliku", + "bitstream-request-a-copy.intro": "Wpisz następujące informacje, aby wystąpić o kopię tej pozycji: ", + "bitstream-request-a-copy.intro.bitstream.one": "Wystąpienie o dostęp do następujących plików: ", + "bitstream-request-a-copy.intro.bitstream.all": "Wystąpienie o dostęp do wszystkich plików. ", + "bitstream-request-a-copy.name.label": "Imię *", + "bitstream-request-a-copy.name.error": "Imię jest wymagane", + "bitstream-request-a-copy.email.label": "Adres e-mail *", + "bitstream-request-a-copy.email.hint": "Plik zostanie przesłany na podany adres e-mail", + "bitstream-request-a-copy.email.error": "Proszę wprowadzić prawidłowy adres e-mail", + "bitstream-request-a-copy.allfiles.label": "Pliki", + "bitstream-request-a-copy.files-all-false.label": "Tylko plik, dla którego wystąpiono o dostęp", + "bitstream-request-a-copy.files-all-true.label": "Wszystkie pliki (w tej pozycji) z ograniczonym dostępem", + "bitstream-request-a-copy.message.label": "Wiadomość", + "bitstream-request-a-copy.return": "Powrót", + "bitstream-request-a-copy.submit": "Wystąp o kopię", + "bitstream-request-a-copy.submit.success": "Wystąpienie o dostęp do pliku zostało przesłane.", + "bitstream-request-a-copy.submit.error": "Coś poszło nie tak podczas wysyłania wystąpienia o dostęp do pliku", + "browse.comcol.by.author": "wg autorów", + "browse.comcol.by.dateissued": "wg daty wydania", + "browse.comcol.by.subject": "wg tematu", + "browse.comcol.by.title": "wg tytułu", + "browse.comcol.head": "Przeglądaj", + "browse.empty": "Brak rekordów do wyświetlenia.", + "browse.metadata.author": "Autor", + "browse.metadata.dateissued": "Data wydania", + "browse.metadata.subject": "Temat", + "browse.metadata.title": "Tytuł", + "browse.metadata.author.breadcrumbs": "Przeglądaj wg autorów", + "browse.metadata.dateissued.breadcrumbs": "Przeglądaj wg daty wydania", + "browse.metadata.subject.breadcrumbs": "Przeglądaj wg tematów", + "browse.metadata.title.breadcrumbs": "Przeglądaj wg tytułów", + "browse.startsWith.choose_start": "(Wybierz start)", + "browse.startsWith.choose_year": "(Wybierz rok)", + "browse.startsWith.choose_year.label": "Wybierz rok wydania", + "browse.startsWith.jump": "Przejdź do miejsca w indeksie:", + "browse.startsWith.months.april": "kwiecień", + "browse.startsWith.months.august": "sierpień", + "browse.startsWith.months.december": "grudzień", + "browse.startsWith.months.february": "luty", + "browse.startsWith.months.january": "styczeń", + "browse.startsWith.months.july": "lipiec", + "browse.startsWith.months.june": "czerwiec", + "browse.startsWith.months.march": "marzec", + "browse.startsWith.months.may": "maj", + "browse.startsWith.months.none": "(wybierz miesiąc)", + "browse.startsWith.months.none.label": "Wybierz miesiąc wydania", + "browse.startsWith.months.november": "listopad", + "browse.startsWith.months.october": "październik", + "browse.startsWith.months.september": "wrzesień", + "browse.startsWith.submit": "Zastosuj", + "browse.startsWith.type_date": "Lub wybierz datę (rok-miesiąc) i kliknij 'Przeglądaj'", + "browse.startsWith.type_date.label": "Lub wybierz datę (rok-miesiąc) i kliknij przycisk przeglądania", + "browse.startsWith.type_text": "Wpisz kilka pierwszych liter i kliknij przycisk przeglądania", + "browse.title": "Przeglądaj {{ collection }} wg {{ field }} {{ value }}", + "chips.remove": "Usuń chip", + "collection.create.head": "Utwórz kolekcję", + "collection.create.notifications.success": "Udało się utworzyć kolekcję", + "collection.create.sub-head": "Udało się utworzyć kolekcję dla zbioru {{ parent }}", + "collection.curate.header": "Administrator kolekcji: {{collection}}", + "collection.delete.cancel": "Anuluj", + "collection.delete.confirm": "Zatwierdź", + "collection.delete.processing": "Usuwanie", + "collection.delete.head": "Usuń kolekcję", + "collection.delete.notification.fail": "Kolekcja nie może być usunięt", + "collection.delete.notification.success": "Udało się usunąć kolekcję", + "collection.delete.text": "Czy na pewno chcesz usunąć kolekcję \"{{ dso }}\"", + "collection.edit.delete": "Usuń kolekcję", + "collection.edit.head": "Edytuj kolekcję", + "collection.edit.breadcrumbs": "Edytuj kolekcję", + "collection.edit.tabs.mapper.head": "Item Mapper", + "collection.edit.tabs.item-mapper.title": "Edytuj kolekcję - Item Mapper", + "collection.edit.item-mapper.cancel": "Anuluj", + "collection.edit.item-mapper.collection": "Kolekcja: \"{{name}}\"", + "collection.edit.item-mapper.confirm": "Mapuj wybrane elementy", + "collection.edit.item-mapper.description": "To jest narzędzie mapowania elementów, które pozwala administratorom kolekcji mapować elementy z innych kolekcji do tej kolekcji. Możesz wyszukiwać elementy z innych kolekcji i mapować je lub przeglądać listę aktualnie zmapowanych elementów.", + "collection.edit.item-mapper.head": "Item Mapper - Mapuj pozycje z innych kolekcji", + "collection.edit.item-mapper.no-search": "Wpisz co chcesz wyszukać", + "collection.edit.item-mapper.notifications.map.error.content": "Wystąpiły błędy podczas mapowania {{amount}} pozycji.", + "collection.edit.item-mapper.notifications.map.error.head": "Mapowanie błędów", + "collection.edit.item-mapper.notifications.map.success.content": "Udało się zmapować {{amount}} pozycji.", + "collection.edit.item-mapper.notifications.map.success.head": "Mapowanie zakończone", + "collection.edit.item-mapper.notifications.unmap.error.content": "Błędy wystąpiły podczas usuwania mapowania z {{amount}} elementów.", + "collection.edit.item-mapper.notifications.unmap.error.head": "Usuń błędy mapowania", + "collection.edit.item-mapper.notifications.unmap.success.content": "Udało się usunąć błędy mapowania z {{amount}} elementów.", + "collection.edit.item-mapper.notifications.unmap.success.head": "Usuwanie mapowania zakończone", + "collection.edit.item-mapper.remove": "Usuń wybrane mapowanie elementów", + "collection.edit.item-mapper.search-form.placeholder": "Wyszukaj pozycje...", + "collection.edit.item-mapper.tabs.browse": "Wyszukaj mapowane elementy", + "collection.edit.item-mapper.tabs.map": "Mapuj nowe elementy", + "collection.edit.logo.delete.title": "Usuń", + "collection.edit.logo.delete-undo.title": "Cofnij usunięcie", + "collection.edit.logo.label": "Logo kolekcji", + "collection.edit.logo.notifications.add.error": "Przesyłanie logo kolekcji nie powiodło się. Proszę zweryfikować zawartość przed ponowną ", + "collection.edit.logo.notifications.add.success": "Udało się przesłać logo kolekcji.", + "collection.edit.logo.notifications.delete.success.title": "Logo usunięte", + "collection.edit.logo.notifications.delete.success.content": "Udało się usunąć logo kolekcji", + "collection.edit.logo.notifications.delete.error.title": "Błąd podczas usuwania loga", + "collection.edit.logo.upload": "Upuść logo kolekcji, aby je wgrać", + "collection.edit.notifications.success": "Udało się edytować kolekcję", + "collection.edit.return": "Powrót", + "collection.edit.tabs.curate.head": "Kurator", + "collection.edit.tabs.curate.title": "Edytowanie kolekcji - kurator", + "collection.edit.tabs.authorizations.head": "Autoryzacje", + "collection.edit.tabs.authorizations.title": "Edytowanie kolekcji - autoryzacje", + "collection.edit.tabs.metadata.head": "Edytuj metadane", + "collection.edit.tabs.metadata.title": "Edytowanie kolekcji - metadane", + "collection.edit.tabs.roles.head": "Przypisz role", + "collection.edit.tabs.roles.title": "Edytowanie kolekcji - role", + "collection.edit.tabs.source.external": "Ta kolekcja pobiera swoją zawartość z zewnętrznego źródła", + "collection.edit.tabs.source.form.errors.oaiSource.required": "Musisz wskazać id docelowej kolekcji.", + "collection.edit.tabs.source.form.harvestType": "Odczytywanie zawartości", + "collection.edit.tabs.source.form.head": "Skonfiguruj zewnętrzne źródło", + "collection.edit.tabs.source.form.metadataConfigId": "Format metadanych", + "collection.edit.tabs.source.form.oaiSetId": "Określony zestaw ID OAI", + "collection.edit.tabs.source.form.oaiSource": "Dostawca OAI", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Odczytaj metadane i pliki (wymaga wsparcia ORE)", + "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Odczytaj metadane i bibliografię (wymaga wsparcia ORE)", + "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Odczytaj tylko metadane", + "collection.edit.tabs.source.head": "Źródło treści", + "collection.edit.tabs.source.notifications.discarded.content": "Twoje zmiany zostały odrzucone. Aby odzyskać swoje zmiany wybierz 'Powrót'", + "collection.edit.tabs.source.notifications.discarded.title": "Zmiany odrzucone", + "collection.edit.tabs.source.notifications.invalid.content": "Zmiany nie zostały zapisane. Sprawdź czy wszystkie pola są wypełnione poprawne przed zapisem.", + "collection.edit.tabs.source.notifications.invalid.title": "Nieprawidłowe metadane", + "collection.edit.tabs.source.notifications.saved.content": "Zmiany wprowadzone w kolekcji zostały zapisane.", + "collection.edit.tabs.source.notifications.saved.title": "Źródło treści zapisane", + "collection.edit.tabs.source.title": "Collection Edit - Źródło treści", + "collection.edit.template.add-button": "Dodaj", + "collection.edit.template.breadcrumbs": "Szablon pozycji", + "collection.edit.template.cancel": "Anuluj", + "collection.edit.template.delete-button": "Usuń", + "collection.edit.template.edit-button": "Edytuj", + "collection.edit.template.error": "Wystąpił błąd podczas odzyskiwania szablonu pozycji", + "collection.edit.template.head": "Edytuj szablon dla kolekcji \"{{ collection }}\"", + "collection.edit.template.label": "Szablon pozycji", + "collection.edit.template.loading": "ładowanie szablonu pozycji...", + "collection.edit.template.notifications.delete.error": "Nie udało się usunąć szablonu pozycji", + "collection.edit.template.notifications.delete.success": "Udało się usunąć szablon pozycji", + "collection.edit.template.title": "Edytuj szablon pozycji", + "collection.form.abstract": "Opis skrócony", + "collection.form.description": "Tekst powitalny (HTML)", + "collection.form.errors.title.required": "Wpisz nazwę kolekcji", + "collection.form.license": "Licencja", + "collection.form.provenance": "Pochodzenie", + "collection.form.rights": "Tekst praw autorskich (HTML)", + "collection.form.tableofcontents": "Wiadomości (HTML)", + "collection.form.title": "Nazwa", + "collection.form.entityType": "Typ danych", + "collection.page.browse.recent.head": "Ostatnie zgłoszenia", + "collection.page.browse.recent.empty": "Brak pozycji do wyświetlenia", + "collection.page.edit": "Edytuj kolekcję", + "collection.page.handle": "Stały URI dla kolekcji", + "collection.page.license": "Licencja", + "collection.page.news": "Wiadomości", + "collection.select.confirm": "Zaakceptuj zaznaczone", + "collection.select.empty": "Brak kolekcji do wyświetlenia", + "collection.select.table.title": "Tytuł", + "collection.source.controls.head": "Kontrolki odczytywania", + "collection.source.controls.test.submit.error": "Coś poszło nie tak podczas rozpoczynania testów ustawień", + "collection.source.controls.test.failed": "Scenariusz testowy ustawień nie zadziałał", + "collection.source.controls.test.completed": "Scenariusz testowy ustawień został zakończony", + "collection.source.controls.test.submit": "Konfiguracja testowa", + "collection.source.controls.test.running": "Testowanie konfiguracji...", + "collection.source.controls.import.submit.success": "Import został rozpoczęty", + "collection.source.controls.import.submit.error": "Coś poszło nie tak podczas rozpoczynania importu", + "collection.source.controls.import.submit": "Importuj teraz", + "collection.source.controls.import.running": "Importowanie...", + "collection.source.controls.import.failed": "Wystąpił błąd podczas importu", + "collection.source.controls.import.completed": "Import zakończony", + "collection.source.controls.reset.submit.success": "Reset ustawień i powtórny import zostały rozpoczęte poprawnie", + "collection.source.controls.reset.submit.error": "Coś poszło nie tak podczas rozpoczynania zresetowanego, powtórnego importu", + "collection.source.controls.reset.failed": "Wystąpił błąd podczas resetowania ustawień i ponownego importu", + "collection.source.controls.reset.completed": "Reset ustawień i powtórny import zostały zakończone", + "collection.source.controls.reset.submit": "Resetowanie i powtórny import", + "collection.source.controls.reset.running": "Resetowanie i powtórny import...", + "collection.source.controls.harvest.status": "Status odczytywania:", + "collection.source.controls.harvest.start": "Czas rozpoczęcia odczytywania:", + "collection.source.controls.harvest.last": "Czas ostatniego odczytywania:", + "collection.source.controls.harvest.message": "Informacje nt. odczytywania:", + "collection.source.controls.harvest.no-information": "bd.", + "collection.source.update.notifications.error.content": "Te ustawienia zostały przetestowane i nie działają.", + "collection.source.update.notifications.error.title": "Błąd serwera", + "communityList.breadcrumbs": "Lista zbiorów", + "communityList.tabTitle": "Lista zbiorów", + "communityList.title": "Lista zbiorów", + "communityList.showMore": "Pokaż więcej", + "community.create.head": "Utwórz zbiór", + "community.create.notifications.success": "Udało się utworzyć zbiór", + "community.create.sub-head": "Utwórz podzbiór dla zbioru {{ parent }}", + "community.curate.header": "Zarządzaj zbiorem: {{community}}", + "community.delete.cancel": "Anuluj", + "community.delete.confirm": "Potwierdź", + "community.delete.processing": "Usuwanie...", + "community.delete.head": "Usuń zbiór", + "community.delete.notification.fail": "Zbiór nie może być usunięty", + "community.delete.notification.success": "Udało się usunąć zbiór", + "community.delete.text": "Czy na pewno chcesz usunąć zbiór \"{{ dso }}\"", + "community.edit.delete": "Usuń ten zbiór", + "community.edit.head": "Edytuj zbiór", + "community.edit.breadcrumbs": "Edytuj zbiór", + "community.edit.logo.delete.title": "Usuń logo", + "community.edit.logo.delete-undo.title": "Cofnij usunięcie", + "community.edit.logo.label": "Logo zbioru", + "community.edit.logo.notifications.add.error": "Przesłanie loga zbioru nie powiodło się. Sprawdź czy wszystkie parametry są odpowiednie przed próbą ponownego przesłania.", + "community.edit.logo.notifications.add.success": "Przesłanie loga powiodło się.", + "community.edit.logo.notifications.delete.success.title": "Logo usunięte", + "community.edit.logo.notifications.delete.success.content": "Usunięcie loga zbioru powiodło się", + "community.edit.logo.notifications.delete.error.title": "Błąd podczas usuwania loga", + "community.edit.logo.upload": "Upuść logo zbioru, aby je przesłać", + "community.edit.notifications.success": "Udało się edytować zbiór", + "community.edit.notifications.unauthorized": "Nie masz uprawnień, aby wykonać te zmiany", + "community.edit.notifications.error": "Wystąpił błąd podczas edycji zbioru", + "community.edit.return": "Cofnij", + "community.edit.tabs.curate.head": "Administruj", + "community.edit.tabs.curate.title": "Edycja zbioru - administrator", + "community.edit.tabs.metadata.head": "Edytuj metadane", + "community.edit.tabs.metadata.title": "Edycja zbioru - metadane", + "community.edit.tabs.roles.head": "Przypisz role", + "community.edit.tabs.roles.title": "Edycja zbioru - role", + "community.edit.tabs.authorizations.head": "Uprawnienia", + "community.edit.tabs.authorizations.title": "Edycja zbioru - uprawnienia", + "community.listelement.badge": "Zbiór", + "comcol-role.edit.no-group": "Brak", + "comcol-role.edit.create": "Utwórz", + "comcol-role.edit.restrict": "Ogranicz", + "comcol-role.edit.delete": "Usuń", + "comcol-role.edit.community-admin.name": "Administratorzy", + "comcol-role.edit.collection-admin.name": "Administratorzy", + "comcol-role.edit.community-admin.description": "Administratorzy zbioru mogą tworzyć podzbiory lub kolekcje i zarządzać nimi lub przydzielać zarządzanie tymi podzbiorami lub kolekcji innym użytkownikom. Ponadto decydują, kto może przesyłać elementy do dowolnych podkolekcji, edytować metadane pozycji (po przesłaniu) i dodawać (mapować) istniejące pozycje z innych kolekcji (z zastrzeżeniem autoryzacji).", + "comcol-role.edit.collection-admin.description": "Administratorzy kolekcji decydują o tym, kto może przesyłać pozycje do kolekcji, edytować metadane pozycji (po ich przesłaniu) oraz dodawać (mapować) istniejące elementy z innych kolekcji do tej kolekcji (z zastrzeżeniem uprawnień dla danej kolekcji).", + "comcol-role.edit.submitters.name": "Zgłaszający", + "comcol-role.edit.submitters.description": "Użytkownicy i grupy, którzy mają uprawnienia do przesyłania nowych pozycji do tej kolekcji.", + "comcol-role.edit.item_read.name": "Domyślny dostęp do odczytu pozycji", + "comcol-role.edit.item_read.description": "Użytkownicy i grupy, które mogą odczytywać nowe pozycje zgłoszone do tej kolekcji. Zmiany w tej roli nie działają wstecz. Istniejące pozycje w systemie będą nadal widoczne dla osób, które miały dostęp do odczytu w momencie ich dodania.", + "comcol-role.edit.item_read.anonymous-group": "Domyślny odczyt dla nowych pozycji jest obecnie ustawiony na Anonimowy.", + "comcol-role.edit.bitstream_read.name": "Domyślny dostęp do oczytu plików", + "comcol-role.edit.bitstream_read.description": "Administratorzy zbiorów mogą tworzyć podzbiory lub kolekcje, a także zarządzać nimi. Ponadto decydują o tym, kto może przesyłać elementy do podkolekcji, edytować metadane pozycji (po ich przesłaniu) oraz dodawać (mapować) istniejące pozycje z innych kolekcji (pod warunkiem posiadania odpowiednich uprawnień).", + "comcol-role.edit.bitstream_read.anonymous-group": "Domyślny status odczytu dla nowych plików to Anonimowy.", + "comcol-role.edit.editor.name": "Redaktorzy", + "comcol-role.edit.editor.description": "Redaktorzy mogą edytować metadane nowych pozycji, a następnie akceptować je lub odrzucać.", + "comcol-role.edit.finaleditor.name": "Redaktorzy końcowi", + "comcol-role.edit.finaleditor.description": "Redaktorzy końcowi mogą edytować metadane nowych pozycji, ale nie mogę odrzucać pozycji.", + "comcol-role.edit.reviewer.name": "Recenzenci", + "comcol-role.edit.reviewer.description": "Recenzenci mogą akceptować lub odrzucać nowe pozycje, ale nie mogę edytować ich metadanych.", + "community.form.abstract": "Opis skrócony", + "community.form.description": "Wstęp (HTML)", + "community.form.errors.title.required": "Wprowadź nazwę zbioru", + "community.form.rights": "Prawa autoskie (HTML)", + "community.form.tableofcontents": "Wiadomości (HTML)", + "community.form.title": "Nazwa", + "community.page.edit": "Edytuj ten zbiór", + "community.page.handle": "Stały URI zbioru", + "community.page.license": "Licencja", + "community.page.news": "Wiadomości", + "community.all-lists.head": "Podzbiory i kolekcje", + "community.sub-collection-list.head": "Kolekcje w tym zbiorze", + "community.sub-community-list.head": "Kolekcje w tym zbiorze", + "cookies.consent.accept-all": "Zaakceptuj wszystko", + "cookies.consent.accept-selected": "Zaakceptuj wybrane", + "cookies.consent.app.opt-out.description": "Aplikacja jest domyślnie włączona (możesz ją wyłączyć)", + "cookies.consent.app.opt-out.title": "(możesz ją wyłaczyć)", + "cookies.consent.app.purpose": "cel", + "cookies.consent.app.required.description": "Ta aplikacja jest zawsze wymagana", + "cookies.consent.app.required.title": "(zawsze wymagana)", + "cookies.consent.update": "Od ostatniej wizyty zostały wprowadzone zmiany. Zweryfikuj swoje zgody.", + "cookies.consent.close": "Zamknij", + "cookies.consent.decline": "Odrzuć", + "cookies.consent.content-notice.description": "Zbieramy i przetwarzamy Twoje dane do następujących celów: weryfikacja, preferencje, zgody i statystyka.
Jeśli chcesz się dowiedzieć więcej, przycztaj naszą {privacyPolicy}.", + "cookies.consent.content-notice.learnMore": "Dostosuj", + "cookies.consent.content-modal.description": "Tutaj są wyświetlane informacje, które zbieramy o Tobie. Możesz je dostosować według swojego uznania.", + "cookies.consent.content-modal.privacy-policy.name": "polityka prywatności", + "cookies.consent.content-modal.privacy-policy.text": "Aby dowiedzieć się więcej przeczytaj naszą {privacyPolicy}.", + "cookies.consent.content-modal.title": "Informacje, które zbieramy", + "cookies.consent.app.title.authentication": "Logowanie", + "cookies.consent.app.description.authentication": "Musisz się zalogować", + "cookies.consent.app.title.preferences": "Preferencje", + "cookies.consent.app.description.preferences": "Wymagane, aby zapisać Twoje preferencje", + "cookies.consent.app.title.acknowledgement": "Zgody", + "cookies.consent.app.description.acknowledgement": "Wymagane, aby zapisać Twoje preferencje", + "cookies.consent.app.title.google-analytics": "Google Analytics", + "cookies.consent.app.description.google-analytics": "Pozwól na śledzenie do celów statystycznych", + "cookies.consent.purpose.functional": "Funkcjonalne", + "cookies.consent.purpose.statistical": "Statystyczne", + "curation-task.task.checklinks.label": "Sprawdź odnośniki w metadanych", + "curation-task.task.noop.label": "NOOP", + "curation-task.task.profileformats.label": "Profil formatów plików", + "curation-task.task.requiredmetadata.label": "Sprawdź poprawność wymaganych metadanych", + "curation-task.task.translate.label": "Microsoft Translator", + "curation-task.task.vscan.label": "Skan antywirusowy", + "curation.form.task-select.label": "Zadanie:", + "curation.form.submit": "Start", + "curation.form.submit.success.head": "Udało się rozpocząć zadanie administratora", + "curation.form.submit.success.content": "Zostaniesz przeniesiony na stronę procesu.", + "curation.form.submit.error.head": "Nie udało się się zakończyć zadania administratora", + "curation.form.submit.error.content": "Wystąpił błąd podczas rozpoczynania zadania administracyjnego.", + "curation.form.handle.label": "Automatyzacja:", + "curation.form.handle.hint": "Wskazówka: Wpisz [prefix swojego identyfikatora]/0, aby zautomatyzować zadanie (nie wszystkie zadania mogą wspierać tę funkcję)", + "deny-request-copy.email.message": "Drogi użytkowniku {{ recipientName }},\nW odpowiedzi na Państwa zapytanie, przykro mi poinformować, że to niemożliwe, aby przestać kopię pliku, o który Państwo prosili: \"{{ itemUrl }}\" ({{ itemName }}), którego jestem autorem.\n\nPozdrawiam serdecznie,\n{{ authorName }} <{{ authorEmail }}>", + "deny-request-copy.email.subject": "Wystąp o kopię dokumentu", + "deny-request-copy.error": "Wystąpił błąd", + "deny-request-copy.header": "Odrzuć prośbę o przesłanie kopii dokumentu", + "deny-request-copy.intro": "Ta wiadomość zostanie przesłana do osoby, która wystąpiła o dostęp", + "deny-request-copy.success": "Z powodzeniem odrzucono prośbę o udostępnienie pozycji", + "dso.name.untitled": "Brak tytułu", + "dso-selector.claim.item.head": "Wskazówki profilu", + "dso-selector.claim.item.body": "Istnieją profile, które mogą odnosić się do Ciebie. Jeśli, któryś z tych profilów jest Twój, wybierz go i przejdź do szczegółów, z opcji wybierz opcję przypisania profilu. W innym przypadku możesz utworzyć nowy profil z szablonu, wybierając przycisk poniżej.", + "dso-selector.claim.item.create-from-scratch": "Utwórz nowy", + "dso-selector.claim.item.not-mine-label": "Żaden nie jest mój", + "dso-selector.create.collection.head": "Nowa kolekcja", + "dso-selector.create.collection.sub-level": "Utwórz nową kolekcję w", + "dso-selector.create.community.head": "Nowy zbiór", + "dso-selector.create.community.sub-level": "Utwórz nowy zbiór", + "dso-selector.create.community.top-level": "Utwórz nowy nadrzędny zbiór", + "dso-selector.create.item.head": "Nowa pozycja", + "dso-selector.create.item.sub-level": "Utwórz nową pozycję w", + "dso-selector.create.submission.head": "Nowe zgłoszenie", + "dso-selector.edit.collection.head": "Edytuj kolekcję", + "dso-selector.edit.community.head": "Edytuj zbiór", + "dso-selector.edit.item.head": "Edytuj pozycję", + "dso-selector.error.title": "Wystąpił błąd podczas wyszukiwania typu {{ type }}", + "dso-selector.export-metadata.dspaceobject.head": "Eksportuj metadane z", + "dso-selector.no-results": "Nie znaleziono {{ type }}", + "dso-selector.placeholder": "Wyszukaj {{ type }}", + "dso-selector.select.collection.head": "Wybierz kolekcję", + "dso-selector.set-scope.community.head": "Wybierz wyszukiwanie zakresu", + "dso-selector.set-scope.community.button": "Wyszukaj w całym DSpace", + "dso-selector.set-scope.community.input-header": "Wyszukaj zbiór lub kolekcję", + "confirmation-modal.export-metadata.header": "Eksportuj metadane z {{ dsoName }}", + "confirmation-modal.export-metadata.info": "Czy na pewno chcesz eksportować metadane z {{ dsoName }}", + "confirmation-modal.export-metadata.cancel": "Anuluj", + "confirmation-modal.export-metadata.confirm": "Eksportuj", + "confirmation-modal.delete-eperson.header": "Usuń użytkownika \"{{ dsoName }}\"", + "confirmation-modal.delete-eperson.info": "Czy na pewno chcesz usunąć użytkownika \"{{ dsoName }}\"", + "confirmation-modal.delete-eperson.cancel": "Anuluj", + "confirmation-modal.delete-eperson.confirm": "Usuń", + "error.bitstream": "Wystąpił błąd podczas tworzenia plików", + "error.browse-by": "Wystąpił błąd podczas tworzenia pozycji", + "error.collection": "Wystąpił błąd podczas tworzenia kolekcji", + "error.collections": "Wystąpił błąd podczas tworzenia kolekcji", + "error.community": "Wystąpił błąd podczas tworzenia ziboru", + "error.identifier": "Nie znaleziono pozycji z podanym identyfikatorem", + "error.default": "Błąd", + "error.item": "Wystąpił błąd podczas tworzenia pozycji", + "error.items": "Wystąpił błąd podczas tworzenia pozycji", + "error.objects": "Wystąpił błąd podczas tworzenia obiektów", + "error.recent-submissions": "Wystąpił błąd podczas tworzenia ostatniego zgłoszenia", + "error.search-results": "Wystąpił błąd podczas tworzenia wyników wyszukiwania", + "error.sub-collections": "Wystąpił błąd podczas tworzenia podkolekcji", + "error.sub-communities": "Wystąpił błąd podczas tworzenia podzbiorów", + "error.submission.sections.init-form-error": "Wystąpił błąd w czasie inicjalizacji sekcji, sprawdź konfigurację. Szczegóły poniżej:

", + "error.top-level-communities": "Błąd podczas pobierania nadrzędnego zbioru", + "error.validation.license.notgranted": "Musisz wyrazić tę zgodę, aby przesłać swoje zgłoszenie. Jeśli nie możesz wyrazić zgody w tym momencie, możesz zapisać swoją pracę i wrócić do niej później lub usunąć zgłoszenie.", + "error.validation.pattern": "Te dane wejściowe są ograniczone przez aktualny wzór: {{ pattern }}.", + "error.validation.filerequired": "Przesłanie pliku jest obowiązkowe", + "error.validation.required": "Pole jest wymagane", + "error.validation.NotValidEmail": "E-mail nie jest poprawny", + "error.validation.emailTaken": "E-mail jest już zarejestrowany", + "error.validation.groupExists": "Ta grupa już istnieje", + "file-section.error.header": "Błąd podczas uzyskiwania plików dla tej pozycji", + "footer.copyright": "copyright © 2002-{{ year }}", + "footer.link.dspace": "oprogramowanie DSpace", + "footer.link.lyrasis": "LYRASIS", + "footer.link.cookies": "Ustawienia plików cookies", + "footer.link.privacy-policy": "Polityka prywatności", + "footer.link.end-user-agreement": "Umowa użytkownika", + "forgot-email.form.header": "Nie pamiętam hasła", + "forgot-email.form.info": "Zarejestruj się, aby otrzymywać wiadomości o nowych pozycjach w obserowanych kolekcjach, a także przesyłać nowe pozycje do repozytorium.", + "forgot-email.form.email": "Adres e-mail *", + "forgot-email.form.email.error.required": "Uzupełnij adres e-mail", + "forgot-email.form.email.error.pattern": "Uzupełnij prawidłowy adres e-mail", + "forgot-email.form.email.hint": "Ten adres e-mail będzie zweryfikowany i będziesz go używać jako swój login.", + "forgot-email.form.submit": "Wyślij", + "forgot-email.form.success.head": "Wysłano wiadomość weryfikacyjną", + "forgot-email.form.success.content": "Wiadomość została wysłana na adres e-mail {{ email }}. Zawiera ona unikatowy link i dalsze instrukcje postępowania.", + "forgot-email.form.error.head": "Błąd podczas rejestracji adresu e-mail", + "forgot-email.form.error.content": "Wystąpił błąd poczas próby rejestracji tego adresu e-mail: {{ email }}", + "forgot-password.title": "Nie pamiętam hasła", + "forgot-password.form.head": "Nie pamiętam hasła", + "forgot-password.form.info": "Wpisz nowe hasło w polu poniżej i potwierdź je wpisując je ponownie w drugim polu. Hasło powinno mieć co najmniej sześć znaków.", + "forgot-password.form.card.security": "Bezpieczeństwo", + "forgot-password.form.identification.header": "Identifikacja", + "forgot-password.form.identification.email": "Adres e-mail: ", + "forgot-password.form.label.password": "Hasło", + "forgot-password.form.label.passwordrepeat": "Potwierdź hasło", + "forgot-password.form.error.empty-password": "Wpisz hasło poniżej.", + "forgot-password.form.error.matching-passwords": "Hasła nie są identyczne.", + "forgot-password.form.notification.error.title": "Błąd podczas próby ustawienia nowego hasła", + "forgot-password.form.notification.success.content": "Resetowanie hasła udało się. Zalogowano jako stworzony przed momemntem użytkownik.", + "forgot-password.form.notification.success.title": "Resetowanie hasła udane", + "forgot-password.form.submit": "Wpisz hasło", + "form.add": "Dodaj", + "form.add-help": "Wybierz ten przycisk, aby dodać aktualny wpis lub dodać następny", + "form.cancel": "Anuluj", + "form.clear": "Wyczyść", + "form.clear-help": "Kliknij tutaj, aby usunąć wybraną wartość", + "form.discard": "Odrzuć", + "form.drag": "Przeciągnij", + "form.edit": "Edytuj", + "form.edit-help": "Kliknij tutaj, aby edytować wybraną wartość", + "form.first-name": "Imię", + "form.last-name": "Nazwisko", + "form.loading": "Ładowanie...", + "form.lookup": "Przeglądaj", + "form.lookup-help": "Kliknij tutaj, aby zobaczyć istniejące powiązania", + "form.no-results": "Nie znaleziono rezultatów", + "form.no-value": "Nie wprowadzono wartości", + "form.remove": "Usuń", + "form.save": "Zapisz", + "form.save-help": "Zapisz zmiany", + "form.search": "Wyszukaj", + "form.search-help": "Kliknij tutaj, aby wyszukać w istniejących komentarzach", + "form.submit": "Zapisz", + "form.repeatable.sort.tip": "Upuść nową pozycję w nowym miejscu", + "grant-deny-request-copy.deny": "Nie przesyłaj kopii", + "grant-deny-request-copy.email.back": "Cofnij", + "grant-deny-request-copy.email.message": "Wiadomości", + "grant-deny-request-copy.email.message.empty": "Proszę wprowadzić wiadomość", + "grant-deny-request-copy.email.permissions.info": "W tym miejscu możesz przemyśleć ograniczenie dostępu do dokumentu, aby odpowiadać na mniej próśb o dostęp. Jeśli chcesz wystąpić do administratorów reposytorium o zniesienie restrykcji, zaznacz okienko poniżej.", + "grant-deny-request-copy.email.permissions.label": "Ustaw jako otwarty dostęp", + "grant-deny-request-copy.email.send": "Wyślij", + "grant-deny-request-copy.email.subject": "Temat", + "grant-deny-request-copy.email.subject.empty": "Wpisz temat", + "grant-deny-request-copy.grant": "Wyślij kopię", + "grant-deny-request-copy.header": "Prośba o przesłanie kopii dokumentu", + "grant-deny-request-copy.home-page": "Zabierz mnie na stronę główną", + "grant-deny-request-copy.intro1": "Jeśli jesteś jednym z autorów dokumentu {{ name }}, wybierz jedną z poniższych opcji, aby odpowiedzieć zapytaniu użytkownika.", + "grant-deny-request-copy.intro2": "Po wybraniu opcji, zostaną wyświetlone sugerowane odpowiedzi, które można edytować.", + "grant-deny-request-copy.processed": "Ta prośba jest już procesowana. Możesz użyć przycisku poniżej, aby wrócić do strony głównej.", + "grant-request-copy.email.message": "Drogi użytkowniku {{ recipientName }},\nW odpowiedzi na Państwa zapytanie, miło mi poinformować, że w załączniku przesyłam kopię dokumentu, o który Państwo prosili: \"{{ itemUrl }}\" ({{ itemName }}), którego jestem autorem.\n\nPozdrawiam serdecznie,\n{{ authorName }} <{{ authorEmail }}>", + "grant-request-copy.email.subject": "Prośba o kopię dokumentu", + "grant-request-copy.error": "Wystąpił błąd", + "grant-request-copy.header": "Zezwól na wysłanie kopii dokumentu", + "grant-request-copy.intro": "To wiadomość zostanie wysłana do osoby, która wystąpiła o dostęp. Wskazane dokumenty zostaną dołączone jako załącznik.", + "grant-request-copy.success": "Prośba o dostęp do dokumentu została przyjęta", + "home.description": "", + "home.breadcrumbs": "Strona główna", + "home.search-form.placeholder": "Przeszukaj repozytorium...", + "home.title": "Strona główna", + "home.top-level-communities.head": "Zbiory w DSpace", + "home.top-level-communities.help": "Przeszukaj kolekcje", + "info.end-user-agreement.accept": "Przeczytałem/am i akceptuję umowę użytkownika", + "info.end-user-agreement.accept.error": "Błąd wystąpił podczas akceptowania umowy użytkownika", + "info.end-user-agreement.accept.success": "Udało się zaktualizować umowę użytkownika", + "info.end-user-agreement.breadcrumbs": "Umowa użytkownika", + "info.end-user-agreement.buttons.cancel": "Anuluj", + "info.end-user-agreement.buttons.save": "Zapisz", + "info.end-user-agreement.head": "Umowa użytkownika", + "info.end-user-agreement.title": "Umowa użytkownika", + "info.privacy.breadcrumbs": "Oświadczenie polityki prywatności", + "info.privacy.head": "Oświadczenie polityki prywatności", + "info.privacy.title": "Oświadczenie polityki prywatności", + "item.alerts.private": "Ta pozycja jest prywatna", + "item.alerts.withdrawn": "Ta pozycja została wycofana", + "item.edit.authorizations.heading": "Za pomocą tego edytora możesz przeglądać i zmieniać polityki dla danej pozycji, a także zmieniać polityki dla poszczególnych części pozycji: paczek i strumieni bitów. W skrócie, pozycja jest kontenerem pakietów, a pakiety są kontenerami strumieni bitów. Kontenery zazwyczaj mają polityki ADD/REMOVE/READ/WRITE, natomiast strumienie bitów mają tylko polityki READ/WRITE.", + "item.edit.authorizations.title": "Edytuj politykę tej pozycji", + "item.badge.private": "Prywatny status publikacji", + "item.badge.withdrawn": "Wycofane publikacje", + "item.bitstreams.upload.bundle": "Pakiet", + "item.bitstreams.upload.bundle.placeholder": "Wybierz pakiet", + "item.bitstreams.upload.bundle.new": "Utworz pakiet", + "item.bitstreams.upload.bundles.empty": "Ta pozycja nie zawiera żadnych pakietów, do których można przesłać strumień bitów.", + "item.bitstreams.upload.cancel": "Anuluj", + "item.bitstreams.upload.drop-message": "Upuść plik, aby przesłać", + "item.bitstreams.upload.item": "Pozycja: ", + "item.bitstreams.upload.notifications.bundle.created.content": "Udało się utworzyć nowy pakiet.", + "item.bitstreams.upload.notifications.bundle.created.title": "Utwórz pakiet", + "item.bitstreams.upload.notifications.upload.failed": "Zweryfikuj pliki przed spróbowaniem ponownie.", + "item.bitstreams.upload.title": "Prześlij strumień bitów", + "item.edit.bitstreams.bundle.edit.buttons.upload": "Prześlij", + "item.edit.bitstreams.bundle.displaying": "Obecnie wyświetlono {{ amount }} plików z {{ total }}.", + "item.edit.bitstreams.bundle.load.all": "Załaduj wszystkie ({{ total }})", + "item.edit.bitstreams.bundle.load.more": "Załaduj więcej", + "item.edit.bitstreams.bundle.name": "PACZKA: {{ name }}", + "item.edit.bitstreams.discard-button": "Odrzuć", + "item.edit.bitstreams.edit.buttons.download": "Pobierz", + "item.edit.bitstreams.edit.buttons.drag": "Przeciągnij", + "item.edit.bitstreams.edit.buttons.edit": "Edytuj", + "item.edit.bitstreams.edit.buttons.remove": "Usuń", + "item.edit.bitstreams.edit.buttons.undo": "Cofnij zmiany", + "item.edit.bitstreams.empty": "Ta pozycja nie zawiera żadnych strumieni bitów. Wybierz strumienie do załadowania, aby je utworzyć.", + "item.edit.bitstreams.headers.actions": "Akcje", + "item.edit.bitstreams.headers.bundle": "Paczka", + "item.edit.bitstreams.headers.description": "Opis", + "item.edit.bitstreams.headers.format": "Format", + "item.edit.bitstreams.headers.name": "Nazwa", + "item.edit.bitstreams.notifications.discarded.content": "Twoje zmiany zostały odrzucone. Aby je przywrócić, wybierz przycisk 'Cofnij'", + "item.edit.bitstreams.notifications.discarded.title": "Zmiany odrzucone", + "item.edit.bitstreams.notifications.move.failed.title": "Błąd podczas przenoszenia plików", + "item.edit.bitstreams.notifications.move.saved.content": "Zmiany pozycji dla pliku tej pozycji oraz jego paczki zostały zapisane.", + "item.edit.bitstreams.notifications.move.saved.title": "Zmiana pozycji została zapisana", + "item.edit.bitstreams.notifications.outdated.content": "Pozycja została w międzyczasie zmieniona przez innego użytkownika. Twoje zmiany zostały cofnięte, aby uniknąć ewentualnych konfliktów", + "item.edit.bitstreams.notifications.outdated.title": "Zmiany nieaktualne", + "item.edit.bitstreams.notifications.remove.failed.title": "Błąd podczas usuwania pliku", + "item.edit.bitstreams.notifications.remove.saved.content": "Twoje zmiany dotyczące usunięcia plików z tej pozycji zostały zapisane.", + "item.edit.bitstreams.notifications.remove.saved.title": "Zmiany dotyczące usunięcia zapisane", + "item.edit.bitstreams.reinstate-button": "Cofnij", + "item.edit.bitstreams.save-button": "Zapisz", + "item.edit.bitstreams.upload-button": "Prześlij", + "item.edit.delete.cancel": "Anuluj", + "item.edit.delete.confirm": "Usuń", + "item.edit.delete.description": "Czy jesteś pewien, że ta pozycja powinna zostać całkowicie usunięta? Ostrożnie: Teraz nie pozostanie po tej pozycji żaden ślad.", + "item.edit.delete.error": "Błąd wystąpił podczas usuwania pozycji", + "item.edit.delete.header": "Usuń pozycję: {{ id }}", + "item.edit.delete.success": "Ta pozycja została usunięta", + "item.edit.head": "Edytuj pozycję", + "item.edit.breadcrumbs": "Edytuj pozycję", + "item.edit.tabs.disabled.tooltip": "Nie masz dostępu do tej strony", + "item.edit.tabs.mapper.head": "Mapper kolekcji", + "item.edit.tabs.item-mapper.title": "Edytowanie pozycji - Mapper kolekcji", + "item.edit.item-mapper.buttons.add": "Mapowanie pozycji do wybranych kolekcji", + "item.edit.item-mapper.buttons.remove": "Usuń mapowanie pozycji do wybranych kolekcji", + "item.edit.item-mapper.cancel": "Anuluj", + "item.edit.item-mapper.description": "To jest narzędzie do mapowania elementów, które pozwala administratorom mapować tę pozycję do innych kolekcji. Możesz wyszukiwać kolekcje i je mapować lub przeglądać listę kolekcji, do których dana pozycja jest aktualnie zmapowana.", + "item.edit.item-mapper.head": "Mapper pozycji - Mapowanie pozycji do kolekcji", + "item.edit.item-mapper.item": "Pozycja: \"{{name}}\"", + "item.edit.item-mapper.no-search": "Wpisz zapytanie, które chcesz wyszukać", + "item.edit.item-mapper.notifications.add.error.content": "Wystąpiły błędy dla mapowania pozycji w {{amount}} kolekcjach.", + "item.edit.item-mapper.notifications.add.error.head": "Błędy mapowania", + "item.edit.item-mapper.notifications.add.success.content": "Udało się zmapować elementy dla {{amount}} kolekcji.", + "item.edit.item-mapper.notifications.add.success.head": "Mapowanie zakończone", + "item.edit.item-mapper.notifications.remove.error.content": "Wystąpiły błędy podczas usuwania mapowania do {{amount}} kolekcji.", + "item.edit.item-mapper.notifications.remove.error.head": "Usunięcie mapowania błędów", + "item.edit.item-mapper.notifications.remove.success.content": "Udało się usunąć mapowanie pozycji w {{amount}} kolekcjach.", + "item.edit.item-mapper.notifications.remove.success.head": "Usuwanie mapowania zakończone", + "item.edit.item-mapper.search-form.placeholder": "Przeszukaj kolekcje...", + "item.edit.item-mapper.tabs.browse": "Przeglądaj zmapowane kolekcje", + "item.edit.item-mapper.tabs.map": "Mapuj nowe kolekcje", + "item.edit.metadata.add-button": "Dodaj", + "item.edit.metadata.discard-button": "Odrzuć", + "item.edit.metadata.edit.buttons.edit": "Edytuj", + "item.edit.metadata.edit.buttons.remove": "Usuń", + "item.edit.metadata.edit.buttons.undo": "Cofnij zmiany", + "item.edit.metadata.edit.buttons.unedit": "Zatrzymaj edycję", + "item.edit.metadata.empty": "Ta pozycja nie zawiera żadnych metadanych. Wybierz Dodaj, aby dodać metadane.", + "item.edit.metadata.headers.edit": "Edytuj", + "item.edit.metadata.headers.field": "Pole", + "item.edit.metadata.headers.language": "Język", + "item.edit.metadata.headers.value": "Wartość", + "item.edit.metadata.metadatafield.invalid": "Wybierz aktualne pole metadanych", + "item.edit.metadata.notifications.discarded.content": "Twoje zmiany zostały odrzucone. Aby wgrać je ponownie wybierz przycisk 'Cofnij'", + "item.edit.metadata.notifications.discarded.title": "Zmiany odrzucone", + "item.edit.metadata.notifications.error.title": "Wystąpił błąd", + "item.edit.metadata.notifications.invalid.content": "Twoje zmiany nie zostały zapisane. Przed zapisaniem upewnij się, że wszystkie pola są wypełnione prawidłowo.", + "item.edit.metadata.notifications.invalid.title": "Nieprawidłowe metadane", + "item.edit.metadata.notifications.outdated.content": "Pozycja została w międzyczasie zmieniona przez innego użytkownika. Twoje zmiany zostały cofnięte, aby zapobiec ewentualnym konfliktom", + "item.edit.metadata.notifications.outdated.title": "Zmiany nieaktualne", + "item.edit.metadata.notifications.saved.content": "Twoje zmiany metadanych tej pozycji zostały zapisane.", + "item.edit.metadata.notifications.saved.title": "Metadane zostały zapisane", + "item.edit.metadata.reinstate-button": "Cofnij", + "item.edit.metadata.save-button": "Zapisz", + "item.edit.modify.overview.field": "Pole", + "item.edit.modify.overview.language": "Język", + "item.edit.modify.overview.value": "Wartość", + "item.edit.move.cancel": "Anuluj", + "item.edit.move.save-button": "Zapisz", + "item.edit.move.discard-button": "Odrzuć", + "item.edit.move.description": "Wybierz kolekcję, do której chcesz przenieść tę pozycję. Aby zawęzić listę wyświetlanych kolekcji, możesz wprowadzić zapytanie w polu wyszukiwania.", + "item.edit.move.error": "Wystąpił błąd podczas przenoszenia pozycji", + "item.edit.move.head": "Przenieś pozycję: {{id}}", + "item.edit.move.inheritpolicies.checkbox": "Dziedziczenie polityk", + "item.edit.move.inheritpolicies.description": "Dziedzczenie domyślnych polityk z kolekcji docelowej", + "item.edit.move.move": "Przenieś", + "item.edit.move.processing": "Przenoszenie...", + "item.edit.move.search.placeholder": "Wpisz zapytanie, aby wyszukać w kolekcjach", + "item.edit.move.success": "Pozycja została przeniesiona", + "item.edit.move.title": "Przenieś pozycję", + "item.edit.private.cancel": "Anuluj", + "item.edit.private.confirm": "Ukryj", + "item.edit.private.description": "Czy chcesz ukryć tę pozycję?", + "item.edit.private.error": "Wystąpił błąd podczas ukrywania pozycji", + "item.edit.private.header": "Ukryj pozycję: {{ id }}", + "item.edit.private.success": "Pozycja jest teraz ukryta", + "item.edit.public.cancel": "Anuluj", + "item.edit.public.confirm": "Upublicznij", + "item.edit.public.description": "Czy chcesz upublicznić tę pozycję?", + "item.edit.public.error": "Wystąpił błąd podczas upubliczniania pozycji", + "item.edit.public.header": "Upublicznij pozycję: {{ id }}", + "item.edit.public.success": "Pozycja jest teraz publiczna", + "item.edit.reinstate.cancel": "Anuluj", + "item.edit.reinstate.confirm": "Przywróć", + "item.edit.reinstate.description": "Czy chcesz przywrócić tę pozycję?", + "item.edit.reinstate.error": "Wystąpił błąd podczas przywracania pozycji", + "item.edit.reinstate.header": "Przywróć pozycję: {{ id }}", + "item.edit.reinstate.success": "Pozycja została przywrócona", + "item.edit.relationships.discard-button": "Odrzuć", + "item.edit.relationships.edit.buttons.add": "Dodaj", + "item.edit.relationships.edit.buttons.remove": "Usuń", + "item.edit.relationships.edit.buttons.undo": "Cofnij zmiany", + "item.edit.relationships.no-relationships": "Brak relacji", + "item.edit.relationships.notifications.discarded.content": "Twoje zmiany zostały cofnięte. Aby przywrócić zmiany wybierz przycisk 'Cofnij'", + "item.edit.relationships.notifications.discarded.title": "Zmiany zostały cofnięte", + "item.edit.relationships.notifications.failed.title": "Wystąpił błąd podczas edytowania relacji", + "item.edit.relationships.notifications.outdated.content": "Ta pozycja została właśnie zmieniona przez innego użytkownika. Twoje zmiany zostały cofnięte, aby uniknąć konfliktów", + "item.edit.relationships.notifications.outdated.title": "Zmiany są nieaktualne", + "item.edit.relationships.notifications.saved.content": "Twoje zmiany w relacjach tej pozycji zostały zapisane.", + "item.edit.relationships.notifications.saved.title": "Relacje zostały zapisane", + "item.edit.relationships.reinstate-button": "Cofnij", + "item.edit.relationships.save-button": "Zapisz", + "item.edit.relationships.no-entity-type": "Dodaj metadaną 'dspace.entity.type', aby umożliwić dodawanie relacji do pozycji", + "item.edit.return": "Cofnij", + "item.edit.tabs.bitstreams.head": "Pliki", + "item.edit.tabs.bitstreams.title": "Edycja pozycji - pliki", + "item.edit.tabs.curate.head": "Administruj", + "item.edit.tabs.curate.title": "Edytowanie pozycji - administruj", + "item.edit.tabs.metadata.head": "Metadane", + "item.edit.tabs.metadata.title": "Edycja pozycji - metadane", + "item.edit.tabs.relationships.head": "Relacje", + "item.edit.tabs.relationships.title": "Edycja pozycja - relacje", + "item.edit.tabs.status.buttons.authorizations.button": "Dostępy...", + "item.edit.tabs.status.buttons.authorizations.label": "Określu dostęp do pozycji", + "item.edit.tabs.status.buttons.delete.button": "Usuń permanentnie", + "item.edit.tabs.status.buttons.delete.label": "Usuń pozycję permanentnie", + "item.edit.tabs.status.buttons.mappedCollections.button": "Zmapowane kolekcje", + "item.edit.tabs.status.buttons.mappedCollections.label": "Zarządzaj mapowanymi kolekcjami", + "item.edit.tabs.status.buttons.move.button": "Przenieś...", + "item.edit.tabs.status.buttons.move.label": "Przenieś pozycję do innej kolekcji", + "item.edit.tabs.status.buttons.private.button": "Ukryj...", + "item.edit.tabs.status.buttons.private.label": "Ukry pozycję", + "item.edit.tabs.status.buttons.public.button": "Upublicznij...", + "item.edit.tabs.status.buttons.public.label": "Upublicznij pozycję", + "item.edit.tabs.status.buttons.reinstate.button": "Przywróć...", + "item.edit.tabs.status.buttons.reinstate.label": "Przywróć pozycję", + "item.edit.tabs.status.buttons.unauthorized": "You're not authorized to perform this action", + "item.edit.tabs.status.buttons.withdraw.button": "Wycofaj...", + "item.edit.tabs.status.buttons.withdraw.label": "Wycofaj z repozytorium", + "item.edit.tabs.status.description": "Witamy na stronie zarządzania pozycjami. Z tego miejsca możesz wycofać, przywrócić, przenieść lub usunąć daną pozycję. Możesz również aktualizować lub dodawać nowe metadane lub pliki..", + "item.edit.tabs.status.head": "Status", + "item.edit.tabs.status.labels.handle": "Identyfikator", + "item.edit.tabs.status.labels.id": "ID pozycji", + "item.edit.tabs.status.labels.itemPage": "Strona pozycji", + "item.edit.tabs.status.labels.lastModified": "Ostatnia modyfikacja", + "item.edit.tabs.status.title": "Edycja pozycji - Status", + "item.edit.tabs.versionhistory.head": "Historia wersji", + "item.edit.tabs.versionhistory.title": "Edycja pozycji - historia wersji", + "item.edit.tabs.versionhistory.under-construction": "Edytowanie lub dodawanie nowych wersji jest niedostępne w tego poziomu interfejsu.", + "item.edit.tabs.view.head": "Widok pozycji", + "item.edit.tabs.view.title": "Edycja pozycji - widok", + "item.edit.withdraw.cancel": "Anuluj", + "item.edit.withdraw.confirm": "Wycofaj", + "item.edit.withdraw.description": "Czy na pewno chcesz wycofać pozycję?", + "item.edit.withdraw.error": "Wystąpił błąd podczas wycofywania pozycji", + "item.edit.withdraw.header": "Wycofaj pozycję: {{ id }}", + "item.edit.withdraw.success": "Pozycja została wycofana", + "item.listelement.badge": "Pozycja", + "item.page.description": "Opis", + "item.page.journal-issn": "ISSN czasopisma", + "item.page.journal-title": "Tytuł czasopisma", + "item.page.publisher": "Wydawca", + "item.page.titleprefix": "Pozycja: ", + "item.page.volume-title": "Tytuł tomu", + "item.search.results.head": "Wyniki wyszukiwania pozycji", + "item.search.title": "Wyszukiwanie pozycji", + "item.page.abstract": "Abstrakt", + "item.page.author": "Autorzy", + "item.page.citation": "Cytowanie", + "item.page.collections": "Kolekcje", + "item.page.collections.loading": "Ładowanie...", + "item.page.collections.load-more": "Załaduj więcej", + "item.page.date": "Data", + "item.page.edit": "Edytuj pozycję", + "item.page.files": "Pliki", + "item.page.filesection.description": "Opis:", + "item.page.filesection.download": "Pobierz", + "item.page.filesection.format": "Format:", + "item.page.filesection.name": "Nazwa:", + "item.page.filesection.size": "Rozmiar:", + "item.page.journal.search.title": "Artykuły w czasopiśmie", + "item.page.link.full": "Zobacz szczegóły", + "item.page.link.simple": "Uproszczony widok", + "item.page.person.search.title": "Artykuły tego autora", + "item.page.related-items.view-more": "Pokaż o {{ amount }} więcej", + "item.page.related-items.view-less": "Ukryj {{ amount }}", + "item.page.relationships.isAuthorOfPublication": "Publikacje", + "item.page.relationships.isJournalOfPublication": "Publikacje", + "item.page.relationships.isOrgUnitOfPerson": "Autorzy", + "item.page.relationships.isOrgUnitOfProject": "Projekty naukowe", + "item.page.subject": "Słowa kluczowe", + "item.page.uri": "URI", + "item.page.bitstreams.view-more": "Pokaż więcej", + "item.page.bitstreams.collapse": "Pokaż mniej", + "item.page.filesection.original.bundle": "Oryginalne pliki", + "item.page.filesection.license.bundle": "Licencja", + "item.page.return": "Powrót", + "item.page.version.create": "Utwórz nową wersję", + "item.page.version.hasDraft": "Nowa wersja nie może zostać utworzona, ponieważ istnieje już oczekujące na akceptację zgłoszenie dokumentu tego pliku", + "item.preview.dc.identifier.doi": "DOI", + "item.preview.dc.relation.ispartof": "Czasopismo lub seria", + "item.preview.dc.identifier.isbn": "ISBN", + "item.preview.dc.identifier.uri": "Identyfikator:", + "item.preview.dc.contributor.author": "Autorzy:", + "item.preview.dc.date.issued": "Data publikacji:", + "item.preview.dc.description.abstract": "Abstrakt:", + "item.preview.dc.identifier.other": "Inny identyfikator:", + "item.preview.dc.language.iso": "Język:", + "item.preview.dc.title": "Tytuł:", + "item.preview.dc.title.alternative": "Tytuł alternatywny", + "item.preview.dc.type": "Typ:", + "item.preview.dc.identifier": "Identyfikator:", + "item.preview.dc.relation.issn": "ISSN", + "item.preview.oaire.citation.issue": "Numer wydania", + "item.preview.oaire.citation.volume": "Numer tomu", + "item.preview.person.familyName": "Nazwisko:", + "item.preview.person.givenName": "Nazwa:", + "item.preview.person.identifier.orcid": "ORCID:", + "item.preview.project.funder.name": "Fundator:", + "item.preview.project.funder.identifier": "Identyfikator fundatora:", + "item.preview.oaire.awardNumber": "ID finansowania:", + "item.preview.dc.coverage.spatial": "Jurysdykcja:", + "item.preview.oaire.fundingStream": "Źródło finansowania:", + "item.select.confirm": "Potwierdź zaznaczone", + "item.select.empty": "Brak pozycji do wyświetlenia", + "item.select.table.author": "Autor", + "item.select.table.collection": "Kolekcja", + "item.select.table.title": "Tytuł", + "item.version.history.empty": "Jeszcze nie ma innych wersji tej pozycji.", + "item.version.history.head": "Poprzednie wersje", + "item.version.history.return": "Powrót", + "item.version.history.selected": "Wybrane wersje", + "item.version.history.selected.alert": "W tym momencie wyświetlono wersję {{version}} pozycji.", + "item.version.history.table.version": "Wersja", + "item.version.history.table.item": "Pozycja", + "item.version.history.table.editor": "Redaktor", + "item.version.history.table.date": "Data", + "item.version.history.table.summary": "Podsumowanie", + "item.version.history.table.workspaceItem": "Wersja robocza", + "item.version.history.table.workflowItem": "Pozycja workflow", + "item.version.history.table.actions": "Akcja", + "item.version.history.table.action.editWorkspaceItem": "Edytuj wersję roboczą pozycji", + "item.version.history.table.action.editSummary": "Edytuj podsumowanie", + "item.version.history.table.action.saveSummary": "Zapisz edycje podsumowania", + "item.version.history.table.action.discardSummary": "Odrzuć edycje podsumowania", + "item.version.history.table.action.newVersion": "Utwórz nową wersję z tej wersji", + "item.version.history.table.action.deleteVersion": "Wersja usunięta", + "item.version.history.table.action.hasDraft": "Nowa wersja nie może zostać utworzona, ponieważ istnieje już oczekujące na akceptację zgłoszenie dokumentu tego pliku", + "item.version.notice": "To nie jest najnowsza wersja tej pozycji. Najnowsza wersja jest dostępna tutaj.", + "item.version.create.modal.header": "Nowa wersja", + "item.version.create.modal.text": "Utwórz nową wersję tej pozycji", + "item.version.create.modal.text.startingFrom": "zaczynając od wersji {{version}}", + "item.version.create.modal.button.confirm": "Utwórz", + "item.version.create.modal.button.confirm.tooltip": "Utwórz nową wersję", + "item.version.create.modal.button.cancel": "Anuluj", + "item.version.create.modal.button.cancel.tooltip": "Nie stwarzaj nowej wersji", + "item.version.create.modal.form.summary.label": "Podsumowanie", + "item.version.create.modal.form.summary.placeholder": "Wprowadź podsumowanie nowej wersji", + "item.version.create.notification.success": "Nowa wersja została utworzona z numerem {{version}}", + "item.version.create.notification.failure": "Nowa wersja nie została utworzona", + "item.version.create.notification.inProgress": "Nowa wersja nie może być utworzona, ponieważ propozycja innej wersji jest już złożona do zaakceptowania", + "item.version.delete.modal.header": "Usuń wersję", + "item.version.delete.modal.text": "Czy chcesz usunąć wersję {{version}}?", + "item.version.delete.modal.button.confirm": "Usuń", + "item.version.delete.modal.button.confirm.tooltip": "Usuń wersję", + "item.version.delete.modal.button.cancel": "Anuluj", + "item.version.delete.modal.button.cancel.tooltip": "Nie usuwaj tej wersji", + "item.version.delete.notification.success": "Wersja {{version}} została usunięta", + "item.version.delete.notification.failure": "Wersja {{version}} nie została usunięta", + "item.version.edit.notification.success": "Podsumowanie wersji {{version}} zostało zmienione", + "item.version.edit.notification.failure": "Podsumowanie wersji {{version}} nie zostało zmienione", + "journal.listelement.badge": "Czasopismo", + "journal.page.description": "Opis", + "journal.page.edit": "Edytuj tę pozycję", + "journal.page.editor": "Redaktor naczelny", + "journal.page.issn": "ISSN", + "journal.page.publisher": "Wydawca", + "journal.page.titleprefix": "Czasopismo: ", + "journal.search.results.head": "Wyniki wyszukiwania czasopism", + "journal.search.title": "Wyszukiwanie czasopism", + "journalissue.listelement.badge": "Numer czasopisma", + "journalissue.page.description": "Opis", + "journalissue.page.edit": "Edytuj pozycję", + "journalissue.page.issuedate": "Data wydania", + "journalissue.page.journal-issn": "ISSN czasopisma", + "journalissue.page.journal-title": "Tytuł czasopisma", + "journalissue.page.keyword": "Słowa kluczowe", + "journalissue.page.number": "Numer", + "journalissue.page.titleprefix": "Wydanie czasopisma: ", + "journalvolume.listelement.badge": "Numer tomu czasopisma", + "journalvolume.page.description": "Opis", + "journalvolume.page.edit": "Edytuj pozycję", + "journalvolume.page.issuedate": "Data wydania", + "journalvolume.page.titleprefix": "Numer tomu czasopisma: ", + "journalvolume.page.volume": "Numer wydania", + "iiifsearchable.listelement.badge": "Multimedia dokumentu", + "iiifsearchable.page.titleprefix": "Dokument: ", + "iiifsearchable.page.doi": "Stały link: ", + "iiifsearchable.page.issue": "Wydanie: ", + "iiifsearchable.page.description": "Opis: ", + "iiifviewer.fullscreen.notice": "Wyświetl na pełnym ekranie dla lepszego widoku.", + "iiif.listelement.badge": "Multimedia obrazu", + "iiif.page.titleprefix": "Obraz: ", + "iiif.page.doi": "Stały link: ", + "iiif.page.issue": "Numer wydania: ", + "iiif.page.description": "Opis: ", + "loading.bitstream": "Ładowanie pliku...", + "loading.bitstreams": "Ładowanie plików...", + "loading.browse-by": "Ładowanie pozycji...", + "loading.browse-by-page": "Ładowanie strony...", + "loading.collection": "Ładowanie kolekcji...", + "loading.collections": "Ładowanie kolekcji...", + "loading.content-source": "Ładowanie źródła treści...", + "loading.community": "Ładowanie zbioru...", + "loading.default": "Ładowanie...", + "loading.item": "Ładowanie pozycji...", + "loading.items": "Ładowanie pozycji...", + "loading.mydspace-results": "Ładowanie pozycji...", + "loading.objects": "Ładowanie...", + "loading.recent-submissions": "Ładowanie ostatnich zgłoszeń...", + "loading.search-results": "Ładowanie wyników wyszukiwania...", + "loading.sub-collections": "Ładowanie podkolekcji...", + "loading.sub-communities": "Ładowanie podzbioru...", + "loading.top-level-communities": "Ładowanie zbioru wyszego szczebla...", + "login.form.email": "Adres e-mail", + "login.form.forgot-password": "Nie pamiętasz hasła?", + "login.form.header": "Zaloguj się do DSpace", + "login.form.new-user": "Nie masz konta? Zarejestruj się.", + "login.form.or-divider": "lub", + "login.form.orcid": "Zaloguj za pomocą ORCID", + "login.form.oidc": "Zaloguj za pomocą OIDC", + "login.form.password": "Hasło", + "login.form.shibboleth": "Zaloguj za pomocą Shibboleth", + "login.form.submit": "Zaloguj się", + "login.title": "Zaloguj", + "login.breadcrumbs": "Zaloguj", + "logout.form.header": "Wyloguj się z DSpace", + "logout.form.submit": "Wyloguj się", + "logout.title": "Wylogowywanie", + "menu.header.admin": "Panel administracyjny", + "menu.header.image.logo": "Logo repozytorium", + "menu.header.admin.description": "Menu administratora", + "menu.section.access_control": "Uprawnienia", + "menu.section.access_control_authorizations": "Dostępy", + "menu.section.access_control_groups": "Grupy", + "menu.section.access_control_people": "Użytkownicy", + "menu.section.admin_search": "Wyszukiwanie administracyjne", + "menu.section.browse_community": "Ten zbiór", + "menu.section.browse_community_by_author": "Wg autorów", + "menu.section.browse_community_by_issue_date": "Wg daty wydania", + "menu.section.browse_community_by_title": "Wg tytułów", + "menu.section.browse_global": "Wszystko na DSpace", + "menu.section.browse_global_by_author": "Wg autorów", + "menu.section.browse_global_by_dateissued": "Wg daty wydania", + "menu.section.browse_global_by_subject": "Wg tematu", + "menu.section.browse_global_by_title": "Wg tytułu", + "menu.section.browse_global_communities_and_collections": "Zbiory i kolekcje", + "menu.section.control_panel": "Panel sterowania", + "menu.section.curation_task": "Zadanie administracyjne", + "menu.section.edit": "Edytuj", + "menu.section.edit_collection": "Kolekcja", + "menu.section.edit_community": "Zbiór", + "menu.section.edit_item": "Pozycja", + "menu.section.export": "Eksport", + "menu.section.export_collection": "Kolekcja", + "menu.section.export_community": "Zbiór", + "menu.section.export_item": "Pozycja", + "menu.section.export_metadata": "Metadane", + "menu.section.icon.access_control": "Sekcja menu Uprawnienia", + "menu.section.icon.admin_search": "Sekcja menu Wyszukiwanie administracyjne", + "menu.section.icon.control_panel": "Sekcja menu Panel sterowania", + "menu.section.icon.curation_tasks": "Sekcja menu Zadanie administracyjne", + "menu.section.icon.edit": "Sekcja menu Edycja", + "menu.section.icon.export": "Sekcja menu Eksport", + "menu.section.icon.find": "Sekcja menu Wyszukiwanie", + "menu.section.icon.import": "Sekcja menu Import", + "menu.section.icon.new": "Sekcja menu Dodaj", + "menu.section.icon.pin": "Przypnij boczny pasek", + "menu.section.icon.processes": "Sekcja menu Procesy", + "menu.section.icon.registries": "Sekcja menu Rejestry", + "menu.section.icon.statistics_task": "Sekcja menu Zadanie statystyczne", + "menu.section.icon.workflow": "Sekcja menu Zarządzanie workflow", + "menu.section.icon.unpin": "Odepnij boczny pasek", + "menu.section.import": "Import", + "menu.section.import_batch": "Import masowy (ZIP)", + "menu.section.import_metadata": "Metadane", + "menu.section.new": "Dodaj", + "menu.section.new_collection": "Kolekcja", + "menu.section.new_community": "Zbiór", + "menu.section.new_item": "Pozycja", + "menu.section.new_item_version": "Wersja pozycji", + "menu.section.new_process": "Proces", + "menu.section.pin": "Przypnij pasek boczny", + "menu.section.unpin": "Odepnij pasek boczny", + "menu.section.processes": "Procesy", + "menu.section.registries": "Rejestry", + "menu.section.registries_format": "Formaty", + "menu.section.registries_metadata": "Metadane", + "menu.section.statistics": "Statystyki", + "menu.section.statistics_task": "Zadanie statystyczne", + "menu.section.toggle.access_control": "Przełącz sekcję Uprawnienia", + "menu.section.toggle.control_panel": "Przełącz sekcję Panel sterowania", + "menu.section.toggle.curation_task": "Przełącz sekcję Zadanie kuratora", + "menu.section.toggle.edit": "Przełącz sekcję Edytuj", + "menu.section.toggle.export": "Przełącz sekcję Eksport", + "menu.section.toggle.find": "Przełącz sekcję Wyszukiwanie", + "menu.section.toggle.import": "Przełącz sekcję Import", + "menu.section.toggle.new": "Przełącz nową sekcję", + "menu.section.toggle.registries": "Przełącz sekcję Rejestry", + "menu.section.toggle.statistics_task": "Przełącz sekcję Zadanie statystyczne", + "menu.section.workflow": "Zarządzaj Workflow", + "mydspace.breadcrumbs": "Mój DSpace", + "mydspace.description": "", + "mydspace.messages.controller-help": "Wybierz tę opcję, aby przesłać wiadomość do zgłaszającego.", + "mydspace.messages.description-placeholder": "Wpisz swoją wiadomość tutaj...", + "mydspace.messages.hide-msg": "Ukryj wiadomość", + "mydspace.messages.mark-as-read": "Oznacz jako przeczytane", + "mydspace.messages.mark-as-unread": "Oznacz jako nieprzeczytane", + "mydspace.messages.no-content": "Brak treści.", + "mydspace.messages.no-messages": "Brak wiadomości.", + "mydspace.messages.send-btn": "Wysłano", + "mydspace.messages.show-msg": "Pokaż wiadomość", + "mydspace.messages.subject-placeholder": "Temat...", + "mydspace.messages.submitter-help": "Wybierz tę opcję, aby przesłać wiadomość do osoby kontrolującej.", + "mydspace.messages.title": "Wiadomości", + "mydspace.messages.to": "Do", + "mydspace.new-submission": "Nowe zgłoszenie", + "mydspace.new-submission-external": "Import medatanych z zewnętrznego źródła", + "mydspace.new-submission-external-short": "Import metadanych", + "mydspace.results.head": "Twoje zadania", + "mydspace.results.no-abstract": "Brak abstraktu", + "mydspace.results.no-authors": "Brak autorów", + "mydspace.results.no-collections": "Brak kolekcji", + "mydspace.results.no-date": "Brak daty", + "mydspace.results.no-files": "Brak plików", + "mydspace.results.no-results": "Brak pozycji do wyświetlenia", + "mydspace.results.no-title": "Brak tytułu", + "mydspace.results.no-uri": "Brak Uri", + "mydspace.search-form.placeholder": "Wyszukaj w mydspace...", + "mydspace.show.workflow": "Wszystkie zadania", + "mydspace.show.workspace": "Twoje zadania", + "mydspace.status.archived": "Zarchiwizowano", + "mydspace.status.validation": "Walidacja", + "mydspace.status.waiting-for-controller": "Oczekiwanie na redaktora", + "mydspace.status.workflow": "Workflow", + "mydspace.status.workspace": "Wersja robocza", + "mydspace.title": "Mój DSpace", + "mydspace.upload.upload-failed": "Bład podczas tworzenia nowej wersji roboczej. Sprawdź poprawność plików i spróbuj ponownie.", + "mydspace.upload.upload-failed-manyentries": "Plik jest niemożliwy do przetworzenia. Wykryto wiele wejść, a dopuszczalne jest tylko jedno dla jednego pliku.", + "mydspace.upload.upload-failed-moreonefile": "Zapytanie niemożliwe do przetworzenia. Tylko jeden plik jest dopuszczalny.", + "mydspace.upload.upload-multiple-successful": "Utworzono {{qty}} przestrzeni roboczych.", + "mydspace.view-btn": "Widok", + "nav.browse.header": "Cały DSpace", + "nav.community-browse.header": "Wg zbiorów", + "nav.language": "Zmień język", + "nav.login": "Zaloguj", + "nav.logout": "Menu profilu użytkownika i wylogowywanie", + "nav.main.description": "Główny pasek nawigacji", + "nav.mydspace": "Mój DSpace", + "nav.profile": "Profil", + "nav.search": "Wyszukiwanie", + "nav.statistics.header": "Statystyki", + "nav.stop-impersonating": "Przestań impersonifikować użytkownika", + "nav.toggle": "Przełącz nawigację", + "nav.user.description": "Pasek profilu użytkownika", + "none.listelement.badge": "Pozycja", + "person.listelement.badge": "Osoba", + "person.listelement.no-title": "Nie znaleziono imienia", + "person.page.birthdate": "Data urodzenia", + "person.page.edit": "Edytuj pozycję", + "person.page.email": "Adres e-mail", + "person.page.firstname": "Imię", + "person.page.jobtitle": "Stanowisko", + "person.page.lastname": "Nazwisko", + "person.page.link.full": "Pokaż wszystkie metadane", + "person.page.orcid": "ORCID", + "person.page.orcid.create": "Utwórz ORCID ID", + "person.page.orcid.granted-authorizations": "Udzielone dostępy", + "person.page.orcid.grant-authorizations": "Udziel dostępu", + "person.page.orcid.link": "Połącz z ORCID ID", + "person.page.orcid.orcid-not-linked-message": "ORCID iD tego profilu ({{ orcid }}) nie jest połączony z bazą ORCID lub połączenie wygasło.", + "person.page.orcid.unlink": "Odepnij z ORCID", + "person.page.orcid.unlink.processing": "Procesowanie...", + "person.page.orcid.missing-authorizations": "Brak dostępów", + "person.page.orcid.missing-authorizations-message": "Brakuj następujących dostępów:", + "person.page.orcid.no-missing-authorizations-message": "Świetnie! To miejsce jest puste, co oznacza, że masz dostęp do wszystkich uprawnień, które są dostępne w Twojej instytucji.", + "person.page.orcid.no-orcid-message": "Brak przypisanego ORCID iD. Poprez wybranie przycisku poniżej możesz powiązać ten profil wraz z kontem ORCID.", + "person.page.orcid.profile-preferences": "Preferencje profilu", + "person.page.orcid.funding-preferences": "Preferencje finansowania", + "person.page.orcid.publications-preferences": "Preferencje publikacji", + "person.page.orcid.remove-orcid-message": "Jeśli chcesz usunąć Twój ORCID, skontaktuj się z administratorem repozytorium", + "person.page.orcid.save.preference.changes": "Aktualizuj ustawienia", + "person.page.orcid.sync-profile.affiliation": "Afiliacja", + "person.page.orcid.sync-profile.biographical": "Biografia", + "person.page.orcid.sync-profile.education": "Edukacja", + "person.page.orcid.sync-profile.identifiers": "Identyfikatory", + "person.page.orcid.sync-fundings.all": "Wszystkie źrodła finansowania", + "person.page.orcid.sync-fundings.mine": "Moje źrodła finansowania", + "person.page.orcid.sync-fundings.my_selected": "Wybrane źródła finansowania", + "person.page.orcid.sync-fundings.disabled": "Nieaktywne", + "person.page.orcid.sync-publications.all": "Wszystkie publikacje", + "person.page.orcid.sync-publications.mine": "Moje publikacje", + "person.page.orcid.sync-publications.my_selected": "Wybrane publikacje", + "person.page.orcid.sync-publications.disabled": "Nieaktywne", + "person.page.orcid.sync-queue.discard": "Odrzuć zmianę i nie synchronizuj z ORCID", + "person.page.orcid.sync-queue.discard.error": "Rekord kolejki ORCID nie został odrzucony", + "person.page.orcid.sync-queue.discard.success": "Rekord kolejki ORCID został odrzucony", + "person.page.orcid.sync-queue.empty-message": "Rejestr kolejki w ORCID jest pusty", + "person.page.orcid.sync-queue.description.affiliation": "Afiliacje", + "person.page.orcid.sync-queue.description.country": "Kraj", + "person.page.orcid.sync-queue.description.education": "Edukacja", + "person.page.orcid.sync-queue.description.external_ids": "Zewnętrzne identyfikatory", + "person.page.orcid.sync-queue.description.other_names": "Inne imiona", + "person.page.orcid.sync-queue.description.qualification": "Kwalifikacje", + "person.page.orcid.sync-queue.description.researcher_urls": "URL naukowca", + "person.page.orcid.sync-queue.description.keywords": "Słowa kluczowe", + "person.page.orcid.sync-queue.tooltip.insert": "Dodaj nowy wpis w rejestrze ORCID", + "person.page.orcid.sync-queue.tooltip.update": "Aktualizuj ten wpis w rejestrze ORCID", + "person.page.orcid.sync-queue.tooltip.delete": "Usuń ten wpis z rejestru ORCID", + "person.page.orcid.sync-queue.tooltip.publication": "Publikacja", + "person.page.orcid.sync-queue.tooltip.affiliation": "Afiliacja", + "person.page.orcid.sync-queue.tooltip.education": "Edukacja", + "person.page.orcid.sync-queue.tooltip.qualification": "Kwalifikacje", + "person.page.orcid.sync-queue.tooltip.other_names": "Inna nazwa", + "person.page.orcid.sync-queue.tooltip.country": "Kraj", + "person.page.orcid.sync-queue.tooltip.keywords": "Słowa kluczowe", + "person.page.orcid.sync-queue.tooltip.external_ids": "Zewnętrzny identyfikator", + "person.page.orcid.sync-queue.tooltip.researcher_urls": "URL naukowca", + "person.page.orcid.sync-queue.send": "Synchronizuj z rejestrem ORCID", + "person.page.orcid.sync-queue.send.unauthorized-error.title": "Wysłanie zgłoszenia do ORCID nieudane z powodu braku uprawnień.", + "person.page.orcid.sync-queue.send.unauthorized-error.content": "Wybierz here, aby wystąpić o niezbędne uprawnienia. Jeśli problem wciąż występuje, skontaktuj się z administratorem", + "person.page.orcid.sync-queue.send.bad-request-error": "Wysłanie zgłoszenia do ORCID nie powiodło się ponieważ źródła wysłane do rejestru ORCID nie jest poprawne", + "person.page.orcid.sync-queue.send.error": "Wysłanie zgłoszenia do ORCID nie powiodło się", + "person.page.orcid.sync-queue.send.conflict-error": "Zgłoszenie do ORCID nie powiodło się, ponieważ ta pozycja jest już dodana do rejestru ORCID", + "person.page.orcid.sync-queue.send.not-found-warning": "Pozycja nie istnieje już w rejestrze ORCID.", + "person.page.orcid.sync-queue.send.success": "Zgłoszenie do ORCID zostało zakończone pomyślnie", + "person.page.orcid.sync-queue.send.validation-error": "Dane, które chcesz zsynchronizować z ORCID nie są poprawne", + "person.page.orcid.sync-queue.send.validation-error.amount-currency.required": "Waluta jest wymagana", + "person.page.orcid.sync-queue.send.validation-error.external-id.required": "Aby wysłać pozycję, należy podać przynajmniej jeden identyfikator", + "person.page.orcid.sync-queue.send.validation-error.title.required": "Tytuł jest wymagany", + "person.page.orcid.sync-queue.send.validation-error.type.required": "Typ jest wymagany", + "person.page.orcid.sync-queue.send.validation-error.start-date.required": "Data początkowa jest wymagana", + "person.page.orcid.sync-queue.send.validation-error.funder.required": "Instytucja finansująca jest wymagana", + "person.page.orcid.sync-queue.send.validation-error.organization.required": "Instytucja jest wymagana", + "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Nazwa instytucji jest wymagana", + "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "Aby wysłać instytucję, należy podać adres", + "person.page.orcid.sync-queue.send.validation-error.organization.city-required": "Aby wysłać adres, należy podać miasto", + "person.page.orcid.sync-queue.send.validation-error.organization.country-required": "Aby wysłać adres, należy podać kraj", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.required": "Wymagany jest identyfikator umożliwiający rozróżnienie instytucji. Obsługiwane identyfikatory to GRID, Ringgold, kod LEI oraz identyfikatory z rejestru instytucji finansujących Crossref.", + "person.page.orcid.sync-queue.send.validation-error.disambiguated-organization.value-required": "Należy uzupełnić wartość w identyfikatorze instytucji", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.required": "Należy uzupełnić źródło w identyfikatorze instytucji", + "person.page.orcid.sync-queue.send.validation-error.disambiguation-source.invalid": "Źródło jednego z identyfikatorów organizcji jest niepoprawne. Wspierane źródła to RINGGOLD, GRID, LEI and FUNDREF", + "person.page.orcid.synchronization-mode": "Tryb synchronizacji", + "person.page.orcid.synchronization-mode.batch": "Wsad", + "person.page.orcid.synchronization-mode.label": "Tryb synchronizacji", + "person.page.orcid.synchronization-mode-message": "Włącz tryb 'Manual' synchronizacja, aby wyłaczyć tryb synchronizacji wsadowej, wtedy dane do rejestru ORCID będą musiały zostać wysłane ręcznie", + "person.page.orcid.synchronization-settings-update.success": "Opcje synchronizacji zostały zaktualizowane", + "person.page.orcid.synchronization-settings-update.error": "Opcje synchronizacji nie zostały zaktualizowane", + "person.page.orcid.synchronization-mode.manual": "Ręczna", + "person.page.orcid.scope.authenticate": "Uzyskaj swój ORCID iD", + "person.page.orcid.scope.read-limited": "Przeczytaj informacje o ustawieniach widoczności z firmami trzeciami", + "person.page.orcid.scope.activities-update": "Dodaj/aktualizuj swoje aktywności naukowe", + "person.page.orcid.scope.person-update": "Dodaj/aktualizuj inne informacje o Tobie", + "person.page.orcid.unlink.success": "Odłączenie Twojego profilu od rejestru ORCID powiodło się", + "person.page.orcid.unlink.error": "Wystąpił błąd podczas odłączania Twojego profilu od rejestru ORCID. Spróbuj ponownie", + "person.page.staffid": "ID pracownika", + "person.page.titleprefix": "Osoba: ", + "person.search.results.head": "Wyniki wyszukiwania użytkowników", + "person.search.title": "Wyniki wyszukiwania użytkowników", + "process.new.select-parameters": "Parametry", + "process.new.cancel": "Anuluj", + "process.new.submit": "Zapisz", + "process.new.select-script": "Skrypt", + "process.new.select-script.placeholder": "Wybierz skrypt...", + "process.new.select-script.required": "Skrypt jest wymagany", + "process.new.parameter.file.upload-button": "Wybierz plik...", + "process.new.parameter.file.required": "Proszę wybrać plik", + "process.new.parameter.string.required": "Wartość parametru jest wymagana", + "process.new.parameter.type.value": "wartość", + "process.new.parameter.type.file": "plik", + "process.new.parameter.required.missing": "Te parametry są wymagane, ale nie zostały uzupełnione:", + "process.new.notification.success.title": "Udało się", + "process.new.notification.success.content": "Udało się stworzyć proces", + "process.new.notification.error.title": "Błąd", + "process.new.notification.error.content": "Wystąpił błąd podczas tworzenia procesu", + "process.new.header": "Utwórz nowy proces", + "process.new.title": "Utwórz nowy proces", + "process.new.breadcrumbs": "Utwórz nowy proces", + "process.detail.arguments": "Argumenty", + "process.detail.arguments.empty": "Do tego procesu nie zostały przypisane żadne argumenty", + "process.detail.back": "Cofnij", + "process.detail.output": "Dane wyjściowe procesu", + "process.detail.logs.button": "Odzyskaj dane wyjściowe procesu", + "process.detail.logs.loading": "Odzyskiwanie", + "process.detail.logs.none": "Ten proces nie ma danych wyjściowych", + "process.detail.output-files": "Pliki", + "process.detail.output-files.empty": "Ten proces nie ma żadnych plików danych wyjściowych", + "process.detail.script": "Skrypt", + "process.detail.title": "Proces: {{ id }} - {{ name }}", + "process.detail.start-time": "Czas rozpoczęcia procesu", + "process.detail.end-time": "Czas zakończenia procesu", + "process.detail.status": "Status", + "process.detail.create": "Stwórz podobny proces", + "process.overview.table.finish": "Czas zakończenia (UTC)", + "process.overview.table.id": "Identyfikator procesu", + "process.overview.table.name": "Nazwa", + "process.overview.table.start": "Czas rozpoczęcia (UTC)", + "process.overview.table.status": "Status", + "process.overview.table.user": "Użytkownik", + "process.overview.title": "Przegląd procesów", + "process.overview.breadcrumbs": "Przegląd procesów", + "process.overview.new": "Nowy", + "profile.breadcrumbs": "Zaktualizuj profil", + "profile.card.identify": "Dane", + "profile.card.security": "Bezpieczeństwo", + "profile.form.submit": "Zaktualizuj profil", + "profile.groups.head": "Posiadane uprawnienia do kolekcji", + "profile.head": "Zaktualizuj profil", + "profile.metadata.form.error.firstname.required": "Imię jest wymagane", + "profile.metadata.form.error.lastname.required": "Nazwisko jest wymagane", + "profile.metadata.form.label.email": "Adres e-mail", + "profile.metadata.form.label.firstname": "Imię", + "profile.metadata.form.label.language": "Język", + "profile.metadata.form.label.lastname": "Nazwisko", + "profile.metadata.form.label.phone": "Telefon kontaktowy", + "profile.metadata.form.notifications.success.content": "Zmiany w profilu zostały zapisane.", + "profile.metadata.form.notifications.success.title": "Profil zapisany", + "profile.notifications.warning.no-changes.content": "Nie dokonano żadnych zmian w profilu.", + "profile.notifications.warning.no-changes.title": "Brak zmian", + "profile.security.form.error.matching-passwords": "Hasła nie są identyczne.", + "profile.security.form.info": "Możesz wprowadzić nowe hasło w polu poniżej i zatwierdzić poprzez ponowne wpisanie. Hasło musi mieć przynajmniej 6 znaków.", + "profile.security.form.label.password": "Hasło", + "profile.security.form.label.passwordrepeat": "Potwierdź hasło", + "profile.security.form.notifications.success.content": "Twoje zmiany w haśle zostały zapisane.", + "profile.security.form.notifications.success.title": "Hasło zapisane", + "profile.security.form.notifications.error.title": "Błąd podczas próby zmiany hasła", + "profile.security.form.notifications.error.not-same": "Hasła nie są identyczne.", + "profile.title": "Zaktualizuj profil", + "profile.card.researcher": "Profil naukowca", + "project.listelement.badge": "Projekt badawczy", + "project.page.contributor": "Autorzy", + "project.page.description": "Opis", + "project.page.edit": "Edytuj pozycję", + "project.page.expectedcompletion": "Spodziewany termin zakończenia", + "project.page.funder": "Instytucje finansujące", + "project.page.id": "ID", + "project.page.keyword": "Słowa kluczowe", + "project.page.status": "Status", + "project.page.titleprefix": "Projekt badawczy: ", + "project.search.results.head": "Wyniki wyszukiwania projektów", + "publication.listelement.badge": "Publikacja", + "publication.page.description": "Opis", + "publication.page.edit": "Edytuj pozycję", + "publication.page.journal-issn": "ISSN czasopisma", + "publication.page.journal-title": "Tytuł czasopisma", + "publication.page.publisher": "Wydawca", + "publication.page.titleprefix": "Publikacja: ", + "publication.page.volume-title": "Tytuł tomu", + "publication.search.results.head": "Wyniki wyszukiwania publikacji", + "publication.search.title": "Wyszukiwanie publikacji", + "media-viewer.next": "Nowy", + "media-viewer.previous": "Poprzedni", + "media-viewer.playlist": "Playlista", + "register-email.title": "Rejestracja nowego użytkownika", + "register-page.create-profile.header": "Stwórz profil", + "register-page.create-profile.identification.header": "Dane", + "register-page.create-profile.identification.email": "Adres e-mail", + "register-page.create-profile.identification.first-name": "Imię *", + "register-page.create-profile.identification.first-name.error": "Wpisz imię", + "register-page.create-profile.identification.last-name": "Nazwisko *", + "register-page.create-profile.identification.last-name.error": "Wpisz nazwisko", + "register-page.create-profile.identification.contact": "Telefon kontaktowy", + "register-page.create-profile.identification.language": "Język", + "register-page.create-profile.security.header": "Bezpieczeństwo", + "register-page.create-profile.security.info": "Wprowadź nowe hasło w polu poniżej i zatwierdź poprzez ponowne wpisanie w drugim polu. Hasło musi mieć przynajmniej 6 znaków.", + "register-page.create-profile.security.label.password": "Hasło *", + "register-page.create-profile.security.label.passwordrepeat": "Potwierdź hasło *", + "register-page.create-profile.security.error.empty-password": "Wprowadź hasło w polu poniżej.", + "register-page.create-profile.security.error.matching-passwords": "Hasła nie są identyczne.", + "register-page.create-profile.submit": "Rejestracja zakończona", + "register-page.create-profile.submit.error.content": "Coś się nie udało podczas rejestracji nowego użytkownika.", + "register-page.create-profile.submit.error.head": "Rejestracja nie powiodła się", + "register-page.create-profile.submit.success.content": "Rejestracja powiodła się. Zalogowano jako stworzony użytkownik.", + "register-page.create-profile.submit.success.head": "Rejestracja zakończona", + "register-page.registration.header": "Rejestracja nowego użytkownika", + "register-page.registration.info": "Zarejestruj się, aby otrzymywać wiadomości o nowych pozycjach w obserowanych kolekcjach, a także przesyłać nowe pozycje do repozytorium.", + "register-page.registration.email": "Adres e-mail *", + "register-page.registration.email.error.required": "Wypełnij adres e-mail", + "register-page.registration.email.error.pattern": "Wypełnij poprawny adres e-mail", + "register-page.registration.email.hint": "Ten adres e-mail będzie zweryfikowany i będziesz go używać jako swój login.", + "register-page.registration.submit": "Zarejestruj się", + "register-page.registration.success.head": "Wiadomość weryfikacyjna zostałą wysłana", + "register-page.registration.success.content": "Wiadomość została wysłana na adres e-mail {{ email }}. Zawiera ona unikatowy link i dalsze instrukcje postępowania.", + "register-page.registration.error.head": "Błąd podczas próby rejestracji adresu e-mail", + "register-page.registration.error.content": "Błąd podczas próby rejestracji adresu e-mail: {{ email }}", + "relationships.add.error.relationship-type.content": "Nie znaleziono dopasowania dla typu relacji {{ type }} pomiędzy dwoma pozycjami", + "relationships.add.error.server.content": "Błąd serwera", + "relationships.add.error.title": "Nie można dodać relacji", + "relationships.isAuthorOf": "Autorzy", + "relationships.isAuthorOf.Person": "Autorzy (osoby)", + "relationships.isAuthorOf.OrgUnit": "Autorzy (jednostki organizacyjne)", + "relationships.isIssueOf": "Numery czasopisma", + "relationships.isJournalIssueOf": "Numer czasopisma", + "relationships.isJournalOf": "Czasopisma", + "relationships.isOrgUnitOf": "Jednostki organizacyjne", + "relationships.isPersonOf": "Autorzy", + "relationships.isProjectOf": "Projekty badawcze", + "relationships.isPublicationOf": "Publikacje", + "relationships.isPublicationOfJournalIssue": "Artykuły", + "relationships.isSingleJournalOf": "Czasopismo", + "relationships.isSingleVolumeOf": "Tom czasopisma", + "relationships.isVolumeOf": "Tomy czasopisma", + "relationships.isContributorOf": "Autorzy", + "relationships.isContributorOf.OrgUnit": "Autor (Jednostka organizacyjna)", + "relationships.isContributorOf.Person": "Autor", + "relationships.isFundingAgencyOf.OrgUnit": "Instytucja finansująca", + "repository.image.logo": "Logo repozytorium", + "repository.title.prefix": "DSpace Angular :: ", + "researcher.profile.action.processing": "Procesowanie...", + "researcher.profile.associated": "Przypisanie profilu badacza", + "researcher.profile.create.new": "Utwórz nowy", + "researcher.profile.create.success": "Profil badacza został utworzony", + "researcher.profile.create.fail": "Wystąpił błąd poczas tworzenia profilu badacza.", + "researcher.profile.delete": "Usuń", + "researcher.profile.expose": "Ujawnij", + "researcher.profile.hide": "Ukryj", + "researcher.profile.not.associated": "Profil badacza nie został jeszcze przypisany", + "researcher.profile.view": "Widok", + "researcher.profile.private.visibility": "PRYWATNY", + "researcher.profile.public.visibility": "PUBLICZNY", + "researcher.profile.status": "Status:", + "researcherprofile.claim.not-authorized": "Nie masz uprawnień, aby wystąpić o tę pozycję. Aby otrzymać więcej szczegółów, skontaktuj się z administratorami.", + "researcherprofile.error.claim.body": "Wystąpił błąd podczas wystąpienia z prośbą o przypisanie profilu. Spróbuj ponownie później.", + "researcherprofile.error.claim.title": "Błąd", + "researcherprofile.success.claim.body": "Wystąpienie z prośbą o przypisanie profilu udane", + "researcherprofile.success.claim.title": "Sukces", + "repository.title.prefixDSpace": "DSpace Angular ::", + "resource-policies.add.button": "Dodaj", + "resource-policies.add.for.": "Dodaj nową politykę", + "resource-policies.add.for.bitstream": "Dodaj nową politykę dla plików", + "resource-policies.add.for.bundle": "Dodaj nową politykę paczek", + "resource-policies.add.for.item": "Dodaj nową politykę pozycji", + "resource-policies.add.for.community": "Dodaj nową politykę zbioru", + "resource-policies.add.for.collection": "Dodaj nową politykę kolekcji", + "resource-policies.create.page.heading": "Utwórz nową politykę zasobu dla ", + "resource-policies.create.page.failure.content": "Wystąpił błąd podczas dodawania polityki zasobów.", + "resource-policies.create.page.success.content": "Działanie powiodło się", + "resource-policies.create.page.title": "Utwórz nową politykę zasobu", + "resource-policies.delete.btn": "Usuń zaznaczone", + "resource-policies.delete.btn.title": "Usuń zaznaczone polityki zasobów", + "resource-policies.delete.failure.content": "Wystąpił błąd podczas usuwania wybranych polityk zasobów.", + "resource-policies.delete.success.content": "Działanie powiodło się", + "resource-policies.edit.page.heading": "Edytuj politykę zasobu ", + "resource-policies.edit.page.failure.content": "Wystąpił błąd poczas edytowania polityki zasobu.", + "resource-policies.edit.page.success.content": "Działanie udało się", + "resource-policies.edit.page.title": "Edytuj politykę zasobu", + "resource-policies.form.action-type.label": "Wybierz ten typ akcji", + "resource-policies.form.action-type.required": "Musisz wybrać akcję polityki zasobu.", + "resource-policies.form.eperson-group-list.label": "Użytkownik lub grupa, która otrzyma uprawnienia.", + "resource-policies.form.eperson-group-list.select.btn": "Wybierz", + "resource-policies.form.eperson-group-list.tab.eperson": "Wyszukaj użytkownika", + "resource-policies.form.eperson-group-list.tab.group": "Wyszukaj grupę", + "resource-policies.form.eperson-group-list.table.headers.action": "Akcja", + "resource-policies.form.eperson-group-list.table.headers.id": "ID", + "resource-policies.form.eperson-group-list.table.headers.name": "Nazwa", + "resource-policies.form.date.end.label": "Data zakończenia", + "resource-policies.form.date.start.label": "Data rozpoczęcia", + "resource-policies.form.description.label": "Opis", + "resource-policies.form.name.label": "Nazwa", + "resource-policies.form.policy-type.label": "Wybierz typ polityki", + "resource-policies.form.policy-type.required": "Musisz wybrać typ polityki zasobu.", + "resource-policies.table.headers.action": "Akcja", + "resource-policies.table.headers.date.end": "Data zakończenia", + "resource-policies.table.headers.date.start": "Data rozpoczęcia", + "resource-policies.table.headers.edit": "Edytuj", + "resource-policies.table.headers.edit.group": "Edytuj grupę", + "resource-policies.table.headers.edit.policy": "Edytuj politykę", + "resource-policies.table.headers.eperson": "Użytkownik", + "resource-policies.table.headers.group": "Grupa", + "resource-policies.table.headers.id": "ID", + "resource-policies.table.headers.name": "Nazwa", + "resource-policies.table.headers.policyType": "typ", + "resource-policies.table.headers.title.for.bitstream": "Polityki dla plików", + "resource-policies.table.headers.title.for.bundle": "Polityki dla paczek", + "resource-policies.table.headers.title.for.item": "Polityki dla pozycji", + "resource-policies.table.headers.title.for.community": "Polityki dla zbioru", + "resource-policies.table.headers.title.for.collection": "Polityki dla kolekcji", + "search.description": "", + "search.switch-configuration.title": "Pokaż", + "search.title": "Szukaj", + "search.breadcrumbs": "Szukaj", + "search.search-form.placeholder": "Szukaj w repozytorium...", + "search.filters.applied.f.author": "Autor", + "search.filters.applied.f.dateIssued.max": "Data zakończenia", + "search.filters.applied.f.dateIssued.min": "Data rozpoczęcia", + "search.filters.applied.f.dateSubmitted": "Data zgłoszenia", + "search.filters.applied.f.discoverable": "Ukryty", + "search.filters.applied.f.entityType": "Typ pozycji", + "search.filters.applied.f.has_content_in_original_bundle": "Ma przypisane pliki", + "search.filters.applied.f.itemtype": "Typ", + "search.filters.applied.f.namedresourcetype": "Status", + "search.filters.applied.f.subject": "Temat", + "search.filters.applied.f.submitter": "Zgłaszający", + "search.filters.applied.f.jobTitle": "Stanowisko", + "search.filters.applied.f.birthDate.max": "Data zakończenia tworzenia", + "search.filters.applied.f.birthDate.min": "Data rozpoczęcia tworzenia", + "search.filters.applied.f.withdrawn": "Wycofane", + "search.filters.filter.author.head": "Autor", + "search.filters.filter.author.placeholder": "Autor", + "search.filters.filter.author.label": "Wyszukaj autora", + "search.filters.filter.birthDate.head": "Data urodzenia", + "search.filters.filter.birthDate.placeholder": "Data urodzenia", + "search.filters.filter.birthDate.label": "Wyszukaj datę urodzenia", + "search.filters.filter.collapse": "Ukryj filtr", + "search.filters.filter.creativeDatePublished.head": "Data opublikowania", + "search.filters.filter.creativeDatePublished.placeholder": "Data opublikowania", + "search.filters.filter.creativeDatePublished.label": "Wyszukaj datę opublikowania", + "search.filters.filter.creativeWorkEditor.head": "Redaktor", + "search.filters.filter.creativeWorkEditor.placeholder": "Redaktor", + "search.filters.filter.creativeWorkEditor.label": "Wyszukaj redaktora", + "search.filters.filter.creativeWorkKeywords.head": "Słowo kluczowe", + "search.filters.filter.creativeWorkKeywords.placeholder": "Słowo kluczowe", + "search.filters.filter.creativeWorkKeywords.label": "Wyszukaj temat", + "search.filters.filter.creativeWorkPublisher.head": "Wydawca", + "search.filters.filter.creativeWorkPublisher.placeholder": "Wydawca", + "search.filters.filter.creativeWorkPublisher.label": "Wyszukaj wydawcę", + "search.filters.filter.dateIssued.head": "Data", + "search.filters.filter.dateIssued.max.placeholder": "Data maksymalna", + "search.filters.filter.dateIssued.max.label": "Koniec", + "search.filters.filter.dateIssued.min.placeholder": "Data minimalna", + "search.filters.filter.dateIssued.min.label": "Start", + "search.filters.filter.dateSubmitted.head": "Data zgłoszenia", + "search.filters.filter.dateSubmitted.placeholder": "Data zgłoszenia", + "search.filters.filter.dateSubmitted.label": "Wyszukaj datę zgłoszenia", + "search.filters.filter.discoverable.head": "Ukryty", + "search.filters.filter.withdrawn.head": "Wycofane", + "search.filters.filter.entityType.head": "Typ pozycji", + "search.filters.filter.entityType.placeholder": "Typ pozycji", + "search.filters.filter.entityType.label": "Wyszukaj typ pozycji", + "search.filters.filter.expand": "Rozwiń filtr", + "search.filters.filter.has_content_in_original_bundle.head": "Ma przypisane pliki", + "search.filters.filter.itemtype.head": "Typ", + "search.filters.filter.itemtype.placeholder": "Typ", + "search.filters.filter.itemtype.label": "Wyszukaj typ", + "search.filters.filter.jobTitle.head": "Stanowisko", + "search.filters.filter.jobTitle.placeholder": "Stanowisko", + "search.filters.filter.jobTitle.label": "Wyszukaj stanowisko", + "search.filters.filter.knowsLanguage.head": "Znajomość języka", + "search.filters.filter.knowsLanguage.placeholder": "Znajomość języka", + "search.filters.filter.knowsLanguage.label": "Wyszukaj wg znajomości języka", + "search.filters.filter.namedresourcetype.head": "Status", + "search.filters.filter.namedresourcetype.placeholder": "Status", + "search.filters.filter.namedresourcetype.label": "Wyszukaj status", + "search.filters.filter.objectpeople.head": "Osoby", + "search.filters.filter.objectpeople.placeholder": "Osoby", + "search.filters.filter.objectpeople.label": "Wyszukaj użytkowników", + "search.filters.filter.organizationAddressCountry.head": "Kraj", + "search.filters.filter.organizationAddressCountry.placeholder": "Kraj", + "search.filters.filter.organizationAddressCountry.label": "Wyszukaj kraj", + "search.filters.filter.organizationAddressLocality.head": "Miasto", + "search.filters.filter.organizationAddressLocality.placeholder": "Miasto", + "search.filters.filter.organizationAddressLocality.label": "Wyszukaj miasto", + "search.filters.filter.organizationFoundingDate.head": "Data założenia", + "search.filters.filter.organizationFoundingDate.placeholder": "Data założenia", + "search.filters.filter.organizationFoundingDate.label": "Wyszukaj datę założenia", + "search.filters.filter.scope.head": "Zakres", + "search.filters.filter.scope.placeholder": "Filtr zakresu", + "search.filters.filter.scope.label": "Wyszukaj filtr zakresu", + "search.filters.filter.show-less": "Pokaż mniej", + "search.filters.filter.show-more": "Pokaż więcej", + "search.filters.filter.subject.head": "Temat", + "search.filters.filter.subject.placeholder": "Temat", + "search.filters.filter.subject.label": "Wyszukaj temat", + "search.filters.filter.submitter.head": "Zgłaszający", + "search.filters.filter.submitter.placeholder": "Zgłaszający", + "search.filters.filter.submitter.label": "Wyszukaj zgłaszającego", + "search.filters.entityType.JournalIssue": "Numer czasopisma", + "search.filters.entityType.JournalVolume": "Tom czasopisma", + "search.filters.entityType.OrgUnit": "Jednostka organizacyjna", + "search.filters.has_content_in_original_bundle.true": "Tak", + "search.filters.has_content_in_original_bundle.false": "Nie", + "search.filters.discoverable.true": "Nie", + "search.filters.discoverable.false": "Tak", + "search.filters.withdrawn.true": "Tak", + "search.filters.withdrawn.false": "Nie", + "search.filters.head": "Filtry", + "search.filters.reset": "Resetuj filtry", + "search.filters.search.submit": "Zastosuj", + "search.form.search": "Wyszukaj", + "search.form.search_dspace": "W repozytorium", + "search.form.scope.all": "W całym DSpace", + "search.results.head": "Wyniki wyszukiwania", + "default.search.results.head": "Wyniki wyszukiwania", + "search.results.no-results": "Twoj wyszukiwanie nie zwróciło żadnych rezultatów. Masz problem ze znalezieniem tego czego szukasz? Spróbuj użyć", + "search.results.no-results-link": "fraz podobnych do Twojego wyszukiwania", + "search.results.empty": "Twoje wyszukiwanie nie zwróciło żadnych rezultatów.", + "search.sidebar.close": "Wróć do wyników wyszukiwania", + "search.sidebar.filters.title": "Filtry", + "search.sidebar.open": "Narzędzia wyszukiwania", + "search.sidebar.results": "wyniki", + "search.sidebar.settings.rpp": "Wyników na stronie", + "search.sidebar.settings.sort-by": "Sortuj według", + "search.sidebar.settings.title": "Ustawienia", + "search.view-switch.show-detail": "Wyświetl widok szczegółowy", + "search.view-switch.show-grid": "Wyświetl jako siatkę", + "search.view-switch.show-list": "Wyświetl jako listę", + "sorting.ASC": "Rosnąco", + "sorting.DESC": "Malejąco", + "sorting.dc.title.ASC": "Tytułami rosnąco", + "sorting.dc.title.DESC": "Tytułami malejąco", + "sorting.score.ASC": "Najmniej trafne", + "sorting.score.DESC": "Najbardziej trafne", + "sorting.dc.date.issued.ASC": "Data wydania rosnąco", + "sorting.dc.date.issued.DESC": "Data wydania malejąco", + "sorting.dc.date.accessioned.ASC": "Data dostępu rosnąco", + "sorting.dc.date.accessioned.DESC": "Data dostępu malejąco", + "sorting.lastModified.ASC": "Ostatnia modyfikacja rosnąco", + "sorting.lastModified.DESC": "Ostatnia modyfikacja malejąco", + "statistics.title": "Statystyki", + "statistics.header": "Statystyki dla {{ scope }}", + "statistics.breadcrumbs": "Statystyki", + "statistics.page.no-data": "Brak dostępnych danych", + "statistics.table.no-data": "Brak dostępnych danych", + "statistics.table.header.views": "Wyświetlenia", + "submission.edit.breadcrumbs": "Edytuj zgłoszenie", + "submission.edit.title": "Edytuj zgłoszenie", + "submission.general.cancel": "Anuluj", + "submission.general.cannot_submit": "Nie masz uprawnień, aby utworzyć nowe zgłoszenie.", + "submission.general.deposit": "Deponuj", + "submission.general.discard.confirm.cancel": "Anuluj", + "submission.general.discard.confirm.info": "Czy na pewno? To działanie nie może zostać cofnięte.", + "submission.general.discard.confirm.submit": "Tak, na pewno", + "submission.general.discard.confirm.title": "Odrzuć zgłoszenie", + "submission.general.discard.submit": "Odrzuć", + "submission.general.info.saved": "Zapisane", + "submission.general.info.pending-changes": "Niezapisane zmiany", + "submission.general.save": "Zapisz", + "submission.general.save-later": "Zapisz wersję roboczą", + "submission.import-external.page.title": "Importuj metdane z zewnętrznego źródła", + "submission.import-external.title": "Importuj metadane z zewnętrznego źródła", + "submission.import-external.title.Journal": "Importuj czasopismo z zewnętrznego źródła", + "submission.import-external.title.JournalIssue": "Importuj numer czasopisma z zewnętrznego źródła", + "submission.import-external.title.JournalVolume": "Importuj tom czasopisma z zewnętrznego źródła", + "submission.import-external.title.OrgUnit": "Importuj wydawcę z zewnętrznego źródła", + "submission.import-external.title.Person": "Importuj osobę z zewnętrznego źródła", + "submission.import-external.title.Project": "Importuj projekt z zewnętrznego źródła", + "submission.import-external.title.Publication": "Importuj publikację z zewnętrznego źródła", + "submission.import-external.title.none": "Importuj metadane z zewnętrznego źródła", + "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", + "submission.import-external.back-to-my-dspace": "Powrót do MyDSpace", + "submission.import-external.search.placeholder": "Wyszukaj zewnętrzne źródła danych", + "submission.import-external.search.button": "Szukaj", + "submission.import-external.search.button.hint": "Zacznij wpisywać frazę, aby wyszukać", + "submission.import-external.search.source.hint": "Wybierz zewnętrzne źródło", + "submission.import-external.source.ads": "NASA/ADS", + "submission.import-external.source.arxiv": "arXiv", + "submission.import-external.source.cinii": "CiNii", + "submission.import-external.source.crossref": "CrossRef", + "submission.import-external.source.loading": "ładowanie...", + "submission.import-external.source.sherpaJournal": "Czasopisma w SHERPA", + "submission.import-external.source.sherpaJournalIssn": "Czasopisma w SHERPA wg ISSN", + "submission.import-external.source.sherpaPublisher": "Wydawcy w SHERPA", + "submission.import-external.source.openAIREFunding": "Finansowanie OpenAIRE API", + "submission.import-external.source.orcid": "ORCID", + "submission.import-external.source.orcidWorks": "ORCID", + "submission.import-external.source.pubmed": "Pubmed", + "submission.import-external.source.pubmedeu": "Pubmed Europe", + "submission.import-external.source.lcname": "Nazwy Biblioteki Kongresu", + "submission.import-external.source.scielo": "SciELO", + "submission.import-external.source.scopus": "Scopus", + "submission.import-external.source.vufind": "VuFind", + "submission.import-external.source.wos": "Web Of Science", + "submission.import-external.source.epo": "Europejski Urząd Patentowy (EPO)", + "submission.import-external.preview.title.Journal": "Podgląd czasopisma", + "submission.import-external.preview.title.OrgUnit": "Podgląd organizacji", + "submission.import-external.preview.title.Person": "Podgląd osoby", + "submission.import-external.preview.title.Project": "Podgląd projektu", + "submission.import-external.preview.title.Publication": "Podgląd publikacji", + "submission.import-external.preview.subtitle": "Metadane poniżej zostały zaimportowane z zewnętrznego źródła. Niektóre pola zostaną uzupełnione automatycznie, kiedy rozpoczniesz zgłaszanie pozycji.", + "submission.import-external.preview.button.import": "Rozpocznij zgłoszenie", + "submission.import-external.preview.error.import.title": "Błąd zgłoszenia", + "submission.import-external.preview.error.import.body": "Wystąpił błąd podczas procesu importowania pozycji z zewnętrznego źródła.", + "submission.sections.describe.relationship-lookup.close": "Zamknij", + "submission.sections.describe.relationship-lookup.external-source.added": "Udało się dodać wpis do selekcji", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Importuj zdalnego autora", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Importuj zdalne czasopismo", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Importuj zdalny numer czasopisma", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Importuj zdalny tom czasopisma", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Projekt", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Nowy typ danych dodany!", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Projekt", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Finansowanie OpenAIRE API", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Importuj zdalnego autora", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Person": "Importuj zdalną osobę", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Product": "Importuj zdalny produkt", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Equipment": "Importuj zdalną aparaturę badawczą", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Event": "Importuj zdalne wydarzenie", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Funding": "Importuj zdalną instytucję finansującą", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.OrgUnit": "Importuj zdalnego wydawcę", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Patent": "Importuj zdalnie patent", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Project": "Importuj zdalnie projekt", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.Publication": "Importuj zdalnie publikację", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Udało się dodać autora do selekcji", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Udało się zaimportować i dodać zewnętrznego autora do selekcji", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Nadrzędność", + "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Importuj jako nową, lokalną, nadrzędną pozycję", + "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Anuluj", + "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Wybierz kolekcję do zaimportowania nowych pozycji", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Typ danych", + "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Importuj jako nowy lokalny typ danych", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importuj z LC Name", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importuj z ORCID", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importuj z Sherpa Journal", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importuj z Sherpa Publisher", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importuj z PubMed", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importuj z arXiv", + "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Importuj zdalne czasopismo", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Importuj zdalny numer czasopisma", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Udało się dodać lokalne czasopismo do zaznaczenia", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Udało się zaimportować i dodać czasopismo zewnętrzne do zaznaczenia", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Importuj zdalny numer czasopisma", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Udało się dodać lokalny numer czasopismo do zaznaczenia", + "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Udało się zaimportować i dodać zewnętrzny numer czasopisma do zaznaczenia", + "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Wybierz lokalne powiązanie:", + "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Odznacz wszystko", + "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Odznacz stronę", + "submission.sections.describe.relationship-lookup.search-tab.loading": "Ładowanie...", + "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Wyszukaj zapytanie", + "submission.sections.describe.relationship-lookup.search-tab.search": "Zastosuj", + "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Wyszukaj...", + "submission.sections.describe.relationship-lookup.search-tab.select-all": "Zaznacz wszystko", + "submission.sections.describe.relationship-lookup.search-tab.select-page": "Zaznacz stronę", + "submission.sections.describe.relationship-lookup.selected": "Zaznacz {{ size }} pozycji", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Autorzy lokalni ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Czasopisma lokalne ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Projekty lokalne ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Publikacje lokalne ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Autorzy lokalni ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Lokalne jednostki organizacyjne ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Lokalne paczki danych ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Lokalne pliki danych ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Lokalne czasopisma ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Lokalne numery czasopism ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Lokalne numery czasopism ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokalne tomy czasopism ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Lokalne tomy czasopism ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Wyszukaj instytucje finansujące", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Wyszukaj finansowanie", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Wyszukaj jednostki organizacyjne", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Finansowanie OpenAIRE API", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projekty", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Instytucja finansująca projekt", + "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Finansowanie OpenAIRE API", + "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Projekt", + "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projekty", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Instytucja finansująca projekt", + "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Wyszukaj...", + "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Aktualne zaznaczenie ({{ count }})", + "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Numery czasopisma", + "submission.sections.describe.relationship-lookup.title.JournalIssue": "Numery czasopisma", + "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Tomy czasopisma", + "submission.sections.describe.relationship-lookup.title.JournalVolume": "Tomy czasopisma", + "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Czasopisma", + "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Autorzy", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Instytucja finansująca", + "submission.sections.describe.relationship-lookup.title.Project": "Projekty", + "submission.sections.describe.relationship-lookup.title.Publication": "Publikacje", + "submission.sections.describe.relationship-lookup.title.Person": "Autorzy", + "submission.sections.describe.relationship-lookup.title.OrgUnit": "Jednostki organizacyjne", + "submission.sections.describe.relationship-lookup.title.DataPackage": "Paczki danych", + "submission.sections.describe.relationship-lookup.title.DataFile": "Pliki danych", + "submission.sections.describe.relationship-lookup.title.Funding Agency": "Instytucja finansująca", + "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Finansowanie", + "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Nadrzędna jednostka organizacyjna", + "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Przełącz na listę rozwijaną", + "submission.sections.describe.relationship-lookup.selection-tab.settings": "Ustawienia", + "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Twoje zaznaczenie jest puste.", + "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Wybrani autorzy", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Wybrane czasopisma", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Wybrane tomy czasopisma", + "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Wybrane projekty", + "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Wybrane publikacje", + "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Wybrani autorzy", + "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Wybrane jednostki organizacyjne", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Wybrane pakiety danych", + "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Wybrane pliki danych", + "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Wybrane czasopisma", + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Wybrany numer wydania", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Wybrany tom czasopisma", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Wybrane instytucje finansujące", + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Wybrane finansowanie", + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Wybrany numer wydania", + "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Wybrana jednostka organizacyjna", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.crossref": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.epo": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.scopus": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.scielo": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title.wos": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.selection-tab.title": "Wyniki wyszukiwania", + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Czy chcesz zapisać \"{{ value }}\" jako wariant imienia dla tego użytkownika, aby Ty lub inni użytkownicy mogli używać tego wariantu w przyszłych zgłoszeniach?. Jeśli nie, nadal możesz użyć tego wariantu w tym zgłoszeniu.", + "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Zapisz nowy wariant imienia", + "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Użyj tylko w tym zgłoszeniu", + "submission.sections.ccLicense.type": "Typ licencji", + "submission.sections.ccLicense.select": "Wybierz typ licencji…", + "submission.sections.ccLicense.change": "Zmień typ licencji…", + "submission.sections.ccLicense.none": "Brak dostępnych licencji", + "submission.sections.ccLicense.option.select": "Wybierz opcję…", + "submission.sections.ccLicense.link": "Wybrano licencję:", + "submission.sections.ccLicense.confirmation": "Udzielam powyższej licencji", + "submission.sections.general.add-more": "Dodaj więcej", + "submission.sections.general.collection": "Kolekcja", + "submission.sections.general.deposit_error_notice": "Wystąpił błąd podczas zgłaszania pozycji. Spróbuj ponownie później.", + "submission.sections.general.deposit_success_notice": "Udało się wprowadzić pozycję.", + "submission.sections.general.discard_error_notice": "Wystąpił błąd podczas odrzucania pozycji. Spróbuj ponownie później.", + "submission.sections.general.discard_success_notice": "Udało się odrzucić pozycję.", + "submission.sections.general.metadata-extracted": "Nowe metadane zostany rozpakowane i dodane do sekcji {{sectionId}}.", + "submission.sections.general.metadata-extracted-new-section": "Nowa sekcja {{sectionId}} została dodana do zgłoszenia.", + "submission.sections.general.no-collection": "Nie znaleziono kolekcji", + "submission.sections.general.no-sections": "Opcje niedostępne", + "submission.sections.general.save_error_notice": "Wystąpił błąd podczas zapisywania numeru. Spróbuj ponownie później. Po odświeżeniu strony niezapisane zmiany mogą zostać utracone.", + "submission.sections.general.save_success_notice": "Udało się zapisać zgłoszenie.", + "submission.sections.general.search-collection": "Szukaj kolekcji", + "submission.sections.general.sections_not_valid": "Niektóre sekcje są niekompletne.", + "submission.sections.submit.progressbar.CClicense": "Licencja Creative Commons", + "submission.sections.submit.progressbar.describe.recycle": "Odzyskaj", + "submission.sections.submit.progressbar.describe.stepcustom": "Opisz", + "submission.sections.submit.progressbar.describe.stepone": "Opisz", + "submission.sections.submit.progressbar.describe.steptwo": "Opisz", + "submission.sections.submit.progressbar.detect-duplicate": "Potencjalne duplikaty", + "submission.sections.submit.progressbar.license": "Zdeponuj licencję", + "submission.sections.submit.progressbar.upload": "Prześlij pliki", + "submission.sections.status.errors.title": "Błędy", + "submission.sections.status.valid.title": "Poprawność", + "submission.sections.status.warnings.title": "Ostrzeżenia", + "submission.sections.status.errors.aria": "ma błędy", + "submission.sections.status.valid.aria": "jest poprawne", + "submission.sections.status.warnings.aria": "ma ostrzeżenia", + "submission.sections.toggle.open": "Otwórz sekcję", + "submission.sections.toggle.close": "Zamknij sekcję", + "submission.sections.toggle.aria.open": "Rozwiń sekcję {{sectionHeader}}", + "submission.sections.toggle.aria.close": "Zwiń sekcję {{sectionHeader}}", + "submission.sections.upload.delete.confirm.cancel": "Anuluj", + "submission.sections.upload.delete.confirm.info": "Czy na pewno? To działanie nie może zostać cofnięte.", + "submission.sections.upload.delete.confirm.submit": "Tak, na pewno", + "submission.sections.upload.delete.confirm.title": "Usuń plik", + "submission.sections.upload.delete.submit": "Usuń", + "submission.sections.upload.download.title": "Pobierz plik", + "submission.sections.upload.drop-message": "Upuść pliki, aby załączyć je do tej pozycji", + "submission.sections.upload.edit.title": "Edytuj plik", + "submission.sections.upload.form.access-condition-label": "Typ dostępu", + "submission.sections.upload.form.date-required": "Data jest wymagana.", + "submission.sections.upload.form.date-required-from": "Data przyznania dostępu od jest wymagana.", + "submission.sections.upload.form.date-required-until": "Data przyznania dostępu do jest wymagana.", + "submission.sections.upload.form.from-label": "Pozwól na dostęp od", + "submission.sections.upload.form.from-placeholder": "Od", + "submission.sections.upload.form.group-label": "Grupa", + "submission.sections.upload.form.group-required": "Grupa jest wymagana", + "submission.sections.upload.form.until-label": "Pozwól na dostęp do", + "submission.sections.upload.form.until-placeholder": "Do", + "submission.sections.upload.header.policy.default.nolist": "Pliki wgrane do kolekcji {{collectionName}} będą dostępne dla poniższych grup:", + "submission.sections.upload.header.policy.default.withlist": "Zwróć uwagę na to, że pliki w kolekcji {{collectionName}} będą dostępne dla poniższych grup, z wyjątkiem tych, które zostały wyłączone z dostępu:", + "submission.sections.upload.info": "Tutaj znajdują się wszystkie pliki dodane w tym momencie do pozycji. Możesz zaktualizować metadane pliku i warunki dostępu lub przesłać dodatkowe pliki, przeciągając i opuszczając je gdziekolwiek na tej stronie", + "submission.sections.upload.no-entry": "Nie", + "submission.sections.upload.no-file-uploaded": "Pliki nie zostały jeszcze wgrane.", + "submission.sections.upload.save-metadata": "Zapisz metadane", + "submission.sections.upload.undo": "Anuluj", + "submission.sections.upload.upload-failed": "Przesyłanie nieudane", + "submission.sections.upload.upload-successful": "Przesyłanie udane", + "submission.submit.breadcrumbs": "Nowe zgłoszenie", + "submission.submit.title": "Nowe zgłoszenie", + "submission.workflow.generic.delete": "Usuń", + "submission.workflow.generic.delete-help": "Jeśli chcesz odrzucić tę pozycję, wybierz \"Delete\". Będzie wymagane potwierdzenie tej decyzji.", + "submission.workflow.generic.edit": "Edytuj", + "submission.workflow.generic.edit-help": "Wybierz tę opcję, aby zmienić metadane pozycji.", + "submission.workflow.generic.view": "Podgląd", + "submission.workflow.generic.view-help": "Wybierz tę opcję, aby wyświetlić metadane pozycji.", + "submission.workflow.tasks.claimed.approve": "Zatwierdź", + "submission.workflow.tasks.claimed.approve_help": "Jeśli ta pozycja ma zostać zatwierdzona i wprowadzona do kolekcji, wybierz \"Approve\".", + "submission.workflow.tasks.claimed.edit": "Edytuj", + "submission.workflow.tasks.claimed.edit_help": "Wybierz tę opcję, aby zmienić metadane pozycji.", + "submission.workflow.tasks.claimed.reject.reason.info": "Proszę wpisać powód odrzucenia zgłoszenia w poniższe pole, wskazując, czy zgłaszający może poprawić problem i ponownie przesłać zgłoszenie.", + "submission.workflow.tasks.claimed.reject.reason.placeholder": "Opisz powód odrzucenia zgłoszenia", + "submission.workflow.tasks.claimed.reject.reason.submit": "Odrzuć pozycję", + "submission.workflow.tasks.claimed.reject.reason.title": "Powód", + "submission.workflow.tasks.claimed.reject.submit": "Odrzuć", + "submission.workflow.tasks.claimed.reject_help": "Jeśli po przejrzeniu pozycji stwierdzono, że nie nadaje się ona do włączenia do kolekcji, wybierz opcję \"Reject\". Zostaniesz wtedy poproszony o określenie powodu odrzucenia, i wskazanie czy zgłaszający powinien wprowadzić zmiany i przesłać ponownie pozycję.", + "submission.workflow.tasks.claimed.return": "Cofnij do puli zadań", + "submission.workflow.tasks.claimed.return_help": "Cofnij zadanie do puli, aby inny użytkownik mógł się go podjąć.", + "submission.workflow.tasks.generic.error": "Podczas działania wystąpił błąd...", + "submission.workflow.tasks.generic.processing": "Procesowanie...", + "submission.workflow.tasks.generic.submitter": "Zgłaszający", + "submission.workflow.tasks.generic.success": "Udało się", + "submission.workflow.tasks.pool.claim": "Podejmij pracę", + "submission.workflow.tasks.pool.claim_help": "Przypisz to zadanie do siebie.", + "submission.workflow.tasks.pool.hide-detail": "Ukryj szczegóły", + "submission.workflow.tasks.pool.show-detail": "Pokaż szczegóły", + "thumbnail.default.alt": "Miniatura", + "thumbnail.default.placeholder": "Brak miniatury", + "thumbnail.project.alt": "Logo projektu", + "thumbnail.project.placeholder": "Obraz zastępczy projketu", + "thumbnail.orgunit.alt": "Logo jednostki organizacyjnej", + "thumbnail.orgunit.placeholder": "Obraz zastępczy jednostki organizacyjnej", + "thumbnail.person.alt": "Zdjęcie profilowe", + "thumbnail.person.placeholder": "Brak zdjęcia profilowego", + "title": "DSpace", + "vocabulary-treeview.header": "Widok drzewka", + "vocabulary-treeview.load-more": "Pokaż więcej", + "vocabulary-treeview.search.form.reset": "Resetuj", + "vocabulary-treeview.search.form.search": "Szukaj", + "vocabulary-treeview.search.no-result": "Brak pozycji do wyświetlenia", + "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", + "vocabulary-treeview.tree.description.srsc": "Kategorie tematów badań", + "uploader.browse": "wyszukaj na swoim urządzeniu", + "uploader.drag-message": "Przeciągnij i upuść pliki tutaj", + "uploader.delete.btn-title": "Usuń", + "uploader.or": ", lub ", + "uploader.processing": "Procesowanie", + "uploader.queue-length": "Długość kolejki", + "virtual-metadata.delete-item.info": "Wybierz typy, dla których chcesz zapisać wirtualne metadane jako rzeczywiste metadane", + "virtual-metadata.delete-item.modal-head": "Wirtualne metadane tego powiązania", + "virtual-metadata.delete-relationship.modal-head": "Wybierz pozycje, dla których chcesz zapisać wirtualne metadane jako rzeczywiste metadane", + "workflowAdmin.search.results.head": "Zarządzaj procesami", + "workflow-item.edit.breadcrumbs": "Edytuj pozycję procesu", + "workflow-item.edit.title": "Edytuj pozycję procesu", + "workflow-item.delete.notification.success.title": "Usunięte", + "workflow-item.delete.notification.success.content": "Ten element procesu został usunięty", + "workflow-item.delete.notification.error.title": "Coś poszło nie tak", + "workflow-item.delete.notification.error.content": "Ten element procesu nie mógł zostać usunięty", + "workflow-item.delete.title": "Usuń element procesu", + "workflow-item.delete.header": "Usuń element procesu", + "workflow-item.delete.button.cancel": "Anuluj", + "workflow-item.delete.button.confirm": "Usuń", + "workflow-item.send-back.notification.success.title": "SOdeślij do zgłaszającego", + "workflow-item.send-back.notification.success.content": "Ten element procesu został odesłany do zgłaszającego", + "workflow-item.send-back.notification.error.title": "Coś poszło nie tak", + "workflow-item.send-back.notification.error.content": "Ten element procesu nie mógł zostać odesłany do zgłaszającego", + "workflow-item.send-back.title": "Odeślij element procesu do zgłaszającego", + "workflow-item.send-back.header": "Odeślij element procesu do zgłaszającego", + "workflow-item.send-back.button.cancel": "Anuluj", + "workflow-item.send-back.button.confirm": "Odeślij", + "workflow-item.view.breadcrumbs": "Widok procesu", + "idle-modal.header": "Sesja wkrótce wygaśnie", + "idle-modal.info": "Ze względów bezpieczeństwa sesja wygaśnie po {{ timeToExpire }} minutach nieaktywności. Twoja sesja wkrótce wygaśnie. Czy chcesz ją przedłużyć albo wylogować się?", + "idle-modal.log-out": "Wyloguj", + "idle-modal.extend-session": "Wydłuż sesję", + "workspace.search.results.head": "Twoje zadania", + "orgunit.listelement.badge": "Jednostka organizacyjna", + "orgunit.page.city": "Miasto", + "orgunit.page.country": "Kraj", + "orgunit.page.dateestablished": "Data założenia", + "orgunit.page.description": "Opis", + "orgunit.page.edit": "Edytuj pozycję", + "orgunit.page.id": "ID", + "orgunit.page.titleprefix": "Jednostka organizacyjna: ", + "pagination.options.description": "Opcje strony", + "pagination.results-per-page": "Wyników na stronę", + "pagination.showing.detail": "{{ range }} z {{ total }}", + "pagination.showing.label": "Teraz wyświetlane ", + "pagination.sort-direction": "Opcje sortowania", + "cookies.consent.purpose.sharing": "Udostępnianie", + "item.preview.dc.identifier.issn": "ISSN", + "500.page-internal-server-error": "Usługa niedostępna", + "500.help": "Serwer jest tymczasowo niezdolny do obsługi Twojego żądania z powodu przestoju konserwacyjnego lub problemów z przepustowością. Prosimy spróbować ponownie później.", + "500.link.home-page": "Zabierz mnie na stronę główną", + "error-page.description.401": "brak autoryzacji", + "error-page.description.403": "brak dostępu", + "error-page.description.500": "usługa niedostępna", + "error-page.description.404": "nie znaleziono strony", + "error-page.orcid.generic-error": "Podczas logowania za pomocą ORCID wystąpił błąd. Upewnij się, że udostępniłeś DSpace adres e-mail swojego konta ORCID. Jeśli błąd nadal występuje, skontaktuj się z administratorem", + "access-status.embargo.listelement.badge": "Embargo", + "access-status.metadata.only.listelement.badge": "Tylko metadane", + "access-status.open.access.listelement.badge": "Open Access", + "access-status.restricted.listelement.badge": "Brak dostępu", + "access-status.unknown.listelement.badge": "Nieznane", + "admin.access-control.groups.table.edit.buttons.remove": "Usuń \"{{name}}\"", + "admin.metadata-import.page.validateOnly": "Tylko waliduj", + "admin.metadata-import.page.validateOnly.hint": "Po wybraniu tej opcji przesłany plik CSV zostanie poddany walidacji. Otrzymasz raport o wykrytych zmianach, ale żadne zmiany nie zostaną zapisane.", + "bitstream.edit.form.iiifLabel.label": "Etykieta canvyIIIF", + "bitstream.edit.form.iiifLabel.hint": "Etykieta dla tego obrazu. Jeśli nie została dostarczona, zostanie użyta domyślna etykieta.", + "bitstream.edit.form.iiifToc.label": "Spis treści IIIF", + "bitstream.edit.form.iiifToc.hint": "Dodanie tekstu tutaj zapoczątkuje nowy zakres spisu treści.", + "bitstream.edit.form.iiifWidth.label": "Szerokość canvy IIIF", + "bitstream.edit.form.iiifWidth.hint": "Szerokość canvy jest zwykle równa szerokości obrazu.", + "bitstream.edit.form.iiifHeight.label": "Wysokość canvy IIIF", + "bitstream.edit.form.iiifHeight.hint": "Wysokość canvy jest zwykle równa szerokości obrazu.", + "browse.back.all-results": "Wszystkie wyniki wyszukiwania", + "pagination.next.button": "Następny", + "pagination.previous.button": "Poprzedni", + "pagination.next.button.disabled.tooltip": "Brak więcej stron z wynikami wyszukiwania", + "browse.startsWith": ", zaczyna się od {{ startsWith }}", + "browse.title.page": "Przeszukiwanie {{ collection }} wg {{ field }} {{ value }}", + "collection.edit.item.authorizations.load-bundle-button": "Załaduj więcej paczek", + "collection.edit.item.authorizations.load-more-button": "Załaduj więcej", + "collection.edit.item.authorizations.show-bitstreams-button": "Pokaż polityki plików dla paczek", + "comcol-role.edit.create.error.title": "Nie udało się utworzyć grupy dla roli '{{ role }}'", + "curation.form.submit.error.invalid-handle": "Nie ustalono identyfikatora dla tego obiektu", + "confirmation-modal.delete-profile.header": "Usuń profil", + "confirmation-modal.delete-profile.info": "Czy na pewno chcesz usunąć profil", + "confirmation-modal.delete-profile.cancel": "Anuluj", + "confirmation-modal.delete-profile.confirm": "Usuń", + "error.invalid-search-query": "Zapytanie nie jest poprawne. Wejdź na Solr query syntax, aby dowiedzieć się o najlepszych praktykach i dodatkowych informacjach o tym błędzie.", + "feed.description": "Aktualności", + "footer.link.feedback": "Prześlij uwagi", + "form.group-collapse": "Zwiń", + "form.group-collapse-help": "Kliknij tutaj, aby zwinąć", + "form.group-expand": "Rozwiń", + "form.group-expand-help": "Kliknij tutaj, aby rozwinąć", + "form.other-information": { + + }, + "health.breadcrumbs": "Stan systemu", + "health-page.heading": "Stan systemu", + "health-page.info-tab": "Informacje", + "health-page.status-tab": "Status", + "health-page.error.msg": "Serwis stanu systemu jest tymczasowo niedostępny", + "health-page.property.status": "Kod statusu", + "health-page.section.db.title": "Baza danych", + "health-page.section.geoIp.title": "GeoIp", + "health-page.section.solrAuthorityCore.title": "Autentykacja", + "health-page.section.solrOaiCore.title": "OAI", + "health-page.section.solrSearchCore.title": "Wyszukiwarka", + "health-page.section.solrStatisticsCore.title": "Statystyki", + "health-page.section-info.app.title": "Backend aplikacji", + "health-page.section-info.java.title": "Java", + "health-page.status": "Status", + "health-page.status.ok.info": "operacyjny", + "health-page.status.error.info": "Wykryte problemy", + "health-page.status.warning.info": "Wykryte potencjalne problemy", + "health-page.title": "Stan systemu", + "health-page.section.no-issues": "Nie wykryto żadnych problemów", + "info.feedback.breadcrumbs": "Uwagi", + "info.feedback.head": "Uwagi", + "info.feedback.title": "Uwagi", + "info.feedback.info": "Dziękujemy za podzielenie się opinią na temat systemu DSpace. Doceniamy Twój wkład w lepsze działanie systemu!", + "info.feedback.email_help": "Ten adres zostanie użyty, aby przesłać odpowiedź na uwagi.", + "info.feedback.send": "Prześlij uwagi", + "info.feedback.comments": "Komentarz", + "info.feedback.email-label": "Twoj adres e-mail", + "info.feedback.create.success": "Uwagi przesłane!", + "info.feedback.error.email.required": "Poprawny adres e-mail jest wymagany", + "info.feedback.error.message.required": "Treść komentarza jest wymagana", + "info.feedback.page-label": "Strona", + "info.feedback.page_help": "Ta strona odnosi się do uwag.", + "item.orcid.return": "Powrót", + "item.truncatable-part.show-more": "Pokaż więcej", + "item.truncatable-part.show-less": "Pokaż mniej", + "item.page.orcid.title": "ORCID", + "item.page.orcid.tooltip": "Otwórz ustawienia ORCID", + "item.page.claim.button": "Podejmij pracę", + "item.page.claim.tooltip": "Podejmij pracę jako profil", + "item.version.create.modal.submitted.header": "Tworzenie nowej wersji...", + "item.version.create.modal.submitted.text": "Nowa wersja została utworzona. Mogło to trwać chwilę, jeśli pozycja ma wiele powiązań.", + "journal-relationships.search.results.head": "Wyniki wyszukiwania czasopism", + "menu.section.icon.health": "Sekcja menu Stan systemu", + "menu.section.health": "Stan systemu", + "metadata-export-search.tooltip": "Eksportuj wyniki wyszukiwania w formacie CSV", + "metadata-export-search.submit.success": "Eksport rozpoczął się", + "metadata-export-search.submit.error": "Eksport nie rozpoczął się", + "person.page.name": "Nazwa", + "person-relationships.search.results.head": "Wyniki wyszukiwania osób", + "profile.special.groups.head": "Autoryzacja do specjalnych grup, do których należysz", + "project-relationships.search.results.head": "Wyniki wyszukiwania projektów", + "publication-relationships.search.results.head": "Wyniki wyszukiwania publikacji", + "resource-policies.edit.page.target-failure.content": "Wystąpił błąd podczas edycji (użytkownika lub grupy) związany z polityką zasobu.", + "resource-policies.edit.page.other-failure.content": "Wystąpił błąd podczas edycji polityki zasobu. Użytkownik lub grupa zostały zaktualizowane pomyślnie.", + "resource-policies.form.eperson-group-list.modal.header": "Nie można zmienić typu", + "resource-policies.form.eperson-group-list.modal.text1.toGroup": "Nie można zastąpić użytkownika grupą.", + "resource-policies.form.eperson-group-list.modal.text1.toEPerson": "Nie można zastąpić grupy użytkownikiem.", + "resource-policies.form.eperson-group-list.modal.text2": "Usuń obecną polityke zasobu i stwórz nową o określonym typie.", + "resource-policies.form.eperson-group-list.modal.close": "Ok", + "search.results.view-result": "Widok", + "default-relationships.search.results.head": "Wyniki wyszukiwania", + "statistics.table.title.TotalVisits": "Wyświetlnia ogółem", + "statistics.table.title.TotalVisitsPerMonth": "Wyświetlenia w miesiącu", + "statistics.table.title.TotalDownloads": "Pobrania", + "statistics.table.title.TopCountries": "Wyświetlenia wg krajów", + "statistics.table.title.TopCities": "Wyświetlenia wg miast", + "submission.import-external.preview.title": "Podgląd pozycji", + "submission.import-external.preview.title.none": "Podgląd pozycji", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.none": "Import pozycji zdalnie", + "submission.sections.general.cannot_deposit": "Nie można zakończyć deponowania, ponieważ w formularzu wystąpiły błędy.
Aby zakończyć deponowanie, wypełnij wszystkie obowiązkowe pola.", + "submission.sections.submit.progressbar.accessCondition": "Warunki dostępu do pozycji", + "submission.sections.submit.progressbar.sherpapolicy": "Polityki Sherpa", + "submission.sections.submit.progressbar.sherpaPolicies": "Informacje o polityce open access wydawcy.", + "submission.sections.status.info.title": "Dodatkowe informacje", + "submission.sections.status.info.aria": "Dodatkowe informacje", + "submission.sections.upload.form.access-condition-hint": "Wybierz w jaki sposób pliki dla tej pozycji po jest zdeponowaniu będą mogły być udostępnione", + "submission.sections.upload.form.from-hint": "Wybierz datę, od której ma zostać zastosowany warunek dostępu", + "submission.sections.upload.form.until-hint": "Wybierz datę, do której ma zostać zastosowany warunek dostępu", + "submission.sections.accesses.form.discoverable-description": "Jeśli checkbox jest zaznaczony, pozycja będzie wyświetlana w wynikach wyszukiwania. Jeśli checkbox jest odznaczony, dostęp do pozycji będzie dostępny tylko przez bezpośredni link, pozycja nie będzie wyświetlana w wynikach wyszukiwania.", + "submission.sections.accesses.form.discoverable-label": "Niemożliwe do wyszukania", + "submission.sections.accesses.form.access-condition-label": "Typ warunku dostępu", + "submission.sections.accesses.form.access-condition-hint": "Wybierz warunek dostępu, aby przypisać go do pozycji, kiedy zostanie zdeponowany.", + "submission.sections.accesses.form.date-required": "Data jest wymagana.", + "submission.sections.accesses.form.date-required-from": "Początkowa data przyznania dostępu jest wymagana.", + "submission.sections.accesses.form.date-required-until": "Końcowa data przyznania dostępu jest wymagana.", + "submission.sections.accesses.form.from-label": "Udziel dostępu od", + "submission.sections.accesses.form.from-hint": "Wybierz datę, od kiedy zostanie przyznany dostęp do tej pozycji", + "submission.sections.accesses.form.from-placeholder": "Od", + "submission.sections.accesses.form.group-label": "Grupa", + "submission.sections.accesses.form.group-required": "Grupa jest wymagana.", + "submission.sections.accesses.form.until-label": "Udziel dostępu do", + "submission.sections.accesses.form.until-hint": "Wybierz datę, do kiedy zostanie przyznany dostęp do tej pozycji", + "submission.sections.accesses.form.until-placeholder": "Do", + "submission.sections.sherpa.publication.information": "Informacje o publikacji", + "submission.sections.sherpa.publication.information.title": "Tytuł", + "submission.sections.sherpa.publication.information.issns": "Numery ISSN", + "submission.sections.sherpa.publication.information.url": "URL", + "submission.sections.sherpa.publication.information.publishers": "Wydawca", + "submission.sections.sherpa.publication.information.romeoPub": "Wydawca Romeo", + "submission.sections.sherpa.publication.information.zetoPub": "Wydawca Zeto", + "submission.sections.sherpa.publisher.policy": "Polityka wydawnicza", + "submission.sections.sherpa.publisher.policy.description": "Poniższe informacje zostały znalezione za pośrednictwem Sherpa Romeo. W oparciu o politykę Twojego wydawcy, zawiera ona porady dotyczące tego, czy embargo może być konieczne i/lub jakie pliki możesz przesłać. Jeśli masz pytania, skontaktuj się z administratorem strony poprzez formularz.", + "submission.sections.sherpa.publisher.policy.openaccess": "Rodzaje Open Access dozwolone przez politykę wydawniczą tego czasopisma są wymienione poniżej. Kliknij na wybrany rodzaj, aby przejść do szczegółowego widoku", + "submission.sections.sherpa.publisher.policy.more.information": "Aby uzuyskać więcej informacji, kliknij tutaj:", + "submission.sections.sherpa.publisher.policy.version": "Wersja", + "submission.sections.sherpa.publisher.policy.embargo": "Embargo", + "submission.sections.sherpa.publisher.policy.noembargo": "Brak embargo", + "submission.sections.sherpa.publisher.policy.nolocation": "Brak", + "submission.sections.sherpa.publisher.policy.license": "Licencja", + "submission.sections.sherpa.publisher.policy.prerequisites": "Wymagania wstępne", + "submission.sections.sherpa.publisher.policy.location": "Lokalizacja", + "submission.sections.sherpa.publisher.policy.conditions": "Wymagania", + "submission.sections.sherpa.publisher.policy.refresh": "Odśwież", + "submission.sections.sherpa.record.information": "Informacje o rekordzie", + "submission.sections.sherpa.record.information.id": "ID", + "submission.sections.sherpa.record.information.date.created": "Data utworzenia", + "submission.sections.sherpa.record.information.date.modified": "Ostatnia modyfikacja", + "submission.sections.sherpa.record.information.uri": "URI", + "submission.sections.sherpa.error.message": "Wystąpił błąd podczas pobierania informacji z Sherpa", + "submission.workspace.generic.view": "Podgląd", + "submission.workspace.generic.view-help": "Wybierz tę opcje, aby zobaczyć metadane.", + "workflow.search.results.head": "Zadania na workflow", + "workspace-item.view.breadcrumbs": "Widok wersji roboczej", + "workspace-item.view.title": "Widok wersji roboczej", + "researcher.profile.change-visibility.fail": "Wystąpił niespodziewany błąd podczas zmiany widoczności profilu", + "person.page.orcid.link.processing": "Łączenie profilu z ORCID...", + "person.page.orcid.link.error.message": "Coś poszło nie tak podczas łączenia z ORCID. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem.", + "person.page.orcid.sync-queue.table.header.type": "Typ", + "person.page.orcid.sync-queue.table.header.description": "Opis", + "person.page.orcid.sync-queue.table.header.action": "Akcja", + "person.page.orcid.sync-queue.tooltip.project": "Projekt", + "person.page.orcid.sync-queue.send.validation-error.country.invalid": "Niewłaściwy dwuznakowy kod kraju ISO 3166", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "Wymagana data publikacji to co najmniej rok po 1900", + "person.page.orcid.synchronization-mode-funding-message": "Wybierz, czy chcesz wysłać swoje projekty na swoją listę informacji o projektach w profilu ORCID.", + "person.page.orcid.synchronization-mode-publication-message": "Wybierz, czy chcesz wysłać swoje publikacje na swoją listę informacji o publikacjach w profilu ORCID.", + "person.page.orcid.synchronization-mode-profile-message": "Wybierz, czy chcesz wysłać swoje dane bibliograficzne lub osobiste identyfikatory do swojego profilu ORCID.", + "person.orcid.sync.setting": "Ustawienia synchronizacji z ORCID", + "person.orcid.registry.queue": "Kolejka rejestru z ORCID", + "person.orcid.registry.auth": "Autoryzacje z ORCID", + "home.recent-submissions.head": "Najnowsze publikacje", + "submission.sections.sherpa-policy.title-empty": "Nie wybrano ISSN i informacje o polityce wydawniczej czasopisma są niedostępne", + "admin.batch-import.breadcrumbs": "Import zbiorczy", + "admin.batch-import.page.dropMsg": "Drop a batch ZIP to import", + "admin.batch-import.page.dropMsgReplace": "Drop to replace the batch ZIP to import", + "admin.batch-import.page.error.addFile": "Najpierw wybierz plik (ZIP)", + "admin.batch-import.page.header": "Import masowy", + "admin.batch-import.page.help": "Wybierz kolekcję do zaimportowania kolekcji. Potem, upuść lub przeszukaj plik SAF, który zawiera pozycje do importu", + "admin.batch-import.page.remove": "usuń", + "admin.batch-import.page.validateOnly.hint": "Jeśli wybrano, importowany plik ZIP będzie walidowany. Otrzymasz raport ze zmianami, ale żadne zmiany nie zostaną wykonane zapisane.", + "collection.form.correctionSubmissionDefinition": "Wzór zgłoszenia do prośby o korektę", + "comcol-role.edit.delete.error.title": "Nie udało się usunąć roli '{{ role }}' dla grup", + "confirmation-modal.export-batch.header": "Eksport maasowy (ZIP) {{ dsoName }}", + "confirmation-modal.export-batch.info": "Czy na pewno chcesz wyeksportować plik ZIP z {{ dsoName }}", + "dso-selector.export-batch.dspaceobject.head": "Eksport masowy (ZIP) z", + "menu.section.export_batch": "Eksport masowy (ZIP)", + "nav.user-profile-menu-and-logout": "Profil użytkownika i wylogowywanie", + "process.detail.actions": "Akcje", + "process.detail.delete.body": "Czy na pewno chcesz usunąć bieżący proces?", + "process.detail.delete.button": "Usuń proces", + "process.detail.delete.cancel": "Anuluj", + "process.detail.delete.confirm": "Usuń proces", + "process.detail.delete.error": "Nie udało się usunąć procesu", + "process.detail.delete.header": "Usuń proces", + "process.detail.delete.success": "Proces został usunięty.", + "admin.batch-import.title": "Masowy import", + "admin.metadata-import.page.button.select-collection": "Wybierz kolekcję", + "admin.registries.bitstream-formats.table.id": "ID", + "admin.registries.schema.fields.table.id": "ID", + "cookies.consent.app.description.google-recaptcha": "Podczas rejestracji i odzyskiwania hasła używamy narzędzia google reCAPTCHA", + "cookies.consent.app.disable-all.description": "Przełącz, aby zaakceptować lub odrzucić wszystkie", + "cookies.consent.app.disable-all.title": "Akceptowacja lub odrzucenie wszystkich", + "cookies.consent.app.title.google-recaptcha": "Google reCaptcha", + "cookies.consent.content-modal.service": "usługa", + "cookies.consent.content-modal.services": "usługi", + "cookies.consent.content-notice.description.no-privacy": "Zbieramy i przetwarzamy Twoje dane w celu: autentykacji, ustawień preferencji i zgód oraz do celów statystycznych.", + "cookies.consent.content-notice.title": "Zgoda na ciasteczka", + "cookies.consent.ok": "Zgadzam się", + "cookies.consent.purpose.registration-password-recovery": "Rejestracja i odzyskiwanie hasła", + "cookies.consent.save": "Zapisz", + "curation-task.task.citationpage.label": "Generuj stronę z cytowaniem", + "dso-selector.import-batch.dspaceobject.head": "Import masowy z", + "orgunit.listelement.no-title": "Brak tytyłu", + "process.bulk.delete.error.body": "Proces z ID {{processId}} nie może być usunięty. Pozostałe procesy zostaną usunięte.", + "process.bulk.delete.error.head": "Błąd podczas usuwania procesu", + "process.bulk.delete.success": "{{count}} proces/y został/y usunięte", + "process.overview.delete": "Usuń {{count}} proces/y", + "process.overview.delete.body": "Czy na pewno usunąć {{count}} proces/y?", + "process.overview.delete.clear": "Wyczyść selekcję procesów do usunięcia", + "process.overview.delete.header": "Usuń procesy", + "process.overview.delete.processing": "{{count}} procesów zostanie usuniętych. Poczekaj, gdy usuwanie się zakończy. Może to zająć chwilę.", + "process.overview.table.actions": "Akcje", + "profile.security.form.label.current-password": "Aktualne hasło", + "profile.security.form.notifications.error.change-failed": "Wystąpił błąd podczas próby zmiany hasła. Sprawdź czy aktualne hasło jest prawidłowe.", + "profile.security.form.notifications.error.general": "Uzupełnij wymagane pola dla bezpieczeństwa na formularzu", + "register-page.registration.error.recaptcha": "Wystąpił błąd podczas próby autentykacji przez reCAPTCHA", + "register-page.registration.google-recaptcha.must-accept-cookies": "Aby się zarejestrować, musisz zaakceptować ciasteczka dla rejestracji i odzyskiwania hasła (Google reCaptcha).", + "register-page.registration.google-recaptcha.notification.message.error": "Wystąpił błąd podczas weryfikacji reCaptcha", + "register-page.registration.google-recaptcha.notification.message.expired": "Weryfikacja wygasła. Zweryfikuj ponownie.", + "register-page.registration.google-recaptcha.notification.title": "Google reCaptcha", + "register-page.registration.google-recaptcha.open-cookie-settings": "Otwórz ustawienia plików cookies", + "search.results.response.500": "Wystąpił błąd podczas wysyłania zapytania. Spróbuj ponownie później", + "submission.sections.license.granted-label": "Potwierdzam akceptację powyższej licencji", + "submission.sections.license.notgranted": "Najpierw musisz zaakceptować licencję", + "submission.sections.license.required": "Najpierw musisz zaakceptować licencję", + "confirmation-modal.export-batch.confirm": "Eksportuj", + "confirmation-modal.export-batch.cancel": "Anuluj", } diff --git a/src/assets/i18n/pt-BR.json5 b/src/assets/i18n/pt-BR.json5 index 7dca26aa4e..26897da5ed 100644 --- a/src/assets/i18n/pt-BR.json5 +++ b/src/assets/i18n/pt-BR.json5 @@ -56,7 +56,7 @@ "access-status.embargo.listelement.badge": "Embargo", // "access-status.metadata.only.listelement.badge": "Metadata only", - "access-status.metadata.only.listelement.badge": "Somente Metadadados", + "access-status.metadata.only.listelement.badge": "Somente Metadadados", // "access-status.open.access.listelement.badge": "Open Access", "access-status.open.access.listelement.badge": "Acesso aberto (Open Access)", @@ -70,18 +70,6 @@ // "admin.curation-tasks.breadcrumbs": "System curation tasks", "admin.curation-tasks.breadcrumbs": "Tarefas de Curadoria do Sistema", - // "admin.curation-tasks.title": "System curation tasks", - "admin.curation-tasks.title": "Tarefas de Curadoria do Sistema", - - // "admin.curation-tasks.header": "System curation tasks", - "admin.curation-tasks.header": "Tarefas de Curadoria do Sistema", - - // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - "admin.registries.bitstream-formats.breadcrumbs": "Formatar registro", - - // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - "admin.registries.bitstream-formats.create.breadcrumbs": "Formatar Bitstream", - // "admin.curation-tasks.title": "System curation tasks", "admin.curation-tasks.title": "Tarefas de curadoria do sistema", @@ -206,7 +194,7 @@ "admin.registries.bitstream-formats.table.name": "Nome", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "Voltar", @@ -1841,10 +1829,10 @@ "cookies.consent.purpose.statistical": "Estatística", // "curation-task.task.citationpage.label": "Generate Citation Page", - "curation-task.task.citationpage.label": "Gerar página de citação", + "curation-task.task.citationpage.label": "Gerar página de citação", // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Verificar links em metadados", + "curation-task.task.checklinks.label": "Verificar links em metadados", // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP", @@ -2001,7 +1989,7 @@ //"confirmation-modal.export-batch.info": "Are you sure you want to export batch (ZIP) for {{ dsoName }}", "confirmation-modal.export-batch.info": "Você tem certeza que deseja exportar o lote (ZIP) para {{ dsoName }}", - + //"confirmation-modal.export-batch.cancel": "Cancel", "confirmation-modal.export-batch.cancel": "Cancelar", @@ -2126,10 +2114,10 @@ "footer.link.privacy-policy": "Política de Privacidade", // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Termos de Uso", + "footer.link.end-user-agreement": "Termos de Uso", // "footer.link.feedback":"Send Feedback", - "footer.link.feedback":"Enviar uma Sugestão", + "footer.link.feedback": "Enviar uma Sugestão", // "forgot-email.form.header": "Forgot Password", "forgot-email.form.header": "Esqueci a Senha", @@ -2358,13 +2346,13 @@ "health.breadcrumbs": "Saúde", // "health-page.heading" : "Health", - "health-page.heading" : "Saúde", + "health-page.heading": "Saúde", // "health-page.info-tab" : "Info", - "health-page.info-tab" : "Informação", + "health-page.info-tab": "Informação", // "health-page.status-tab" : "Status", - "health-page.status-tab" : "Status", + "health-page.status-tab": "Status", // "health-page.error.msg": "The health check service is temporarily unavailable", "health-page.error.msg": "O serviço de verificação de integridade está temporariamente indisponível", @@ -2490,19 +2478,19 @@ "info.feedback.email-label": "Seu Email", // "info.feedback.create.success" : "Feedback Sent Successfully!", - "info.feedback.create.success" : "Sugestão Enviada com Sucesso!", + "info.feedback.create.success": "Sugestão Enviada com Sucesso!", // "info.feedback.error.email.required" : "A valid email address is required", - "info.feedback.error.email.required" : "Um endereço de email válido é requerido", + "info.feedback.error.email.required": "Um endereço de email válido é requerido", // "info.feedback.error.message.required" : "A comment is required", - "info.feedback.error.message.required" : "Um comentário é requerido", + "info.feedback.error.message.required": "Um comentário é requerido", // "info.feedback.page-label" : "Page", - "info.feedback.page-label" : "Página", + "info.feedback.page-label": "Página", // "info.feedback.page_help" : "Tha page related to your feedback", - "info.feedback.page_help" : "A página relacionada a sua sugestão", + "info.feedback.page_help": "A página relacionada a sua sugestão", // "item.alerts.private": "This item is non-discoverable", "item.alerts.private": "Este item é privado", @@ -2531,7 +2519,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Criar pacote", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Este item não possui um pacote para poder receber o bitstream.", // "item.bitstreams.upload.cancel": "Cancel", @@ -3208,10 +3196,10 @@ "item.page.bitstreams.collapse": "Fechar", // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Pacote Original", + "item.page.filesection.original.bundle": "Pacote Original", // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Licença do Pacote", + "item.page.filesection.license.bundle": "Licença do Pacote", // "item.page.return": "Back", "item.page.return": "Voltar", @@ -3256,25 +3244,25 @@ "item.preview.dc.type": "Tipo:", // "item.preview.oaire.citation.issue" : "Issue", - "item.preview.oaire.citation.issue" : "Questão", + "item.preview.oaire.citation.issue": "Questão", // "item.preview.oaire.citation.volume" : "Volume", - "item.preview.oaire.citation.volume" : "Volume", + "item.preview.oaire.citation.volume": "Volume", // "item.preview.dc.relation.issn" : "ISSN", - "item.preview.dc.relation.issn" : "ISSN", + "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.identifier.isbn" : "ISBN", - "item.preview.dc.identifier.isbn" : "ISBN", + "item.preview.dc.identifier.isbn": "ISBN", // "item.preview.dc.identifier": "Identifier:", "item.preview.dc.identifier": "Identificador:", // "item.preview.dc.relation.ispartof" : "Journal or Serie", - "item.preview.dc.relation.ispartof" : "Revista ou Série", + "item.preview.dc.relation.ispartof": "Revista ou Série", // "item.preview.dc.identifier.doi" : "DOI", - "item.preview.dc.identifier.doi" : "DOI", + "item.preview.dc.identifier.doi": "DOI", // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "Sobrenome:", @@ -3415,13 +3403,13 @@ "item.version.create.modal.submitted.text": "A nova versão está sendo criada. Isso pode levar algum tempo se o item tiver muitos relacionamentos.", // "item.version.create.notification.success" : "New version has been created with version number {{version}}", - "item.version.create.notification.success" : "Uma nova versão foi criada com o número de versão {{version}}", + "item.version.create.notification.success": "Uma nova versão foi criada com o número de versão {{version}}", // "item.version.create.notification.failure" : "New version has not been created", - "item.version.create.notification.failure" : "A nova versão não foi criada", + "item.version.create.notification.failure": "A nova versão não foi criada", // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", - "item.version.create.notification.inProgress" : "Não é possível criar uma nova versão porque há uma submissão em andamento no histórico de versões", + "item.version.create.notification.inProgress": "Não é possível criar uma nova versão porque há uma submissão em andamento no histórico de versões", // "item.version.delete.modal.header": "Delete version", "item.version.delete.modal.header": "Apagar versão", @@ -3442,16 +3430,16 @@ "item.version.delete.modal.button.cancel.tooltip": "Não apague esta versão", // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", - "item.version.delete.notification.success" : "Versão número {{version}} foi apagada", + "item.version.delete.notification.success": "Versão número {{version}} foi apagada", // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", - "item.version.delete.notification.failure" : "Versão número {{version}} não foi apagada", + "item.version.delete.notification.failure": "Versão número {{version}} não foi apagada", // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", - "item.version.edit.notification.success" : "O resumo da versão número {{version}} foi alterado", + "item.version.edit.notification.success": "O resumo da versão número {{version}} foi alterado", // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", - "item.version.edit.notification.failure" : "O resumo da versão número {{version}} não foi alterado", + "item.version.edit.notification.failure": "O resumo da versão número {{version}} não foi alterado", // "journal.listelement.badge": "Journal", "journal.listelement.badge": "Revista", @@ -3802,7 +3790,7 @@ // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "Importação em Lote (ZIP)", - + // "menu.section.export_batch": "Batch Export (ZIP)", "menu.section.export_batch": "Exportação em Lote (ZIP)", @@ -4057,10 +4045,10 @@ "nav.stop-impersonating": "Deixar de assumir o papel do EPerson", // "nav.toggle" : "Toggle navigation", - "nav.toggle" : "Alternar navegação", + "nav.toggle": "Alternar navegação", // "nav.user.description" : "User profile bar", - "nav.user.description" : "Barra de perfil do usuário", + "nav.user.description": "Barra de perfil do usuário", // "none.listelement.badge": "Item", "none.listelement.badge": "Item", @@ -4211,16 +4199,16 @@ "process.new.breadcrumbs": "Criar novo processo", // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Argumentos", + "process.detail.arguments": "Argumentos", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Este processo não contêm nenhum argumento", + "process.detail.arguments.empty": "Este processo não contêm nenhum argumento", // "process.detail.back" : "Back", - "process.detail.back" : "Voltar", + "process.detail.back": "Voltar", // "process.detail.output" : "Process Output", - "process.detail.output" : "Saída do Processo", + "process.detail.output": "Saída do Processo", // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Recuperar a saída do processo", @@ -4232,28 +4220,28 @@ "process.detail.logs.none": "Este processo não tem saída", // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Arquivos de saída", + "process.detail.output-files": "Arquivos de saída", // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Este processo não contém nenhum arquivo de saída", + "process.detail.output-files.empty": "Este processo não contém nenhum arquivo de saída", // "process.detail.script" : "Script", - "process.detail.script" : "Script", + "process.detail.script": "Script", // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Processo: {{ id }} - {{ name }}", + "process.detail.title": "Processo: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Hora de Início", + "process.detail.start-time": "Hora de Início", // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Hora de Fim", + "process.detail.end-time": "Hora de Fim", // "process.detail.status" : "Status", - "process.detail.status" : "Status", + "process.detail.status": "Status", // "process.detail.create" : "Create similar process", - "process.detail.create" : "Criar processo similar", + "process.detail.create": "Criar processo similar", // "process.detail.actions": "Actions", "process.detail.actions": "Ações", @@ -4280,22 +4268,22 @@ "process.detail.delete.error": "Algo deu errado ao excluir o processo", // "process.overview.table.finish" : "Finish time (UTC)", - "process.overview.table.finish" : "Hora de Fim (UTC)", + "process.overview.table.finish": "Hora de Fim (UTC)", // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "ID do Processo", + "process.overview.table.id": "ID do Processo", // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Nome", + "process.overview.table.name": "Nome", // "process.overview.table.start" : "Start time (UTC)", - "process.overview.table.start" : "Hora de Início (UTC)", + "process.overview.table.start": "Hora de Início (UTC)", // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Status", + "process.overview.table.status": "Status", // "process.overview.table.user" : "User", - "process.overview.table.user" : "Usuário", + "process.overview.table.user": "Usuário", // "process.overview.title": "Processes Overview", "process.overview.title": "Visão geral dos processos", @@ -5850,7 +5838,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Resultados da pesquisa", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Você gostaria de salvar \"{{ value }}\" como uma variante de nome para esta pessoa para que você e outros possam reutilizá-lo para futuras submissões? Se você não fizer isso, ainda poderá usá-lo para esta submissão.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -6132,7 +6120,7 @@ // "submission.sections.accesses.form.until-placeholder": "Until", "submission.sections.accesses.form.until-placeholder": "Até", - + // "submission.sections.license.granted-label": "Confirmo a licença acima", "submission.sections.license.granted-label": "I confirm the license above", @@ -6140,7 +6128,7 @@ "submission.sections.license.required": "Você deve aceitar a licença", // "submission.sections.license.notgranted": "You must accept the license", - "submission.sections.license.notgranted": "Você deve aceitar a licença", + "submission.sections.license.notgranted": "Você deve aceitar a licença", // "submission.sections.sherpa.publication.information": "Publication information", @@ -6471,7 +6459,7 @@ "idle-modal.extend-session": "Estender sessão", // "researcher.profile.action.processing" : "Processing...", - "researcher.profile.action.processing" : "Processando...", + "researcher.profile.action.processing": "Processando...", // "researcher.profile.associated": "Researcher profile associated", "researcher.profile.associated": "Perfil do pesquisador associado", @@ -6504,10 +6492,10 @@ "researcher.profile.view": "Ver", // "researcher.profile.private.visibility" : "PRIVATE", - "researcher.profile.private.visibility" : "PRIVADO", + "researcher.profile.private.visibility": "PRIVADO", // "researcher.profile.public.visibility" : "PUBLIC", - "researcher.profile.public.visibility" : "PÚBLICO", + "researcher.profile.public.visibility": "PÚBLICO", // "researcher.profile.status": "Status:", "researcher.profile.status": "Status:", @@ -6516,16 +6504,16 @@ "researcherprofile.claim.not-authorized": "Você não está autorizado a reivindicar este item. Para mais detalhes, entre em contato com o(s) administrador(es)", // "researcherprofile.error.claim.body" : "An error occurred while claiming the profile, please try again later", - "researcherprofile.error.claim.body" : "Ocorreu um erro ao reivindicar o perfil, tente novamente mais tarde", + "researcherprofile.error.claim.body": "Ocorreu um erro ao reivindicar o perfil, tente novamente mais tarde", // "researcherprofile.error.claim.title" : "Error", - "researcherprofile.error.claim.title" : "Erro", + "researcherprofile.error.claim.title": "Erro", // "researcherprofile.success.claim.body" : "Profile claimed with success", - "researcherprofile.success.claim.body" : "Perfil reivindicado com sucesso", + "researcherprofile.success.claim.body": "Perfil reivindicado com sucesso", // "researcherprofile.success.claim.title" : "Success", - "researcherprofile.success.claim.title" : "Successo", + "researcherprofile.success.claim.title": "Successo", // "person.page.orcid.create": "Create an ORCID ID", "person.page.orcid.create": "Criar um ORCID ID", @@ -6534,7 +6522,7 @@ "person.page.orcid.granted-authorizations": "Autorizações concedidas", // "person.page.orcid.grant-authorizations" : "Grant authorizations", - "person.page.orcid.grant-authorizations" : "Conceder autorizações", + "person.page.orcid.grant-authorizations": "Conceder autorizações", // "person.page.orcid.link": "Connect to ORCID ID", "person.page.orcid.link": "Conectar ao ORCID ID", @@ -6582,43 +6570,43 @@ "person.page.orcid.save.preference.changes": "Atualizar configurações", // "person.page.orcid.sync-profile.affiliation" : "Affiliation", - "person.page.orcid.sync-profile.affiliation" : "Afiliação", + "person.page.orcid.sync-profile.affiliation": "Afiliação", // "person.page.orcid.sync-profile.biographical" : "Biographical data", - "person.page.orcid.sync-profile.biographical" : "Dados biográficos", + "person.page.orcid.sync-profile.biographical": "Dados biográficos", // "person.page.orcid.sync-profile.education" : "Education", - "person.page.orcid.sync-profile.education" : "Educação", + "person.page.orcid.sync-profile.education": "Educação", // "person.page.orcid.sync-profile.identifiers" : "Identifiers", - "person.page.orcid.sync-profile.identifiers" : "Identificadores", + "person.page.orcid.sync-profile.identifiers": "Identificadores", // "person.page.orcid.sync-fundings.all" : "All fundings", - "person.page.orcid.sync-fundings.all" : "Todos financiamentos", + "person.page.orcid.sync-fundings.all": "Todos financiamentos", // "person.page.orcid.sync-fundings.mine" : "My fundings", - "person.page.orcid.sync-fundings.mine" : "Meus financiamentos", + "person.page.orcid.sync-fundings.mine": "Meus financiamentos", // "person.page.orcid.sync-fundings.my_selected" : "Selected fundings", - "person.page.orcid.sync-fundings.my_selected" : "Financiamentos selecionados", + "person.page.orcid.sync-fundings.my_selected": "Financiamentos selecionados", // "person.page.orcid.sync-fundings.disabled" : "Disabled", - "person.page.orcid.sync-fundings.disabled" : "Desabilitado", + "person.page.orcid.sync-fundings.disabled": "Desabilitado", // "person.page.orcid.sync-publications.all" : "All publications", - "person.page.orcid.sync-publications.all" : "Todas publicações", + "person.page.orcid.sync-publications.all": "Todas publicações", // "person.page.orcid.sync-publications.mine" : "My publications", - "person.page.orcid.sync-publications.mine" : "Minhas publicações", + "person.page.orcid.sync-publications.mine": "Minhas publicações", // "person.page.orcid.sync-publications.my_selected" : "Selected publications", - "person.page.orcid.sync-publications.my_selected" : "Publicações selecionadas", + "person.page.orcid.sync-publications.my_selected": "Publicações selecionadas", // "person.page.orcid.sync-publications.disabled" : "Disabled", - "person.page.orcid.sync-publications.disabled" : "Desabilitado", + "person.page.orcid.sync-publications.disabled": "Desabilitado", // "person.page.orcid.sync-queue.discard" : "Discard the change and do not synchronize with the ORCID registry", - "person.page.orcid.sync-queue.discard" : "Descarte a alteração e não sincronize com o registro ORCID", + "person.page.orcid.sync-queue.discard": "Descarte a alteração e não sincronize com o registro ORCID", // "person.page.orcid.sync-queue.discard.error": "The discarding of the ORCID queue record failed", "person.page.orcid.sync-queue.discard.error": "Falha ao descartar o registro da fila ORCID", @@ -6630,13 +6618,13 @@ "person.page.orcid.sync-queue.empty-message": "O registro da fila ORCID está vazio", // "person.page.orcid.sync-queue.table.header.type" : "Type", - "person.page.orcid.sync-queue.table.header.type" : "Tipo", + "person.page.orcid.sync-queue.table.header.type": "Tipo", // "person.page.orcid.sync-queue.table.header.description" : "Description", - "person.page.orcid.sync-queue.table.header.description" : "Descrição", + "person.page.orcid.sync-queue.table.header.description": "Descrição", // "person.page.orcid.sync-queue.table.header.action" : "Action", - "person.page.orcid.sync-queue.table.header.action" : "Ação", + "person.page.orcid.sync-queue.table.header.action": "Ação", // "person.page.orcid.sync-queue.description.affiliation": "Affiliations", "person.page.orcid.sync-queue.description.affiliation": "Afiliação", @@ -6702,7 +6690,7 @@ "person.page.orcid.sync-queue.tooltip.researcher_urls": "URL do pesquisador", // "person.page.orcid.sync-queue.send" : "Synchronize with ORCID registry", - "person.page.orcid.sync-queue.send" : "Sincronize com o registro ORCID", + "person.page.orcid.sync-queue.send": "Sincronize com o registro ORCID", // "person.page.orcid.sync-queue.send.unauthorized-error.title": "The submission to ORCID failed for missing authorizations.", "person.page.orcid.sync-queue.send.unauthorized-error.title": "A submissão ao ORCID falhou por falta de autorizações.", @@ -6756,7 +6744,7 @@ "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "O nome da organização é obrigatório", // "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "The publication date must be one year after 1900", - "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "A data de publicação deve ser um ano após 1900", + "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "A data de publicação deve ser um ano após 1900", // "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "The organization to be sent requires an address", "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "O endereço da organização a ser enviado exige uma endereço", @@ -6835,7 +6823,7 @@ // "person.orcid.registry.auth": "ORCID Autorizações", "person.orcid.registry.auth": "ORCID Autorizações", - + // "home.recent-submissions.head": "Recent Submissions", "home.recent-submissions.head": "Submissões Recentes", diff --git a/src/assets/i18n/pt-PT.json5 b/src/assets/i18n/pt-PT.json5 index 62e7c53e36..0e2c3d0cc0 100644 --- a/src/assets/i18n/pt-PT.json5 +++ b/src/assets/i18n/pt-PT.json5 @@ -1,93 +1,93 @@ { -// NOTE 1 - Doesn't exist on en_EN + // NOTE 1 - Doesn't exist on en_EN -// "repository.title.prefixDSpace": "DSpace ::", -"repository.title.prefixDSpace": "DSpace ::", + // "repository.title.prefixDSpace": "DSpace ::", + "repository.title.prefixDSpace": "DSpace ::", -// "collection.edit.item-mapper-search-form.placeholder": "Search Item to Map...", -"collection.edit.item-mapper-search-form.placeholder": "Pesquisar Item a Mapear...", + // "collection.edit.item-mapper-search-form.placeholder": "Search Item to Map...", + "collection.edit.item-mapper-search-form.placeholder": "Pesquisar Item a Mapear...", -// "idle.modal.header":"Your Session is About to Expire!", -"idle.modal.header":"A sua sessão está prestes a expirar!", + // "idle.modal.header":"Your Session is About to Expire!", + "idle.modal.header": "A sua sessão está prestes a expirar!", -// "idle.modal.info":"Your session is about to expire, would you like to logout or continue the session?", -"idle.modal.info":"A sua sessão está prestes a expirar, pretende sair ou continuar a sessão?", + // "idle.modal.info":"Your session is about to expire, would you like to logout or continue the session?", + "idle.modal.info": "A sua sessão está prestes a expirar, pretende sair ou continuar a sessão?", -// "idle.modal.log-out":"Logout", -"idle.modal.log-out":"Sair", + // "idle.modal.log-out":"Logout", + "idle.modal.log-out": "Sair", -// "idle.modal.extend-session":"Continue Session", -"idle.modal.extend-session":"Continuar a Sessão", + // "idle.modal.extend-session":"Continue Session", + "idle.modal.extend-session": "Continuar a Sessão", -// NOTE 2 - Add to other languages - needed for OpenAIRE compliance - relations between entities + // NOTE 2 - Add to other languages - needed for OpenAIRE compliance - relations between entities -// "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "New Entity Added!", -"submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Nova Entidade Adicionada!", + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "New Entity Added!", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.new-entity": "Nova Entidade Adicionada!", -// "item.preview.project.funder.name": "Funder", -"item.preview.project.funder.name": "Financiador", + // "item.preview.project.funder.name": "Funder", + "item.preview.project.funder.name": "Financiador", -// "item.preview.project.funder.identifier": "Funder Identifier", -"item.preview.project.funder.identifier": "Identificador do Financiador", + // "item.preview.project.funder.identifier": "Funder Identifier", + "item.preview.project.funder.identifier": "Identificador do Financiador", -// "item.preview.oaire.awardNumber": "Funding ID", -"item.preview.oaire.awardNumber": "ID de Financiamento", + // "item.preview.oaire.awardNumber": "Funding ID", + "item.preview.oaire.awardNumber": "ID de Financiamento", -// "item.preview.dc.title.alternative": "Acronym", -"item.preview.dc.title.alternative": "Acrónimo", + // "item.preview.dc.title.alternative": "Acronym", + "item.preview.dc.title.alternative": "Acrónimo", -// "item.preview.dc.coverage.spatial": "Jurisdiction", -"item.preview.dc.coverage.spatial": "Jurisdição", + // "item.preview.dc.coverage.spatial": "Jurisdiction", + "item.preview.dc.coverage.spatial": "Jurisdição", -// "item.preview.oaire.fundingStream": "Funding Stream", -"item.preview.oaire.fundingStream": "Linha de Financiamento", + // "item.preview.oaire.fundingStream": "Funding Stream", + "item.preview.oaire.fundingStream": "Linha de Financiamento", -// "submission.import-external.source.openAIREFunding": "Funding OpenAIRE API", -"submission.import-external.source.openAIREFunding": "Financiamento API OpenAIRE", + // "submission.import-external.source.openAIREFunding": "Funding OpenAIRE API", + "submission.import-external.source.openAIREFunding": "Financiamento API OpenAIRE", -// "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Project", -"submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Projeto", + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Project", + "submission.sections.describe.relationship-lookup.external-source.import-button-title.isProjectOfPublication": "Projeto", -// "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Project", -"submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Projeto", + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Project", + "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.title": "Projeto", -// "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Funding OpenAIRE API", -"submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Financiamento API OpenAIRE", + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Funding OpenAIRE API", + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.openAIREFunding": "Financiamento API OpenAIRE", -// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Funding OpenAIRE API", -"submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Financiamento API OpenAIRE", + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Funding OpenAIRE API", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.openAIREFunding": "Financiamento API OpenAIRE", -// "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API", -"submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Financiamento API OpenAIRE", + // "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API", + "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Financiamento API OpenAIRE", -// "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Projeto", -"submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Projeto", + // "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Projeto", + "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Projeto", -// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projects", -"submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projetos", + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projects", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isProjectOfPublication": "Projetos", -// "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projects", -"submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projetos", + // "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projects", + "submission.sections.describe.relationship-lookup.title.isProjectOfPublication": "Projetos", -// "relationships.isContributorOf.OrgUnit": "Contributor (Organizational Unit)", -"relationships.isContributorOf.OrgUnit": "Contribuidor (Unidade organizacional)", + // "relationships.isContributorOf.OrgUnit": "Contributor (Organizational Unit)", + "relationships.isContributorOf.OrgUnit": "Contribuidor (Unidade organizacional)", -// "relationships.isContributorOf.Person": "Contributor", -"relationships.isContributorOf.Person": "Contribuidor", + // "relationships.isContributorOf.Person": "Contributor", + "relationships.isContributorOf.Person": "Contribuidor", -// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", -"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Financiador de Projeto", + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", + "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Financiador de Projeto", -// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project", -"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Financiador de Projeto", + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Financiador de Projeto", -// "relationships.isFundingAgencyOf.OrgUnit": "Funder", -"relationships.isFundingAgencyOf.OrgUnit": "Financiador", + // "relationships.isFundingAgencyOf.OrgUnit": "Funder", + "relationships.isFundingAgencyOf.OrgUnit": "Financiador", @@ -96,5249 +96,5246 @@ -// Other strings + // Other strings -//"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", -"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Pesquisar...", + //"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", + "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Pesquisar...", -// "submission.general.info.saved": "Saved", -"submission.general.info.saved": "Informação Guardada", + // "submission.general.info.saved": "Saved", + "submission.general.info.saved": "Informação Guardada", -// "bitstream.edit.authorizations.link": "Edit bitstream's Policies", -"bitstream.edit.authorizations.link": "Editar Polítcas de Ficheiros", + // "bitstream.edit.authorizations.link": "Edit bitstream's Policies", + "bitstream.edit.authorizations.link": "Editar Polítcas de Ficheiros", -// "bitstream.edit.return": "Back", -"bitstream.edit.return": "Voltar", + // "bitstream.edit.return": "Back", + "bitstream.edit.return": "Voltar", -// "submission.edit.breadcrumbs": "Edit Submission", -"submission.edit.breadcrumbs": "Editar Submissão", + // "submission.edit.breadcrumbs": "Edit Submission", + "submission.edit.breadcrumbs": "Editar Submissão", -// "search.filters.filter.subject.label": "Search subject", -"search.filters.filter.subject.label": "Pesquisar Assunto", + // "search.filters.filter.subject.label": "Search subject", + "search.filters.filter.subject.label": "Pesquisar Assunto", -// "search.filters.filter.entityType.label": "Search item type", -"search.filters.filter.entityType.label": "Pesquisar Tipo", + // "search.filters.filter.entityType.label": "Search item type", + "search.filters.filter.entityType.label": "Pesquisar Tipo", -// "search.filters.filter.author.label": "Search author name", -"search.filters.filter.author.label": "Pesquisar Autor", + // "search.filters.filter.author.label": "Search author name", + "search.filters.filter.author.label": "Pesquisar Autor", -// "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending", -"sorting.dc.date.accessioned.ASC": "Data de Disponibilização Ascendente", + // "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending", + "sorting.dc.date.accessioned.ASC": "Data de Disponibilização Ascendente", -// "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending", -"sorting.dc.date.accessioned.DESC": "Data de Disponibilização Descendente", + // "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending", + "sorting.dc.date.accessioned.DESC": "Data de Disponibilização Descendente", -// "search.search-form.placeholder": "Search the repository ...", -"search.search-form.placeholder": "Pesquisar ...", + // "search.search-form.placeholder": "Search the repository ...", + "search.search-form.placeholder": "Pesquisar ...", -// "item.edit.item-mapper.search-form.placeholder": "Search collections...", -"item.edit.item-mapper.search-form.placeholder": "Pesquisar coleções...", + // "item.edit.item-mapper.search-form.placeholder": "Search collections...", + "item.edit.item-mapper.search-form.placeholder": "Pesquisar coleções...", -// "item.edit.return": "Back", -"item.edit.return": "Voltar", + // "item.edit.return": "Back", + "item.edit.return": "Voltar", -// "repository.title.prefix": "DSpace Angular :: ", -"repository.title.prefix": "DSpace ::", + // "repository.title.prefix": "DSpace Angular :: ", + "repository.title.prefix": "DSpace ::", -// "thumbnail.person.placeholder": "No Profile Picture Available", -"thumbnail.person.placeholder": "Sem Fotografia de Perfil", + // "thumbnail.person.placeholder": "No Profile Picture Available", + "thumbnail.person.placeholder": "Sem Fotografia de Perfil", -// "admin.access-control.groups.breadcrumbs": "Groups", -"admin.access-control.groups.breadcrumbs": "Grupos", + // "admin.access-control.groups.breadcrumbs": "Groups", + "admin.access-control.groups.breadcrumbs": "Grupos", -// "admin.access-control.groups.search.placeholder": "Search groups...", -"admin.access-control.groups.search.placeholder": "Pesquisar Grupos...", + // "admin.access-control.groups.search.placeholder": "Search groups...", + "admin.access-control.groups.search.placeholder": "Pesquisar Grupos...", -// "admin.access-control.epeople.breadcrumbs": "EPeople", -"admin.access-control.epeople.breadcrumbs": "Utilizador", + // "admin.access-control.epeople.breadcrumbs": "EPeople", + "admin.access-control.epeople.breadcrumbs": "Utilizador", -// "admin.access-control.epeople.search.placeholder": "Search people...", -"admin.access-control.epeople.search.placeholder": "Pesquisar Utilizadores...", + // "admin.access-control.epeople.search.placeholder": "Search people...", + "admin.access-control.epeople.search.placeholder": "Pesquisar Utilizadores...", -// "admin.access-control.epeople.form.return": "Back", -"admin.access-control.epeople.form.return": "Voltar", + // "admin.access-control.epeople.form.return": "Back", + "admin.access-control.epeople.form.return": "Voltar", -// "submission.submit.breadcrumbs": "New submission", -"submission.submit.breadcrumbs": "Nova Submissão", + // "submission.submit.breadcrumbs": "New submission", + "submission.submit.breadcrumbs": "Nova Submissão", -// "search.filters.filter.namedresourcetype.label": "Search status", -"search.filters.filter.namedresourcetype.label": "Pesquisar Estado", + // "search.filters.filter.namedresourcetype.label": "Search status", + "search.filters.filter.namedresourcetype.label": "Pesquisar Estado", -// "sorting.dc.date.issued.ASC": "Date Issued Ascending", -"sorting.dc.date.issued.ASC": "Data de Publicação Ascendente", + // "sorting.dc.date.issued.ASC": "Date Issued Ascending", + "sorting.dc.date.issued.ASC": "Data de Publicação Ascendente", -// "sorting.dc.date.issued.DESC": "Date Issued Descending", -"sorting.dc.date.issued.DESC": "Data de Publicação Descendente", + // "sorting.dc.date.issued.DESC": "Date Issued Descending", + "sorting.dc.date.issued.DESC": "Data de Publicação Descendente", -// "sorting.score.ASC": "Least Relevant", -"sorting.score.ASC": "Menos Relevante", + // "sorting.score.ASC": "Least Relevant", + "sorting.score.ASC": "Menos Relevante", -// "search.filters.filter.dateIssued.min.label": "Start", -"search.filters.filter.dateIssued.min.label": "Início", + // "search.filters.filter.dateIssued.min.label": "Start", + "search.filters.filter.dateIssued.min.label": "Início", -// "search.filters.filter.dateIssued.max.label": "End", -"search.filters.filter.dateIssued.max.label": "Fim", + // "search.filters.filter.dateIssued.max.label": "End", + "search.filters.filter.dateIssued.max.label": "Fim", -// "search.filters.search.submit": "Submit", -"search.filters.search.submit": "Enviar", + // "search.filters.search.submit": "Submit", + "search.filters.search.submit": "Enviar", -// "default.search.results.head": "Search Results", -"default.search.results.head": "Resultados da Pesquisa", + // "default.search.results.head": "Search Results", + "default.search.results.head": "Resultados da Pesquisa", -// "communityList.breadcrumbs": "Community List", -"communityList.breadcrumbs": "Lista de Comunidades", + // "communityList.breadcrumbs": "Community List", + "communityList.breadcrumbs": "Lista de Comunidades", -// "browse.previous.button": "Previous", -"browse.previous.button": "Anterior", + // "browse.previous.button": "Previous", + "browse.previous.button": "Anterior", -// "browse.next.button": "Next", -"browse.next.button": "Próximo", + // "browse.next.button": "Next", + "browse.next.button": "Próximo", -// "pagination.options.description": "Pagination options", -"pagination.options.description": "Opções de Paginação", + // "pagination.options.description": "Pagination options", + "pagination.options.description": "Opções de Paginação", -// "mydspace.breadcrumbs": "MyDSpace", -"mydspace.breadcrumbs": "Área Pessoal", + // "mydspace.breadcrumbs": "MyDSpace", + "mydspace.breadcrumbs": "Área Pessoal", -// "thumbnail.default.placeholder": "No Thumbnail Available", -"thumbnail.default.placeholder": "Sem Miniatura", + // "thumbnail.default.placeholder": "No Thumbnail Available", + "thumbnail.default.placeholder": "Sem Miniatura", -// "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Search...", -"submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Pesquisar ...", + // "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Search...", + "submission.sections.describe.relationship-lookup.search-tab.search-form.placeholder": "Pesquisar ...", -// "home.search-form.placeholder": "Search the repository ...", -"home.search-form.placeholder": "Pesquisar ...", + // "home.search-form.placeholder": "Search the repository ...", + "home.search-form.placeholder": "Pesquisar ...", -// "mydspace.search-form.placeholder": "Search in mydspace...", -"mydspace.search-form.placeholder": "Pesquisar na Área Pessoal ...", + // "mydspace.search-form.placeholder": "Search in mydspace...", + "mydspace.search-form.placeholder": "Pesquisar na Área Pessoal ...", -// OLD strings + // OLD strings // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", "401.help": "Não está autorizado a aceder a esta página. Use o botão abaixo para regressar à página inicial.", - + // "401.link.home-page": "Take me to the home page", "401.link.home-page": "Regresso à página inicial", - + // "401.unauthorized": "unauthorized", - "401.unauthorized": "Não Autorizado", - + "401.unauthorized": "Não Autorizado", + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", "403.help": "Não está autorizado a aceder a esta página. Use o botão abaixo para regressar à página inicial.", - + // "403.link.home-page": "Take me to the home page", "403.link.home-page": "Regresso à página inicial", - + // "403.forbidden": "forbidden", "403.forbidden": "Não Autorizado", - + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", "404.help": "Não pudemos encontrar a página pela qual procura. A página pode ter sido movida ou apagada. Você pode utilizar o botão abaixo para voltar a página inicial. ", - + // "404.link.home-page": "Take me to the home page", "404.link.home-page": "Leve-me a página inicial", - + // "404.page-not-found": "page not found", "404.page-not-found": "Página não encontrada", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", "admin.curation-tasks.breadcrumbs": "Tarefas de Curadoria", - + // "admin.curation-tasks.title": "System curation tasks", "admin.curation-tasks.title": "Tarefas de Curadoria", - + // "admin.curation-tasks.header": "System curation tasks", "admin.curation-tasks.header": "Tarefas de Curadoria", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", "admin.registries.bitstream-formats.breadcrumbs": "Registo de Formatos de Ficheiro", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.create.breadcrumbs": "Registo de Formatos de Ficheiro", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", "admin.registries.bitstream-formats.create.failure.content": "Um erro ocorreu durante a criação do novo formato de ficheiro.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", "admin.registries.bitstream-formats.create.failure.head": "Falha", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", "admin.registries.bitstream-formats.create.head": "Criar formato de Ficheiro", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", "admin.registries.bitstream-formats.create.new": "Adicionar um novo formato de ficheiro", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", "admin.registries.bitstream-formats.create.success.content": "O novo formato de ficheiro foi criado com sucesso.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", "admin.registries.bitstream-formats.create.success.head": "Sucesso", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.failure.amount": "Falha ao remover {{ amount }} formato(s)", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", "admin.registries.bitstream-formats.delete.failure.head": "Falha", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.success.amount": "Removeu {{ amount }} formato(s) com sucesso", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", "admin.registries.bitstream-formats.delete.success.head": "Sucesso", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "Esta lista de formatos de ficheiro apresenta informações sobre formatos de ficheiros conhecidos e os seus níveis de suporte.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.edit.breadcrumbs": "Formatos de Ficheiro", - + // "admin.registries.bitstream-formats.edit.description.hint": "", "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", "admin.registries.bitstream-formats.edit.description.label": "Descrição", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", "admin.registries.bitstream-formats.edit.extensions.hint": "Extensões são extensões de ficheiro que são usadas para identificar automaticamente o formato dos ficheiros enviados. Pode informar várias extensões para cada formato.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", "admin.registries.bitstream-formats.edit.extensions.label": "Extensões de ficheiro", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", "admin.registries.bitstream-formats.edit.extensions.placeholder": "Indique uma extenção de ficheiro sem o ponto", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", "admin.registries.bitstream-formats.edit.failure.content": "Ocorreu um erro ao editar o formato de bitstream.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", "admin.registries.bitstream-formats.edit.failure.head": "Falha", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", "admin.registries.bitstream-formats.edit.head": "Formato de bitstream: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", "admin.registries.bitstream-formats.edit.internal.hint": "Formatos marcados como internos são ocultos para o Utilizador, usados por motivos administrativos.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", "admin.registries.bitstream-formats.edit.internal.label": "Interno", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", "admin.registries.bitstream-formats.edit.mimetype.hint": "O MIME type associado a este formato não tem que ser único.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", "admin.registries.bitstream-formats.edit.shortDescription.hint": "Um nome único para este formato (exemplo. Microsoft Word XP ou Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", "admin.registries.bitstream-formats.edit.shortDescription.label": "Nome", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", "admin.registries.bitstream-formats.edit.success.content": "O formato de bitstream foi editado com sucesso.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", "admin.registries.bitstream-formats.edit.success.head": "Sucesso", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", "admin.registries.bitstream-formats.edit.supportLevel.hint": "O nível de suporte que a sua instituição promete para este formato.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", "admin.registries.bitstream-formats.edit.supportLevel.label": "Nível de suporte", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", "admin.registries.bitstream-formats.head": "Registo de Formato de Ficheiro", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", "admin.registries.bitstream-formats.no-items": "Nenhum formato de bitstream para exibir.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", "admin.registries.bitstream-formats.table.delete": "Apagar selecionado(s)", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", "admin.registries.bitstream-formats.table.deselect-all": "Desselecionar todos", - + // "admin.registries.bitstream-formats.table.internal": "internal", "admin.registries.bitstream-formats.table.internal": "Interno", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", "admin.registries.bitstream-formats.table.mimetype": "MIME Type", - + // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Nome", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", "admin.registries.bitstream-formats.table.return": "Voltar", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Conhecido", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Com suporte", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Desconhecido", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", "admin.registries.bitstream-formats.table.supportLevel.head": "Nível de Suporte", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", "admin.registries.bitstream-formats.title": "DSpace :: Registo de Formato de Ficheiro", - + // "admin.registries.metadata.breadcrumbs": "Metadata registry", "admin.registries.metadata.breadcrumbs": "Registo de Metadados", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", "admin.registries.metadata.description": "O registo de metadados mantém a lista de todos os campos de metadados disponíveis no repositório. Estes campos podem ser divididos em multiplos esquemas. No entanto, o DSpace requer esquemas de Dublin Core qualificados.", - + // "admin.registries.metadata.form.create": "Create metadata schema", "admin.registries.metadata.form.create": "Criar Esquema de Metadados", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", "admin.registries.metadata.form.edit": "Editar esquema de metadados", - + // "admin.registries.metadata.form.name": "Name", "admin.registries.metadata.form.name": "Nome", - + // "admin.registries.metadata.form.namespace": "Namespace", "admin.registries.metadata.form.namespace": "Namespace", - + // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "Registo de Metadados", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", "admin.registries.metadata.schemas.no-items": "Nenhum esquema de metadados para mostrar.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", "admin.registries.metadata.schemas.table.delete": "Apagar selecionado(s)", - + // "admin.registries.metadata.schemas.table.id": "ID", "admin.registries.metadata.schemas.table.id": "ID", - + // "admin.registries.metadata.schemas.table.name": "Name", "admin.registries.metadata.schemas.table.name": "Nome", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", "admin.registries.metadata.schemas.table.namespace": "Namespace", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", "admin.registries.metadata.title": "DSpace :: Registo de Metadados", - + // "admin.registries.schema.breadcrumbs": "Metadata schema", "admin.registries.schema.breadcrumbs": "Esquema de Metadados", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Este é o esquema de metadados para \"{{namespace}}\".", - + // "admin.registries.schema.fields.head": "Schema metadata fields", "admin.registries.schema.fields.head": "Campos do Esquema de Metadados", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "Nenhum campo de metadado para exibir.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", "admin.registries.schema.fields.table.delete": "Apagar selecionado(s)", - + // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Campo", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Descrição", - + // "admin.registries.schema.form.create": "Create metadata field", "admin.registries.schema.form.create": "Criar Elemento de Metadado", - + // "admin.registries.schema.form.edit": "Edit metadata field", "admin.registries.schema.form.edit": "Editar Campo de Metadados", - + // "admin.registries.schema.form.element": "Element", "admin.registries.schema.form.element": "Elemento", - + // "admin.registries.schema.form.qualifier": "Qualifier", "admin.registries.schema.form.qualifier": "Qualificador", - + // "admin.registries.schema.form.scopenote": "Scope Note", "admin.registries.schema.form.scopenote": "Nota de Âmbito", - + // "admin.registries.schema.head": "Metadata Schema", "admin.registries.schema.head": "Esquema de Metadados", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.created": "Criou o esquema de metadados \"{{prefix}}\" com sucesso", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.failure": "Falhou ao apagar {{amount}} esquema(s) de metadados", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.success": "Apagou {{amount}} esquema(s) de metadados com sucesso", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.edited": "Editou o esquema de metadados \"{{prefix}}\" com sucesso", - + // "admin.registries.schema.notification.failure": "Error", "admin.registries.schema.notification.failure": "Erro", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", "admin.registries.schema.notification.field.created": "Criou o campo de metadado \"{{field}}\" com sucesso", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.failure": "Falhou ao apagar {{amount}} campo(s) de metadados", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.success": "Apagou {{amount}} campo(s) de metadados com sucesso", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "Editou o campo de metadodo \"{{field}}\" com sucesso", - + // "admin.registries.schema.notification.success": "Success", "admin.registries.schema.notification.success": "Sucesso", - + // "admin.registries.schema.return": "Return", "admin.registries.schema.return": "Voltar", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", "admin.registries.schema.title": "DSpace :: Registo de Esquema de Metadados", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", "admin.access-control.epeople.actions.delete": "Apagar Utilizador", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", "admin.access-control.epeople.actions.impersonate": "Assumir o papel do Utilizador", - + // "admin.access-control.epeople.actions.reset": "Reset password", "admin.access-control.epeople.actions.reset": "Redefinir password", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", "admin.access-control.epeople.actions.stop-impersonating": "Deixar de assumir o papel do Utilizador", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", "admin.access-control.epeople.title": "DSpace :: Utilizador", - + // "admin.access-control.epeople.head": "EPeople", "admin.access-control.epeople.head": "Utilizador", - + // "admin.access-control.epeople.search.head": "Search", "admin.access-control.epeople.search.head": "Pesquisar", - + // "admin.access-control.epeople.button.see-all": "Browse All", "admin.access-control.epeople.button.see-all": "Pesquisar Todos", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", "admin.access-control.epeople.search.scope.metadata": "Metadados", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", "admin.access-control.epeople.search.scope.email": "Email (exato)", - + // "admin.access-control.epeople.search.button": "Search", "admin.access-control.epeople.search.button": "Pesquisar", - + // "admin.access-control.epeople.button.add": "Add EPerson", "admin.access-control.epeople.button.add": "Adicionar Utilizador", - + // "admin.access-control.epeople.table.id": "ID", "admin.access-control.epeople.table.id": "ID", - + // "admin.access-control.epeople.table.name": "Name", "admin.access-control.epeople.table.name": "Nome", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", "admin.access-control.epeople.table.email": "Email (exato)", - + // "admin.access-control.epeople.table.edit": "Edit", "admin.access-control.epeople.table.edit": "Editar", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.edit": "Editar \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.remove": "Apagar \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", "admin.access-control.epeople.no-items": "Sem Utilizadores para mostrar.", - + // "admin.access-control.epeople.form.create": "Create EPerson", "admin.access-control.epeople.form.create": "Criar Utilizador", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", "admin.access-control.epeople.form.edit": "Editar Utilizador", - + // "admin.access-control.epeople.form.firstName": "First name", "admin.access-control.epeople.form.firstName": "Nome", - + // "admin.access-control.epeople.form.lastName": "Last name", "admin.access-control.epeople.form.lastName": "Apelido", - + // "admin.access-control.epeople.form.email": "E-mail", "admin.access-control.epeople.form.email": "Email", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", "admin.access-control.epeople.form.emailHint": "Deve conter um email válido", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", "admin.access-control.epeople.form.canLogIn": "Pode iniciar sessão", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", "admin.access-control.epeople.form.requireCertificate": "Requer certificado", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.success": "Utilizador criado com sucesso \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.failure": "Falha ao criar o Utilizador \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Falha ao criar o Utilizador \"{{name}}\", o email \"{{email}}\" já está registado no repositório.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Falha ao editar o Utilizador \"{{name}}\", o email \"{{email}}\" já está registado no repositório.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.success": "Utilizador editado com successo \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.failure": "Falha ao editor Utilizador \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.success": "Utilizador apagado com sucesso \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.failure": "Falha ao apagar Utilizador \"{{name}}\"", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Membro dos grupos:", - + // "admin.access-control.epeople.form.table.id": "ID", "admin.access-control.epeople.form.table.id": "ID", - + // "admin.access-control.epeople.form.table.name": "Name", "admin.access-control.epeople.form.table.name": "Nome", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", "admin.access-control.epeople.form.memberOfNoGroups": "Este Utilizador não é membro de nenhum grupo", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", "admin.access-control.epeople.form.goToGroups": "Adicionar a grupos", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.failure": "Falha ao apagar Utilizador: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.success": "Utilizador apagado com sucesso: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", "admin.access-control.groups.title": "DSpace :: Grupos", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", "admin.access-control.groups.title.singleGroup": "DSpace :: Editar Grupo", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", "admin.access-control.groups.title.addGroup": "DSpace :: Novo Grupo", - + // "admin.access-control.groups.head": "Groups", "admin.access-control.groups.head": "Grupos", - + // "admin.access-control.groups.button.add": "Add group", "admin.access-control.groups.button.add": "Adicionar grupo", - + // "admin.access-control.groups.search.head": "Search groups", "admin.access-control.groups.search.head": "Pesquisar grupos", - + // "admin.access-control.groups.button.see-all": "Browse all", "admin.access-control.groups.button.see-all": "Percorrer todos", - + // "admin.access-control.groups.search.button": "Search", "admin.access-control.groups.search.button": "Pesquisar", - + // "admin.access-control.groups.table.id": "ID", "admin.access-control.groups.table.id": "ID", - + // "admin.access-control.groups.table.name": "Name", "admin.access-control.groups.table.name": "Nome", - + // "admin.access-control.groups.table.members": "Members", "admin.access-control.groups.table.members": "Membros", - + // "admin.access-control.groups.table.edit": "Edit", "admin.access-control.groups.table.edit": "Editar", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.edit": "Editar \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.remove": "Apagar \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.no-items": "Não foram encontrados grupos através do nome ou o UUID", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", "admin.access-control.groups.notification.deleted.success": "Grupo apagado com sucesso \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", "admin.access-control.groups.notification.deleted.failure.title": "Falha ao apagar grupo \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", "admin.access-control.groups.notification.deleted.failure.content": "Causa: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.permanent": "Este grupo é permanente, não pode ser editado ou apagado. Pode adicionar ou remover membros do grupo nesta página.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.workflowGroup": "Este grupo não pode ser editado ou apagado porque corresponde a um papel no workflow de submissão em \"{{name}}\" {{comcol}}. Pode apagá-lo na aba \"Atribuir Papéis\" na edição da página {{comcol}}. Pode adicionar ou remover membros nesta página.", - + // "admin.access-control.groups.form.head.create": "Create group", "admin.access-control.groups.form.head.create": "Criar grupo", - + // "admin.access-control.groups.form.head.edit": "Edit group", "admin.access-control.groups.form.head.edit": "Editar grupo", - + // "admin.access-control.groups.form.groupName": "Group name", "admin.access-control.groups.form.groupName": "Nome do grupo", - + // "admin.access-control.groups.form.groupDescription": "Description", "admin.access-control.groups.form.groupDescription": "Descrição", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.success": "Grupo criado com sucesso \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.failure": "Falha ao criar grupo \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Falha ao criar o grupo com o nome: \"{{name}}\", verifique se o nome do grupo já está a ser utilizado.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.failure": "Falha ao editar grupo \"{{name}}\"", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Nome \"{{name}}\" já utilizado!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.success": "Grupo editado com sucesso \"{{name}}\"", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", "admin.access-control.groups.form.actions.delete": "Apagar grupo", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.header": "Apagar grupo \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.info": "Pretende mesmo apagar o grupo \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", "admin.access-control.groups.form.delete-group.modal.cancel": "Cancelar", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", "admin.access-control.groups.form.delete-group.modal.confirm": "Apagar", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.success": "Grupo apagado com sucesso \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.failure.title": "Falha ao apagar grupo \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", "admin.access-control.groups.form.notification.deleted.failure.content": "Causa: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", "admin.access-control.groups.form.members-list.head": "Utilizador", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", "admin.access-control.groups.form.members-list.search.head": "Adicionar Utilizador", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", "admin.access-control.groups.form.members-list.button.see-all": "Percorrer TODOS", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", "admin.access-control.groups.form.members-list.headMembers": "Membros atuais", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadados", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", "admin.access-control.groups.form.members-list.search.scope.email": "Email (exato)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", "admin.access-control.groups.form.members-list.search.button": "Pesquisar", - + // "admin.access-control.groups.form.members-list.table.id": "ID", "admin.access-control.groups.form.members-list.table.id": "ID", - + // "admin.access-control.groups.form.members-list.table.name": "Name", "admin.access-control.groups.form.members-list.table.name": "Nome", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", "admin.access-control.groups.form.members-list.table.edit": "Remover / Adicionar", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remover o membro com nome \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.addMember": "Membro adicionado com sucesso: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.addMember": "Falha ao adicionar membro: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Membro apagado com sucesso: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Falha ao apagar membro: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Adicionar membro com o nome \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Sem grupos ativos, indique um nome primeiro.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", "admin.access-control.groups.form.members-list.no-members-yet": "Grupo sem membros, pesquise e adicione novos membros.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", "admin.access-control.groups.form.members-list.no-items": "Não foram encontrados Utilizadores nesta pesquisa", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure": "Algo correu mal: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", "admin.access-control.groups.form.subgroups-list.head": "Grupos", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", "admin.access-control.groups.form.subgroups-list.search.head": "Adicionar um subgrupo", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", "admin.access-control.groups.form.subgroups-list.button.see-all": "Percorrer Todos", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", "admin.access-control.groups.form.subgroups-list.headSubgroups": "Subgrupos atuais", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", "admin.access-control.groups.form.subgroups-list.search.button": "Pesquisar", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", "admin.access-control.groups.form.subgroups-list.table.id": "ID", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", "admin.access-control.groups.form.subgroups-list.table.name": "Nome", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", "admin.access-control.groups.form.subgroups-list.table.edit": "Remover / Adicionar", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remover subgrupo com o nome \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Adicionar subgrupo com o nome \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Grupo atual", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Subgrupo adicionado com sucesso: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Falha ao adicionar subgrupo: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Subgrupo apagado com sucesso: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Falha ao apagar subgrupo: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Sem grupo ativo, indique um nome primeiro.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Este é o grupo atual, não pode ser adicionado.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.form.subgroups-list.no-items": "Não foram encontrados grupos com este nome ou UUID", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Este grupo não tem ainda subgrupos.", - + // "admin.access-control.groups.form.return": "Return to groups", "admin.access-control.groups.form.return": "Retornar aos grupos", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", "admin.search.breadcrumbs": "Pesquisa administrativa", - + // "admin.search.collection.edit": "Edit", "admin.search.collection.edit": "Editar", - + // "admin.search.community.edit": "Edit", "admin.search.community.edit": "Editar", - + // "admin.search.item.delete": "Delete", "admin.search.item.delete": "Apagar", - + // "admin.search.item.edit": "Edit", "admin.search.item.edit": "Editar", - + // "admin.search.item.make-private": "Make Private", "admin.search.item.make-private": "Tornar Privado", - + // "admin.search.item.make-public": "Make Public", "admin.search.item.make-public": "Tornar Público", - + // "admin.search.item.move": "Move", "admin.search.item.move": "Mover", - + // "admin.search.item.reinstate": "Reinstate", "admin.search.item.reinstate": "Reintegrar", - + // "admin.search.item.withdraw": "Withdraw", "admin.search.item.withdraw": "Retirar", - + // "admin.search.title": "Administrative Search", "admin.search.title": "Pesquisa Administrativa", - + // "administrativeView.search.results.head": "Administrative Search", "administrativeView.search.results.head": "Pesquisa Administrativa", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", "admin.workflow.breadcrumbs": "Gestão do Workflow", - + // "admin.workflow.title": "Administer Workflow", "admin.workflow.title": "Gestão do Workflow", - + // "admin.workflow.item.workflow": "Workflow", "admin.workflow.item.workflow": "Workflow", - + // "admin.workflow.item.delete": "Delete", "admin.workflow.item.delete": "Apagar", - + // "admin.workflow.item.send-back": "Send back", "admin.workflow.item.send-back": "Devolver", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", "admin.metadata-import.breadcrumbs": "Importação de Metadados", - + // "admin.metadata-import.title": "Import Metadata", "admin.metadata-import.title": "Importação de Metadados", - + // "admin.metadata-import.page.header": "Import Metadata", "admin.metadata-import.page.header": "Importação de Metadados", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", "admin.metadata-import.page.help": "Pode arrastar ou procurar ficheiros CSV que contenham operações em lote de metadados", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", "admin.metadata-import.page.dropMsg": "Arraste um ficheiro CSV com metadados para importar", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", "admin.metadata-import.page.dropMsgReplace": "Arraste um ficheiro CSV para substituir o atual", - + // "admin.metadata-import.page.button.return": "Return", "admin.metadata-import.page.button.return": "Voltar", - + // "admin.metadata-import.page.button.proceed": "Proceed", "admin.metadata-import.page.button.proceed": "Continuar", - + // "admin.metadata-import.page.error.addFile": "Select file first!", "admin.metadata-import.page.error.addFile": "Selecione um ficheiro!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", "auth.errors.invalid-user": "Endereço de email ou palavra-chave inválidos.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", "auth.messages.expired": "Sua sessão expirou. Por favor entre novamente.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", "bitstream.edit.bitstream": "Ficheiros: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", "bitstream.edit.form.description.hint": "Opcionalmente, pode indicar uma breve descrição do ficheiro, por exemplo \"Texto Principal\" ou \"Dados da experiência\".", - + // "bitstream.edit.form.description.label": "Description", "bitstream.edit.form.description.label": "Descrição", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", "bitstream.edit.form.embargo.hint": "O primeiro dia a partir do qual o acesso é permitido. A data não pode ser alterada neste formulário. Para definir uma data de embargo para um ficheiro, vá à aba Estdo do Item, clique em Autorizações..., crie ou edite a política READ do ficheiro, e definda uma Data de Início.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", "bitstream.edit.form.embargo.label": "Embargo até uma data específica", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", "bitstream.edit.form.fileName.hint": "Altere o nome do ficheiro. Isto vai alterar o endereço de apresentação do ficheiro, mas o link antigo redireciona para o novo desde que não seja alterada a sequência dos identificadores.", - + // "bitstream.edit.form.fileName.label": "Filename", "bitstream.edit.form.fileName.label": "Nome do ficheiro", - + // "bitstream.edit.form.newFormat.label": "Describe new format", "bitstream.edit.form.newFormat.label": "Descreva o novo formato", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", "bitstream.edit.form.newFormat.hint": "A aplicação usada para criar o ficheiro e a respetiva versão (por exemplo, \"ACMESoft SuperApp versão 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", "bitstream.edit.form.primaryBitstream.label": "Ficheiro primário", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", "bitstream.edit.form.selectedFormat.hint": "Se o formato não está na lista abaixo, escolha \"Formato não está na lista\" e desreva-o em \"Descreva o novo formato\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", "bitstream.edit.form.selectedFormat.label": "Formato Selecionado", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", "bitstream.edit.form.selectedFormat.unknown": "Formato não está na lista", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", "bitstream.edit.notifications.error.format.title": "Ocorreu um erro ao guardar o formto do ficheiro", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", "bitstream.edit.notifications.saved.content": "As alterações aos ficheiro foram guardadas.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", "bitstream.edit.notifications.saved.title": "Ficheiro guardado", - + // "bitstream.edit.title": "Edit bitstream", "bitstream.edit.title": "Editar ficheiro", - - - + + + // "browse.comcol.by.author": "By Author", "browse.comcol.by.author": "Por Autor", - + // "browse.comcol.by.dateissued": "By Issue Date", "browse.comcol.by.dateissued": "Por Data de Publicação", - + // "browse.comcol.by.subject": "By Subject", "browse.comcol.by.subject": "Por Assunto", - + // "browse.comcol.by.title": "By Title", "browse.comcol.by.title": "Por Título", - + // "browse.comcol.head": "Browse", "browse.comcol.head": "Navegar", - + // "browse.empty": "No items to show.", "browse.empty": "Sem itens a exibir.", - + // "browse.metadata.author": "Author", "browse.metadata.author": "Autor", - + // "browse.metadata.dateissued": "Issue Date", "browse.metadata.dateissued": "Data de Publicação", - + // "browse.metadata.subject": "Subject", "browse.metadata.subject": "Assunto", - + // "browse.metadata.title": "Title", "browse.metadata.title": "Título", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", "browse.metadata.author.breadcrumbs": "Pesquisar por Autor", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", "browse.metadata.dateissued.breadcrumbs": "Pesquisar por Data", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", "browse.metadata.subject.breadcrumbs": "Pesquisar por Assunto", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", "browse.metadata.title.breadcrumbs": "Pesquisar por Título", - + // "browse.startsWith.choose_start": "(Choose start)", "browse.startsWith.choose_start": "(Escolha o início)", - + // "browse.startsWith.choose_year": "(Choose year)", "browse.startsWith.choose_year": "(Escolha o ano)", - + // "browse.startsWith.jump": "Jump to a point in the index:", "browse.startsWith.jump": "Pular para um ponto do índice:", - + // "browse.startsWith.months.april": "April", "browse.startsWith.months.april": "Abril", - + // "browse.startsWith.months.august": "August", "browse.startsWith.months.august": "Agosto", - + // "browse.startsWith.months.december": "December", "browse.startsWith.months.december": "Dezembro", - + // "browse.startsWith.months.february": "February", "browse.startsWith.months.february": "Fevereiro", - + // "browse.startsWith.months.january": "January", "browse.startsWith.months.january": "Janeiro", - + // "browse.startsWith.months.july": "July", "browse.startsWith.months.july": "Julho", - + // "browse.startsWith.months.june": "June", "browse.startsWith.months.june": "Junho", - + // "browse.startsWith.months.march": "March", "browse.startsWith.months.march": "Março", - + // "browse.startsWith.months.may": "May", "browse.startsWith.months.may": "Maio", - + // "browse.startsWith.months.none": "(Choose month)", "browse.startsWith.months.none": "(escolha o mês)", - + // "browse.startsWith.months.november": "November", "browse.startsWith.months.november": "Novembro", - + // "browse.startsWith.months.october": "October", "browse.startsWith.months.october": "Outubro", - + // "browse.startsWith.months.september": "September", "browse.startsWith.months.september": "Setembro", - + // "browse.startsWith.submit": "Go", "browse.startsWith.submit": "Pesquisar", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", "browse.startsWith.type_date": "Ou indique uma data (ano-mês):", - + // "browse.startsWith.type_text": "Or enter first few letters:", "browse.startsWith.type_text": "Ou indique as primeiras letras:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", "browse.title": "Percorrer {{ collection }} por {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", "chips.remove": "Remover chip", - - - + + + // "collection.create.head": "Create a Collection", "collection.create.head": "Criar uma coleção", - + // "collection.create.notifications.success": "Successfully created the Collection", "collection.create.notifications.success": "Coleção criado com sucesso", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", "collection.create.sub-head": "Criar uma Coleção na Comunidade {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", "collection.curate.header": "Curadoria da coleção: {{collection}}", - + // "collection.delete.cancel": "Cancel", "collection.delete.cancel": "Cancelar", - + // "collection.delete.confirm": "Confirm", "collection.delete.confirm": "Confirmar", - + // "collection.delete.head": "Delete Collection", "collection.delete.head": "Apagar Coleção", - + // "collection.delete.notification.fail": "Collection could not be deleted", "collection.delete.notification.fail": "Coleção não pôde ser apagada", - + // "collection.delete.notification.success": "Successfully deleted collection", "collection.delete.notification.success": "Apagou a coleção com sucesso", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", "collection.delete.text": "Você tem certeza que deseja apagar a coleção \"{{ dso }}?\"", - - - + + + // "collection.edit.delete": "Delete this collection", "collection.edit.delete": "Apagar esta coleção", - + // "collection.edit.head": "Edit Collection", "collection.edit.head": "Editar Coleção", - + // "collection.edit.breadcrumbs": "Edit Collection", "collection.edit.breadcrumbs": "Editar Coleção", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", "collection.edit.tabs.mapper.head": "Mapeamentos", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", "collection.edit.tabs.item-mapper.title": "Editar Coleção - Mapeamentos", - + // "collection.edit.item-mapper.cancel": "Cancel", "collection.edit.item-mapper.cancel": "Cancelar", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", "collection.edit.item-mapper.collection": "Coleção: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", "collection.edit.item-mapper.confirm": "Mapear itens selecionados", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", "collection.edit.item-mapper.description": "Esta é a ferramenta de mapeamento de itens que permite aos administradores de coleções mapear itens de outras coleções nesta. Pode pesquisá-los noutras coleções para mapeá-los, ou navegar na lista dos itens atualmente mapeados.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", "collection.edit.item-mapper.head": "Mapeador de Itens - Mapear itens noutras Coleções", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", "collection.edit.item-mapper.no-search": "Por favor introduza um termo para pesquisar", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", "collection.edit.item-mapper.notifications.map.error.content": "Ocorreu erros ao mapear {{amount}} itens.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", "collection.edit.item-mapper.notifications.map.error.head": "Erros de mapeamento", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", "collection.edit.item-mapper.notifications.map.success.content": "Mapeou {{amount}} itens com sucesso.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", "collection.edit.item-mapper.notifications.map.success.head": "Mapeamento completo", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.error.content": "Ocorreram erros ao tentar remover os mapeamentos de {{amount}} item(ns).", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", "collection.edit.item-mapper.notifications.unmap.error.head": "Erros de remoção de mapeamento", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.success.content": "Removeu os mapeamentps de {{amount}} item(ns) com sucesso.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", "collection.edit.item-mapper.notifications.unmap.success.head": "Remoção de mapeamentos completa", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", "collection.edit.item-mapper.remove": "Remover mapeamentos selecionados", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", "collection.edit.item-mapper.tabs.browse": "Navegar por itens mapeados", - + // "collection.edit.item-mapper.tabs.map": "Map new items", "collection.edit.item-mapper.tabs.map": "Mapear novos itens", - - - + + + // "collection.edit.logo.label": "Collection logo", "collection.edit.logo.label": "Logotipo da Coleção", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", "collection.edit.logo.notifications.add.error": "Falha ao carregar o logotipo da coleção. Verifique o ficheiro antes de tentar de novo.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", "collection.edit.logo.notifications.add.success": "O logotipo da coleção foi carregado com sucesso.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", "collection.edit.logo.notifications.delete.success.title": "Logo removido", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", "collection.edit.logo.notifications.delete.success.content": "O logotipo da coleção foi apagado com sucesso", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", "collection.edit.logo.notifications.delete.error.title": "Erro ao apagar o logotipo", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", "collection.edit.logo.upload": "Arraste um logotipo da coleção para carregar", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", "collection.edit.notifications.success": "Coleção editada com sucesso", - + // "collection.edit.return": "Return", "collection.edit.return": "Voltar", - - - + + + // "collection.edit.tabs.curate.head": "Curate", "collection.edit.tabs.curate.head": "Curadoria", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", "collection.edit.tabs.curate.title": "Editar Coleção - Curadoria", - + // "collection.edit.tabs.authorizations.head": "Authorizations", "collection.edit.tabs.authorizations.head": "Autorizações", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", "collection.edit.tabs.authorizations.title": "Editar Coleção - Autorizações", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", "collection.edit.tabs.metadata.head": "Editar Metadados", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", "collection.edit.tabs.metadata.title": "Editar Coleção - Metadados", - + // "collection.edit.tabs.roles.head": "Assign Roles", "collection.edit.tabs.roles.head": "Atribuir Papéis", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", "collection.edit.tabs.roles.title": "Editar Coleção - Papéis", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", "collection.edit.tabs.source.external": "Esta coleção agrega conteúdo de uma fonte externa", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", "collection.edit.tabs.source.form.errors.oaiSource.required": "Deve indicar o identificador da coleção a ser agregado (set).", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", "collection.edit.tabs.source.form.harvestType": "Os conteúdo estão a ser agregados", - + // "collection.edit.tabs.source.form.head": "Configure an external source", "collection.edit.tabs.source.form.head": "Configure uma fonte externa", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", "collection.edit.tabs.source.form.metadataConfigId": "Formato de Metadados", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", "collection.edit.tabs.source.form.oaiSetId": "ID do set OAI-PMH", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", "collection.edit.tabs.source.form.oaiSource": "Endereço OAI-PMH base", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Agregar metadados e ficheiros (requer suporet ORE)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Agregar metadados e referência aos ficheiros (requer suporte ORE)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Agregar apenas metadados", - + // "collection.edit.tabs.source.head": "Content Source", "collection.edit.tabs.source.head": "Conteúdo fonte", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "collection.edit.tabs.source.notifications.discarded.content": "As alterações foram ignoradas. Para regravar as alterações clique no botão ´Voltar'", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", "collection.edit.tabs.source.notifications.discarded.title": "Alterações descartadas", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "collection.edit.tabs.source.notifications.invalid.content": "As suas alterações não foram guardadas. Confirme se todos os campos estão válidos antes de guardar.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", "collection.edit.tabs.source.notifications.invalid.title": "Metadados inválidos", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", "collection.edit.tabs.source.notifications.saved.content": "As alterações neta coleção foram guardadas.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", "collection.edit.tabs.source.notifications.saved.title": "Conteúdo fonte guardado", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", "collection.edit.tabs.source.title": "Editar Coleção - Conteúdo fonte", - - - + + + // "collection.edit.template.add-button": "Add", "collection.edit.template.add-button": "Adicionar", - + // "collection.edit.template.breadcrumbs": "Item template", "collection.edit.template.breadcrumbs": "Template do Item", - + // "collection.edit.template.cancel": "Cancel", "collection.edit.template.cancel": "Cancelar", - + // "collection.edit.template.delete-button": "Delete", "collection.edit.template.delete-button": "Apagar", - + // "collection.edit.template.edit-button": "Edit", "collection.edit.template.edit-button": "Editar", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", "collection.edit.template.head": "Editar Modelo do Item para a Coleção \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", "collection.edit.template.label": "Modelo do item", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", "collection.edit.template.notifications.delete.error": "Erro ao apagar o template do item", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", "collection.edit.template.notifications.delete.success": "Template do Item apagado com sucesso", - + // "collection.edit.template.title": "Edit Template Item", "collection.edit.template.title": "Editar Modelo do Item", - - - + + + // "collection.form.abstract": "Short Description", "collection.form.abstract": "Descrição curta", - + // "collection.form.description": "Introductory text (HTML)", "collection.form.description": "Texto introdutório (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", "collection.form.errors.title.required": "Por favor indique o nome da coleção", - + // "collection.form.license": "License", "collection.form.license": "Licença", - + // "collection.form.provenance": "Provenance", "collection.form.provenance": "Proveniência", - + // "collection.form.rights": "Copyright text (HTML)", "collection.form.rights": "Texto sobre direitos de autor (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", "collection.form.tableofcontents": "Notícias (HTML)", - + // "collection.form.title": "Name", "collection.form.title": "Nome", - - - + + + // "collection.listelement.badge": "Collection", "collection.listelement.badge": "Coleção", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.head": "Submissões Recentes", - + // "collection.page.browse.recent.empty": "No items to show", "collection.page.browse.recent.empty": "Nenhum item a exibir", - + // "collection.page.edit": "Edit this collection", "collection.page.edit": "Editar esta coleção", - + // "collection.page.handle": "Permanent URI for this collection", "collection.page.handle": "URI Permanente para esta coleção", - + // "collection.page.license": "License", "collection.page.license": "Licença", - + // "collection.page.news": "News", "collection.page.news": "Notícias", - - - + + + // "collection.select.confirm": "Confirm selected", "collection.select.confirm": "Confirmar seleção", - + // "collection.select.empty": "No collections to show", "collection.select.empty": "Nenhuma coleção a mostrar", - + // "collection.select.table.title": "Title", "collection.select.table.title": "Título", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", "collection.source.update.notifications.error.content": "As configurações providenciadas foram testadas mas não funcionam.", - + // "collection.source.update.notifications.error.title": "Server Error", "collection.source.update.notifications.error.title": "Erro no Servidor", - - - + + + // "communityList.tabTitle": "DSpace - Community List", "communityList.tabTitle": "DSpace - Lista de Comunidades", - + // "communityList.title": "List of Communities", "communityList.title": "Lista de Comunidades", - + // "communityList.showMore": "Show More", "communityList.showMore": "Mostrar Mais", - - - + + + // "community.create.head": "Create a Community", "community.create.head": "Criar uma comunidade", - + // "community.create.notifications.success": "Successfully created the Community", "community.create.notifications.success": "Comunidade criada com sucesso", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", "community.create.sub-head": "Criar uma Sub-Comunidade para Comunidade {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", "community.curate.header": "Curar Comunidade: {{community}}", - + // "community.delete.cancel": "Cancel", "community.delete.cancel": "Cancelar", - + // "community.delete.confirm": "Confirm", "community.delete.confirm": "Confirmar", - + // "community.delete.head": "Delete Community", "community.delete.head": "Apagar Comunidade", - + // "community.delete.notification.fail": "Community could not be deleted", "community.delete.notification.fail": "Não foi possível apagar a Comunidade", - + // "community.delete.notification.success": "Successfully deleted community", "community.delete.notification.success": "Comunidade apagada com sucesso", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", "community.delete.text": "Você tem certeza que quer apagar a comunidade \"{{ dso }}\"?", - + // "community.edit.delete": "Delete this community", "community.edit.delete": "Apagar esta comunidade", - + // "community.edit.head": "Edit Community", "community.edit.head": "Editar Comunidade", - + // "community.edit.breadcrumbs": "Edit Community", "community.edit.breadcrumbs": "Editar Comunidade", - - + + // "community.edit.logo.label": "Community logo", "community.edit.logo.label": "Logo da Comunidade", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", "community.edit.logo.notifications.add.error": "Falha ao carregar o logotipo da comunidade. Verifique o conteúdo antes de tentar de novo.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", "community.edit.logo.notifications.add.success": "Logotipo da comunindade carregado com sucesso.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", "community.edit.logo.notifications.delete.success.title": "Logotipo apagado", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", "community.edit.logo.notifications.delete.success.content": "O logotipo da comuindade foi apagado com sucesso", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", "community.edit.logo.notifications.delete.error.title": "Erro ao apagar o logotipo", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", "community.edit.logo.upload": "Arraste um logotipo da comunidade para carregar", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", "community.edit.notifications.success": "Comunidade editada com sucesso", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", "community.edit.notifications.unauthorized": "Não tem os privilégios necessários para efetuar esta alteração", - + // "community.edit.notifications.error": "An error occured while editing the Community", "community.edit.notifications.error": "Ocorreu um erro ao editar a comunidade", - + // "community.edit.return": "Return", "community.edit.return": "Voltar", - - - + + + // "community.edit.tabs.curate.head": "Curate", "community.edit.tabs.curate.head": "Curadoria", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", "community.edit.tabs.curate.title": "Editar Comunidade - Curadoria", - + // "community.edit.tabs.metadata.head": "Edit Metadata", "community.edit.tabs.metadata.head": "Editar Metadados", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", "community.edit.tabs.metadata.title": "Editar Comunidade - Metadados", - + // "community.edit.tabs.roles.head": "Assign Roles", "community.edit.tabs.roles.head": "Atribuir Papéis", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", "community.edit.tabs.roles.title": "Editar Comunidade - Papéis", - + // "community.edit.tabs.authorizations.head": "Authorizations", "community.edit.tabs.authorizations.head": "Autorizações", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", "community.edit.tabs.authorizations.title": "Editar Comunidade - Autorizações", - - - + + + // "community.listelement.badge": "Community", "community.listelement.badge": "Comunidade", - - - + + + // "comcol-role.edit.no-group": "None", "comcol-role.edit.no-group": "Nenhum", - + // "comcol-role.edit.create": "Create", "comcol-role.edit.create": "Criar", - + // "comcol-role.edit.restrict": "Restrict", "comcol-role.edit.restrict": "Restrito", - + // "comcol-role.edit.delete": "Delete", "comcol-role.edit.delete": "Apagar", - - + + // "comcol-role.edit.community-admin.name": "Administrators", "comcol-role.edit.community-admin.name": "Administradores", - + // "comcol-role.edit.collection-admin.name": "Administrators", "comcol-role.edit.collection-admin.name": "Administradores", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.community-admin.description": "Os administradores de Comunidade podem criar sub-comunidades e coleções, assim como gerir ou delegar a gestão dessas sub-comunidade ou coleções. Além disso, decidem quem pode submeter itens em qualquer coleção, editar metadados (após submissão), e mapear itens de outras coleções (sujeito a autorização).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", "comcol-role.edit.collection-admin.description": "Os administradores de coleção decidem quem pode submeter itens a uma coleção, editar metadados (após submissão), e mapear itens de outras coleções (sujeito a autorização para essa coleção).", - - + + // "comcol-role.edit.submitters.name": "Submitters", "comcol-role.edit.submitters.name": "Depositantes", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", "comcol-role.edit.submitters.description": "Os Utilizadores e Grupos que possuem permissões de depósito nesta coleção.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", - "comcol-role.edit.item_read.name": "acesso de Leitura Padrão ao item", - + "comcol-role.edit.item_read.name": "acesso de Leitura Padrão ao item", + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", "comcol-role.edit.item_read.description": "Utilizadores e Grupos que podem ver itens submetidos nesta coleção. As alterações a este papel não são retroativas. Os itens existentes no sistema ainda poderão ser vistos por aqueles que tiveram acesso de leitura no momento de sua adição.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", "comcol-role.edit.item_read.anonymous-group": "A definição de Leitura padrão de novos itens está definida para Utilizadores Anónimos.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", "comcol-role.edit.bitstream_read.name": "Leitura padrão de ficheiros", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.bitstream_read.description": "Os administradores de Comunidade podem criar sub-comunidades e coleções, assim como gerir ou delegar a gestão dessas sub-comunidade ou coleções. Além disso, decidem quem pode submeter itens em qualquer coleção, editar metadados (após submissão), e mapear itens de outras coleções (sujeito a autorização).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", "comcol-role.edit.bitstream_read.anonymous-group": "A definição de Leitura padrão de novos ficheiros está definida para Utilizadores Anónimos.", - - + + // "comcol-role.edit.editor.name": "Editors", "comcol-role.edit.editor.name": "Editores", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", "comcol-role.edit.editor.description": "Os Editores podem editar os metadados, e depois aceitar ou rejeitar as submissões.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", "comcol-role.edit.finaleditor.name": "Editores Finais", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", "comcol-role.edit.finaleditor.description": "Os Editores Finais podem editar os metadados de uma submissão, mas não os podem rejeitar.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", "comcol-role.edit.reviewer.name": "Revisores", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", "comcol-role.edit.reviewer.description": "Os Revisores podem aceitar ou rejeitar as submissões enviadas. Contudo, não podem editar os metadados das submissões.", - - - + + + // "community.form.abstract": "Short Description", "community.form.abstract": "Descrição curta", - + // "community.form.description": "Introductory text (HTML)", "community.form.description": "Texto introdutório (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", "community.form.errors.title.required": "Por favor indique um nome para a comunidade", - + // "community.form.rights": "Copyright text (HTML)", "community.form.rights": "Texto de direito de cópia (HTML)", - + // "community.form.tableofcontents": "News (HTML)", "community.form.tableofcontents": "Notícias (HTML)", - + // "community.form.title": "Name", "community.form.title": "Nome", - + // "community.page.edit": "Edit this community", "community.page.edit": "Editar esta comunidade", - + // "community.page.handle": "Permanent URI for this community", "community.page.handle": "URI Permanente desta comunidade", - + // "community.page.license": "License", "community.page.license": "Licença", - + // "community.page.news": "News", "community.page.news": "Notícias", - + // "community.all-lists.head": "Subcommunities and Collections", "community.all-lists.head": "Sub-Comunidade e Coleções", - + // "community.sub-collection-list.head": "Collections of this Community", "community.sub-collection-list.head": "Coleções desta Comunidade", - + // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "Comunidades desta Comunidade", - - - + + + // "cookies.consent.accept-all": "Accept all", "cookies.consent.accept-all": "Aceitar todos", - + // "cookies.consent.accept-selected": "Accept selected", "cookies.consent.accept-selected": "Aceitar selecionados", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", "cookies.consent.app.opt-out.description": "Esta aplicação é carregada por padrão (mas pode excluí-la)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", "cookies.consent.app.opt-out.title": "(excluir)", - + // "cookies.consent.app.purpose": "purpose", "cookies.consent.app.purpose": "propósito", - + // "cookies.consent.app.required.description": "This application is always required", "cookies.consent.app.required.description": "Esta aplicação é sempre necessária", - + // "cookies.consent.app.required.title": "(always required)", "cookies.consent.app.required.title": "(sempre necessária)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", "cookies.consent.update": "Existem alterações desde a sua última visita, atualize o seu consentimento.", - + // "cookies.consent.close": "Close", "cookies.consent.close": "Fechar", - + // "cookies.consent.decline": "Decline", "cookies.consent.decline": "Rejeitar", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", "cookies.consent.content-notice.description": "Coletamos e processamos informação pessoal para os seguintes propósitos: Autenticação, Guardar Preferências, Termos de Uso e Estatísticas.
To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", "cookies.consent.content-notice.learnMore": "Pesonalizar", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", "cookies.consent.content-modal.description": "Aqui pode ver e personalizar a informação pessoal que coletamos sobre si.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", "cookies.consent.content-modal.privacy-policy.name": "política de privacidade", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", "cookies.consent.content-modal.privacy-policy.text": "Para saber mais, leia a {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Informação que coletamos", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Autenticação", - + // "cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Obrigatório para iniciar sessão", - - + + // "cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Preferências", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", "cookies.consent.app.description.preferences": "Obrigatório para guardar as suas preferências", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", "cookies.consent.app.title.acknowledgement": "Termos de Uso", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", "cookies.consent.app.description.acknowledgement": "Requerido para guardar os Termos de uso e Consentimento", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", "cookies.consent.app.description.google-analytics": "Permite-nos rastrear dados estatísticos", - - - + + + // "cookies.consent.purpose.functional": "Functional", "cookies.consent.purpose.functional": "Funcional", - + // "cookies.consent.purpose.statistical": "Statistical", "cookies.consent.purpose.statistical": "Estatísticos", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Verifica ligações nos metadados", - + "curation-task.task.checklinks.label": "Verifica ligações nos metadados", + // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", "curation-task.task.profileformats.label": "Perfil dos Formatos de Ficheiro", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", "curation-task.task.requiredmetadata.label": "Verifica metadados obrigatórios", - + // "curation-task.task.translate.label": "Microsoft Translator", "curation-task.task.translate.label": "Tradutor Microsoft", - + // "curation-task.task.vscan.label": "Virus Scan", "curation-task.task.vscan.label": "Scan de Vírus", - - - + + + // "curation.form.task-select.label": "Task:", "curation.form.task-select.label": "Tarefa:", - + // "curation.form.submit": "Start", "curation.form.submit": "Início", - + // "curation.form.submit.success.head": "The curation task has been started successfully", "curation.form.submit.success.head": "A tarefa de curadoria iniciou com sucesso", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", "curation.form.submit.success.content": "Será redirecionado para a página correspondente ao processo.", - + // "curation.form.submit.error.head": "Running the curation task failed", "curation.form.submit.error.head": "Falha ao executar a tarefa de curadoria", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", "curation.form.submit.error.content": "Ocorreu um erro ao tentar iniciar a tarefa de curadoria.", - + // "curation.form.handle.label": "Handle:", "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", "curation.form.handle.hint": "Dica: Introduza [o-seu-prefixo-handle]/0 para executar a tarefa em todo o repositório (nem todas as tarefas são compatíveis com esta opção)", - - - + + + // "dso-selector.create.collection.head": "New collection", "dso-selector.create.collection.head": "Nova coleção", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", "dso-selector.create.collection.sub-level": "Criar nova coleção em", - + // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "Nova comunidade", - + // "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.sub-level": "Criar uma nova coleção em", - + // "dso-selector.create.community.top-level": "Create a new top-level community", "dso-selector.create.community.top-level": "Criar uma nova comunidade no nível superior", - + // "dso-selector.create.item.head": "New item", "dso-selector.create.item.head": "Novo item", - + // "dso-selector.create.item.sub-level": "Create a new item in", "dso-selector.create.item.sub-level": "Criar um novo item em", - + // "dso-selector.create.submission.head": "New submission", "dso-selector.create.submission.head": "Nova submissão", - + // "dso-selector.edit.collection.head": "Edit collection", "dso-selector.edit.collection.head": "Editar coleção", - + // "dso-selector.edit.community.head": "Edit community", "dso-selector.edit.community.head": "Editar comunidade", - + // "dso-selector.edit.item.head": "Edit item", "dso-selector.edit.item.head": "Editar item", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", "dso-selector.export-metadata.dspaceobject.head": "Exportar metadados de ", - + // "dso-selector.no-results": "No {{ type }} found", "dso-selector.no-results": "Nenhum(a) {{ type }} encontrado(a)", - + // "dso-selector.placeholder": "Search for a {{ type }}", "dso-selector.placeholder": "Pesquisar por um(a) {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "Exportar metadados para {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.info": "Pretende exportar metadados para {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", "confirmation-modal.export-metadata.cancel": "Cancelar", - + // "confirmation-modal.export-metadata.confirm": "Export", "confirmation-modal.export-metadata.confirm": "Exportar", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.header": "Apagar Utilizador \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.info": "Pretende apagar o utilizar \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", "confirmation-modal.delete-eperson.cancel": "Cancelar", - + // "confirmation-modal.delete-eperson.confirm": "Delete", "confirmation-modal.delete-eperson.confirm": "Apagar", - - + + // "error.bitstream": "Error fetching bitstream", "error.bitstream": "Erro ao aceder ao ficheiro", - + // "error.browse-by": "Error fetching items", "error.browse-by": "Erro ao carregar itens", - + // "error.collection": "Error fetching collection", "error.collection": "Erro ao carregar coleção", - + // "error.collections": "Error fetching collections", "error.collections": "Erro ao carregar coleções", - + // "error.community": "Error fetching community", "error.community": "Erro ao carregar comunidade", - + // "error.identifier": "No item found for the identifier", "error.identifier": "Nenhum item encontrado para o identificador", - + // "error.default": "Error", "error.default": "Erro", - + // "error.item": "Error fetching item", "error.item": "Erro ao carregar item", - + // "error.items": "Error fetching items", "error.items": "Erro ao carregar itens", - + // "error.objects": "Error fetching objects", "error.objects": "Erro ao carregar objetos", - + // "error.recent-submissions": "Error fetching recent submissions", "error.recent-submissions": "Erro ao carregar as submissões recentes", - + // "error.search-results": "Error fetching search results", "error.search-results": "Erro ao carregar os resultados da pesquisa", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "Erro ao carregar sub-coleções", - + // "error.sub-communities": "Error fetching sub-communities", "error.sub-communities": "Erro ao carregar sub-comunidade", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", "error.submission.sections.init-form-error": "Ocorreu um erro durante a Secção de inicialização, por favor verifique sua configuração de input-form. Detalhes estão abaixo :

", - + // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Erro ao carregar as comunidade de nível superior", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", "error.validation.license.notgranted": "Você deve concordar com esta licença para completar sua submissão. Se vocẽ não estiver de acordo com esta licença neste momento você pode salvar seu trabalho para continuar depois ou remover a submissão.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", "error.validation.pattern": "Este campo está restrito ao seguinte padrão: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", "error.validation.filerequired": "O carregamento de ficheiros é obrigatório", - - - + + + // "file-section.error.header": "Error obtaining files for this item", "file-section.error.header": "Erro ao obter ficheiros para este item", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", "footer.link.dspace": "Software DSpace", - + // "footer.link.lyrasis": "LYRASIS", "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", "footer.link.cookies": "Configurações de Cookies", - + // "footer.link.privacy-policy": "Privacy policy", "footer.link.privacy-policy": "Política de Privacidade", - + // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Termos de uso", - - - + "footer.link.end-user-agreement": "Termos de uso", + + + // "forgot-email.form.header": "Forgot Password", "forgot-email.form.header": "Esqueci a palavra-chave", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "forgot-email.form.info": "Registe-se para subscrever notificações de novos itens nas coleções por email assim como submeter itens no repositório.", - + // "forgot-email.form.email": "Email Address *", "forgot-email.form.email": "Endereço Eletrónico *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", "forgot-email.form.email.error.required": "Indique um endereço de correio eletrónico", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", "forgot-email.form.email.error.pattern": "Indique um endereço de correio eletrónico válido", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", "forgot-email.form.email.hint": "Este endereço de correio eletrónico será validado e usado como o seu nome de Utilizador para autenticação.", - + // "forgot-email.form.submit": "Submit", "forgot-email.form.submit": "Guardar", - + // "forgot-email.form.success.head": "Verification email sent", "forgot-email.form.success.head": "Email de Confirmação enviado", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "forgot-email.form.success.content": "Foi enviado uma mensagem para {{ email }} com instruções e um endereço de validação da sua conta de Utilizador.", - + // "forgot-email.form.error.head": "Error when trying to register email", "forgot-email.form.error.head": "Erro ao tentar registar este email", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", "forgot-email.form.error.content": "Ocorreu um erro ao tentar registar o seguinte endereço de correio eletrónico: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", "forgot-password.title": "Esqueci a palavra-chave", - + // "forgot-password.form.head": "Forgot Password", "forgot-password.form.head": "Esqueci a palavra-chave", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "forgot-password.form.info": "Introduza uma nova palavra-chave na caixa abaixo, e depois confirme introduzindo de novo na segunda caixa. Deverá ter pelo menos 6 caracteres.", - + // "forgot-password.form.card.security": "Security", "forgot-password.form.card.security": "Segurança", - + // "forgot-password.form.identification.header": "Identify", "forgot-password.form.identification.header": "Identificação", - + // "forgot-password.form.identification.email": "Email address: ", "forgot-password.form.identification.email": "Endereço eletrónico: ", - + // "forgot-password.form.label.password": "Password", "forgot-password.form.label.password": "Palavra-chave", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", "forgot-password.form.label.passwordrepeat": "Digite novamente para confirmar", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", "forgot-password.form.error.empty-password": "Indique uma palavra-chave na caixa abaixo.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", "forgot-password.form.error.matching-passwords": "As palavras-chave não coincidem.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", "forgot-password.form.error.password-length": "A palavra-chave deve ter pelo menos 6 caracteres.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", "forgot-password.form.notification.error.title": "Erro ao submeter nova palavra-chave", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", "forgot-password.form.notification.success.content": "A recuperação da palavra-chave foi efetuada com sucesso. Foi iniciada sessão com o Utilizador criado.", - + // "forgot-password.form.notification.success.title": "Password reset completed", "forgot-password.form.notification.success.title": "recuperação da palavra-chave efetuada com sucesso", - + // "forgot-password.form.submit": "Submit password", "forgot-password.form.submit": "Enviar palavra-chave", - - - + + + // "form.add": "Add", "form.add": "Adicionar", - + // "form.add-help": "Click here to add the current entry and to add another one", "form.add-help": "Clique aqui para submeter esta entrada e adicionar uma nova", - + // "form.cancel": "Cancel", "form.cancel": "Cancelar", - + // "form.clear": "Clear", "form.clear": "Limpar", - + // "form.clear-help": "Click here to remove the selected value", "form.clear-help": "Clique aqui para apagar o valor selecionado", - + // "form.edit": "Edit", "form.edit": "Editar", - + // "form.edit-help": "Click here to edit the selected value", "form.edit-help": "Clique aqui para editar o valor selecionado", - + // "form.first-name": "First name", "form.first-name": "Primeiro nome", - + // "form.group-collapse": "Collapse", "form.group-collapse": "Esconder", - + // "form.group-collapse-help": "Click here to collapse", "form.group-collapse-help": "Clique aqui para esconder", - + // "form.group-expand": "Expand", "form.group-expand": "Expandir", - + // "form.group-expand-help": "Click here to expand and add more elements", "form.group-expand-help": "Clique aqui para expandir e adicionar mais elementos", - + // "form.last-name": "Last name", "form.last-name": "Último nome", - + // "form.loading": "Loading...", "form.loading": "Carregando...", - + // "form.lookup": "Lookup", "form.lookup": "Consulta", - + // "form.lookup-help": "Click here to look up an existing relation", "form.lookup-help": "Clique para consultar as relações existentes", - + // "form.no-results": "No results found", "form.no-results": "Nenhum resultado encontrado", - + // "form.no-value": "No value entered", "form.no-value": "Nenhum valor informado", - + // "form.other-information": {}, "form.other-information": {}, - + // "form.remove": "Remove", "form.remove": "Apagar", - + // "form.save": "Save", "form.save": "Salvar", - + // "form.save-help": "Save changes", "form.save-help": "Salvar alterações", - + // "form.search": "Search", "form.search": "Pesquisar", - + // "form.search-help": "Click here to look for an existing correspondence", "form.search-help": "Clique aqui para procurar por uma correspondência", - + // "form.submit": "Submit", "form.submit": "Guardar", - - - + + + // "home.description": "", "home.description": "", - + // "home.breadcrumbs": "Home", "home.breadcrumbs": "Principal", - + // "home.title": "DSpace Angular :: Home", "home.title": "DSpace :: Início", - + // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "Comunidades", - + // "home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Selecione uma comunidade para navegar nas suas coleções", - + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", "info.end-user-agreement.accept": "Li e aceito os Termos de Uso", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", "info.end-user-agreement.accept.error": "Ocorreu um erro ao aceitar os Termos de Uso", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", "info.end-user-agreement.accept.success": "Termos de Uso atualizados com sucesso", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", "info.end-user-agreement.breadcrumbs": "Termos de Uso", - + // "info.end-user-agreement.buttons.cancel": "Cancel", "info.end-user-agreement.buttons.cancel": "Cancelar", - + // "info.end-user-agreement.buttons.save": "Save", "info.end-user-agreement.buttons.save": "Guardar", - + // "info.end-user-agreement.head": "End User Agreement", - "info.end-user-agreement.head": "Termos de Uso", - + "info.end-user-agreement.head": "Termos de Uso", + // "info.end-user-agreement.title": "End User Agreement", "info.end-user-agreement.title": "Termos de Uso", - + // "info.privacy.breadcrumbs": "Privacy Statement", "info.privacy.breadcrumbs": "Política de Privacidade", - + // "info.privacy.head": "Privacy Statement", "info.privacy.head": "Política de Privacidade", - + // "info.privacy.title": "Privacy Statement", "info.privacy.title": "Política de Privacidade", - - - + + + // "item.alerts.private": "This item is private", "item.alerts.private": "Este item é privado", - + // "item.alerts.withdrawn": "This item has been withdrawn", "item.alerts.withdrawn": "Este item foi retirado", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", "item.edit.authorizations.heading": "Com este editor pode ver e alterar as políticas de um item, assim como alterar políticas de componentes individuais do item: pacotes e ficheiros. Em resumo, um item contém pacotes, e os pacotes contêm de ficheiros. Os pacotes possuem usualmente políticas de ADICIONAR/REMOVER/LER/ESCREVER enquanto que os ficheiros apenas políticas de LER/ESCREVER.", - + // "item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Editar políticas dos itens", - - - + + + // "item.badge.private": "Private", "item.badge.private": "Privado", - + // "item.badge.withdrawn": "Withdrawn", "item.badge.withdrawn": "Retirado", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", "item.bitstreams.upload.bundle": "Pacote", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", "item.bitstreams.upload.bundle.placeholder": "Selecione um pacote", - + // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Criar um pacote", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Este item não possui um pacote para poder receber os ficheiros.", - + // "item.bitstreams.upload.cancel": "Cancel", "item.bitstreams.upload.cancel": "Cancelar", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", "item.bitstreams.upload.drop-message": "Arraste um ficheiro para carregar", - + // "item.bitstreams.upload.item": "Item: ", "item.bitstreams.upload.item": "Item: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", "item.bitstreams.upload.notifications.bundle.created.content": "O pacote foi criado com sucesso.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", "item.bitstreams.upload.notifications.bundle.created.title": "Pacote criado", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", "item.bitstreams.upload.notifications.upload.failed": "O carregamento falhou. Verifique o ficheiro antes de tentar carregar de novo.", - + // "item.bitstreams.upload.title": "Upload bitstream", "item.bitstreams.upload.title": "Carregar ficheiro", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", "item.edit.bitstreams.bundle.edit.buttons.upload": "Carregar", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", "item.edit.bitstreams.bundle.displaying": "A apresentar atualmente {{ amount }} ficheiros de {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", "item.edit.bitstreams.bundle.load.all": "Carregar todos ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", "item.edit.bitstreams.bundle.load.more": "Carregar mais", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", "item.edit.bitstreams.bundle.name": "PACOTE: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", "item.edit.bitstreams.discard-button": "Descartar", - + // "item.edit.bitstreams.edit.buttons.download": "Download", "item.edit.bitstreams.edit.buttons.download": "Descarregar", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", "item.edit.bitstreams.edit.buttons.drag": "Arrastar", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", "item.edit.bitstreams.edit.buttons.edit": "Editar", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", "item.edit.bitstreams.edit.buttons.remove": "Remover", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", "item.edit.bitstreams.edit.buttons.undo": "Descartar alterações", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", "item.edit.bitstreams.empty": "Este item não possui ficheiros. Carregue um novo ficheiro.", - + // "item.edit.bitstreams.headers.actions": "Actions", "item.edit.bitstreams.headers.actions": "Ações", - + // "item.edit.bitstreams.headers.bundle": "Bundle", "item.edit.bitstreams.headers.bundle": "Pacote", - + // "item.edit.bitstreams.headers.description": "Description", "item.edit.bitstreams.headers.description": "Descrição", - + // "item.edit.bitstreams.headers.format": "Format", "item.edit.bitstreams.headers.format": "Formato", - + // "item.edit.bitstreams.headers.name": "Name", "item.edit.bitstreams.headers.name": "Nome", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.bitstreams.notifications.discarded.content": "As alterações foram descartadas. Para restabelecer as alterações clique no botão 'Voltar'", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", "item.edit.bitstreams.notifications.discarded.title": "Alterações descartadas", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", "item.edit.bitstreams.notifications.move.failed.title": "Erro ao mover ficheiros", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", "item.edit.bitstreams.notifications.move.saved.content": "A alteração dos ficheiros e pacotes foi guardada com sucesso.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", "item.edit.bitstreams.notifications.move.saved.title": "Alteração guardada", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.bitstreams.notifications.outdated.content": "O item em que está a trabalhar foi alterado por outro Utilizador. As suas alterações serão descartadas para evitar conflitos", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", "item.edit.bitstreams.notifications.outdated.title": "Alterações desatualizadas", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", "item.edit.bitstreams.notifications.remove.failed.title": "Erro ao apagar ficheiro", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", "item.edit.bitstreams.notifications.remove.saved.content": "A alteração de remoção do ficheiro deste item foram guardadas.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", "item.edit.bitstreams.notifications.remove.saved.title": "Alterações de remoção guardadas", - + // "item.edit.bitstreams.reinstate-button": "Undo", "item.edit.bitstreams.reinstate-button": "Descartar", - + // "item.edit.bitstreams.save-button": "Save", "item.edit.bitstreams.save-button": "Guardar", - + // "item.edit.bitstreams.upload-button": "Upload", "item.edit.bitstreams.upload-button": "Carregar", - - - + + + // "item.edit.delete.cancel": "Cancel", "item.edit.delete.cancel": "Cancelar", - + // "item.edit.delete.confirm": "Delete", "item.edit.delete.confirm": "Apagar", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", "item.edit.delete.description": "Você tem certeza que deseja apagar completamento este item? Atenção: No momento, nenhum vestígio restará.", - + // "item.edit.delete.error": "An error occurred while deleting the item", "item.edit.delete.error": "Ocorreu um erro ao apagar o item", - + // "item.edit.delete.header": "Delete item: {{ id }}", "item.edit.delete.header": "Apagar item: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", "item.edit.delete.success": "O item foi apagado", - + // "item.edit.head": "Edit Item", "item.edit.head": "Editar Item", - + // "item.edit.breadcrumbs": "Edit Item", "item.edit.breadcrumbs": "Editar Item", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", "item.edit.tabs.mapper.head": "Mapeamento de Coleção", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", "item.edit.tabs.item-mapper.title": "Editar Item - Mapeamento de Coleção", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "Mapear item na(s) coleção(ões) seleciona(s)", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", "item.edit.item-mapper.buttons.remove": "Remover mapeamento(s) do item da(s) coleção(ões) seleciona(s)", - + // "item.edit.item-mapper.cancel": "Cancel", "item.edit.item-mapper.cancel": "Cancelar", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", "item.edit.item-mapper.description": "Essa é a ferramenta de mapeamento de itens que permite que os administradores mapeiem esse item para outras coleções. Você pode procurar coleções e mapeá-las ou navegar na lista de coleções para as quais o item está atualmente mapeado.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", "item.edit.item-mapper.head": "Mapeador de Item - Mapear Itens em Coleções", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "Item: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", "item.edit.item-mapper.no-search": "Insira um termo para efetuar a pesquisa", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.error.content": "Ocorreram erros ao mapear o item em {{amount}} coleções.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", "item.edit.item-mapper.notifications.add.error.head": "Erros de mapeamento", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.success.content": "Mapeou o item em {{amount}} coleções com sucesso.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", "item.edit.item-mapper.notifications.add.success.head": "Mapeamento complesto", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "Ocorreram erros ao remover mapeamento do item em {{amount}} coleções.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", "item.edit.item-mapper.notifications.remove.error.head": "Erros de remoção de mapeamento", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", "item.edit.item-mapper.notifications.remove.success.head": "Completou a remoção de mapeamento", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", "item.edit.item-mapper.tabs.browse": "Navegar nas coleções mapeadas", - + // "item.edit.item-mapper.tabs.map": "Map new collections", "item.edit.item-mapper.tabs.map": "Mapear novas coleções", - - - + + + // "item.edit.metadata.add-button": "Add", "item.edit.metadata.add-button": "Adicionar", - + // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "Descartar", - + // "item.edit.metadata.edit.buttons.edit": "Edit", "item.edit.metadata.edit.buttons.edit": "Editar", - + // "item.edit.metadata.edit.buttons.remove": "Remove", "item.edit.metadata.edit.buttons.remove": "Apagar", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", "item.edit.metadata.edit.buttons.undo": "Desfazer alterações", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "Parar edição", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", "item.edit.metadata.empty": "O item não possui metadados. Clique 'Adicionar' para adicionar metadados.", - + // "item.edit.metadata.headers.edit": "Edit", "item.edit.metadata.headers.edit": "Editar", - + // "item.edit.metadata.headers.field": "Field", "item.edit.metadata.headers.field": "Campo", - + // "item.edit.metadata.headers.language": "Lang", "item.edit.metadata.headers.language": "Idioma", - + // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "Valor", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", "item.edit.metadata.metadatafield.invalid": "Por favor escolha um campo de metadados válido", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.metadata.notifications.discarded.content": "Suas alterações foram descartadas. Para restabelecer suas alterações, clique no botão 'Desfazer'", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", "item.edit.metadata.notifications.discarded.title": "Mudança descartada", - + // "item.edit.metadata.notifications.error.title": "An error occurred", "item.edit.metadata.notifications.error.title": "Ocorreu um erro", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "item.edit.metadata.notifications.invalid.content": "Suas alterações não foram salvas. Verifique se todos os campos são válidos antes de salvar.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", "item.edit.metadata.notifications.invalid.title": "Metadado inválido", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.metadata.notifications.outdated.content": "O item em que você está trabalhando foi alterado por outro usuário. Suas alterações atuais são descartadas para evitar conflitos", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", "item.edit.metadata.notifications.outdated.title": "Alteração desatualizada", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", "item.edit.metadata.notifications.saved.content": "Suas alterações nos metadados deste item foram salvas.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", "item.edit.metadata.notifications.saved.title": "Metadados salvos", - + // "item.edit.metadata.reinstate-button": "Undo", "item.edit.metadata.reinstate-button": "Desfazer", - + // "item.edit.metadata.save-button": "Save", "item.edit.metadata.save-button": "Salvar", - - - + + + // "item.edit.modify.overview.field": "Field", "item.edit.modify.overview.field": "Campo", - + // "item.edit.modify.overview.language": "Language", "item.edit.modify.overview.language": "Idioma", - + // "item.edit.modify.overview.value": "Value", "item.edit.modify.overview.value": "Valor", - - - + + + // "item.edit.move.cancel": "Cancel", "item.edit.move.cancel": "Cancelar", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", "item.edit.move.description": "Selecione a coleção para a qual você deseja mover este item. Para restringir a lista de coleções exibidas, você pode inserir uma consulta de pesquisa na caixa.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", "item.edit.move.error": "Ocorreu um erro ao tentar mover o item", - + // "item.edit.move.head": "Move item: {{id}}", "item.edit.move.head": "Mover item: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", "item.edit.move.inheritpolicies.checkbox": "Herdar politicas", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", "item.edit.move.inheritpolicies.description": "Herdar as politicas padrões da coleção destino", - + // "item.edit.move.move": "Move", "item.edit.move.move": "Mover", - + // "item.edit.move.processing": "Moving...", "item.edit.move.processing": "Movendo...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", "item.edit.move.search.placeholder": "Insira uma consulta para procurar coleções", - + // "item.edit.move.success": "The item has been moved successfully", "item.edit.move.success": "O item foi movido com sucesso", - + // "item.edit.move.title": "Move item", "item.edit.move.title": "Mover item", - - - + + + // "item.edit.private.cancel": "Cancel", "item.edit.private.cancel": "Cancelar", - + // "item.edit.private.confirm": "Make it Private", "item.edit.private.confirm": "Tornar Privado", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", "item.edit.private.description": "Tem certeza de que este item deve ser tornado privado?", - + // "item.edit.private.error": "An error occurred while making the item private", "item.edit.private.error": "Ocorreu um erro ao tornar o item privado", - + // "item.edit.private.header": "Make item private: {{ id }}", "item.edit.private.header": "Tornar privado o item: {{ id }}", - + // "item.edit.private.success": "The item is now private", "item.edit.private.success": "O item agora é privado", - - - + + + // "item.edit.public.cancel": "Cancel", "item.edit.public.cancel": "Cancelar", - + // "item.edit.public.confirm": "Make it Public", "item.edit.public.confirm": "Tornar público", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", "item.edit.public.description": "Você tem certeza que deseja tornar este item público?", - + // "item.edit.public.error": "An error occurred while making the item public", "item.edit.public.error": "Ocorreu um erro ao tornar o item público", - + // "item.edit.public.header": "Make item public: {{ id }}", "item.edit.public.header": "Tornar público o item: {{ id }}", - + // "item.edit.public.success": "The item is now public", "item.edit.public.success": "O item agora é público", - - - + + + // "item.edit.reinstate.cancel": "Cancel", "item.edit.reinstate.cancel": "Cancelar", - + // "item.edit.reinstate.confirm": "Reinstate", "item.edit.reinstate.confirm": "Restabelecer", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", "item.edit.reinstate.description": "Tem certeza de que este item deve ser restabelecido no repositório?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", "item.edit.reinstate.error": "Ocorreu um erro ao restabelecer o item", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", "item.edit.reinstate.header": "Restabelecer item: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", "item.edit.reinstate.success": "O item foi restabelecido com sucesso", - - - + + + // "item.edit.relationships.discard-button": "Discard", "item.edit.relationships.discard-button": "Descartar", - + // "item.edit.relationships.edit.buttons.add": "Add", "item.edit.relationships.edit.buttons.add": "Adicionar", - + // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "Apagar", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", "item.edit.relationships.edit.buttons.undo": "Desfazer alterações", - + // "item.edit.relationships.no-relationships": "No relationships", "item.edit.relationships.no-relationships": "Sem relações", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.relationships.notifications.discarded.content": "Suas alterações foram descartadas. Para restabelecer suas alterações, clique no botão 'Desfazer'", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", "item.edit.relationships.notifications.discarded.title": "Alterações descartadas", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", "item.edit.relationships.notifications.failed.title": "Erro ao apagar relação", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.relationships.notifications.outdated.content": "O item em que você está trabalhando foi alterado por outro usuário. Suas alterações atuais são descartadas para evitar conflitos", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", "item.edit.relationships.notifications.outdated.title": "Alterações desatualizadas", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", "item.edit.relationships.notifications.saved.content": "Suas alterações nos relacionamentos deste item foram salvas.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", "item.edit.relationships.notifications.saved.title": "Relacionamentos salvos", - + // "item.edit.relationships.reinstate-button": "Undo", "item.edit.relationships.reinstate-button": "Desfazer", - + // "item.edit.relationships.save-button": "Save", "item.edit.relationships.save-button": "Salvar", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", "item.edit.relationships.no-entity-type": "Adicione o metadado 'dspace.entity.type' para ativar relações neste item", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", "item.edit.tabs.bitstreams.head": "Ficheiros do Item", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", "item.edit.tabs.bitstreams.title": "Editar Item - Ficheiros", - + // "item.edit.tabs.curate.head": "Curate", "item.edit.tabs.curate.head": "Curadoria", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "Editar Item - Curadoria", - + // "item.edit.tabs.metadata.head": "Metadata", "item.edit.tabs.metadata.head": "Metadados do Item", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", "item.edit.tabs.metadata.title": "Editar Item - Metadados", - + // "item.edit.tabs.relationships.head": "Relationships", "item.edit.tabs.relationships.head": "Relações do Item", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", "item.edit.tabs.relationships.title": "Editar Item - Relacionamentos", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", "item.edit.tabs.status.buttons.authorizations.button": "Autorizações...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", "item.edit.tabs.status.buttons.authorizations.label": "Editar politicas de autorizações de item", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", "item.edit.tabs.status.buttons.delete.button": "Apagar permanentemente", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", "item.edit.tabs.status.buttons.delete.label": "Eliminar completamente o item", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", "item.edit.tabs.status.buttons.mappedCollections.button": "Coleções mapeadas", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "Gerenciar coleções mapeadas", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", "item.edit.tabs.status.buttons.move.button": "Mova este item para uma coleção diferente", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", "item.edit.tabs.status.buttons.move.label": "Mover item para outra coleção", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", "item.edit.tabs.status.buttons.private.button": "Tornar o item privado ...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", "item.edit.tabs.status.buttons.private.label": "Tornar o item privado", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", "item.edit.tabs.status.buttons.public.button": "Tornar público o item...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", "item.edit.tabs.status.buttons.public.label": "Tornar público o item", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", "item.edit.tabs.status.buttons.reinstate.button": "Restabelecer...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", "item.edit.tabs.status.buttons.reinstate.label": "Restabelecer item no repositório", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", "item.edit.tabs.status.buttons.withdraw.button": "retirar este item", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", "item.edit.tabs.status.buttons.withdraw.label": "Retirar item do repositório", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", "item.edit.tabs.status.description": "Bem-vindo à página de gerenciamento de itens. A partir daqui, você pode retirar, restabelecer, mover ou apagar o item. Você também pode atualizar ou adicionar novos metadados / bitstream nas outras guias.", - + // "item.edit.tabs.status.head": "Status", "item.edit.tabs.status.head": "Estado do Item", - + // "item.edit.tabs.status.labels.handle": "Handle", "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", "item.edit.tabs.status.labels.id": "ID Interno do Item", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", "item.edit.tabs.status.labels.itemPage": "Página do Item", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", "item.edit.tabs.status.labels.lastModified": "Ultima alteração", - + // "item.edit.tabs.status.title": "Item Edit - Status", "item.edit.tabs.status.title": "Editar Item - Estado", - + // "item.edit.tabs.versionhistory.head": "Version History", "item.edit.tabs.versionhistory.head": "Histórico de Versões", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", "item.edit.tabs.versionhistory.title": "Edições do Item - Histórico de Versões", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", "item.edit.tabs.versionhistory.under-construction": "Editar ou adicionar novas versões ainda não é possível neste interface de Utilizador.", - + // "item.edit.tabs.view.head": "View Item", "item.edit.tabs.view.head": "Visualizar Item", - + // "item.edit.tabs.view.title": "Item Edit - View", "item.edit.tabs.view.title": "Editar Item - Visualizar", - - - + + + // "item.edit.withdraw.cancel": "Cancel", "item.edit.withdraw.cancel": "Cancelar", - + // "item.edit.withdraw.confirm": "Withdraw", "item.edit.withdraw.confirm": "Retirar", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", "item.edit.withdraw.description": "Tem certeza de que este item deve ser retirado do repositório?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", "item.edit.withdraw.error": "Ocorreu um erro ao retirar o item", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", "item.edit.withdraw.header": "Retirar item: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", "item.edit.withdraw.success": "O item foi retirado com sucesso", - - - + + + // "item.listelement.badge": "Item", "item.listelement.badge": "Item", - + // "item.page.description": "Description", "item.page.description": "Descrição", - - // "item.page.edit": "Edit this item", - "item.page.edit": "Editar este item", - + // "item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "ISSN da Revista", - + // "item.page.journal-title": "Journal Title", "item.page.journal-title": "Título da Revista", - + // "item.page.publisher": "Publisher", "item.page.publisher": "Editora", - + // "item.page.titleprefix": "Item: ", "item.page.titleprefix": "Item: ", - + // "item.page.volume-title": "Volume Title", "item.page.volume-title": "Título do Volume", - + // "item.search.results.head": "Item Search Results", "item.search.results.head": "Resultados da Pesquisa de Item", - + // "item.search.title": "DSpace Angular :: Item Search", "item.search.title": "DSpace :: Pesquisa de Item", - - - + + + // "item.page.abstract": "Abstract", "item.page.abstract": "Resumo", - + // "item.page.author": "Authors", "item.page.author": "Autores", - + // "item.page.citation": "Citation", "item.page.citation": "Citação", - + // "item.page.collections": "Collections", "item.page.collections": "Coleções", - + // "item.page.date": "Date", "item.page.date": "Data", - + // "item.page.edit": "Edit this item", "item.page.edit": "Editar este item", - + // "item.page.files": "Files", "item.page.files": "Ficheiros", - + // "item.page.filesection.description": "Description:", "item.page.filesection.description": "Descrição:", - + // "item.page.filesection.download": "Download", "item.page.filesection.download": "Baixar", - + // "item.page.filesection.format": "Format:", "item.page.filesection.format": "Formato:", - + // "item.page.filesection.name": "Name:", "item.page.filesection.name": "Nome:", - + // "item.page.filesection.size": "Size:", "item.page.filesection.size": "Tamanho:", - + // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "Articles in this journal", - + // "item.page.link.full": "Full item page", "item.page.link.full": "Ver registo completo", - + // "item.page.link.simple": "Simple item page", "item.page.link.simple": "Ver registo simples", - + // "item.page.person.search.title": "Articles by this author", "item.page.person.search.title": "Artigos deste autor", - + // "item.page.related-items.view-more": "Show {{ amount }} more", "item.page.related-items.view-more": "Mostrar mais {{ amount }}", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", "item.page.related-items.view-less": "Ocultar último {{ amount }}", - + // "item.page.relationships.isAuthorOfPublication": "Publications", "item.page.relationships.isAuthorOfPublication": "Publicações", - + // "item.page.relationships.isJournalOfPublication": "Publications", "item.page.relationships.isJournalOfPublication": "Publicações", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", "item.page.relationships.isOrgUnitOfPerson": "Autores", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", "item.page.relationships.isOrgUnitOfProject": "Projetos", - + // "item.page.subject": "Keywords", "item.page.subject": "Palavras-chave", - + // "item.page.uri": "URI", "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", "item.page.bitstreams.view-more": "Ver mais", - + // "item.page.bitstreams.collapse": "Collapse", "item.page.bitstreams.collapse": "Fechar", - + // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Principais", - + "item.page.filesection.original.bundle": "Principais", + // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Licença", - + "item.page.filesection.license.bundle": "Licença", + // "item.preview.dc.identifier.uri": "Identifier:", "item.preview.dc.identifier.uri": "Identificador:", - + // "item.preview.dc.contributor.author": "Authors:", "item.preview.dc.contributor.author": "Autores:", - + // "item.preview.dc.date.issued": "Published date:", "item.preview.dc.date.issued": "Data de publicação:", - + // "item.preview.dc.description.abstract": "Abstract:", "item.preview.dc.description.abstract": "Resumo:", - + // "item.preview.dc.identifier.other": "Other identifier:", "item.preview.dc.identifier.other": "Outro identificador:", - + // "item.preview.dc.language.iso": "Language:", "item.preview.dc.language.iso": "Idioma:", - + // "item.preview.dc.subject": "Subjects:", "item.preview.dc.subject": "Assunto:", - + // "item.preview.dc.title": "Title:", "item.preview.dc.title": "Título:", - + // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "Apelido:", - + // "item.preview.person.givenName": "Name:", "item.preview.person.givenName": "Nome:", - + // "item.preview.person.identifier.orcid": "ORCID:", "item.preview.person.identifier.orcid": "ORCID:", - + // "item.select.confirm": "Confirm selected", "item.select.confirm": "Confirmar seleção", - + // "item.select.empty": "No items to show", "item.select.empty": "Nenhum item para mostrar", - + // "item.select.table.author": "Author", "item.select.table.author": "Autor", - + // "item.select.table.collection": "Collection", "item.select.table.collection": "Coleção", - + // "item.select.table.title": "Title", "item.select.table.title": "Título", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", "item.version.history.empty": "Não existem ainda outras versões deste item.", - + // "item.version.history.head": "Version History", "item.version.history.head": "Histórico de Versões", - + // "item.version.history.return": "Return", "item.version.history.return": "Voltar", - + // "item.version.history.selected": "Selected version", "item.version.history.selected": "Versão selecionada", - + // "item.version.history.table.version": "Version", "item.version.history.table.version": "Versão", - + // "item.version.history.table.item": "Item", "item.version.history.table.item": "Item", - + // "item.version.history.table.editor": "Editor", "item.version.history.table.editor": "Editor", - + // "item.version.history.table.date": "Date", "item.version.history.table.date": "Data", - + // "item.version.history.table.summary": "Summary", "item.version.history.table.summary": "Sumário", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", "item.version.notice": "Esta não é a última versão deste item. A última versão pode ser encontrada aqui.", - - - + + + // "journal.listelement.badge": "Journal", "journal.listelement.badge": "Revista", - + // "journal.page.description": "Description", "journal.page.description": "Descrição", - + // "journal.page.edit": "Edit this item", "journal.page.edit": "Editar este item", - + // "journal.page.editor": "Editor-in-Chief", "journal.page.editor": "Editor Chefe", - + // "journal.page.issn": "ISSN", "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", "journal.page.publisher": "Editora", - + // "journal.page.titleprefix": "Journal: ", "journal.page.titleprefix": "Revista: ", - + // "journal.search.results.head": "Journal Search Results", "journal.search.results.head": "Resultado da Pesquisa de Revistas", - + // "journal.search.title": "DSpace Angular :: Journal Search", "journal.search.title": "DSpace :: Pesquisa de Revistas", - - - + + + // "journalissue.listelement.badge": "Journal Issue", "journalissue.listelement.badge": "Número", - + // "journalissue.page.description": "Description", "journalissue.page.description": "Descrição", - + // "journalissue.page.edit": "Edit this item", "journalissue.page.edit": "Editar este item", - + // "journalissue.page.issuedate": "Issue Date", "journalissue.page.issuedate": "Data de Publicação", - + // "journalissue.page.journal-issn": "Journal ISSN", "journalissue.page.journal-issn": "ISSN da Revista", - + // "journalissue.page.journal-title": "Journal Title", "journalissue.page.journal-title": "Título da Revista", - + // "journalissue.page.keyword": "Keywords", "journalissue.page.keyword": "Palavras-chave", - + // "journalissue.page.number": "Number", "journalissue.page.number": "Número de Páginas", - + // "journalissue.page.titleprefix": "Journal Issue: ", "journalissue.page.titleprefix": "Número da Revista: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", "journalvolume.listelement.badge": "Volume da Revista", - + // "journalvolume.page.description": "Description", "journalvolume.page.description": "Descrição", - + // "journalvolume.page.edit": "Edit this item", "journalvolume.page.edit": "Editar este item", - + // "journalvolume.page.issuedate": "Issue Date", "journalvolume.page.issuedate": "Data de Publicação", - + // "journalvolume.page.titleprefix": "Journal Volume: ", "journalvolume.page.titleprefix": "Volume da Revista: ", - + // "journalvolume.page.volume": "Volume", "journalvolume.page.volume": "Volume", - - - + + + // "loading.bitstream": "Loading bitstream...", "loading.bitstream": "A carregar ficheiro...", - + // "loading.bitstreams": "Loading bitstreams...", "loading.bitstreams": "A carregar ficheiros...", - + // "loading.browse-by": "Loading items...", "loading.browse-by": "A carregar itens...", - + // "loading.browse-by-page": "Loading page...", "loading.browse-by-page": "A carregar página...", - + // "loading.collection": "Loading collection...", "loading.collection": "A carregar coleção...", - + // "loading.collections": "Loading collections...", "loading.collections": "A carregar coleções...", - + // "loading.content-source": "Loading content source...", "loading.content-source": "A carregar conteúdo da fonte...", - + // "loading.community": "Loading community...", "loading.community": "A carregar comunidade...", - + // "loading.default": "Loading...", "loading.default": "A carregar...", - + // "loading.item": "Loading item...", "loading.item": "A carregar item...", - + // "loading.items": "Loading items...", "loading.items": "A carregar itens...", - + // "loading.mydspace-results": "Loading items...", "loading.mydspace-results": "A carregar itens...", - + // "loading.objects": "Loading...", "loading.objects": "A carregar...", - + // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "A carregar submissões recentes...", - + // "loading.search-results": "Loading search results...", "loading.search-results": "A carregar resultados de pesquisa...", - + // "loading.sub-collections": "Loading sub-collections...", "loading.sub-collections": "A carregar sub-coleções...", - + // "loading.sub-communities": "Loading sub-communities...", "loading.sub-communities": "A carregar sub-comunidades...", - + // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "A carregar comunidades de nível superior...", - - - + + + // "login.form.email": "Email address", "login.form.email": "Endereço de email", - + // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "Esqueceu a palavra-chave?", - + // "login.form.header": "Please log in to DSpace", "login.form.header": "Por favor entre no repositório", - + // "login.form.new-user": "New user? Click here to register.", "login.form.new-user": "Novo Utilizador? Clique aqui para se registar.", - + // "login.form.or-divider": "or", "login.form.or-divider": "ou", - + // "login.form.password": "Password", "login.form.password": "Palavra-chave", - + // "login.form.shibboleth": "Log in with Shibboleth", "login.form.shibboleth": "Entrar com Autenticação Federada", - + // "login.form.submit": "Log in", "login.form.submit": "Entrar", - + // "login.title": "Login", "login.title": "Entrar", - + // "login.breadcrumbs": "Login", "login.breadcrumbs": "Entrar", - - - + + + // "logout.form.header": "Log out from DSpace", "logout.form.header": "Sair do DSpace", - + // "logout.form.submit": "Log out", "logout.form.submit": "Sair", - + // "logout.title": "Logout", "logout.title": "Sair", - - - + + + // "menu.header.admin": "Admin", "menu.header.admin": "Administração", - + // "menu.header.image.logo": "Repository logo", "menu.header.image.logo": "Logo do repositório", - - - + + + // "menu.section.access_control": "Access Control", "menu.section.access_control": "Controle de Acesso", - + // "menu.section.access_control_authorizations": "Authorizations", "menu.section.access_control_authorizations": "Autorizações", - + // "menu.section.access_control_groups": "Groups", "menu.section.access_control_groups": "Grupos", - + // "menu.section.access_control_people": "People", "menu.section.access_control_people": "Pessoas", - - - + + + // "menu.section.admin_search": "Admin Search", "menu.section.admin_search": "Pesquisa Administrativa", - - - + + + // "menu.section.browse_community": "This Community", "menu.section.browse_community": "Esta Comunidade", - + // "menu.section.browse_community_by_author": "By Author", "menu.section.browse_community_by_author": "Por Autor", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", "menu.section.browse_community_by_issue_date": "Por Data de Publicação", - + // "menu.section.browse_community_by_title": "By Title", "menu.section.browse_community_by_title": "Por Título", - + // "menu.section.browse_global": "All of DSpace", "menu.section.browse_global": "Percorrer", - + // "menu.section.browse_global_by_author": "By Author", "menu.section.browse_global_by_author": "Por Autor", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", "menu.section.browse_global_by_dateissued": "Por Data de Publicação", - + // "menu.section.browse_global_by_subject": "By Subject", "menu.section.browse_global_by_subject": "Por Assunto", - + // "menu.section.browse_global_by_title": "By Title", "menu.section.browse_global_by_title": "Por Título", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", "menu.section.browse_global_communities_and_collections": "Comunidades e Coleções", - - - + + + // "menu.section.control_panel": "Control Panel", "menu.section.control_panel": "Painel de Controle", - + // "menu.section.curation_task": "Curation Task", "menu.section.curation_task": "Tarefas de Curadoria", - - - + + + // "menu.section.edit": "Edit", "menu.section.edit": "Editar", - + // "menu.section.edit_collection": "Collection", "menu.section.edit_collection": "Coleção", - + // "menu.section.edit_community": "Community", "menu.section.edit_community": "Comunidade", - + // "menu.section.edit_item": "Item", "menu.section.edit_item": "Item", - - - + + + // "menu.section.export": "Export", "menu.section.export": "Exportar", - + // "menu.section.export_collection": "Collection", "menu.section.export_collection": "Coleção", - + // "menu.section.export_community": "Community", "menu.section.export_community": "Comunidade", - + // "menu.section.export_item": "Item", "menu.section.export_item": "Item", - + // "menu.section.export_metadata": "Metadata", "menu.section.export_metadata": "Metadados", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", "menu.section.icon.access_control": "Secção do menu Controle de Acesso", - + // "menu.section.icon.admin_search": "Admin search menu section", "menu.section.icon.admin_search": "Secção do menu de Pesquisa Administrativa", - + // "menu.section.icon.control_panel": "Control Panel menu section", "menu.section.icon.control_panel": "Secção do menu Painel de Controlo", - + // "menu.section.icon.curation_task": "Curation Task menu section", "menu.section.icon.curation_task": "Secção do menu Tarefas de Curadoria", - + // "menu.section.icon.edit": "Edit menu section", "menu.section.icon.edit": "Secção do menu Editar", - + // "menu.section.icon.export": "Export menu section", "menu.section.icon.export": "Secção do menu Exportar", - + // "menu.section.icon.find": "Find menu section", "menu.section.icon.find": "Secção do menu Pesquisar", - + // "menu.section.icon.import": "Import menu section", "menu.section.icon.import": "Secção do menu Importar", - + // "menu.section.icon.new": "New menu section", "menu.section.icon.new": "Secção do menu Novo", - + // "menu.section.icon.pin": "Pin sidebar", "menu.section.icon.pin": "Fixar barra lateral", - + // "menu.section.icon.processes": "Processes menu section", "menu.section.icon.processes": "Secção do menu Processos", - + // "menu.section.icon.registries": "Registries menu section", "menu.section.icon.registries": "Secção do menu Registos", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", "menu.section.icon.statistics_task": "Secção do menu Tarefas de Estatísticas", - + // "menu.section.icon.unpin": "Unpin sidebar", "menu.section.icon.unpin": "Soltar barra lateral", - - - + + + // "menu.section.import": "Import", "menu.section.import": "Importar", - + // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "Importação em Lote (ZIP)", - + // "menu.section.import_metadata": "Metadata", "menu.section.import_metadata": "Metadados", - - - + + + // "menu.section.new": "New", "menu.section.new": "Novo", - + // "menu.section.new_collection": "Collection", "menu.section.new_collection": "Coleção", - + // "menu.section.new_community": "Community", "menu.section.new_community": "Comunidade", - + // "menu.section.new_item": "Item", "menu.section.new_item": "Item", - + // "menu.section.new_item_version": "Item Version", "menu.section.new_item_version": "Versão do Item", - + // "menu.section.new_process": "Process", "menu.section.new_process": "Processos", - - - + + + // "menu.section.pin": "Pin sidebar", "menu.section.pin": "Fixar barra lateral", - + // "menu.section.unpin": "Unpin sidebar", "menu.section.unpin": "Soltar barra lateral", - - - + + + // "menu.section.processes": "Processes", "menu.section.processes": "Processos", - - - + + + // "menu.section.registries": "Registries", "menu.section.registries": "Registos", - + // "menu.section.registries_format": "Format", "menu.section.registries_format": "Formatos", - + // "menu.section.registries_metadata": "Metadata", "menu.section.registries_metadata": "Metadados", - - - + + + // "menu.section.statistics": "Statistics", "menu.section.statistics": "Estatísticas", - + // "menu.section.statistics_task": "Statistics Task", "menu.section.statistics_task": "Tarefas de Estatísticas", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", "menu.section.toggle.access_control": "Alternar Secção Controle de Acesso", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", "menu.section.toggle.control_panel": "Alternar Secção Painel de COntrole", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", "menu.section.toggle.curation_task": "Alternar Secção Tarefas de Curadoria", - + // "menu.section.toggle.edit": "Toggle Edit section", "menu.section.toggle.edit": "Alternar Secção Editar", - + // "menu.section.toggle.export": "Toggle Export section", "menu.section.toggle.export": "Alternar Secção Exportar", - + // "menu.section.toggle.find": "Toggle Find section", "menu.section.toggle.find": "Alternar Secção Pesquisa", - + // "menu.section.toggle.import": "Toggle Import section", "menu.section.toggle.import": "Alternar Secção Importar", - + // "menu.section.toggle.new": "Toggle New section", "menu.section.toggle.new": "Alternar Nova Secção", - + // "menu.section.toggle.registries": "Toggle Registries section", "menu.section.toggle.registries": "Alternar Secção Registos", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", "menu.section.toggle.statistics_task": "Alternar Secção Tarefas de Estatísticas", - - + + // "menu.section.workflow": "Administer Workflow", "menu.section.workflow": "Gestão do Workflow", - - + + // "mydspace.description": "", "mydspace.description": "", - + // "mydspace.general.text-here": "here", "mydspace.general.text-here": "aqui", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", "mydspace.messages.controller-help": "Selecione esta opção para enviar uma mensagem para o depositante do item.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", "mydspace.messages.description-placeholder": "Insira sua mensagem aqui...", - + // "mydspace.messages.hide-msg": "Hide message", "mydspace.messages.hide-msg": "Ocultar mensagem", - + // "mydspace.messages.mark-as-read": "Mark as read", "mydspace.messages.mark-as-read": "Marcar como lida", - + // "mydspace.messages.mark-as-unread": "Mark as unread", "mydspace.messages.mark-as-unread": "Marcar como não lida", - + // "mydspace.messages.no-content": "No content.", "mydspace.messages.no-content": "Sem conteúdo", - + // "mydspace.messages.no-messages": "No messages yet.", "mydspace.messages.no-messages": "Nenhuma mensagem ainda", - + // "mydspace.messages.send-btn": "Send", "mydspace.messages.send-btn": "Enviar", - + // "mydspace.messages.show-msg": "Show message", "mydspace.messages.show-msg": "Mostrar mensagem", - + // "mydspace.messages.subject-placeholder": "Subject...", "mydspace.messages.subject-placeholder": "Assunto...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", "mydspace.messages.submitter-help": "Selecione esta opção para enviar uma mensagem ao controlador.", - + // "mydspace.messages.title": "Messages", "mydspace.messages.title": "Mensagens", - + // "mydspace.messages.to": "To", "mydspace.messages.to": "Para", - + // "mydspace.new-submission": "New submission", "mydspace.new-submission": "Nova submissão", - + // "mydspace.new-submission-external": "Import metadata from external source", "mydspace.new-submission-external": "Importar metadados de fontes externas", - + // "mydspace.new-submission-external-short": "Import metadata", "mydspace.new-submission-external-short": "Importar metadados", - + // "mydspace.results.head": "Your submissions", "mydspace.results.head": "Minhas submissões", - + // "mydspace.results.no-abstract": "No Abstract", "mydspace.results.no-abstract": "Sem Resumo", - + // "mydspace.results.no-authors": "No Authors", "mydspace.results.no-authors": "Sem Autores", - + // "mydspace.results.no-collections": "No Collections", "mydspace.results.no-collections": "Sem Coleções", - + // "mydspace.results.no-date": "No Date", "mydspace.results.no-date": "Sem Data", - + // "mydspace.results.no-files": "No Files", "mydspace.results.no-files": "Sem Ficheiros", - + // "mydspace.results.no-results": "There were no items to show", "mydspace.results.no-results": "Não havia itens a mostrar", - + // "mydspace.results.no-title": "No title", "mydspace.results.no-title": "Sem título", - + // "mydspace.results.no-uri": "No Uri", "mydspace.results.no-uri": "Sem Uri", - + // "mydspace.show.workflow": "All tasks", "mydspace.show.workflow": "Todas as tarefas", - + // "mydspace.show.workspace": "Your Submissions", "mydspace.show.workspace": "Minhas Submissões", - + // "mydspace.status.archived": "Archived", "mydspace.status.archived": "Arquivado", - + // "mydspace.status.validation": "Validation", "mydspace.status.validation": "Validação", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", "mydspace.status.waiting-for-controller": "Esperando pelo controlador", - + // "mydspace.status.workflow": "Workflow", "mydspace.status.workflow": "Fluxo de trabalho", - + // "mydspace.status.workspace": "Workspace", "mydspace.status.workspace": "Espaço de trabalho", - + // "mydspace.title": "MyDSpace", "mydspace.title": "Área Pessoal", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", "mydspace.upload.upload-failed": "Erro ao criar novo espaço de trabalho. Por favor verifique o conteúdo enviado antes de tentar novamente.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", "mydspace.upload.upload-failed-manyentries": "Fichiero não processado. Detetadas demasiadas entradas quando apenas é permitido um para ficheiros.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", "mydspace.upload.upload-failed-moreonefile": "Pedido não processado. Apenas é permitido um ficheiro.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", "mydspace.upload.upload-multiple-successful": "{{qty}} novo(s) item(ns) de espaço de trabalho criados.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", "mydspace.upload.upload-successful": "Novo item de espaço de trabalho criado. Clique {{here}} para o editar.", - + // "mydspace.view-btn": "View", "mydspace.view-btn": "Ver", - - - + + + // "nav.browse.header": "All of DSpace", "nav.browse.header": "Tudo no DSpace", - + // "nav.community-browse.header": "By Community", "nav.community-browse.header": "Por Comunidade", - + // "nav.language": "Language switch", "nav.language": "Escolha de idioma", - + // "nav.login": "Log In", "nav.login": "Entrar", - + // "nav.logout": "Log Out", "nav.logout": "Sair", - + // "nav.mydspace": "MyDSpace", "nav.mydspace": "Área Pessoal", - + // "nav.profile": "Profile", "nav.profile": "Perfil", - + // "nav.search": "Search", "nav.search": "Pesquisar", - + // "nav.statistics.header": "Statistics", "nav.statistics.header": "Estatísticas", - + // "nav.stop-impersonating": "Stop impersonating EPerson", "nav.stop-impersonating": "Deixar de assumir o papel do Utilizador", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", "orgunit.listelement.badge": "Organização", - + // "orgunit.page.city": "City", "orgunit.page.city": "Cidade", - + // "orgunit.page.country": "Country", "orgunit.page.country": "País", - + // "orgunit.page.dateestablished": "Date established", "orgunit.page.dateestablished": "Data estabelecida", - + // "orgunit.page.description": "Description", "orgunit.page.description": "Descrição", - + // "orgunit.page.edit": "Edit this item", "orgunit.page.edit": "Editar registo", - + // "orgunit.page.id": "ID", "orgunit.page.id": "ID", - + // "orgunit.page.titleprefix": "Organizational Unit: ", "orgunit.page.titleprefix": "Organização: ", - - - + + + // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "Resultados por página", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", "pagination.showing.detail": "{{ range }} de {{ total }}", - + // "pagination.showing.label": "Now showing ", "pagination.showing.label": "A mostrar ", - + // "pagination.sort-direction": "Sort Options", "pagination.sort-direction": "Opções de Ordenação", - - - + + + // "person.listelement.badge": "Person", "person.listelement.badge": "Pessoa", - + // "person.listelement.no-title": "No name found", "person.listelement.no-title": "Nome não encontrado", - + // "person.page.birthdate": "Birth Date", "person.page.birthdate": "Data de nascimento", - + // "person.page.edit": "Edit this item", "person.page.edit": "Editar este registo", - + // "person.page.email": "Email Address", "person.page.email": "Endereço de Email", - + // "person.page.firstname": "First Name", "person.page.firstname": "Primeiro Nome", - + // "person.page.jobtitle": "Job Title", "person.page.jobtitle": "Cargo", - + // "person.page.lastname": "Last Name", "person.page.lastname": "Último Nome", - + // "person.page.link.full": "Show all metadata", "person.page.link.full": "Mostrar todos os metadados", - + // "person.page.orcid": "ORCID", "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", "person.page.staffid": "ID", - + // "person.page.titleprefix": "Person: ", "person.page.titleprefix": "Pessoa: ", - + // "person.search.results.head": "Person Search Results", "person.search.results.head": "Resultado da pesquisa de Pessoa", - + // "person.search.title": "DSpace Angular :: Person Search", "person.search.title": "DSpace :: Pesquisar Pessoa", - - - + + + // "process.new.select-parameters": "Parameters", "process.new.select-parameters": "Parâmetros", - + // "process.new.cancel": "Cancel", "process.new.cancel": "Cancelar", - + // "process.new.submit": "Submit", "process.new.submit": "Guardar", - + // "process.new.select-script": "Script", "process.new.select-script": "Script", - + // "process.new.select-script.placeholder": "Choose a script...", "process.new.select-script.placeholder": "Escolha um script...", - + // "process.new.select-script.required": "Script is required", "process.new.select-script.required": "É necessário um Script", - + // "process.new.parameter.file.upload-button": "Select file...", "process.new.parameter.file.upload-button": "Selecionar ficheiro...", - + // "process.new.parameter.file.required": "Please select a file", "process.new.parameter.file.required": "Selecione um ficheiro", - + // "process.new.parameter.string.required": "Parameter value is required", "process.new.parameter.string.required": "É necessário um valor no parâmetro", - + // "process.new.parameter.type.value": "value", "process.new.parameter.type.value": "valor", - + // "process.new.parameter.type.file": "file", "process.new.parameter.type.file": "ficheiro", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", "process.new.parameter.required.missing": "Falta indicar os seguintes parâmetros obrigatórios:", - + // "process.new.notification.success.title": "Success", "process.new.notification.success.title": "Successo", - + // "process.new.notification.success.content": "The process was successfully created", "process.new.notification.success.content": "O processo foi criado com successo", - + // "process.new.notification.error.title": "Error", "process.new.notification.error.title": "Erro", - + // "process.new.notification.error.content": "An error occurred while creating this process", "process.new.notification.error.content": "Ocorreu um erro ao criar este processo", - + // "process.new.header": "Create a new process", "process.new.header": "Criar um novo processo", - + // "process.new.title": "Create a new process", "process.new.title": "Criar um novo processo", - + // "process.new.breadcrumbs": "Create a new process", "process.new.breadcrumbs": "Criar um novo processo", - - - + + + // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Argumentos", - + "process.detail.arguments": "Argumentos", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Este processo não contém argumentos", - + "process.detail.arguments.empty": "Este processo não contém argumentos", + // "process.detail.back" : "Back", - "process.detail.back" : "Voltar", - + "process.detail.back": "Voltar", + // "process.detail.output" : "Process Output", - "process.detail.output" : "Output do Processo", - + "process.detail.output": "Output do Processo", + // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Recuperar output do processo", - + // "process.detail.logs.loading": "Retrieving", "process.detail.logs.loading": "A recuperar", - + // "process.detail.logs.none": "This process has no output", "process.detail.logs.none": "Este processo não tem output", - + // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Ficheiros do Output", - + "process.detail.output-files": "Ficheiros do Output", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Este processo não possui nenhum ficheiro de output", - + "process.detail.output-files.empty": "Este processo não possui nenhum ficheiro de output", + // "process.detail.script" : "Script", - "process.detail.script" : "Script", - + "process.detail.script": "Script", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Processo: {{ id }} - {{ name }}", - + "process.detail.title": "Processo: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Início", - + "process.detail.start-time": "Início", + // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Fim", - + "process.detail.end-time": "Fim", + // "process.detail.status" : "Status", - "process.detail.status" : "Estado", - + "process.detail.status": "Estado", + // "process.detail.create" : "Create similar process", - "process.detail.create" : "Criar processo similar", - - - + "process.detail.create": "Criar processo similar", + + + // "process.overview.table.finish" : "Finish time", - "process.overview.table.finish" : "Tempo de término", - + "process.overview.table.finish": "Tempo de término", + // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "ID do Processo", - + "process.overview.table.id": "ID do Processo", + // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Nome", - + "process.overview.table.name": "Nome", + // "process.overview.table.start" : "Start time", - "process.overview.table.start" : "Início", - + "process.overview.table.start": "Início", + // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Estado", - + "process.overview.table.status": "Estado", + // "process.overview.table.user" : "User", - "process.overview.table.user" : "Utilizador", - + "process.overview.table.user": "Utilizador", + // "process.overview.title": "Processes Overview", "process.overview.title": "Resumo dos Processos", - + // "process.overview.breadcrumbs": "Processes Overview", "process.overview.breadcrumbs": "Resumo dos Processos", - + // "process.overview.new": "New", "process.overview.new": "Novo", - - + + // "profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Atualizar Perfil", - + // "profile.card.identify": "Identify", "profile.card.identify": "Identificação", - + // "profile.card.security": "Security", "profile.card.security": "Segurança", - + // "profile.form.submit": "Update Profile", "profile.form.submit": "Atualizar Perfil", - + // "profile.groups.head": "Authorization groups you belong to", "profile.groups.head": "Os seus grupos", - + // "profile.head": "Update Profile", "profile.head": "Atualizar Perfil", - + // "profile.metadata.form.error.firstname.required": "First Name is required", "profile.metadata.form.error.firstname.required": "O Nome é obrigatório", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", "profile.metadata.form.error.lastname.required": "O Apelido é obrigatório", - + // "profile.metadata.form.label.email": "Email Address", "profile.metadata.form.label.email": "Endereço de correio eletrónico", - + // "profile.metadata.form.label.firstname": "First Name", "profile.metadata.form.label.firstname": "Nome", - + // "profile.metadata.form.label.language": "Language", "profile.metadata.form.label.language": "Idioma", - + // "profile.metadata.form.label.lastname": "Last Name", "profile.metadata.form.label.lastname": "Apelido", - + // "profile.metadata.form.label.phone": "Contact Telephone", "profile.metadata.form.label.phone": "Contacto telefónico", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", "profile.metadata.form.notifications.success.content": "As alterações ao perfil foram guardadas.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", "profile.metadata.form.notifications.success.title": "Perfil guardado", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", "profile.notifications.warning.no-changes.content": "Não foram efetuadas alterações ao perfil.", - + // "profile.notifications.warning.no-changes.title": "No changes", "profile.notifications.warning.no-changes.title": "Sem alterações", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", "profile.security.form.error.matching-passwords": "As palavras-chave não coincidem.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", "profile.security.form.error.password-length": "A palavra-chave deve ter pelo menos 6 caracteres.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "profile.security.form.info": "Opcionalmente, pode incluir a nova palavra-chave na primeira caixa de texto e confirmar a mesma incluindo-a novamente na segunda caixa de texto. Deverá possuir pelo menos 6 caracteres.", - + // "profile.security.form.label.password": "Password", "profile.security.form.label.password": "Palavra-chave", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", "profile.security.form.label.passwordrepeat": "Insira novamente para confirmar", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", "profile.security.form.notifications.success.content": "As alterações à palavra-chave foram guardadas.", - + // "profile.security.form.notifications.success.title": "Password saved", "profile.security.form.notifications.success.title": "Palavra-chave guardada", - + // "profile.security.form.notifications.error.title": "Error changing passwords", "profile.security.form.notifications.error.title": "Erro ao mudar a palavra-chave", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", "profile.security.form.notifications.error.not-long-enough": "A palavra-chave deve ter pelo menos 6 caracteres.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", "profile.security.form.notifications.error.not-same": "As palavras-chave fornecidas não coincidem.", - + // "profile.title": "Update Profile", "profile.title": "Atualizar Perfil", - - - + + + // "project.listelement.badge": "Research Project", "project.listelement.badge": "Projeto de Investigação", - + // "project.page.contributor": "Contributors", "project.page.contributor": "Contribuidores", - + // "project.page.description": "Description", "project.page.description": "Descrição", - + // "project.page.edit": "Edit this item", "project.page.edit": "Editar este item", - + // "project.page.expectedcompletion": "Expected Completion", "project.page.expectedcompletion": "Conclusão esperada", - + // "project.page.funder": "Funders", "project.page.funder": "Financiadores", - + // "project.page.id": "ID", "project.page.id": "ID", - + // "project.page.keyword": "Keywords", "project.page.keyword": "Palavras-chave", - + // "project.page.status": "Status", "project.page.status": "Estado", - + // "project.page.titleprefix": "Research Project: ", "project.page.titleprefix": "Projeto de Investigação: ", - + // "project.search.results.head": "Project Search Results", "project.search.results.head": "Resultado da Pesquisa de Projetos", - - - + + + // "publication.listelement.badge": "Publication", "publication.listelement.badge": "Publicação", - + // "publication.page.description": "Description", "publication.page.description": "Descrição", - + // "publication.page.edit": "Edit this item", "publication.page.edit": "Editar este item", - + // "publication.page.journal-issn": "Journal ISSN", "publication.page.journal-issn": "ISSN do Periódico", - + // "publication.page.journal-title": "Journal Title", "publication.page.journal-title": "Título do Periódico", - + // "publication.page.publisher": "Publisher", "publication.page.publisher": "Editora", - + // "publication.page.titleprefix": "Publication: ", "publication.page.titleprefix": "Publicação: ", - + // "publication.page.volume-title": "Volume Title", "publication.page.volume-title": "Título do Volume", - + // "publication.search.results.head": "Publication Search Results", "publication.search.results.head": "Resultados da Busca de Publicação", - + // "publication.search.title": "DSpace Angular :: Publication Search", "publication.search.title": "DSpace :: Busca de Publicações", - - + + // "register-email.title": "New user registration", "register-email.title": "Registo de Novo Utilizador", - + // "register-page.create-profile.header": "Create Profile", "register-page.create-profile.header": "Criar perfil", - + // "register-page.create-profile.identification.header": "Identify", "register-page.create-profile.identification.header": "Identificação", - + // "register-page.create-profile.identification.email": "Email Address", "register-page.create-profile.identification.email": "Endereço de Correio Eletrónico", - + // "register-page.create-profile.identification.first-name": "First Name *", "register-page.create-profile.identification.first-name": "Nome *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", "register-page.create-profile.identification.first-name.error": "Inclua um Nome", - + // "register-page.create-profile.identification.last-name": "Last Name *", "register-page.create-profile.identification.last-name": "Apelido *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", "register-page.create-profile.identification.last-name.error": "Inclua um Apelido", - + // "register-page.create-profile.identification.contact": "Contact Telephone", "register-page.create-profile.identification.contact": "Contacto Telefónico", - + // "register-page.create-profile.identification.language": "Language", "register-page.create-profile.identification.language": "Idioma", - + // "register-page.create-profile.security.header": "Security", "register-page.create-profile.security.header": "Segurança", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "register-page.create-profile.security.info": "Insira uma palavra-chave na caixa abaixo, e confirme colocando-a de novo da segunda caixa. Deverá ter pelo menos 6 caracteres.", - + // "register-page.create-profile.security.label.password": "Password *", "register-page.create-profile.security.label.password": "Palavra-chave *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", "register-page.create-profile.security.label.passwordrepeat": "Escreva novamente para confirmar *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", "register-page.create-profile.security.error.empty-password": "Inclua uma palavra-chave na caixa de texto abaixo.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", "register-page.create-profile.security.error.matching-passwords": "As palavras-chave não coincidem.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", "register-page.create-profile.security.error.password-length": "A palavra-chave deve possuir pelo menos 6 caracteres.", - + // "register-page.create-profile.submit": "Complete Registration", "register-page.create-profile.submit": "Finalizar Registo", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", "register-page.create-profile.submit.error.content": "Ocorreu um erro ao registar o Utilizador.", - + // "register-page.create-profile.submit.error.head": "Registration failed", "register-page.create-profile.submit.error.head": "Falha no Registo", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", "register-page.create-profile.submit.success.content": "O registo foi criado com sucesso. Foi iniciada sessão com o Utilizador criado.", - + // "register-page.create-profile.submit.success.head": "Registration completed", "register-page.create-profile.submit.success.head": "Registo Finalizado com Sucesso", - - + + // "register-page.registration.header": "New user registration", "register-page.registration.header": "Registo de Novo Utilizador", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "register-page.registration.info": "Registe uma conta de Utilizador para subscrever novos conteúdos das coleções e depositar itens no repositório.", - + // "register-page.registration.email": "Email Address *", "register-page.registration.email": "Endereço de Correio Eletrónico *", - + // "register-page.registration.email.error.required": "Please fill in an email address", "register-page.registration.email.error.required": "Insira um endereço de email", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", "register-page.registration.email.error.pattern": "Insira um endereço de email válido", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", "register-page.registration.email.hint": "Este endereço de correio eletrónico será verificado e usado para iniciar sessão.", - + // "register-page.registration.submit": "Register", "register-page.registration.submit": "Registo", - + // "register-page.registration.success.head": "Verification email sent", "register-page.registration.success.head": "Email de verificação enviado", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "register-page.registration.success.content": "Foi enviado um email para {{ email }} com instruções e um endereço especial para confirmação.", - + // "register-page.registration.error.head": "Error when trying to register email", "register-page.registration.error.head": "Erro ao registar o endereço de correio eletrónico", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", "register-page.registration.error.content": "Ocorreu um erro ao registar o seguinte endereço de correio eletrónico: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", "relationships.add.error.relationship-type.content": "Não foi encontrado uma licação adequada no tipo de relação {{ type }} entre os dois itens", - + // "relationships.add.error.server.content": "The server returned an error", "relationships.add.error.server.content": "O servidor devolveu um erro", - + // "relationships.add.error.title": "Unable to add relationship", "relationships.add.error.title": "Não foi possível adicionar um relação", - + // "relationships.isAuthorOf": "Authors", "relationships.isAuthorOf": "Autores", - + // "relationships.isAuthorOf.Person": "Authors (persons)", "relationships.isAuthorOf.Person": "Autores (pessoas)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", "relationships.isAuthorOf.OrgUnit": "Autores (Unidades organizacionais)", - + // "relationships.isIssueOf": "Journal Issues", "relationships.isIssueOf": "Fascículo", - + // "relationships.isJournalIssueOf": "Journal Issue", "relationships.isJournalIssueOf": "Fascículo", - + // "relationships.isJournalOf": "Journals", "relationships.isJournalOf": "Periódicos", - + // "relationships.isOrgUnitOf": "Organizational Units", "relationships.isOrgUnitOf": "Unidades Organizacionais", - + // "relationships.isPersonOf": "Authors", "relationships.isPersonOf": "Autores", - + // "relationships.isProjectOf": "Research Projects", "relationships.isProjectOf": "Projetos de Investigação", - + // "relationships.isPublicationOf": "Publications", "relationships.isPublicationOf": "Publicações", - + // "relationships.isPublicationOfJournalIssue": "Articles", "relationships.isPublicationOfJournalIssue": "Artigos", - + // "relationships.isSingleJournalOf": "Journal", "relationships.isSingleJournalOf": "Periódico", - + // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "Volume do Periódico", - + // "relationships.isVolumeOf": "Journal Volumes", "relationships.isVolumeOf": "Volumes do Periódico", - + // "relationships.isContributorOf": "Contributors", "relationships.isContributorOf": "Contribuidores", - - - + + + // "resource-policies.add.button": "Add", "resource-policies.add.button": "Adicionar", - + // "resource-policies.add.for.": "Add a new policy", "resource-policies.add.for.": "Adicionar nova política", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", "resource-policies.add.for.bitstream": "Adicionar uma nova política de fichiero", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", "resource-policies.add.for.bundle": "Adicionar uma nova política de pacote", - + // "resource-policies.add.for.item": "Add a new Item policy", "resource-policies.add.for.item": "Adicionar uma nova política de Item", - + // "resource-policies.add.for.community": "Add a new Community policy", "resource-policies.add.for.community": "Adicionar uma nova política de Comunidade", - + // "resource-policies.add.for.collection": "Add a new Collection policy", "resource-policies.add.for.collection": "Adicionar uma nova política de Coleção", - + // "resource-policies.create.page.heading": "Create new resource policy for ", "resource-policies.create.page.heading": "Criar uma nova política de recursos para ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", "resource-policies.create.page.failure.content": "Ocorreu um erro ao criar uma política de recursos.", - + // "resource-policies.create.page.success.content": "Operation successful", "resource-policies.create.page.success.content": "Operação bem sucedida", - + // "resource-policies.create.page.title": "Create new resource policy", "resource-policies.create.page.title": "Criar uma nova política de recursos", - + // "resource-policies.delete.btn": "Delete selected", "resource-policies.delete.btn": "Apagar selecionado", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", "resource-policies.delete.btn.title": "Apagar política de recurso selecionada", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", "resource-policies.delete.failure.content": "Ocorreu um erro ao apagar a política de recurso selecionada.", - + // "resource-policies.delete.success.content": "Operation successful", "resource-policies.delete.success.content": "Operação bem sucedida", - + // "resource-policies.edit.page.heading": "Edit resource policy ", "resource-policies.edit.page.heading": "Editar política de recurso ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", "resource-policies.edit.page.failure.content": "Ocorreu um erro ao editar a política de recurso.", - + // "resource-policies.edit.page.success.content": "Operation successful", "resource-policies.edit.page.success.content": "Operação bem sucedida", - + // "resource-policies.edit.page.title": "Edit resource policy", "resource-policies.edit.page.title": "Editar política de recurso", - + // "resource-policies.form.action-type.label": "Select the action type", "resource-policies.form.action-type.label": "Seleccione o tipo de ação", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", "resource-policies.form.action-type.required": "Deve selecionar a ação da política de recurso.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", "resource-policies.form.eperson-group-list.label": "O Utilizador ou grupo ao qual serão atribuídas as permissões", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", "resource-policies.form.eperson-group-list.select.btn": "Seleccionar", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", "resource-policies.form.eperson-group-list.tab.eperson": "Pesquisar um Utilizador", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", "resource-policies.form.eperson-group-list.tab.group": "Pesquisar um grupo", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", "resource-policies.form.eperson-group-list.table.headers.action": "Ação", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", "resource-policies.form.eperson-group-list.table.headers.name": "Nome", - + // "resource-policies.form.date.end.label": "End Date", "resource-policies.form.date.end.label": "Data de Fim", - + // "resource-policies.form.date.start.label": "Start Date", "resource-policies.form.date.start.label": "Data de Início", - + // "resource-policies.form.description.label": "Description", "resource-policies.form.description.label": "Descrição", - + // "resource-policies.form.name.label": "Name", "resource-policies.form.name.label": "Nome", - + // "resource-policies.form.policy-type.label": "Select the policy type", "resource-policies.form.policy-type.label": "Seleccione o tipo de política", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", "resource-policies.form.policy-type.required": "Deve selecionar um tipo de política de recurso.", - + // "resource-policies.table.headers.action": "Action", "resource-policies.table.headers.action": "Ação", - + // "resource-policies.table.headers.date.end": "End Date", "resource-policies.table.headers.date.end": "Data de Fim", - + // "resource-policies.table.headers.date.start": "Start Date", "resource-policies.table.headers.date.start": "Data de Início", - + // "resource-policies.table.headers.edit": "Edit", "resource-policies.table.headers.edit": "Editar", - + // "resource-policies.table.headers.edit.group": "Edit group", "resource-policies.table.headers.edit.group": "Editar grupo", - + // "resource-policies.table.headers.edit.policy": "Edit policy", "resource-policies.table.headers.edit.policy": "Editar política", - + // "resource-policies.table.headers.eperson": "EPerson", "resource-policies.table.headers.eperson": "Utilizador", - + // "resource-policies.table.headers.group": "Group", "resource-policies.table.headers.group": "Grupo", - + // "resource-policies.table.headers.id": "ID", "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", "resource-policies.table.headers.name": "Nome", - + // "resource-policies.table.headers.policyType": "type", "resource-policies.table.headers.policyType": "tipo", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", "resource-policies.table.headers.title.for.bitstream": "Política de Ficheiros", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", "resource-policies.table.headers.title.for.bundle": "Políticas para Pacote", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", "resource-policies.table.headers.title.for.item": "Políticas para Item", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", "resource-policies.table.headers.title.for.community": "Políticas para Comunidades", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", "resource-policies.table.headers.title.for.collection": "Políticas para Coleção", - - - + + + // "search.description": "", "search.description": "", - + // "search.switch-configuration.title": "Show", "search.switch-configuration.title": "Mostrar", - + // "search.title": "DSpace Angular :: Search", "search.title": "DSpace :: Pesquisa", - + // "search.breadcrumbs": "Search", "search.breadcrumbs": "Pesquisar", - - + + // "search.filters.applied.f.author": "Author", "search.filters.applied.f.author": "Autor", - + // "search.filters.applied.f.dateIssued.max": "End date", "search.filters.applied.f.dateIssued.max": "Data final", - + // "search.filters.applied.f.dateIssued.min": "Start date", "search.filters.applied.f.dateIssued.min": "Data inicial", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", "search.filters.applied.f.dateSubmitted": "Data de submissão", - + // "search.filters.applied.f.discoverable": "Private", "search.filters.applied.f.discoverable": "Privado", - + // "search.filters.applied.f.entityType": "Item Type", "search.filters.applied.f.entityType": "Tipo de Item", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", "search.filters.applied.f.has_content_in_original_bundle": "Tem ficheiros", - + // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "Tipo", - + // "search.filters.applied.f.namedresourcetype": "Status", "search.filters.applied.f.namedresourcetype": "Estado", - + // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Assunto", - + // "search.filters.applied.f.submitter": "Submitter", "search.filters.applied.f.submitter": "Depositante", - + // "search.filters.applied.f.jobTitle": "Job Title", "search.filters.applied.f.jobTitle": "Cargo", - + // "search.filters.applied.f.birthDate.max": "End birth date", "search.filters.applied.f.birthDate.max": "Fim data de nascimento", - + // "search.filters.applied.f.birthDate.min": "Start birth date", "search.filters.applied.f.birthDate.min": "Início data de nascimento", - + // "search.filters.applied.f.withdrawn": "Withdrawn", "search.filters.applied.f.withdrawn": "Retirado", - + // "search.filters.filter.author.head": "Author", "search.filters.filter.author.head": "Autor", - + // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "Nome do autor", - + // "search.filters.filter.birthDate.head": "Birth Date", "search.filters.filter.birthDate.head": "Data de nascimento", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", "search.filters.filter.birthDate.placeholder": "Data de nascimento", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", "search.filters.filter.creativeDatePublished.head": "Data de publicação", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", "search.filters.filter.creativeDatePublished.placeholder": "Data de publicação", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", "search.filters.filter.creativeWorkEditor.placeholder": "Editor", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", "search.filters.filter.creativeWorkKeywords.head": "Assunto", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", "search.filters.filter.creativeWorkKeywords.placeholder": "Assunto", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", "search.filters.filter.creativeWorkPublisher.head": "Editora", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", "search.filters.filter.creativeWorkPublisher.placeholder": "Editora", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "Data", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", "search.filters.filter.dateIssued.max.placeholder": "Data Mínima", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", "search.filters.filter.dateIssued.min.placeholder": "Data Máxima", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", "search.filters.filter.dateSubmitted.head": "Data de submissão", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", "search.filters.filter.dateSubmitted.placeholder": "Data de submissão", - + // "search.filters.filter.discoverable.head": "Private", "search.filters.filter.discoverable.head": "Privado", - + // "search.filters.filter.withdrawn.head": "Withdrawn", "search.filters.filter.withdrawn.head": "Retirado", - + // "search.filters.filter.entityType.head": "Item Type", "search.filters.filter.entityType.head": "Tipo de Item", - + // "search.filters.filter.entityType.placeholder": "Item Type", "search.filters.filter.entityType.placeholder": "Tipo de Item", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", "search.filters.filter.has_content_in_original_bundle.head": "Tem Ficheiros", - + // "search.filters.filter.itemtype.head": "Type", "search.filters.filter.itemtype.head": "Tipo", - + // "search.filters.filter.itemtype.placeholder": "Type", "search.filters.filter.itemtype.placeholder": "Tipo", - + // "search.filters.filter.jobTitle.head": "Job Title", "search.filters.filter.jobTitle.head": "Cargo", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", "search.filters.filter.jobTitle.placeholder": "Cargo", - + // "search.filters.filter.knowsLanguage.head": "Known language", "search.filters.filter.knowsLanguage.head": "Idioma conhecido", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", "search.filters.filter.knowsLanguage.placeholder": "Idioma conhecido", - + // "search.filters.filter.namedresourcetype.head": "Status", "search.filters.filter.namedresourcetype.head": "Estado", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", "search.filters.filter.namedresourcetype.placeholder": "Estado", - + // "search.filters.filter.objectpeople.head": "People", "search.filters.filter.objectpeople.head": "Pessoas", - + // "search.filters.filter.objectpeople.placeholder": "People", "search.filters.filter.objectpeople.placeholder": "Pessoas", - + // "search.filters.filter.organizationAddressCountry.head": "Country", "search.filters.filter.organizationAddressCountry.head": "País", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", "search.filters.filter.organizationAddressCountry.placeholder": "País", - + // "search.filters.filter.organizationAddressLocality.head": "City", "search.filters.filter.organizationAddressLocality.head": "Cidade", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", "search.filters.filter.organizationAddressLocality.placeholder": "Cidade", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", "search.filters.filter.organizationFoundingDate.head": "Data de Fundação", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", "search.filters.filter.organizationFoundingDate.placeholder": "Data de Fundação", - + // "search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Âmbito", - + // "search.filters.filter.scope.placeholder": "Scope filter", "search.filters.filter.scope.placeholder": "Filtrar Ãmbito", - + // "search.filters.filter.show-less": "Collapse", "search.filters.filter.show-less": "Mostrar menos", - + // "search.filters.filter.show-more": "Show more", "search.filters.filter.show-more": "Mostrar mais", - + // "search.filters.filter.subject.head": "Subject", "search.filters.filter.subject.head": "Assunto", - + // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "Assunto", - + // "search.filters.filter.submitter.head": "Submitter", "search.filters.filter.submitter.head": "Depositante", - + // "search.filters.filter.submitter.placeholder": "Submitter", "search.filters.filter.submitter.placeholder": "Depositante", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", "search.filters.entityType.JournalIssue": "Número de Revista", - + // "search.filters.entityType.JournalVolume": "Journal Volume", "search.filters.entityType.JournalVolume": "Volume de Revista", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", "search.filters.entityType.OrgUnit": "Organização", - + // "search.filters.has_content_in_original_bundle.true": "Yes", "search.filters.has_content_in_original_bundle.true": "Sim", - + // "search.filters.has_content_in_original_bundle.false": "No", "search.filters.has_content_in_original_bundle.false": "Não", - + // "search.filters.discoverable.true": "No", "search.filters.discoverable.true": "Não", - + // "search.filters.discoverable.false": "Yes", "search.filters.discoverable.false": "Sim", - + // "search.filters.withdrawn.true": "Yes", "search.filters.withdrawn.true": "Sim", - + // "search.filters.withdrawn.false": "No", "search.filters.withdrawn.false": "Não", - - + + // "search.filters.head": "Filters", "search.filters.head": "Filtros", - + // "search.filters.reset": "Reset filters", "search.filters.reset": "Limpar filtros", - - - + + + // "search.form.search": "Search", "search.form.search": "Pesquisar", - + // "search.form.search_dspace": "Search DSpace", "search.form.search_dspace": "Pesquisar", - + // "search.form.search_mydspace": "Search MyDSpace", "search.form.search_mydspace": "Pesquisar na Área Pessoal", - - - + + + // "search.results.head": "Search Results", "search.results.head": "Resultados de Busca", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "Sua pesquisa não retornou resultados. Tem dificuldade em encontrar o que procura? Tente incluir ", - + // "search.results.no-results-link": "quotes around it", "search.results.no-results-link": "os termos entre aspas", - + // "search.results.empty": "Your search returned no results.", "search.results.empty": "A sua pesquisa não retornou resultados.", - - - + + + // "search.sidebar.close": "Back to results", "search.sidebar.close": "Voltar para os resultados", - + // "search.sidebar.filters.title": "Filters", "search.sidebar.filters.title": "Filtros", - + // "search.sidebar.open": "Search Tools", "search.sidebar.open": "Ferramentas de pesquisa", - + // "search.sidebar.results": "results", "search.sidebar.results": "resultados", - + // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "Resultados por página", - + // "search.sidebar.settings.sort-by": "Sort By", "search.sidebar.settings.sort-by": "Ordenar por", - + // "search.sidebar.settings.title": "Settings", "search.sidebar.settings.title": "Configurações", - - - + + + // "search.view-switch.show-detail": "Show detail", "search.view-switch.show-detail": "Mostrar detalhes", - + // "search.view-switch.show-grid": "Show as grid", "search.view-switch.show-grid": "Mostrar como grade", - + // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "Mostrar como lista", - - - + + + // "sorting.ASC": "Ascending", "sorting.ASC": "Ascendente", - + // "sorting.DESC": "Descending", "sorting.DESC": "Descendente", - + // "sorting.dc.title.ASC": "Title Ascending", "sorting.dc.title.ASC": "Título Ascendente", - + // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Título Descendente", - + // "sorting.score.DESC": "Relevance", "sorting.score.DESC": "Relevância", - - - + + + // "statistics.title": "Statistics", "statistics.title": "Estatísticas", - + // "statistics.header": "Statistics for {{ scope }}", "statistics.header": "Estatísticas para {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", "statistics.breadcrumbs": "Estatísticas", - + // "statistics.page.no-data": "No data available", "statistics.page.no-data": "Sem dados disponíveis", - + // "statistics.table.no-data": "No data available", "statistics.table.no-data": "Sem dados disponíveis", - + // "statistics.table.title.TotalVisits": "Total visits", "statistics.table.title.TotalVisits": "Total de Visitas", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", "statistics.table.title.TotalVisitsPerMonth": "Total de Visitas por Mês", - + // "statistics.table.title.TotalDownloads": "File Visits", "statistics.table.title.TotalDownloads": "Downloads", - + // "statistics.table.title.TopCountries": "Top country views", "statistics.table.title.TopCountries": "Top de Consultas por País", - + // "statistics.table.title.TopCities": "Top city views", "statistics.table.title.TopCities": "Top de Consultas por Cidade", - + // "statistics.table.header.views": "Views", "statistics.table.header.views": "Consultas", - - - + + + // "submission.edit.title": "Edit Submission", "submission.edit.title": "Editar Submissão", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", "submission.general.cannot_submit": "Você não tem privilégios para fazer uma nova submissão.", - + // "submission.general.deposit": "Deposit", "submission.general.deposit": "Depositar", - + // "submission.general.discard.confirm.cancel": "Cancel", "submission.general.discard.confirm.cancel": "Cancelar", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", "submission.general.discard.confirm.info": "Esta operação não pode ser desfeita. Tem certeza?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "Sim, tenho certeza", - + // "submission.general.discard.confirm.title": "Discard submission", "submission.general.discard.confirm.title": "Cancelar submissão", - + // "submission.general.discard.submit": "Discard", "submission.general.discard.submit": "Cancelar", - + // "submission.general.save": "Save", "submission.general.save": "Guardar", - + // "submission.general.save-later": "Save for later", "submission.general.save-later": "Guardar para continuar depois", - - + + // "submission.import-external.page.title": "Import metadata from an external source", "submission.import-external.page.title": "Importar metadados de uma fonte externa", - + // "submission.import-external.title": "Import metadata from an external source", "submission.import-external.title": "Importar metadados de uma fonte externa", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", "submission.import-external.page.hint": "Pesquise itens abaixo disponíveis na internet para que sejam importados para o repositório.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", "submission.import-external.back-to-my-dspace": "Voltar à Minha Área", - + // "submission.import-external.search.placeholder": "Search the external source", "submission.import-external.search.placeholder": "Pesquisar em fonte externa", - + // "submission.import-external.search.button": "Search", "submission.import-external.search.button": "Pesquisar", - + // "submission.import-external.search.button.hint": "Write some words to search", "submission.import-external.search.button.hint": "Escreva algumas palavras para pesquisar", - + // "submission.import-external.search.source.hint": "Pick an external source", "submission.import-external.search.source.hint": "Selecione uma fonte externa", - + // "submission.import-external.source.arxiv": "arXiv", "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", "submission.import-external.source.loading": "A Carregar ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", "submission.import-external.source.sherpaJournal": "Revistas do SHERPA", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", "submission.import-external.source.sherpaPublisher": "Editores do SHERPA", - + // "submission.import-external.source.orcid": "ORCID", "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", "submission.import-external.source.lcname": "Nomes da Library of Congress", - + // "submission.import-external.preview.title": "Item Preview", "submission.import-external.preview.title": "Prévisualização do Item", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", "submission.import-external.preview.subtitle": "Os metadados abaixo foram importados de uma fonte externa. Serão pré-preenchidos quando iniciar a submissão.", - + // "submission.import-external.preview.button.import": "Start submission", "submission.import-external.preview.button.import": "Iniciar submissão", - + // "submission.import-external.preview.error.import.title": "Submission error", "submission.import-external.preview.error.import.title": "Erro na submissão", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", "submission.import-external.preview.error.import.body": "Ocorreu um erro durante o processo de importação de metadados de uma fonte externa.", - + // "submission.sections.describe.relationship-lookup.close": "Close", "submission.sections.describe.relationship-lookup.close": "Fechar", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", "submission.sections.describe.relationship-lookup.external-source.added": "Adicionada com sucesso uma entrada local à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Importar autor remoto", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Importar Informação Remota", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Importar Número de revista remoto", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Importar Volume de revista remoto", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Importar Autor remoto", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Adicionado com sucesso um autor local à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Importado com sucesso e adicionado autor à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Autoridade", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Importar como nova autoridade local", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancelar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - + "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Seleccione a coleção para onde pretende importar as novas entradas", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entidades", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Importar como nova entidade local", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "A Importar de LC Name", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "A Importar do ORCID", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "A Importar Revista do Sherpa", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "A Importar Editora do Sherpa", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "A Importar da PubMed", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "A Importar do arXiv", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Importar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Importar Revista Remota", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Revista local adicionada com sucesso à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Importado e adicionada com sucesso uma revista externa à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Importar número de revista remota", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Número de Revista Local adicionado com sucesso à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Importado e adicionado um Número de Revista externa com sucesso à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Importar volume de revista remota", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Volume de Revista Local adicionado com sucesso à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Importado e adicionado um volume de Revista externa com sucesso à seleção", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Seleccione uma correspondência local:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deseleccionar todos", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deseleccionar página", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", "submission.sections.describe.relationship-lookup.search-tab.loading": "A Carregar...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Termos da pesquisa", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", "submission.sections.describe.relationship-lookup.search-tab.search": "Pesquisar", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", "submission.sections.describe.relationship-lookup.search-tab.select-all": "Selecionar todos", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", "submission.sections.describe.relationship-lookup.search-tab.select-page": "Selecionar página", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", "submission.sections.describe.relationship-lookup.selected": "Selecionados {{ size }} itens", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Autores Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Revistas Locais ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Projetos Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Publicações Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Autores Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Unidades Organizacionais Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Pacotes de Dados Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Ficheiros de Dados Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Revistas Locais ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Números de Revista Local ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Números de Revista Local ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Volumes de Revista Local ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Volume de revista Local ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Revistas do Sherpa ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Editoras do Sherpa ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "Nomes LC ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Pesquisar Agências de Financiamento", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Pesquisar Financiamento", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Pesquisar Unidades Organizacionais", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Seleção Atual ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Números de Revista", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Números de Revista", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volumes de Revistas", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "Volumes de Revistas", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Revistas", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Autores", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Agência de Financiamento", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", "submission.sections.describe.relationship-lookup.title.Project": "Projetos", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", "submission.sections.describe.relationship-lookup.title.Publication": "Publicações", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", "submission.sections.describe.relationship-lookup.title.Person": "Autores", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", "submission.sections.describe.relationship-lookup.title.OrgUnit": "Unidades Organizacionais", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", "submission.sections.describe.relationship-lookup.title.DataPackage": "Pacote de Dados", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", "submission.sections.describe.relationship-lookup.title.DataFile": "Ficheiros de Dados", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", "submission.sections.describe.relationship-lookup.title.Funding Agency": "Agência de Financiamento", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Financiamento", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Organização Principal", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Alternar menu dropdown", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", "submission.sections.describe.relationship-lookup.selection-tab.settings": "Configurações", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Não selecionou nenhum item.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Autores Selecionados", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Revistas Selecionadas", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volume de Revista Selecionados", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Projetos Selecionados", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Publicações Selecionados", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Autores Selecionados", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Unidades Organizacionais Selecionadas", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Pacotes de dados selecionados", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Ficheiros de dados selecionados", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Revistas Selecionadas", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Número Selecionado", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Volume de Revista Selecionado", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Agência de Financiamento selecionada", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Financiamento selecionado", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Número Selecionado", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Organização Selecionada", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Resultados da Pesquisa", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Resultados da Pesquisa", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Resultados da Pesquisa", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Resultados da Pesquisa", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Resultados da Pesquisa", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Resultados da Pesquisa", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Resultados da Pesquisa", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Pretende guardar \"{{ value }}\" como um nome alternativo para esta pessoa permitindo a sua reutilização por outros em futuras submissões? Se não, pode usar apenas nesta submissão.", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Guardar um Nome alternativo", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Usar apenas para esta submissão", - + // "submission.sections.ccLicense.type": "License Type", "submission.sections.ccLicense.type": "Tipo de licença", - + // "submission.sections.ccLicense.select": "Select a license type…", "submission.sections.ccLicense.select": "Selecionar o tipo de licença…", - + // "submission.sections.ccLicense.change": "Change your license type…", "submission.sections.ccLicense.change": "Alterar o tipo de licença…", - + // "submission.sections.ccLicense.none": "No licenses available", "submission.sections.ccLicense.none": "Sem licenças disponíveis", - + // "submission.sections.ccLicense.option.select": "Select an option…", "submission.sections.ccLicense.option.select": "Escolher uma opção…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", "submission.sections.ccLicense.link": "Escolheu a seguinte licença:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", "submission.sections.ccLicense.confirmation": "Consedo a licença abaixo indicada", - + // "submission.sections.general.add-more": "Add more", "submission.sections.general.add-more": "Adicionar mais", - + // "submission.sections.general.collection": "Collection", "submission.sections.general.collection": "Coleção", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", "submission.sections.general.deposit_error_notice": "Houve um problema durante a submissão do item, por favor tente novamente mais tarde.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", "submission.sections.general.deposit_success_notice": "Submissão depositada com sucesso.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", "submission.sections.general.discard_error_notice": "Houve um problema ao descartar o item, por favor tente novamente mais tarde.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", "submission.sections.general.discard_success_notice": "Submissão descartada com sucesso.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", "submission.sections.general.metadata-extracted": "Novos metadados foram extraídos e adicionados a Secção {{sectionId}}.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", "submission.sections.general.metadata-extracted-new-section": "Nova Secção {{sectionId}} foi adicionada a dubmissão.", - + // "submission.sections.general.no-collection": "No collection found", "submission.sections.general.no-collection": "Nenhuma coleção encontrada", - + // "submission.sections.general.no-sections": "No options available", "submission.sections.general.no-sections": "Sem opções disponíveis", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", "submission.sections.general.save_error_notice": "Houve um problema ao salvar o item, por favor tente novamente mais tarde.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", "submission.sections.general.save_success_notice": "Submissão salva com sucesso.", - + // "submission.sections.general.search-collection": "Search for a collection", "submission.sections.general.search-collection": "Pesquisar uma coleção", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", "submission.sections.general.sections_not_valid": "Há seções incompletas.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", "submission.sections.submit.progressbar.CClicense": "Licença Creative commons", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", "submission.sections.submit.progressbar.describe.recycle": "Reciclar", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", "submission.sections.submit.progressbar.describe.stepcustom": "Descrever", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", "submission.sections.submit.progressbar.describe.stepone": "Descrever", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", "submission.sections.submit.progressbar.describe.steptwo": "Descrever", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", "submission.sections.submit.progressbar.detect-duplicate": "Duplicados em potencial", - + // "submission.sections.submit.progressbar.license": "Deposit license", "submission.sections.submit.progressbar.license": "Depositar licença", - + // "submission.sections.submit.progressbar.upload": "Upload files", "submission.sections.submit.progressbar.upload": "Enviar ficheiros", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", "submission.sections.upload.delete.confirm.cancel": "Cancelar", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", "submission.sections.upload.delete.confirm.info": "Esta operação é irreversível. Tem certeza?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", "submission.sections.upload.delete.confirm.submit": "Sim, tenho certeza", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", "submission.sections.upload.delete.confirm.title": "Remover bitstream", - + // "submission.sections.upload.delete.submit": "Delete", "submission.sections.upload.delete.submit": "Remover", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", "submission.sections.upload.drop-message": "Arraste ficheiros para os anexar a este item", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", "submission.sections.upload.form.access-condition-label": "Tipo de condição de acesso", - + // "submission.sections.upload.form.date-required": "Date is required.", "submission.sections.upload.form.date-required": "Data necessária.", - + // "submission.sections.upload.form.from-label": "Grant access from", "submission.sections.upload.form.from-label": "Acesso permitido a partir de", - + // "submission.sections.upload.form.from-placeholder": "From", "submission.sections.upload.form.from-placeholder": "De", - + // "submission.sections.upload.form.group-label": "Group", "submission.sections.upload.form.group-label": "Grupo", - + // "submission.sections.upload.form.group-required": "Group is required.", "submission.sections.upload.form.group-required": "Grupo é necessário.", - + // "submission.sections.upload.form.until-label": "Grant access until", "submission.sections.upload.form.until-label": "Acesso permitido até", - + // "submission.sections.upload.form.until-placeholder": "Until", "submission.sections.upload.form.until-placeholder": "Até", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", "submission.sections.upload.header.policy.default.nolist": "Arquivos enviados na coleção {{collectionName}} serão acessiveis de acordo com o(s) seguinte(s) grupo(s):", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", "submission.sections.upload.header.policy.default.withlist": "Por favor note que os ficheiros enviados à coleção {{collectionName}} serão acessíveis, de acordo com o que está explicitamente definido no ficheiro, no(s) seguinte(s) grupo(s):", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", "submission.sections.upload.info": "Aqui encontra todos os ficheiros que estão atualmente no item. Pode atualizar os metadados do ficheiro e condições de acesso ou carregar ficheiros adicionais arrastando os ficheiros em qualquer lugar desta página", - + // "submission.sections.upload.no-entry": "No", "submission.sections.upload.no-entry": "Não", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", "submission.sections.upload.no-file-uploaded": "Nenhum ficheiro enviado ainda.", - + // "submission.sections.upload.save-metadata": "Save metadata", "submission.sections.upload.save-metadata": "Guardar metadados", - + // "submission.sections.upload.undo": "Cancel", "submission.sections.upload.undo": "Cancelar", - + // "submission.sections.upload.upload-failed": "Upload failed", "submission.sections.upload.upload-failed": "Falha no envio", - + // "submission.sections.upload.upload-successful": "Upload successful", "submission.sections.upload.upload-successful": "Enviado com sucesso", - - - + + + // "submission.submit.title": "Submission", "submission.submit.title": "Submissão", - - - + + + // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "Apagar", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", "submission.workflow.generic.delete-help": "Se você gostaria de descartar este item, selecione \"Apagar\". Você será questionado para confirmar.", - + // "submission.workflow.generic.edit": "Edit", "submission.workflow.generic.edit": "Editar", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", "submission.workflow.generic.edit-help": "Selecione esta opção para modificar os metadados do item.", - + // "submission.workflow.generic.view": "View", "submission.workflow.generic.view": "Visualizar", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", "submission.workflow.generic.view-help": "Selecione esta opção para ver o metadados do item.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", "submission.workflow.tasks.claimed.approve": "Aprovar", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", "submission.workflow.tasks.claimed.approve_help": "Se você revisou o item e este está adequado para inclusão na coleção, selecione \"Aprovar\".", - + // "submission.workflow.tasks.claimed.edit": "Edit", "submission.workflow.tasks.claimed.edit": "Editar", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "Selecione esta opção para modificar os metadados do item.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", "submission.workflow.tasks.claimed.reject.reason.info": "Informe o motivo da rejeição da submissão na caixa abaixo, indicando se o depositante pode corrigir algum problema e reenviar.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", "submission.workflow.tasks.claimed.reject.reason.placeholder": "Descreva o motivo da rejeição", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", "submission.workflow.tasks.claimed.reject.reason.submit": "Rejeitar item", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", "submission.workflow.tasks.claimed.reject.reason.title": "Motivo", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", "submission.workflow.tasks.claimed.reject.submit": "Rejeitar", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", "submission.workflow.tasks.claimed.reject_help": "Se reviu o item e achou que ele não é adequado para inclusão na coleção, selecione \"Rejeitar\". Deverá indicar numa mensagem o motivo da rejeição e se o depositante deve modificar algo e reenviar.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", "submission.workflow.tasks.claimed.return": "Voltar para a listagem", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", "submission.workflow.tasks.claimed.return_help": "Enviar a tarefa para a lista para que outra pessoa possa executar.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", "submission.workflow.tasks.generic.error": "Ocorreu um erro durante a operação...", - + // "submission.workflow.tasks.generic.processing": "Processing...", "submission.workflow.tasks.generic.processing": "Processando...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", "submission.workflow.tasks.generic.submitter": "Submetedor", - + // "submission.workflow.tasks.generic.success": "Operation successful", "submission.workflow.tasks.generic.success": "Operação realizada com sucesso", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", "submission.workflow.tasks.pool.claim": "Requerer", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", "submission.workflow.tasks.pool.claim_help": "Atribua esta tarefa a si mesmo.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", "submission.workflow.tasks.pool.hide-detail": "Ocultar detalhes", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "Mostrar detalhes", - - - + + + // "title": "DSpace", "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", "vocabulary-treeview.header": "Vista hierárquica", - + // "vocabulary-treeview.load-more": "Load more", "vocabulary-treeview.load-more": "Carregar mais", - + // "vocabulary-treeview.search.form.reset": "Reset", "vocabulary-treeview.search.form.reset": "Redefinir", - + // "vocabulary-treeview.search.form.search": "Search", "vocabulary-treeview.search.form.search": "Pesquisar", - + // "vocabulary-treeview.search.no-result": "There were no items to show", "vocabulary-treeview.search.no-result": "Não existem itens para mostrar", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", "vocabulary-treeview.tree.description.nsi": "O Norwegian Science Index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", "vocabulary-treeview.tree.description.srsc": "Categorias de Assuntos de Investigação", - - - + + + // "uploader.browse": "browse", "uploader.browse": "Navegar", - + // "uploader.drag-message": "Drag & Drop your files here", "uploader.drag-message": "Clique e arraste os seus ficheiros aqui", - + // "uploader.or": ", or ", "uploader.or": ", ou", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation "uploader.processing": "A Processar", - + // "uploader.queue-length": "Queue length", "uploader.queue-length": "Tamanho da fila", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-item.info": "Selecione os tipos para os quais pretende guardar os metadados virtuais como metadados reais", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", "virtual-metadata.delete-item.modal-head": "Os metadados virtuais desta relação", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-relationship.modal-head": "Selecione os tipos para os quais pretende guardar os metadados virtuais como metadados reais", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", "workflowAdmin.search.results.head": "Gestão do Workflow", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", "workflow-item.delete.notification.success.title": "Apagado", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", "workflow-item.delete.notification.success.content": "Este item do workflow foi apagado com sucesso", - + // "workflow-item.delete.notification.error.title": "Something went wrong", "workflow-item.delete.notification.error.title": "Algo correu mal", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", "workflow-item.delete.notification.error.content": "Não foi possível apagar o item do workflow", - + // "workflow-item.delete.title": "Delete workflow item", "workflow-item.delete.title": "Apagar Item do Workflow", - + // "workflow-item.delete.header": "Delete workflow item", "workflow-item.delete.header": "Apagar Item do Workflow", - + // "workflow-item.delete.button.cancel": "Cancel", "workflow-item.delete.button.cancel": "Cancelar", - + // "workflow-item.delete.button.confirm": "Delete", "workflow-item.delete.button.confirm": "Apagar", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", "workflow-item.send-back.notification.success.title": "Devolver ao depositante", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", "workflow-item.send-back.notification.success.content": "Este item foi devolvido ao depositante com sucesso", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", "workflow-item.send-back.notification.error.title": "Alguma coisa correu mal", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", "workflow-item.send-back.notification.error.content": "Não foi pos´sivel enviar ao depositante este item do workflow", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", "workflow-item.send-back.title": "Enviar item do workflow para o depositante", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", "workflow-item.send-back.header": "Enviar item do workflow para o depositante", - + // "workflow-item.send-back.button.cancel": "Cancel", "workflow-item.send-back.button.cancel": "Cancelar", - + // "workflow-item.send-back.button.confirm": "Send back" - "workflow-item.send-back.button.confirm": "Devolver" - + "workflow-item.send-back.button.confirm": "Devolver", + } diff --git a/src/assets/i18n/sv.json5 b/src/assets/i18n/sv.json5 index 4c9db83b16..0694499292 100644 --- a/src/assets/i18n/sv.json5 +++ b/src/assets/i18n/sv.json5 @@ -169,7 +169,7 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Namn", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "Tillbaka", @@ -248,7 +248,7 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Fält", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Anmärkning (scope note)", @@ -1017,7 +1017,7 @@ // "pagination.previous.button": "Föregående", "pagination.previous.button": "Föregående", - // "browse.startsWith.choose_start": "(Choose start)", + // "browse.startsWith.choose_start": "(Choose start)", "browse.startsWith.choose_start": "(Välj startdatum)", // "browse.startsWith.choose_year": "(Välj årtal)", @@ -1092,7 +1092,7 @@ - // "collection.create.head": "Create a Collection", + // "collection.create.head": "Create a Collection", "collection.create.head": "Skapa samling", // "collection.create.notifications.success": "Successfully created the Collection", @@ -1418,7 +1418,7 @@ "collection.select.table.title": "Titel", - // "collection.source.controls.head": "Harvest Controls", + // "collection.source.controls.head": "Harvest Controls", "collection.source.controls.head": "Inställningar för höstning", // "collection.source.controls.test.submit.error": "Something went wrong with initiating the testing of the settings", @@ -1833,7 +1833,7 @@ // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Kontrollera länkar i metadata", + "curation-task.task.checklinks.label": "Kontrollera länkar i metadata", // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP", @@ -1961,7 +1961,7 @@ - // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "Exportera metadata från {{ dsoName }}", // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", @@ -2084,10 +2084,10 @@ // "footer.link.end-user-agreement":"End User Agreement", // TODO New key - Add a translation - "footer.link.end-user-agreement":"End User Agreement", + "footer.link.end-user-agreement": "End User Agreement", // "footer.link.feedback":"Send Feedback", - "footer.link.feedback":"Skicka feedback", + "footer.link.feedback": "Skicka feedback", @@ -2404,19 +2404,19 @@ "info.feedback.email-label": "Din e-postadress", // "info.feedback.create.success" : "Feedback Sent Successfully!", - "info.feedback.create.success" : "Feedback har skickats!", + "info.feedback.create.success": "Feedback har skickats!", // "info.feedback.error.email.required" : "A valid email address is required", - "info.feedback.error.email.required" : "Du måste ange en giltig e-postadress", + "info.feedback.error.email.required": "Du måste ange en giltig e-postadress", // "info.feedback.error.message.required" : "A comment is required", - "info.feedback.error.message.required" : "Du måste skriva en kommentar", + "info.feedback.error.message.required": "Du måste skriva en kommentar", // "info.feedback.page-label" : "Page", - "info.feedback.page-label" : "Sida", + "info.feedback.page-label": "Sida", // "info.feedback.page_help" : "Tha page related to your feedback", - "info.feedback.page_help" : "Den är sidan är relaterad till din feedback", + "info.feedback.page_help": "Den är sidan är relaterad till din feedback", @@ -2453,7 +2453,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Skapa bunt", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Denna post innehåller inga buntar som man kan ladda upp filer i.", // "item.bitstreams.upload.cancel": "Cancel", @@ -2743,7 +2743,7 @@ - // "item.edit.move.cancel": "Back", + // "item.edit.move.cancel": "Back", "item.edit.move.cancel": "Tillbaka", // "item.edit.move.save-button": "Save", @@ -3142,11 +3142,11 @@ // "item.page.filesection.original.bundle" : "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", + "item.page.filesection.original.bundle": "Original bundle", // "item.page.filesection.license.bundle" : "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", + "item.page.filesection.license.bundle": "License bundle", // "item.page.return": "Back", "item.page.return": "Tillbaka", @@ -3321,14 +3321,14 @@ "item.version.create.modal.form.summary.placeholder": "Lägg till sammanfattning av den nya versionen", // "item.version.create.notification.success" : "New version has been created with version number {{version}}", - "item.version.create.notification.success" : "En ny version med nummer {{version}} har skapats", + "item.version.create.notification.success": "En ny version med nummer {{version}} har skapats", // "item.version.create.notification.failure" : "New version has not been created", - "item.version.create.notification.failure" : "Ny version har inte skapats", + "item.version.create.notification.failure": "Ny version har inte skapats", // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", // TODO New key - Add a translation - "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", + "item.version.create.notification.inProgress": "A new version cannot be created because there is an inprogress submission in the version history", // "item.version.delete.modal.header": "Delete version", @@ -3350,17 +3350,17 @@ "item.version.delete.modal.button.cancel.tooltip": "Radera inte denna version", // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", - "item.version.delete.notification.success" : "Version {{version}} har raderats", + "item.version.delete.notification.success": "Version {{version}} har raderats", // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", - "item.version.delete.notification.failure" : "Version {{version}} har inte raderats", + "item.version.delete.notification.failure": "Version {{version}} har inte raderats", // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", - "item.version.edit.notification.success" : "Sammanfattningen av version {{version}} har ändrats", + "item.version.edit.notification.success": "Sammanfattningen av version {{version}} har ändrats", // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", - "item.version.edit.notification.failure" : "Sammanfattningen av version {{version}} har inte ändrats", + "item.version.edit.notification.failure": "Sammanfattningen av version {{version}} har inte ändrats", @@ -3757,7 +3757,7 @@ - // "menu.section.new": "New", + // "menu.section.new": "New", "menu.section.new": "Ny", // "menu.section.new_collection": "Collection", @@ -4013,11 +4013,11 @@ // "nav.toggle" : "Toggle navigation", // TODO New key - Add a translation - "nav.toggle" : "Toggle navigation", + "nav.toggle": "Toggle navigation", // "nav.user.description" : "User profile bar", // TODO New key - Add a translation - "nav.user.description" : "User profile bar", + "nav.user.description": "User profile bar", // "none.listelement.badge": "Item", // TODO New key - Add a translation @@ -4203,19 +4203,19 @@ // "process.detail.arguments" : "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", + "process.detail.arguments": "Arguments", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", + "process.detail.arguments.empty": "This process doesn't contain any arguments", // "process.detail.back" : "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", + "process.detail.back": "Back", // "process.detail.output" : "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", + "process.detail.output": "Process Output", // "process.detail.logs.button": "Retrieve process output", // TODO New key - Add a translation @@ -4231,54 +4231,54 @@ // "process.detail.output-files" : "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", + "process.detail.output-files": "Output Files", // "process.detail.output-files.empty" : "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", + "process.detail.output-files.empty": "This process doesn't contain any output files", // "process.detail.script" : "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", + "process.detail.script": "Script", // "process.detail.title" : "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", + "process.detail.title": "Process: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", + "process.detail.start-time": "Start time", // "process.detail.end-time" : "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", + "process.detail.end-time": "Finish time", // "process.detail.status" : "Status", - "process.detail.status" : "Status", + "process.detail.status": "Status", // "process.detail.create" : "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", + "process.detail.create": "Create similar process", // "process.overview.table.finish" : "Finish time (UTC)", - "process.overview.table.finish" : "Sluttid (UTC)", + "process.overview.table.finish": "Sluttid (UTC)", // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "Process ID", + "process.overview.table.id": "Process ID", // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Namn", + "process.overview.table.name": "Namn", // "process.overview.table.start" : "Start time (UTC)", - "process.overview.table.start" : "Starttid (UTC)", + "process.overview.table.start": "Starttid (UTC)", // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Status", + "process.overview.table.status": "Status", // "process.overview.table.user" : "User", - "process.overview.table.user" : "Användare", + "process.overview.table.user": "Användare", // "process.overview.title": "Processes Overview", "process.overview.title": "Processer översikt", @@ -4570,7 +4570,7 @@ - // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", "relationships.add.error.relationship-type.content": "Det gick inte att hitta något som matchade relationstyp {{ type }} mellan dessa poster", // "relationships.add.error.server.content": "The server returned an error", @@ -5752,7 +5752,7 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Sökresultat", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Vill du spara \"{{ value }}\" som en namnvariation för denna person? Om inte så kan du fortfarande använda det i detta bidrag.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -6116,7 +6116,7 @@ - // "thumbnail.default.alt": "Thumbnail Image", + // "thumbnail.default.alt": "Thumbnail Image", "thumbnail.default.alt": "Bild (thumbnail)", // "thumbnail.default.placeholder": "No Thumbnail Available", @@ -6281,6 +6281,6 @@ "idle-modal.log-out": "Logga ut", // "idle-modal.extend-session": "Extend session" - "idle-modal.extend-session": "Fortsätt" + "idle-modal.extend-session": "Fortsätt", } diff --git a/src/assets/i18n/sw.json5 b/src/assets/i18n/sw.json5 index 4f68655019..947022a53b 100644 --- a/src/assets/i18n/sw.json5 +++ b/src/assets/i18n/sw.json5 @@ -1,6752 +1,6748 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", - + // "401.link.home-page": "Take me to the home page", // TODO New key - Add a translation "401.link.home-page": "Take me to the home page", - + // "401.unauthorized": "unauthorized", // TODO New key - Add a translation "401.unauthorized": "unauthorized", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", // TODO New key - Add a translation "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", - + // "403.link.home-page": "Take me to the home page", // TODO New key - Add a translation "403.link.home-page": "Take me to the home page", - + // "403.forbidden": "forbidden", // TODO New key - Add a translation "403.forbidden": "forbidden", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", // TODO New key - Add a translation "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", - + // "404.link.home-page": "Take me to the home page", // TODO New key - Add a translation "404.link.home-page": "Take me to the home page", - + // "404.page-not-found": "page not found", // TODO New key - Add a translation "404.page-not-found": "page not found", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.breadcrumbs": "System curation tasks", - + // "admin.curation-tasks.title": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.title": "System curation tasks", - + // "admin.curation-tasks.header": "System curation tasks", // TODO New key - Add a translation "admin.curation-tasks.header": "System curation tasks", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.breadcrumbs": "Format registry", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.failure.head": "Failure", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.head": "Create Bitstream format", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.create.success.head": "Success", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.failure.head": "Failure", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.delete.success.head": "Success", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", // TODO New key - Add a translation "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - + // "admin.registries.bitstream-formats.edit.description.hint": "", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.description.label": "Description", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.failure.head": "Failure", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.internal.label": "Internal", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.success.head": "Success", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", // TODO New key - Add a translation "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.head": "Bitstream Format Registry", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", // TODO New key - Add a translation "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.delete": "Delete selected", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", - + // "admin.registries.bitstream-formats.table.internal": "internal", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.internal": "internal", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.mimetype": "MIME Type", - + // "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.name": "Name", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.return": "Return", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", // TODO New key - Add a translation "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", // TODO New key - Add a translation "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", // TODO New key - Add a translation "admin.registries.metadata.breadcrumbs": "Metadata registry", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", // TODO New key - Add a translation "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", - + // "admin.registries.metadata.form.create": "Create metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.create": "Create metadata schema", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", // TODO New key - Add a translation "admin.registries.metadata.form.edit": "Edit metadata schema", - + // "admin.registries.metadata.form.name": "Name", // TODO New key - Add a translation "admin.registries.metadata.form.name": "Name", - + // "admin.registries.metadata.form.namespace": "Namespace", // TODO New key - Add a translation "admin.registries.metadata.form.namespace": "Namespace", - + // "admin.registries.metadata.head": "Metadata Registry", // TODO New key - Add a translation "admin.registries.metadata.head": "Metadata Registry", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", // TODO New key - Add a translation "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.delete": "Delete selected", - + // "admin.registries.metadata.schemas.table.id": "ID", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.id": "ID", - + // "admin.registries.metadata.schemas.table.name": "Name", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.name": "Name", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", // TODO New key - Add a translation "admin.registries.metadata.schemas.table.namespace": "Namespace", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", // TODO New key - Add a translation "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", // TODO New key - Add a translation "admin.registries.schema.breadcrumbs": "Metadata schema", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", // TODO New key - Add a translation "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", - + // "admin.registries.schema.fields.head": "Schema metadata fields", // TODO New key - Add a translation "admin.registries.schema.fields.head": "Schema metadata fields", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", // TODO New key - Add a translation "admin.registries.schema.fields.no-items": "No metadata fields to show.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", // TODO New key - Add a translation "admin.registries.schema.fields.table.delete": "Delete selected", - + // "admin.registries.schema.fields.table.field": "Field", // TODO New key - Add a translation "admin.registries.schema.fields.table.field": "Field", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", // TODO New key - Add a translation "admin.registries.schema.fields.table.scopenote": "Scope Note", - + // "admin.registries.schema.form.create": "Create metadata field", // TODO New key - Add a translation "admin.registries.schema.form.create": "Create metadata field", - + // "admin.registries.schema.form.edit": "Edit metadata field", // TODO New key - Add a translation "admin.registries.schema.form.edit": "Edit metadata field", - + // "admin.registries.schema.form.element": "Element", // TODO New key - Add a translation "admin.registries.schema.form.element": "Element", - + // "admin.registries.schema.form.qualifier": "Qualifier", // TODO New key - Add a translation "admin.registries.schema.form.qualifier": "Qualifier", - + // "admin.registries.schema.form.scopenote": "Scope Note", // TODO New key - Add a translation "admin.registries.schema.form.scopenote": "Scope Note", - + // "admin.registries.schema.head": "Metadata Schema", // TODO New key - Add a translation "admin.registries.schema.head": "Metadata Schema", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", // TODO New key - Add a translation "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", - + // "admin.registries.schema.notification.failure": "Error", // TODO New key - Add a translation "admin.registries.schema.notification.failure": "Error", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", // TODO New key - Add a translation "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", // TODO New key - Add a translation "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", - + // "admin.registries.schema.notification.success": "Success", // TODO New key - Add a translation "admin.registries.schema.notification.success": "Success", - + // "admin.registries.schema.return": "Return", // TODO New key - Add a translation "admin.registries.schema.return": "Return", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", // TODO New key - Add a translation "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.delete": "Delete EPerson", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - + // "admin.access-control.epeople.actions.reset": "Reset password", // TODO New key - Add a translation "admin.access-control.epeople.actions.reset": "Reset password", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", // TODO New key - Add a translation "admin.access-control.epeople.title": "DSpace Angular :: EPeople", - + // "admin.access-control.epeople.head": "EPeople", // TODO New key - Add a translation "admin.access-control.epeople.head": "EPeople", - + // "admin.access-control.epeople.search.head": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.head": "Search", - + // "admin.access-control.epeople.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.epeople.button.see-all": "Browse All", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.metadata": "Metadata", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.search.scope.email": "E-mail (exact)", - + // "admin.access-control.epeople.search.button": "Search", // TODO New key - Add a translation "admin.access-control.epeople.search.button": "Search", - + // "admin.access-control.epeople.button.add": "Add EPerson", // TODO New key - Add a translation "admin.access-control.epeople.button.add": "Add EPerson", - + // "admin.access-control.epeople.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.table.id": "ID", - + // "admin.access-control.epeople.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.table.name": "Name", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.epeople.table.email": "E-mail (exact)", - + // "admin.access-control.epeople.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.epeople.table.edit": "Edit", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", // TODO New key - Add a translation "admin.access-control.epeople.no-items": "No EPeople to show.", - + // "admin.access-control.epeople.form.create": "Create EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.create": "Create EPerson", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", // TODO New key - Add a translation "admin.access-control.epeople.form.edit": "Edit EPerson", - + // "admin.access-control.epeople.form.firstName": "First name", // TODO New key - Add a translation "admin.access-control.epeople.form.firstName": "First name", - + // "admin.access-control.epeople.form.lastName": "Last name", // TODO New key - Add a translation "admin.access-control.epeople.form.lastName": "Last name", - + // "admin.access-control.epeople.form.email": "E-mail", // TODO New key - Add a translation "admin.access-control.epeople.form.email": "E-mail", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", // TODO New key - Add a translation "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", // TODO New key - Add a translation "admin.access-control.epeople.form.canLogIn": "Can log in", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", // TODO New key - Add a translation "admin.access-control.epeople.form.requireCertificate": "Requires certificate", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", // TODO New key - Add a translation "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", - + // "admin.access-control.epeople.form.table.id": "ID", // TODO New key - Add a translation "admin.access-control.epeople.form.table.id": "ID", - + // "admin.access-control.epeople.form.table.name": "Name", // TODO New key - Add a translation "admin.access-control.epeople.form.table.name": "Name", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", // TODO New key - Add a translation "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", // TODO New key - Add a translation "admin.access-control.epeople.form.goToGroups": "Add to groups", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", // TODO New key - Add a translation "admin.access-control.groups.title": "DSpace Angular :: Groups", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", // TODO New key - Add a translation "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", // TODO New key - Add a translation "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", - + // "admin.access-control.groups.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.head": "Groups", - + // "admin.access-control.groups.button.add": "Add group", // TODO New key - Add a translation "admin.access-control.groups.button.add": "Add group", - + // "admin.access-control.groups.search.head": "Search groups", // TODO New key - Add a translation "admin.access-control.groups.search.head": "Search groups", - + // "admin.access-control.groups.button.see-all": "Browse all", // TODO New key - Add a translation "admin.access-control.groups.button.see-all": "Browse all", - + // "admin.access-control.groups.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.search.button": "Search", - + // "admin.access-control.groups.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.table.id": "ID", - + // "admin.access-control.groups.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.table.name": "Name", - + // "admin.access-control.groups.table.members": "Members", // TODO New key - Add a translation "admin.access-control.groups.table.members": "Members", - + // "admin.access-control.groups.table.edit": "Edit", // TODO New key - Add a translation "admin.access-control.groups.table.edit": "Edit", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", // TODO New key - Add a translation "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", - + // "admin.access-control.groups.form.head.create": "Create group", // TODO New key - Add a translation "admin.access-control.groups.form.head.create": "Create group", - + // "admin.access-control.groups.form.head.edit": "Edit group", // TODO New key - Add a translation "admin.access-control.groups.form.head.edit": "Edit group", - + // "admin.access-control.groups.form.groupName": "Group name", // TODO New key - Add a translation "admin.access-control.groups.form.groupName": "Group name", - + // "admin.access-control.groups.form.groupDescription": "Description", // TODO New key - Add a translation "admin.access-control.groups.form.groupDescription": "Description", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", // TODO New key - Add a translation "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", // TODO New key - Add a translation "admin.access-control.groups.form.actions.delete": "Delete Group", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", // TODO New key - Add a translation "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", // TODO New key - Add a translation "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.head": "EPeople", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.head": "Add EPeople", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.headMembers": "Current Members", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.search.button": "Search", - + // "admin.access-control.groups.form.members-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.id": "ID", - + // "admin.access-control.groups.form.members-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.name": "Name", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", // TODO New key - Add a translation "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.head": "Groups", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.search.button": "Search", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.id": "ID", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.name": "Name", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", // TODO New key - Add a translation "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", - + // "admin.access-control.groups.form.return": "Return to groups", // TODO New key - Add a translation "admin.access-control.groups.form.return": "Return to groups", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", // TODO New key - Add a translation "admin.search.breadcrumbs": "Administrative Search", - + // "admin.search.collection.edit": "Edit", // TODO New key - Add a translation "admin.search.collection.edit": "Edit", - + // "admin.search.community.edit": "Edit", // TODO New key - Add a translation "admin.search.community.edit": "Edit", - + // "admin.search.item.delete": "Delete", // TODO New key - Add a translation "admin.search.item.delete": "Delete", - + // "admin.search.item.edit": "Edit", // TODO New key - Add a translation "admin.search.item.edit": "Edit", - + // "admin.search.item.make-private": "Make Private", // TODO New key - Add a translation "admin.search.item.make-private": "Make Private", - + // "admin.search.item.make-public": "Make Public", // TODO New key - Add a translation "admin.search.item.make-public": "Make Public", - + // "admin.search.item.move": "Move", // TODO New key - Add a translation "admin.search.item.move": "Move", - + // "admin.search.item.reinstate": "Reinstate", // TODO New key - Add a translation "admin.search.item.reinstate": "Reinstate", - + // "admin.search.item.withdraw": "Withdraw", // TODO New key - Add a translation "admin.search.item.withdraw": "Withdraw", - + // "admin.search.title": "Administrative Search", // TODO New key - Add a translation "admin.search.title": "Administrative Search", - + // "administrativeView.search.results.head": "Administrative Search", // TODO New key - Add a translation "administrativeView.search.results.head": "Administrative Search", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.breadcrumbs": "Administer Workflow", - + // "admin.workflow.title": "Administer Workflow", // TODO New key - Add a translation "admin.workflow.title": "Administer Workflow", - + // "admin.workflow.item.workflow": "Workflow", // TODO New key - Add a translation "admin.workflow.item.workflow": "Workflow", - + // "admin.workflow.item.delete": "Delete", // TODO New key - Add a translation "admin.workflow.item.delete": "Delete", - + // "admin.workflow.item.send-back": "Send back", // TODO New key - Add a translation "admin.workflow.item.send-back": "Send back", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.breadcrumbs": "Import Metadata", - + // "admin.metadata-import.title": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.title": "Import Metadata", - + // "admin.metadata-import.page.header": "Import Metadata", // TODO New key - Add a translation "admin.metadata-import.page.header": "Import Metadata", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", // TODO New key - Add a translation "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", // TODO New key - Add a translation "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", - + // "admin.metadata-import.page.button.return": "Return", // TODO New key - Add a translation "admin.metadata-import.page.button.return": "Return", - + // "admin.metadata-import.page.button.proceed": "Proceed", // TODO New key - Add a translation "admin.metadata-import.page.button.proceed": "Proceed", - + // "admin.metadata-import.page.error.addFile": "Select file first!", // TODO New key - Add a translation "admin.metadata-import.page.error.addFile": "Select file first!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", // TODO New key - Add a translation "auth.errors.invalid-user": "Invalid email address or password.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", // TODO New key - Add a translation "auth.messages.expired": "Your session has expired. Please log in again.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", // TODO New key - Add a translation "bitstream.edit.bitstream": "Bitstream: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", // TODO New key - Add a translation "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", - + // "bitstream.edit.form.description.label": "Description", // TODO New key - Add a translation "bitstream.edit.form.description.label": "Description", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", // TODO New key - Add a translation "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", - + // "bitstream.edit.form.embargo.label": "Embargo until specific date", // TODO New key - Add a translation "bitstream.edit.form.embargo.label": "Embargo until specific date", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", // TODO New key - Add a translation "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", - + // "bitstream.edit.form.fileName.label": "Filename", // TODO New key - Add a translation "bitstream.edit.form.fileName.label": "Filename", - + // "bitstream.edit.form.newFormat.label": "Describe new format", // TODO New key - Add a translation "bitstream.edit.form.newFormat.label": "Describe new format", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", // TODO New key - Add a translation "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", // TODO New key - Add a translation "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.label": "Selected Format", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", // TODO New key - Add a translation "bitstream.edit.form.selectedFormat.unknown": "Format not in list", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", // TODO New key - Add a translation "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", // TODO New key - Add a translation "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", // TODO New key - Add a translation "bitstream.edit.notifications.saved.title": "Bitstream saved", - + // "bitstream.edit.title": "Edit bitstream", // TODO New key - Add a translation "bitstream.edit.title": "Edit bitstream", - - - + + + // "browse.comcol.by.author": "By Author", // TODO New key - Add a translation "browse.comcol.by.author": "By Author", - + // "browse.comcol.by.dateissued": "By Issue Date", // TODO New key - Add a translation "browse.comcol.by.dateissued": "By Issue Date", - + // "browse.comcol.by.subject": "By Subject", // TODO New key - Add a translation "browse.comcol.by.subject": "By Subject", - + // "browse.comcol.by.title": "By Title", // TODO New key - Add a translation "browse.comcol.by.title": "By Title", - + // "browse.comcol.head": "Browse", // TODO New key - Add a translation "browse.comcol.head": "Browse", - + // "browse.empty": "No items to show.", // TODO New key - Add a translation "browse.empty": "No items to show.", - + // "browse.metadata.author": "Author", // TODO New key - Add a translation "browse.metadata.author": "Author", - + // "browse.metadata.dateissued": "Issue Date", // TODO New key - Add a translation "browse.metadata.dateissued": "Issue Date", - + // "browse.metadata.subject": "Subject", // TODO New key - Add a translation "browse.metadata.subject": "Subject", - + // "browse.metadata.title": "Title", // TODO New key - Add a translation "browse.metadata.title": "Title", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", // TODO New key - Add a translation "browse.metadata.author.breadcrumbs": "Browse by Author", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", // TODO New key - Add a translation "browse.metadata.dateissued.breadcrumbs": "Browse by Date", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", // TODO New key - Add a translation "browse.metadata.subject.breadcrumbs": "Browse by Subject", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", // TODO New key - Add a translation "browse.metadata.title.breadcrumbs": "Browse by Title", - + // "browse.startsWith.choose_start": "(Choose start)", // TODO New key - Add a translation "browse.startsWith.choose_start": "(Choose start)", - + // "browse.startsWith.choose_year": "(Choose year)", // TODO New key - Add a translation "browse.startsWith.choose_year": "(Choose year)", - + // "browse.startsWith.jump": "Jump to a point in the index:", // TODO New key - Add a translation "browse.startsWith.jump": "Jump to a point in the index:", - + // "browse.startsWith.months.april": "April", // TODO New key - Add a translation "browse.startsWith.months.april": "April", - + // "browse.startsWith.months.august": "August", // TODO New key - Add a translation "browse.startsWith.months.august": "August", - + // "browse.startsWith.months.december": "December", // TODO New key - Add a translation "browse.startsWith.months.december": "December", - + // "browse.startsWith.months.february": "February", // TODO New key - Add a translation "browse.startsWith.months.february": "February", - + // "browse.startsWith.months.january": "January", // TODO New key - Add a translation "browse.startsWith.months.january": "January", - + // "browse.startsWith.months.july": "July", // TODO New key - Add a translation "browse.startsWith.months.july": "July", - + // "browse.startsWith.months.june": "June", // TODO New key - Add a translation "browse.startsWith.months.june": "June", - + // "browse.startsWith.months.march": "March", // TODO New key - Add a translation "browse.startsWith.months.march": "March", - + // "browse.startsWith.months.may": "May", // TODO New key - Add a translation "browse.startsWith.months.may": "May", - + // "browse.startsWith.months.none": "(Choose month)", // TODO New key - Add a translation "browse.startsWith.months.none": "(Choose month)", - + // "browse.startsWith.months.november": "November", // TODO New key - Add a translation "browse.startsWith.months.november": "November", - + // "browse.startsWith.months.october": "October", // TODO New key - Add a translation "browse.startsWith.months.october": "October", - + // "browse.startsWith.months.september": "September", // TODO New key - Add a translation "browse.startsWith.months.september": "September", - + // "browse.startsWith.submit": "Go", // TODO New key - Add a translation "browse.startsWith.submit": "Go", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", // TODO New key - Add a translation "browse.startsWith.type_date": "Or type in a date (year-month):", - + // "browse.startsWith.type_text": "Or enter first few letters:", // TODO New key - Add a translation "browse.startsWith.type_text": "Or enter first few letters:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", // TODO New key - Add a translation "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", - - + + // "chips.remove": "Remove chip", // TODO New key - Add a translation "chips.remove": "Remove chip", - - - + + + // "collection.create.head": "Create a Collection", // TODO New key - Add a translation "collection.create.head": "Create a Collection", - + // "collection.create.notifications.success": "Successfully created the Collection", // TODO New key - Add a translation "collection.create.notifications.success": "Successfully created the Collection", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", // TODO New key - Add a translation "collection.create.sub-head": "Create a Collection for Community {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", // TODO New key - Add a translation "collection.curate.header": "Curate Collection: {{collection}}", - + // "collection.delete.cancel": "Cancel", // TODO New key - Add a translation "collection.delete.cancel": "Cancel", - + // "collection.delete.confirm": "Confirm", // TODO New key - Add a translation "collection.delete.confirm": "Confirm", - + // "collection.delete.head": "Delete Collection", // TODO New key - Add a translation "collection.delete.head": "Delete Collection", - + // "collection.delete.notification.fail": "Collection could not be deleted", // TODO New key - Add a translation "collection.delete.notification.fail": "Collection could not be deleted", - + // "collection.delete.notification.success": "Successfully deleted collection", // TODO New key - Add a translation "collection.delete.notification.success": "Successfully deleted collection", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", // TODO New key - Add a translation "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", - - - + + + // "collection.edit.delete": "Delete this collection", // TODO New key - Add a translation "collection.edit.delete": "Delete this collection", - + // "collection.edit.head": "Edit Collection", // TODO New key - Add a translation "collection.edit.head": "Edit Collection", - + // "collection.edit.breadcrumbs": "Edit Collection", // TODO New key - Add a translation "collection.edit.breadcrumbs": "Edit Collection", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.mapper.head": "Item Mapper", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", // TODO New key - Add a translation "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - + // "collection.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.item-mapper.cancel": "Cancel", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", // TODO New key - Add a translation "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", // TODO New key - Add a translation "collection.edit.item-mapper.confirm": "Map selected items", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", // TODO New key - Add a translation "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", // TODO New key - Add a translation "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "collection.edit.item-mapper.no-search": "Please enter a query to search", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", // TODO New key - Add a translation "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", // TODO New key - Add a translation "collection.edit.item-mapper.remove": "Remove selected item mappings", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.browse": "Browse mapped items", - + // "collection.edit.item-mapper.tabs.map": "Map new items", // TODO New key - Add a translation "collection.edit.item-mapper.tabs.map": "Map new items", - - - + + + // "collection.edit.logo.label": "Collection logo", // TODO New key - Add a translation "collection.edit.logo.label": "Collection logo", - + // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", // TODO New key - Add a translation "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", // TODO New key - Add a translation "collection.edit.logo.upload": "Drop a Collection Logo to upload", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", // TODO New key - Add a translation "collection.edit.notifications.success": "Successfully edited the Collection", - + // "collection.edit.return": "Return", // TODO New key - Add a translation "collection.edit.return": "Return", - - - + + + // "collection.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.head": "Curate", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", // TODO New key - Add a translation "collection.edit.tabs.curate.title": "Collection Edit - Curate", - + // "collection.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.head": "Authorizations", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", // TODO New key - Add a translation "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.head": "Edit Metadata", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", // TODO New key - Add a translation "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", - + // "collection.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.head": "Assign Roles", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", // TODO New key - Add a translation "collection.edit.tabs.roles.title": "Collection Edit - Roles", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", // TODO New key - Add a translation "collection.edit.tabs.source.external": "This collection harvests its content from an external source", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", // TODO New key - Add a translation "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", // TODO New key - Add a translation "collection.edit.tabs.source.form.harvestType": "Content being harvested", - + // "collection.edit.tabs.source.form.head": "Configure an external source", // TODO New key - Add a translation "collection.edit.tabs.source.form.head": "Configure an external source", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", // TODO New key - Add a translation "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", // TODO New key - Add a translation "collection.edit.tabs.source.form.oaiSource": "OAI Provider", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (requires ORE support)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", // TODO New key - Add a translation "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", - + // "collection.edit.tabs.source.head": "Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.head": "Content Source", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", // TODO New key - Add a translation "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", // TODO New key - Add a translation "collection.edit.tabs.source.title": "Collection Edit - Content Source", - - - + + + // "collection.edit.template.add-button": "Add", // TODO New key - Add a translation "collection.edit.template.add-button": "Add", - + // "collection.edit.template.breadcrumbs": "Item template", // TODO New key - Add a translation "collection.edit.template.breadcrumbs": "Item template", - + // "collection.edit.template.cancel": "Cancel", // TODO New key - Add a translation "collection.edit.template.cancel": "Cancel", - + // "collection.edit.template.delete-button": "Delete", // TODO New key - Add a translation "collection.edit.template.delete-button": "Delete", - + // "collection.edit.template.edit-button": "Edit", // TODO New key - Add a translation "collection.edit.template.edit-button": "Edit", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", // TODO New key - Add a translation "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", // TODO New key - Add a translation "collection.edit.template.label": "Template item", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.error": "Failed to delete the item template", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", // TODO New key - Add a translation "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", - + // "collection.edit.template.title": "Edit Template Item", // TODO New key - Add a translation "collection.edit.template.title": "Edit Template Item", - - - + + + // "collection.form.abstract": "Short Description", // TODO New key - Add a translation "collection.form.abstract": "Short Description", - + // "collection.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "collection.form.description": "Introductory text (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", // TODO New key - Add a translation "collection.form.errors.title.required": "Please enter a collection name", - + // "collection.form.license": "License", // TODO New key - Add a translation "collection.form.license": "License", - + // "collection.form.provenance": "Provenance", // TODO New key - Add a translation "collection.form.provenance": "Provenance", - + // "collection.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "collection.form.rights": "Copyright text (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "collection.form.tableofcontents": "News (HTML)", - + // "collection.form.title": "Name", // TODO New key - Add a translation "collection.form.title": "Name", - - - + + + // "collection.listelement.badge": "Collection", // TODO New key - Add a translation "collection.listelement.badge": "Collection", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", // TODO New key - Add a translation "collection.page.browse.recent.head": "Recent Submissions", - + // "collection.page.browse.recent.empty": "No items to show", // TODO New key - Add a translation "collection.page.browse.recent.empty": "No items to show", - + // "collection.page.edit": "Edit this collection", // TODO New key - Add a translation "collection.page.edit": "Edit this collection", - + // "collection.page.handle": "Permanent URI for this collection", // TODO New key - Add a translation "collection.page.handle": "Permanent URI for this collection", - + // "collection.page.license": "License", // TODO New key - Add a translation "collection.page.license": "License", - + // "collection.page.news": "News", // TODO New key - Add a translation "collection.page.news": "News", - - - + + + // "collection.select.confirm": "Confirm selected", // TODO New key - Add a translation "collection.select.confirm": "Confirm selected", - + // "collection.select.empty": "No collections to show", // TODO New key - Add a translation "collection.select.empty": "No collections to show", - + // "collection.select.table.title": "Title", // TODO New key - Add a translation "collection.select.table.title": "Title", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", // TODO New key - Add a translation "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", - + // "collection.source.update.notifications.error.title": "Server Error", // TODO New key - Add a translation "collection.source.update.notifications.error.title": "Server Error", - - - + + + // "communityList.tabTitle": "DSpace - Community List", // TODO New key - Add a translation "communityList.tabTitle": "DSpace - Community List", - + // "communityList.title": "List of Communities", // TODO New key - Add a translation "communityList.title": "List of Communities", - + // "communityList.showMore": "Show More", // TODO New key - Add a translation "communityList.showMore": "Show More", - - - + + + // "community.create.head": "Create a Community", // TODO New key - Add a translation "community.create.head": "Create a Community", - + // "community.create.notifications.success": "Successfully created the Community", // TODO New key - Add a translation "community.create.notifications.success": "Successfully created the Community", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", // TODO New key - Add a translation "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", // TODO New key - Add a translation "community.curate.header": "Curate Community: {{community}}", - + // "community.delete.cancel": "Cancel", // TODO New key - Add a translation "community.delete.cancel": "Cancel", - + // "community.delete.confirm": "Confirm", // TODO New key - Add a translation "community.delete.confirm": "Confirm", - + // "community.delete.head": "Delete Community", // TODO New key - Add a translation "community.delete.head": "Delete Community", - + // "community.delete.notification.fail": "Community could not be deleted", // TODO New key - Add a translation "community.delete.notification.fail": "Community could not be deleted", - + // "community.delete.notification.success": "Successfully deleted community", // TODO New key - Add a translation "community.delete.notification.success": "Successfully deleted community", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", // TODO New key - Add a translation "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", - + // "community.edit.delete": "Delete this community", // TODO New key - Add a translation "community.edit.delete": "Delete this community", - + // "community.edit.head": "Edit Community", // TODO New key - Add a translation "community.edit.head": "Edit Community", - + // "community.edit.breadcrumbs": "Edit Community", // TODO New key - Add a translation "community.edit.breadcrumbs": "Edit Community", - - + + // "community.edit.logo.label": "Community logo", // TODO New key - Add a translation "community.edit.logo.label": "Community logo", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", // TODO New key - Add a translation "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", // TODO New key - Add a translation "community.edit.logo.notifications.add.success": "Upload Community logo successful.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.title": "Logo deleted", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", // TODO New key - Add a translation "community.edit.logo.notifications.delete.error.title": "Error deleting logo", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", // TODO New key - Add a translation "community.edit.logo.upload": "Drop a Community Logo to upload", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", // TODO New key - Add a translation "community.edit.notifications.success": "Successfully edited the Community", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", // TODO New key - Add a translation "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - + // "community.edit.notifications.error": "An error occured while editing the Community", // TODO New key - Add a translation "community.edit.notifications.error": "An error occured while editing the Community", - + // "community.edit.return": "Return", // TODO New key - Add a translation "community.edit.return": "Return", - - - + + + // "community.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "community.edit.tabs.curate.head": "Curate", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", // TODO New key - Add a translation "community.edit.tabs.curate.title": "Community Edit - Curate", - + // "community.edit.tabs.metadata.head": "Edit Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.head": "Edit Metadata", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", // TODO New key - Add a translation "community.edit.tabs.metadata.title": "Community Edit - Metadata", - + // "community.edit.tabs.roles.head": "Assign Roles", // TODO New key - Add a translation "community.edit.tabs.roles.head": "Assign Roles", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", // TODO New key - Add a translation "community.edit.tabs.roles.title": "Community Edit - Roles", - + // "community.edit.tabs.authorizations.head": "Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.head": "Authorizations", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", // TODO New key - Add a translation "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - - - + + + // "community.listelement.badge": "Community", // TODO New key - Add a translation "community.listelement.badge": "Community", - - - + + + // "comcol-role.edit.no-group": "None", // TODO New key - Add a translation "comcol-role.edit.no-group": "None", - + // "comcol-role.edit.create": "Create", // TODO New key - Add a translation "comcol-role.edit.create": "Create", - + // "comcol-role.edit.restrict": "Restrict", // TODO New key - Add a translation "comcol-role.edit.restrict": "Restrict", - + // "comcol-role.edit.delete": "Delete", // TODO New key - Add a translation "comcol-role.edit.delete": "Delete", - - + + // "comcol-role.edit.community-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.community-admin.name": "Administrators", - + // "comcol-role.edit.collection-admin.name": "Administrators", // TODO New key - Add a translation "comcol-role.edit.collection-admin.name": "Administrators", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", // TODO New key - Add a translation "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - - + + // "comcol-role.edit.submitters.name": "Submitters", // TODO New key - Add a translation "comcol-role.edit.submitters.name": "Submitters", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", // TODO New key - Add a translation "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", // TODO New key - Add a translation "comcol-role.edit.item_read.name": "Default item read access", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", // TODO New key - Add a translation "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.name": "Default bitstream read access", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", // TODO New key - Add a translation "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", - - + + // "comcol-role.edit.editor.name": "Editors", // TODO New key - Add a translation "comcol-role.edit.editor.name": "Editors", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", // TODO New key - Add a translation "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", // TODO New key - Add a translation "comcol-role.edit.finaleditor.name": "Final editors", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", // TODO New key - Add a translation "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", // TODO New key - Add a translation "comcol-role.edit.reviewer.name": "Reviewers", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", // TODO New key - Add a translation "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", - - - + + + // "community.form.abstract": "Short Description", // TODO New key - Add a translation "community.form.abstract": "Short Description", - + // "community.form.description": "Introductory text (HTML)", // TODO New key - Add a translation "community.form.description": "Introductory text (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", // TODO New key - Add a translation "community.form.errors.title.required": "Please enter a community name", - + // "community.form.rights": "Copyright text (HTML)", // TODO New key - Add a translation "community.form.rights": "Copyright text (HTML)", - + // "community.form.tableofcontents": "News (HTML)", // TODO New key - Add a translation "community.form.tableofcontents": "News (HTML)", - + // "community.form.title": "Name", // TODO New key - Add a translation "community.form.title": "Name", - + // "community.page.edit": "Edit this community", // TODO New key - Add a translation "community.page.edit": "Edit this community", - + // "community.page.handle": "Permanent URI for this community", // TODO New key - Add a translation "community.page.handle": "Permanent URI for this community", - + // "community.page.license": "License", // TODO New key - Add a translation "community.page.license": "License", - + // "community.page.news": "News", // TODO New key - Add a translation "community.page.news": "News", - + // "community.all-lists.head": "Subcommunities and Collections", // TODO New key - Add a translation "community.all-lists.head": "Subcommunities and Collections", - + // "community.sub-collection-list.head": "Collections of this Community", // TODO New key - Add a translation "community.sub-collection-list.head": "Collections of this Community", - + // "community.sub-community-list.head": "Communities of this Community", // TODO New key - Add a translation "community.sub-community-list.head": "Communities of this Community", - - - + + + // "cookies.consent.accept-all": "Accept all", // TODO New key - Add a translation "cookies.consent.accept-all": "Accept all", - + // "cookies.consent.accept-selected": "Accept selected", // TODO New key - Add a translation "cookies.consent.accept-selected": "Accept selected", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", // TODO New key - Add a translation "cookies.consent.app.opt-out.title": "(opt-out)", - + // "cookies.consent.app.purpose": "purpose", // TODO New key - Add a translation "cookies.consent.app.purpose": "purpose", - + // "cookies.consent.app.required.description": "This application is always required", // TODO New key - Add a translation "cookies.consent.app.required.description": "This application is always required", - + // "cookies.consent.app.required.title": "(always required)", // TODO New key - Add a translation "cookies.consent.app.required.title": "(always required)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", // TODO New key - Add a translation "cookies.consent.update": "There were changes since your last visit, please update your consent.", - + // "cookies.consent.close": "Close", // TODO New key - Add a translation "cookies.consent.close": "Close", - + // "cookies.consent.decline": "Decline", // TODO New key - Add a translation "cookies.consent.decline": "Decline", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", // TODO New key - Add a translation "cookies.consent.content-notice.learnMore": "Customize", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", // TODO New key - Add a translation "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", // TODO New key - Add a translation "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", // TODO New key - Add a translation "cookies.consent.content-modal.title": "Information that we collect", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", // TODO New key - Add a translation "cookies.consent.app.title.authentication": "Authentication", - + // "cookies.consent.app.description.authentication": "Required for signing you in", // TODO New key - Add a translation "cookies.consent.app.description.authentication": "Required for signing you in", - - + + // "cookies.consent.app.title.preferences": "Preferences", // TODO New key - Add a translation "cookies.consent.app.title.preferences": "Preferences", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", // TODO New key - Add a translation "cookies.consent.app.description.preferences": "Required for saving your preferences", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", // TODO New key - Add a translation "cookies.consent.app.title.acknowledgement": "Acknowledgement", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", // TODO New key - Add a translation "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", // TODO New key - Add a translation "cookies.consent.app.title.google-analytics": "Google Analytics", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", // TODO New key - Add a translation "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", - - - + + + // "cookies.consent.purpose.functional": "Functional", // TODO New key - Add a translation "cookies.consent.purpose.functional": "Functional", - + // "cookies.consent.purpose.statistical": "Statistical", // TODO New key - Add a translation "cookies.consent.purpose.statistical": "Statistical", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", // TODO New key - Add a translation - "curation-task.task.checklinks.label": "Check Links in Metadata", - + "curation-task.task.checklinks.label": "Check Links in Metadata", + // "curation-task.task.noop.label": "NOOP", // TODO New key - Add a translation "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", // TODO New key - Add a translation "curation-task.task.profileformats.label": "Profile Bitstream Formats", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", // TODO New key - Add a translation "curation-task.task.requiredmetadata.label": "Check for Required Metadata", - + // "curation-task.task.translate.label": "Microsoft Translator", // TODO New key - Add a translation "curation-task.task.translate.label": "Microsoft Translator", - + // "curation-task.task.vscan.label": "Virus Scan", // TODO New key - Add a translation "curation-task.task.vscan.label": "Virus Scan", - - - + + + // "curation.form.task-select.label": "Task:", // TODO New key - Add a translation "curation.form.task-select.label": "Task:", - + // "curation.form.submit": "Start", // TODO New key - Add a translation "curation.form.submit": "Start", - + // "curation.form.submit.success.head": "The curation task has been started successfully", // TODO New key - Add a translation "curation.form.submit.success.head": "The curation task has been started successfully", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", // TODO New key - Add a translation "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", - + // "curation.form.submit.error.head": "Running the curation task failed", // TODO New key - Add a translation "curation.form.submit.error.head": "Running the curation task failed", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", // TODO New key - Add a translation "curation.form.submit.error.content": "An error occured when trying to start the curation task.", - + // "curation.form.handle.label": "Handle:", // TODO New key - Add a translation "curation.form.handle.label": "Handle:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", // TODO New key - Add a translation "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", - - - + + + // "dso-selector.create.collection.head": "New collection", // TODO New key - Add a translation "dso-selector.create.collection.head": "New collection", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", // TODO New key - Add a translation "dso-selector.create.collection.sub-level": "Create a new collection in", - + // "dso-selector.create.community.head": "New community", // TODO New key - Add a translation "dso-selector.create.community.head": "New community", - + // "dso-selector.create.community.sub-level": "Create a new community in", // TODO New key - Add a translation "dso-selector.create.community.sub-level": "Create a new community in", - + // "dso-selector.create.community.top-level": "Create a new top-level community", // TODO New key - Add a translation "dso-selector.create.community.top-level": "Create a new top-level community", - + // "dso-selector.create.item.head": "New item", // TODO New key - Add a translation "dso-selector.create.item.head": "New item", - + // "dso-selector.create.item.sub-level": "Create a new item in", // TODO New key - Add a translation "dso-selector.create.item.sub-level": "Create a new item in", - + // "dso-selector.create.submission.head": "New submission", // TODO New key - Add a translation "dso-selector.create.submission.head": "New submission", - + // "dso-selector.edit.collection.head": "Edit collection", // TODO New key - Add a translation "dso-selector.edit.collection.head": "Edit collection", - + // "dso-selector.edit.community.head": "Edit community", // TODO New key - Add a translation "dso-selector.edit.community.head": "Edit community", - + // "dso-selector.edit.item.head": "Edit item", // TODO New key - Add a translation "dso-selector.edit.item.head": "Edit item", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", // TODO New key - Add a translation "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - + // "dso-selector.no-results": "No {{ type }} found", // TODO New key - Add a translation "dso-selector.no-results": "No {{ type }} found", - + // "dso-selector.placeholder": "Search for a {{ type }}", // TODO New key - Add a translation "dso-selector.placeholder": "Search for a {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", // TODO New key - Add a translation "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.export-metadata.cancel": "Cancel", - + // "confirmation-modal.export-metadata.confirm": "Export", // TODO New key - Add a translation "confirmation-modal.export-metadata.confirm": "Export", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", // TODO New key - Add a translation "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", // TODO New key - Add a translation "confirmation-modal.delete-eperson.cancel": "Cancel", - + // "confirmation-modal.delete-eperson.confirm": "Delete", // TODO New key - Add a translation "confirmation-modal.delete-eperson.confirm": "Delete", - - + + // "error.bitstream": "Error fetching bitstream", // TODO New key - Add a translation "error.bitstream": "Error fetching bitstream", - + // "error.browse-by": "Error fetching items", // TODO New key - Add a translation "error.browse-by": "Error fetching items", - + // "error.collection": "Error fetching collection", // TODO New key - Add a translation "error.collection": "Error fetching collection", - + // "error.collections": "Error fetching collections", // TODO New key - Add a translation "error.collections": "Error fetching collections", - + // "error.community": "Error fetching community", // TODO New key - Add a translation "error.community": "Error fetching community", - + // "error.identifier": "No item found for the identifier", // TODO New key - Add a translation "error.identifier": "No item found for the identifier", - + // "error.default": "Error", // TODO New key - Add a translation "error.default": "Error", - + // "error.item": "Error fetching item", // TODO New key - Add a translation "error.item": "Error fetching item", - + // "error.items": "Error fetching items", // TODO New key - Add a translation "error.items": "Error fetching items", - + // "error.objects": "Error fetching objects", // TODO New key - Add a translation "error.objects": "Error fetching objects", - + // "error.recent-submissions": "Error fetching recent submissions", // TODO New key - Add a translation "error.recent-submissions": "Error fetching recent submissions", - + // "error.search-results": "Error fetching search results", // TODO New key - Add a translation "error.search-results": "Error fetching search results", - + // "error.sub-collections": "Error fetching sub-collections", // TODO New key - Add a translation "error.sub-collections": "Error fetching sub-collections", - + // "error.sub-communities": "Error fetching sub-communities", // TODO New key - Add a translation "error.sub-communities": "Error fetching sub-communities", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", // TODO New key - Add a translation "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", - + // "error.top-level-communities": "Error fetching top-level communities", // TODO New key - Add a translation "error.top-level-communities": "Error fetching top-level communities", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", // TODO New key - Add a translation "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", // TODO New key - Add a translation "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", // TODO New key - Add a translation "error.validation.filerequired": "The file upload is mandatory", - - - + + + // "file-section.error.header": "Error obtaining files for this item", // TODO New key - Add a translation "file-section.error.header": "Error obtaining files for this item", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", // TODO New key - Add a translation "footer.copyright": "copyright © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", // TODO New key - Add a translation "footer.link.dspace": "DSpace software", - + // "footer.link.lyrasis": "LYRASIS", // TODO New key - Add a translation "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", // TODO New key - Add a translation "footer.link.cookies": "Cookie settings", - + // "footer.link.privacy-policy": "Privacy policy", // TODO New key - Add a translation "footer.link.privacy-policy": "Privacy policy", - + // "footer.link.end-user-agreement":"End User Agreement", // TODO New key - Add a translation - "footer.link.end-user-agreement":"End User Agreement", - - - + "footer.link.end-user-agreement": "End User Agreement", + + + // "forgot-email.form.header": "Forgot Password", // TODO New key - Add a translation "forgot-email.form.header": "Forgot Password", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "forgot-email.form.email": "Email Address *", // TODO New key - Add a translation "forgot-email.form.email": "Email Address *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "forgot-email.form.email.error.required": "Please fill in an email address", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "forgot-email.form.email.hint": "This address will be verified and used as your login name.", - + // "forgot-email.form.submit": "Submit", // TODO New key - Add a translation "forgot-email.form.submit": "Submit", - + // "forgot-email.form.success.head": "Verification email sent", // TODO New key - Add a translation "forgot-email.form.success.head": "Verification email sent", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "forgot-email.form.error.head": "Error when trying to register email", // TODO New key - Add a translation "forgot-email.form.error.head": "Error when trying to register email", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", // TODO New key - Add a translation "forgot-password.title": "Forgot Password", - + // "forgot-password.form.head": "Forgot Password", // TODO New key - Add a translation "forgot-password.form.head": "Forgot Password", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "forgot-password.form.card.security": "Security", // TODO New key - Add a translation "forgot-password.form.card.security": "Security", - + // "forgot-password.form.identification.header": "Identify", // TODO New key - Add a translation "forgot-password.form.identification.header": "Identify", - + // "forgot-password.form.identification.email": "Email address: ", // TODO New key - Add a translation "forgot-password.form.identification.email": "Email address: ", - + // "forgot-password.form.label.password": "Password", // TODO New key - Add a translation "forgot-password.form.label.password": "Password", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "forgot-password.form.label.passwordrepeat": "Retype to confirm", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "forgot-password.form.error.empty-password": "Please enter a password in the box below.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "forgot-password.form.error.matching-passwords": "The passwords do not match.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", // TODO New key - Add a translation "forgot-password.form.notification.error.title": "Error when trying to submit new password", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", // TODO New key - Add a translation "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", - + // "forgot-password.form.notification.success.title": "Password reset completed", // TODO New key - Add a translation "forgot-password.form.notification.success.title": "Password reset completed", - + // "forgot-password.form.submit": "Submit password", // TODO New key - Add a translation "forgot-password.form.submit": "Submit password", - - - + + + // "form.add": "Add", // TODO New key - Add a translation "form.add": "Add", - + // "form.add-help": "Click here to add the current entry and to add another one", // TODO New key - Add a translation "form.add-help": "Click here to add the current entry and to add another one", - + // "form.cancel": "Cancel", // TODO New key - Add a translation "form.cancel": "Cancel", - + // "form.clear": "Clear", // TODO New key - Add a translation "form.clear": "Clear", - + // "form.clear-help": "Click here to remove the selected value", // TODO New key - Add a translation "form.clear-help": "Click here to remove the selected value", - + // "form.edit": "Edit", // TODO New key - Add a translation "form.edit": "Edit", - + // "form.edit-help": "Click here to edit the selected value", // TODO New key - Add a translation "form.edit-help": "Click here to edit the selected value", - + // "form.first-name": "First name", // TODO New key - Add a translation "form.first-name": "First name", - + // "form.group-collapse": "Collapse", // TODO New key - Add a translation "form.group-collapse": "Collapse", - + // "form.group-collapse-help": "Click here to collapse", // TODO New key - Add a translation "form.group-collapse-help": "Click here to collapse", - + // "form.group-expand": "Expand", // TODO New key - Add a translation "form.group-expand": "Expand", - + // "form.group-expand-help": "Click here to expand and add more elements", // TODO New key - Add a translation "form.group-expand-help": "Click here to expand and add more elements", - + // "form.last-name": "Last name", // TODO New key - Add a translation "form.last-name": "Last name", - + // "form.loading": "Loading...", // TODO New key - Add a translation "form.loading": "Loading...", - + // "form.lookup": "Lookup", // TODO New key - Add a translation "form.lookup": "Lookup", - + // "form.lookup-help": "Click here to look up an existing relation", // TODO New key - Add a translation "form.lookup-help": "Click here to look up an existing relation", - + // "form.no-results": "No results found", // TODO New key - Add a translation "form.no-results": "No results found", - + // "form.no-value": "No value entered", // TODO New key - Add a translation "form.no-value": "No value entered", - + // "form.other-information": {}, // TODO New key - Add a translation "form.other-information": {}, - + // "form.remove": "Remove", // TODO New key - Add a translation "form.remove": "Remove", - + // "form.save": "Save", // TODO New key - Add a translation "form.save": "Save", - + // "form.save-help": "Save changes", // TODO New key - Add a translation "form.save-help": "Save changes", - + // "form.search": "Search", // TODO New key - Add a translation "form.search": "Search", - + // "form.search-help": "Click here to look for an existing correspondence", // TODO New key - Add a translation "form.search-help": "Click here to look for an existing correspondence", - + // "form.submit": "Submit", // TODO New key - Add a translation "form.submit": "Submit", - - - + + + // "home.description": "", // TODO New key - Add a translation "home.description": "", - + // "home.breadcrumbs": "Home", // TODO New key - Add a translation "home.breadcrumbs": "Home", - + // "home.title": "DSpace Angular :: Home", // TODO New key - Add a translation "home.title": "DSpace Angular :: Home", - + // "home.top-level-communities.head": "Communities in DSpace", // TODO New key - Add a translation "home.top-level-communities.head": "Communities in DSpace", - + // "home.top-level-communities.help": "Select a community to browse its collections.", // TODO New key - Add a translation "home.top-level-communities.help": "Select a community to browse its collections.", - - - + + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.breadcrumbs": "End User Agreement", - + // "info.end-user-agreement.buttons.cancel": "Cancel", // TODO New key - Add a translation "info.end-user-agreement.buttons.cancel": "Cancel", - + // "info.end-user-agreement.buttons.save": "Save", // TODO New key - Add a translation "info.end-user-agreement.buttons.save": "Save", - + // "info.end-user-agreement.head": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.head": "End User Agreement", - + // "info.end-user-agreement.title": "End User Agreement", // TODO New key - Add a translation "info.end-user-agreement.title": "End User Agreement", - + // "info.privacy.breadcrumbs": "Privacy Statement", // TODO New key - Add a translation "info.privacy.breadcrumbs": "Privacy Statement", - + // "info.privacy.head": "Privacy Statement", // TODO New key - Add a translation "info.privacy.head": "Privacy Statement", - + // "info.privacy.title": "Privacy Statement", // TODO New key - Add a translation "info.privacy.title": "Privacy Statement", - - - + + + // "item.alerts.private": "This item is private", // TODO New key - Add a translation "item.alerts.private": "This item is private", - + // "item.alerts.withdrawn": "This item has been withdrawn", // TODO New key - Add a translation "item.alerts.withdrawn": "This item has been withdrawn", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", // TODO New key - Add a translation "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", - + // "item.edit.authorizations.title": "Edit item's Policies", // TODO New key - Add a translation "item.edit.authorizations.title": "Edit item's Policies", - - - + + + // "item.badge.private": "Private", // TODO New key - Add a translation "item.badge.private": "Private", - + // "item.badge.withdrawn": "Withdrawn", // TODO New key - Add a translation "item.badge.withdrawn": "Withdrawn", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle": "Bundle", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.placeholder": "Select a bundle", - + // "item.bitstreams.upload.bundle.new": "Create bundle", // TODO New key - Add a translation "item.bitstreams.upload.bundle.new": "Create bundle", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", // TODO New key - Add a translation - "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", - + "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.cancel": "Cancel", // TODO New key - Add a translation "item.bitstreams.upload.cancel": "Cancel", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", // TODO New key - Add a translation "item.bitstreams.upload.drop-message": "Drop a file to upload", - + // "item.bitstreams.upload.item": "Item: ", // TODO New key - Add a translation "item.bitstreams.upload.item": "Item: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", // TODO New key - Add a translation "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", // TODO New key - Add a translation "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", - + // "item.bitstreams.upload.title": "Upload bitstream", // TODO New key - Add a translation "item.bitstreams.upload.title": "Upload bitstream", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", // TODO New key - Add a translation "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", // TODO New key - Add a translation "item.edit.bitstreams.bundle.load.more": "Load more", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", // TODO New key - Add a translation "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", // TODO New key - Add a translation "item.edit.bitstreams.discard-button": "Discard", - + // "item.edit.bitstreams.edit.buttons.download": "Download", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.download": "Download", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.drag": "Drag", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.edit": "Edit", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.remove": "Remove", - + // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.bitstreams.edit.buttons.undo": "Undo changes", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", // TODO New key - Add a translation "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", - + // "item.edit.bitstreams.headers.actions": "Actions", // TODO New key - Add a translation "item.edit.bitstreams.headers.actions": "Actions", - + // "item.edit.bitstreams.headers.bundle": "Bundle", // TODO New key - Add a translation "item.edit.bitstreams.headers.bundle": "Bundle", - + // "item.edit.bitstreams.headers.description": "Description", // TODO New key - Add a translation "item.edit.bitstreams.headers.description": "Description", - + // "item.edit.bitstreams.headers.format": "Format", // TODO New key - Add a translation "item.edit.bitstreams.headers.format": "Format", - + // "item.edit.bitstreams.headers.name": "Name", // TODO New key - Add a translation "item.edit.bitstreams.headers.name": "Name", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", // TODO New key - Add a translation "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", - + // "item.edit.bitstreams.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.bitstreams.reinstate-button": "Undo", - + // "item.edit.bitstreams.save-button": "Save", // TODO New key - Add a translation "item.edit.bitstreams.save-button": "Save", - + // "item.edit.bitstreams.upload-button": "Upload", // TODO New key - Add a translation "item.edit.bitstreams.upload-button": "Upload", - - - + + + // "item.edit.delete.cancel": "Cancel", // TODO New key - Add a translation "item.edit.delete.cancel": "Cancel", - + // "item.edit.delete.confirm": "Delete", // TODO New key - Add a translation "item.edit.delete.confirm": "Delete", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", // TODO New key - Add a translation "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", - + // "item.edit.delete.error": "An error occurred while deleting the item", // TODO New key - Add a translation "item.edit.delete.error": "An error occurred while deleting the item", - + // "item.edit.delete.header": "Delete item: {{ id }}", // TODO New key - Add a translation "item.edit.delete.header": "Delete item: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", // TODO New key - Add a translation "item.edit.delete.success": "The item has been deleted", - + // "item.edit.head": "Edit Item", // TODO New key - Add a translation "item.edit.head": "Edit Item", - + // "item.edit.breadcrumbs": "Edit Item", // TODO New key - Add a translation "item.edit.breadcrumbs": "Edit Item", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.mapper.head": "Collection Mapper", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", // TODO New key - Add a translation "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.add": "Map item to selected collections", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", // TODO New key - Add a translation "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", - + // "item.edit.item-mapper.cancel": "Cancel", // TODO New key - Add a translation "item.edit.item-mapper.cancel": "Cancel", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", // TODO New key - Add a translation "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", // TODO New key - Add a translation "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", // TODO New key - Add a translation "item.edit.item-mapper.item": "Item: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", // TODO New key - Add a translation "item.edit.item-mapper.no-search": "Please enter a query to search", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", // TODO New key - Add a translation "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.browse": "Browse mapped collections", - + // "item.edit.item-mapper.tabs.map": "Map new collections", // TODO New key - Add a translation "item.edit.item-mapper.tabs.map": "Map new collections", - - - + + + // "item.edit.metadata.add-button": "Add", // TODO New key - Add a translation "item.edit.metadata.add-button": "Add", - + // "item.edit.metadata.discard-button": "Discard", // TODO New key - Add a translation "item.edit.metadata.discard-button": "Discard", - + // "item.edit.metadata.edit.buttons.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.edit": "Edit", - + // "item.edit.metadata.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.remove": "Remove", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.undo": "Undo changes", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", // TODO New key - Add a translation "item.edit.metadata.edit.buttons.unedit": "Stop editing", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", // TODO New key - Add a translation "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", - + // "item.edit.metadata.headers.edit": "Edit", // TODO New key - Add a translation "item.edit.metadata.headers.edit": "Edit", - + // "item.edit.metadata.headers.field": "Field", // TODO New key - Add a translation "item.edit.metadata.headers.field": "Field", - + // "item.edit.metadata.headers.language": "Lang", // TODO New key - Add a translation "item.edit.metadata.headers.language": "Lang", - + // "item.edit.metadata.headers.value": "Value", // TODO New key - Add a translation "item.edit.metadata.headers.value": "Value", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", // TODO New key - Add a translation "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", // TODO New key - Add a translation "item.edit.metadata.notifications.discarded.title": "Changed discarded", - + // "item.edit.metadata.notifications.error.title": "An error occurred", // TODO New key - Add a translation "item.edit.metadata.notifications.error.title": "An error occurred", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", // TODO New key - Add a translation "item.edit.metadata.notifications.invalid.title": "Metadata invalid", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", // TODO New key - Add a translation "item.edit.metadata.notifications.outdated.title": "Changed outdated", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", // TODO New key - Add a translation "item.edit.metadata.notifications.saved.title": "Metadata saved", - + // "item.edit.metadata.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.metadata.reinstate-button": "Undo", - + // "item.edit.metadata.save-button": "Save", // TODO New key - Add a translation "item.edit.metadata.save-button": "Save", - - - + + + // "item.edit.modify.overview.field": "Field", // TODO New key - Add a translation "item.edit.modify.overview.field": "Field", - + // "item.edit.modify.overview.language": "Language", // TODO New key - Add a translation "item.edit.modify.overview.language": "Language", - + // "item.edit.modify.overview.value": "Value", // TODO New key - Add a translation "item.edit.modify.overview.value": "Value", - - - + + + // "item.edit.move.cancel": "Cancel", // TODO New key - Add a translation "item.edit.move.cancel": "Cancel", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", // TODO New key - Add a translation "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", // TODO New key - Add a translation "item.edit.move.error": "An error occurred when attempting to move the item", - + // "item.edit.move.head": "Move item: {{id}}", // TODO New key - Add a translation "item.edit.move.head": "Move item: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", // TODO New key - Add a translation "item.edit.move.inheritpolicies.checkbox": "Inherit policies", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", // TODO New key - Add a translation "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", - + // "item.edit.move.move": "Move", // TODO New key - Add a translation "item.edit.move.move": "Move", - + // "item.edit.move.processing": "Moving...", // TODO New key - Add a translation "item.edit.move.processing": "Moving...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", // TODO New key - Add a translation "item.edit.move.search.placeholder": "Enter a search query to look for collections", - + // "item.edit.move.success": "The item has been moved successfully", // TODO New key - Add a translation "item.edit.move.success": "The item has been moved successfully", - + // "item.edit.move.title": "Move item", // TODO New key - Add a translation "item.edit.move.title": "Move item", - - - + + + // "item.edit.private.cancel": "Cancel", // TODO New key - Add a translation "item.edit.private.cancel": "Cancel", - + // "item.edit.private.confirm": "Make it Private", // TODO New key - Add a translation "item.edit.private.confirm": "Make it Private", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", // TODO New key - Add a translation "item.edit.private.description": "Are you sure this item should be made private in the archive?", - + // "item.edit.private.error": "An error occurred while making the item private", // TODO New key - Add a translation "item.edit.private.error": "An error occurred while making the item private", - + // "item.edit.private.header": "Make item private: {{ id }}", // TODO New key - Add a translation "item.edit.private.header": "Make item private: {{ id }}", - + // "item.edit.private.success": "The item is now private", // TODO New key - Add a translation "item.edit.private.success": "The item is now private", - - - + + + // "item.edit.public.cancel": "Cancel", // TODO New key - Add a translation "item.edit.public.cancel": "Cancel", - + // "item.edit.public.confirm": "Make it Public", // TODO New key - Add a translation "item.edit.public.confirm": "Make it Public", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", // TODO New key - Add a translation "item.edit.public.description": "Are you sure this item should be made public in the archive?", - + // "item.edit.public.error": "An error occurred while making the item public", // TODO New key - Add a translation "item.edit.public.error": "An error occurred while making the item public", - + // "item.edit.public.header": "Make item public: {{ id }}", // TODO New key - Add a translation "item.edit.public.header": "Make item public: {{ id }}", - + // "item.edit.public.success": "The item is now public", // TODO New key - Add a translation "item.edit.public.success": "The item is now public", - - - + + + // "item.edit.reinstate.cancel": "Cancel", // TODO New key - Add a translation "item.edit.reinstate.cancel": "Cancel", - + // "item.edit.reinstate.confirm": "Reinstate", // TODO New key - Add a translation "item.edit.reinstate.confirm": "Reinstate", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", // TODO New key - Add a translation "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", // TODO New key - Add a translation "item.edit.reinstate.error": "An error occurred while reinstating the item", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", // TODO New key - Add a translation "item.edit.reinstate.header": "Reinstate item: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", // TODO New key - Add a translation "item.edit.reinstate.success": "The item was reinstated successfully", - - - + + + // "item.edit.relationships.discard-button": "Discard", // TODO New key - Add a translation "item.edit.relationships.discard-button": "Discard", - + // "item.edit.relationships.edit.buttons.add": "Add", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.add": "Add", - + // "item.edit.relationships.edit.buttons.remove": "Remove", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.remove": "Remove", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", // TODO New key - Add a translation "item.edit.relationships.edit.buttons.undo": "Undo changes", - + // "item.edit.relationships.no-relationships": "No relationships", // TODO New key - Add a translation "item.edit.relationships.no-relationships": "No relationships", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", // TODO New key - Add a translation "item.edit.relationships.notifications.discarded.title": "Changes discarded", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", // TODO New key - Add a translation "item.edit.relationships.notifications.failed.title": "Error editing relationships", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", // TODO New key - Add a translation "item.edit.relationships.notifications.outdated.title": "Changes outdated", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", // TODO New key - Add a translation "item.edit.relationships.notifications.saved.title": "Relationships saved", - + // "item.edit.relationships.reinstate-button": "Undo", // TODO New key - Add a translation "item.edit.relationships.reinstate-button": "Undo", - + // "item.edit.relationships.save-button": "Save", // TODO New key - Add a translation "item.edit.relationships.save-button": "Save", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", // TODO New key - Add a translation "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.head": "Bitstreams", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", // TODO New key - Add a translation "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", - + // "item.edit.tabs.curate.head": "Curate", // TODO New key - Add a translation "item.edit.tabs.curate.head": "Curate", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", // TODO New key - Add a translation "item.edit.tabs.curate.title": "Item Edit - Curate", - + // "item.edit.tabs.metadata.head": "Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.head": "Metadata", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", // TODO New key - Add a translation "item.edit.tabs.metadata.title": "Item Edit - Metadata", - + // "item.edit.tabs.relationships.head": "Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.head": "Relationships", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", // TODO New key - Add a translation "item.edit.tabs.relationships.title": "Item Edit - Relationships", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", // TODO New key - Add a translation "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.button": "Permanently delete", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", // TODO New key - Add a translation "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.button": "Bu Öğeyi farklı bir Koleksiyona taşıyın", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", // TODO New key - Add a translation "item.edit.tabs.status.buttons.move.label": "Move item to another collection", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.button": "Make it private...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", // TODO New key - Add a translation "item.edit.tabs.status.buttons.private.label": "Make item private", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.button": "Make it public...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", // TODO New key - Add a translation "item.edit.tabs.status.buttons.public.label": "Make item public", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", // TODO New key - Add a translation "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", // TODO New key - Add a translation "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", - + // "item.edit.tabs.status.head": "Status", // TODO New key - Add a translation "item.edit.tabs.status.head": "Status", - + // "item.edit.tabs.status.labels.handle": "Handle", // TODO New key - Add a translation "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", // TODO New key - Add a translation "item.edit.tabs.status.labels.id": "Item Internal ID", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", // TODO New key - Add a translation "item.edit.tabs.status.labels.itemPage": "Item Page", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", // TODO New key - Add a translation "item.edit.tabs.status.labels.lastModified": "Last Modified", - + // "item.edit.tabs.status.title": "Item Edit - Status", // TODO New key - Add a translation "item.edit.tabs.status.title": "Item Edit - Status", - + // "item.edit.tabs.versionhistory.head": "Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.head": "Version History", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", // TODO New key - Add a translation "item.edit.tabs.versionhistory.title": "Item Edit - Version History", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", // TODO New key - Add a translation "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", - + // "item.edit.tabs.view.head": "View Item", // TODO New key - Add a translation "item.edit.tabs.view.head": "View Item", - + // "item.edit.tabs.view.title": "Item Edit - View", // TODO New key - Add a translation "item.edit.tabs.view.title": "Item Edit - View", - - - + + + // "item.edit.withdraw.cancel": "Cancel", // TODO New key - Add a translation "item.edit.withdraw.cancel": "Cancel", - + // "item.edit.withdraw.confirm": "Withdraw", // TODO New key - Add a translation "item.edit.withdraw.confirm": "Withdraw", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", // TODO New key - Add a translation "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", // TODO New key - Add a translation "item.edit.withdraw.error": "An error occurred while withdrawing the item", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", // TODO New key - Add a translation "item.edit.withdraw.header": "Withdraw item: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", // TODO New key - Add a translation "item.edit.withdraw.success": "The item was withdrawn successfully", - - - + + + // "item.listelement.badge": "Item", // TODO New key - Add a translation "item.listelement.badge": "Item", - + // "item.page.description": "Description", // TODO New key - Add a translation "item.page.description": "Description", - - // "item.page.edit": "Edit this item", - // TODO New key - Add a translation - "item.page.edit": "Edit this item", - + // "item.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "item.page.journal-issn": "Journal ISSN", - + // "item.page.journal-title": "Journal Title", // TODO New key - Add a translation "item.page.journal-title": "Journal Title", - + // "item.page.publisher": "Publisher", // TODO New key - Add a translation "item.page.publisher": "Publisher", - + // "item.page.titleprefix": "Item: ", // TODO New key - Add a translation "item.page.titleprefix": "Item: ", - + // "item.page.volume-title": "Volume Title", // TODO New key - Add a translation "item.page.volume-title": "Volume Title", - + // "item.search.results.head": "Item Search Results", // TODO New key - Add a translation "item.search.results.head": "Item Search Results", - + // "item.search.title": "DSpace Angular :: Item Search", // TODO New key - Add a translation "item.search.title": "DSpace Angular :: Item Search", - - - + + + // "item.page.abstract": "Abstract", // TODO New key - Add a translation "item.page.abstract": "Abstract", - + // "item.page.author": "Authors", // TODO New key - Add a translation "item.page.author": "Authors", - + // "item.page.citation": "Citation", // TODO New key - Add a translation "item.page.citation": "Citation", - + // "item.page.collections": "Collections", // TODO New key - Add a translation "item.page.collections": "Collections", - + // "item.page.date": "Date", // TODO New key - Add a translation "item.page.date": "Date", - + // "item.page.edit": "Edit this item", // TODO New key - Add a translation "item.page.edit": "Edit this item", - + // "item.page.files": "Files", // TODO New key - Add a translation "item.page.files": "Files", - + // "item.page.filesection.description": "Description:", // TODO New key - Add a translation "item.page.filesection.description": "Description:", - + // "item.page.filesection.download": "Download", // TODO New key - Add a translation "item.page.filesection.download": "Download", - + // "item.page.filesection.format": "Format:", // TODO New key - Add a translation "item.page.filesection.format": "Format:", - + // "item.page.filesection.name": "Name:", // TODO New key - Add a translation "item.page.filesection.name": "Name:", - + // "item.page.filesection.size": "Size:", // TODO New key - Add a translation "item.page.filesection.size": "Size:", - + // "item.page.journal.search.title": "Articles in this journal", // TODO New key - Add a translation "item.page.journal.search.title": "Articles in this journal", - + // "item.page.link.full": "Full item page", // TODO New key - Add a translation "item.page.link.full": "Full item page", - + // "item.page.link.simple": "Simple item page", // TODO New key - Add a translation "item.page.link.simple": "Simple item page", - + // "item.page.person.search.title": "Articles by this author", // TODO New key - Add a translation "item.page.person.search.title": "Articles by this author", - + // "item.page.related-items.view-more": "Show {{ amount }} more", // TODO New key - Add a translation "item.page.related-items.view-more": "Show {{ amount }} more", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", // TODO New key - Add a translation "item.page.related-items.view-less": "Hide last {{ amount }}", - + // "item.page.relationships.isAuthorOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isAuthorOfPublication": "Publications", - + // "item.page.relationships.isJournalOfPublication": "Publications", // TODO New key - Add a translation "item.page.relationships.isJournalOfPublication": "Publications", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfPerson": "Authors", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", // TODO New key - Add a translation "item.page.relationships.isOrgUnitOfProject": "Research Projects", - + // "item.page.subject": "Keywords", // TODO New key - Add a translation "item.page.subject": "Keywords", - + // "item.page.uri": "URI", // TODO New key - Add a translation "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", // TODO New key - Add a translation "item.page.bitstreams.view-more": "Show more", - + // "item.page.bitstreams.collapse": "Collapse", // TODO New key - Add a translation "item.page.bitstreams.collapse": "Collapse", - + // "item.page.filesection.original.bundle" : "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", - + "item.page.filesection.original.bundle": "Original bundle", + // "item.page.filesection.license.bundle" : "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", - + "item.page.filesection.license.bundle": "License bundle", + // "item.preview.dc.identifier.uri": "Identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.uri": "Identifier:", - + // "item.preview.dc.contributor.author": "Authors:", // TODO New key - Add a translation "item.preview.dc.contributor.author": "Authors:", - + // "item.preview.dc.date.issued": "Published date:", // TODO New key - Add a translation "item.preview.dc.date.issued": "Published date:", - + // "item.preview.dc.description.abstract": "Abstract:", // TODO New key - Add a translation "item.preview.dc.description.abstract": "Abstract:", - + // "item.preview.dc.identifier.other": "Other identifier:", // TODO New key - Add a translation "item.preview.dc.identifier.other": "Other identifier:", - + // "item.preview.dc.language.iso": "Language:", // TODO New key - Add a translation "item.preview.dc.language.iso": "Language:", - + // "item.preview.dc.subject": "Subjects:", // TODO New key - Add a translation "item.preview.dc.subject": "Subjects:", - + // "item.preview.dc.title": "Title:", // TODO New key - Add a translation "item.preview.dc.title": "Title:", - + // "item.preview.person.familyName": "Surname:", // TODO New key - Add a translation "item.preview.person.familyName": "Surname:", - + // "item.preview.person.givenName": "Name:", // TODO New key - Add a translation "item.preview.person.givenName": "Name:", - + // "item.preview.person.identifier.orcid": "ORCID:", // TODO New key - Add a translation "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", // TODO New key - Add a translation "item.select.confirm": "Confirm selected", - + // "item.select.empty": "No items to show", // TODO New key - Add a translation "item.select.empty": "No items to show", - + // "item.select.table.author": "Author", // TODO New key - Add a translation "item.select.table.author": "Author", - + // "item.select.table.collection": "Collection", // TODO New key - Add a translation "item.select.table.collection": "Collection", - + // "item.select.table.title": "Title", // TODO New key - Add a translation "item.select.table.title": "Title", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", // TODO New key - Add a translation "item.version.history.empty": "There are no other versions for this item yet.", - + // "item.version.history.head": "Version History", // TODO New key - Add a translation "item.version.history.head": "Version History", - + // "item.version.history.return": "Return", // TODO New key - Add a translation "item.version.history.return": "Return", - + // "item.version.history.selected": "Selected version", // TODO New key - Add a translation "item.version.history.selected": "Selected version", - + // "item.version.history.table.version": "Version", // TODO New key - Add a translation "item.version.history.table.version": "Version", - + // "item.version.history.table.item": "Item", // TODO New key - Add a translation "item.version.history.table.item": "Item", - + // "item.version.history.table.editor": "Editor", // TODO New key - Add a translation "item.version.history.table.editor": "Editor", - + // "item.version.history.table.date": "Date", // TODO New key - Add a translation "item.version.history.table.date": "Date", - + // "item.version.history.table.summary": "Summary", // TODO New key - Add a translation "item.version.history.table.summary": "Summary", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", // TODO New key - Add a translation "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", - - - + + + // "journal.listelement.badge": "Journal", // TODO New key - Add a translation "journal.listelement.badge": "Journal", - + // "journal.page.description": "Description", // TODO New key - Add a translation "journal.page.description": "Description", - + // "journal.page.edit": "Edit this item", // TODO New key - Add a translation "journal.page.edit": "Edit this item", - + // "journal.page.editor": "Editor-in-Chief", // TODO New key - Add a translation "journal.page.editor": "Editor-in-Chief", - + // "journal.page.issn": "ISSN", // TODO New key - Add a translation "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", // TODO New key - Add a translation "journal.page.publisher": "Publisher", - + // "journal.page.titleprefix": "Journal: ", // TODO New key - Add a translation "journal.page.titleprefix": "Journal: ", - + // "journal.search.results.head": "Journal Search Results", // TODO New key - Add a translation "journal.search.results.head": "Journal Search Results", - + // "journal.search.title": "DSpace Angular :: Journal Search", // TODO New key - Add a translation "journal.search.title": "DSpace Angular :: Journal Search", - - - + + + // "journalissue.listelement.badge": "Journal Issue", // TODO New key - Add a translation "journalissue.listelement.badge": "Journal Issue", - + // "journalissue.page.description": "Description", // TODO New key - Add a translation "journalissue.page.description": "Description", - + // "journalissue.page.edit": "Edit this item", // TODO New key - Add a translation "journalissue.page.edit": "Edit this item", - + // "journalissue.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalissue.page.issuedate": "Issue Date", - + // "journalissue.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "journalissue.page.journal-issn": "Journal ISSN", - + // "journalissue.page.journal-title": "Journal Title", // TODO New key - Add a translation "journalissue.page.journal-title": "Journal Title", - + // "journalissue.page.keyword": "Keywords", // TODO New key - Add a translation "journalissue.page.keyword": "Keywords", - + // "journalissue.page.number": "Number", // TODO New key - Add a translation "journalissue.page.number": "Number", - + // "journalissue.page.titleprefix": "Journal Issue: ", // TODO New key - Add a translation "journalissue.page.titleprefix": "Journal Issue: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", // TODO New key - Add a translation "journalvolume.listelement.badge": "Journal Volume", - + // "journalvolume.page.description": "Description", // TODO New key - Add a translation "journalvolume.page.description": "Description", - + // "journalvolume.page.edit": "Edit this item", // TODO New key - Add a translation "journalvolume.page.edit": "Edit this item", - + // "journalvolume.page.issuedate": "Issue Date", // TODO New key - Add a translation "journalvolume.page.issuedate": "Issue Date", - + // "journalvolume.page.titleprefix": "Journal Volume: ", // TODO New key - Add a translation "journalvolume.page.titleprefix": "Journal Volume: ", - + // "journalvolume.page.volume": "Volume", // TODO New key - Add a translation "journalvolume.page.volume": "Volume", - - - + + + // "loading.bitstream": "Loading bitstream...", // TODO New key - Add a translation "loading.bitstream": "Loading bitstream...", - + // "loading.bitstreams": "Loading bitstreams...", // TODO New key - Add a translation "loading.bitstreams": "Loading bitstreams...", - + // "loading.browse-by": "Loading items...", // TODO New key - Add a translation "loading.browse-by": "Loading items...", - + // "loading.browse-by-page": "Loading page...", // TODO New key - Add a translation "loading.browse-by-page": "Loading page...", - + // "loading.collection": "Loading collection...", // TODO New key - Add a translation "loading.collection": "Loading collection...", - + // "loading.collections": "Loading collections...", // TODO New key - Add a translation "loading.collections": "Loading collections...", - + // "loading.content-source": "Loading content source...", // TODO New key - Add a translation "loading.content-source": "Loading content source...", - + // "loading.community": "Loading community...", // TODO New key - Add a translation "loading.community": "Loading community...", - + // "loading.default": "Loading...", // TODO New key - Add a translation "loading.default": "Loading...", - + // "loading.item": "Loading item...", // TODO New key - Add a translation "loading.item": "Loading item...", - + // "loading.items": "Loading items...", // TODO New key - Add a translation "loading.items": "Loading items...", - + // "loading.mydspace-results": "Loading items...", // TODO New key - Add a translation "loading.mydspace-results": "Loading items...", - + // "loading.objects": "Loading...", // TODO New key - Add a translation "loading.objects": "Loading...", - + // "loading.recent-submissions": "Loading recent submissions...", // TODO New key - Add a translation "loading.recent-submissions": "Loading recent submissions...", - + // "loading.search-results": "Loading search results...", // TODO New key - Add a translation "loading.search-results": "Loading search results...", - + // "loading.sub-collections": "Loading sub-collections...", // TODO New key - Add a translation "loading.sub-collections": "Loading sub-collections...", - + // "loading.sub-communities": "Loading sub-communities...", // TODO New key - Add a translation "loading.sub-communities": "Loading sub-communities...", - + // "loading.top-level-communities": "Loading top-level communities...", // TODO New key - Add a translation "loading.top-level-communities": "Loading top-level communities...", - - - + + + // "login.form.email": "Email address", // TODO New key - Add a translation "login.form.email": "Email address", - + // "login.form.forgot-password": "Have you forgotten your password?", // TODO New key - Add a translation "login.form.forgot-password": "Have you forgotten your password?", - + // "login.form.header": "Please log in to DSpace", // TODO New key - Add a translation "login.form.header": "Please log in to DSpace", - + // "login.form.new-user": "New user? Click here to register.", // TODO New key - Add a translation "login.form.new-user": "New user? Click here to register.", - + // "login.form.or-divider": "or", // TODO New key - Add a translation "login.form.or-divider": "or", - + // "login.form.password": "Password", // TODO New key - Add a translation "login.form.password": "Password", - + // "login.form.shibboleth": "Log in with Shibboleth", // TODO New key - Add a translation "login.form.shibboleth": "Log in with Shibboleth", - + // "login.form.submit": "Log in", // TODO New key - Add a translation "login.form.submit": "Log in", - + // "login.title": "Login", // TODO New key - Add a translation "login.title": "Login", - + // "login.breadcrumbs": "Login", // TODO New key - Add a translation "login.breadcrumbs": "Login", - - - + + + // "logout.form.header": "Log out from DSpace", // TODO New key - Add a translation "logout.form.header": "Log out from DSpace", - + // "logout.form.submit": "Log out", // TODO New key - Add a translation "logout.form.submit": "Log out", - + // "logout.title": "Logout", // TODO New key - Add a translation "logout.title": "Logout", - - - + + + // "menu.header.admin": "Admin", // TODO New key - Add a translation "menu.header.admin": "Admin", - + // "menu.header.image.logo": "Repository logo", // TODO New key - Add a translation "menu.header.image.logo": "Repository logo", - - - + + + // "menu.section.access_control": "Access Control", // TODO New key - Add a translation "menu.section.access_control": "Access Control", - + // "menu.section.access_control_authorizations": "Authorizations", // TODO New key - Add a translation "menu.section.access_control_authorizations": "Authorizations", - + // "menu.section.access_control_groups": "Groups", // TODO New key - Add a translation "menu.section.access_control_groups": "Groups", - + // "menu.section.access_control_people": "People", // TODO New key - Add a translation "menu.section.access_control_people": "People", - - - + + + // "menu.section.admin_search": "Admin Search", // TODO New key - Add a translation "menu.section.admin_search": "Admin Search", - - - + + + // "menu.section.browse_community": "This Community", // TODO New key - Add a translation "menu.section.browse_community": "This Community", - + // "menu.section.browse_community_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_community_by_author": "By Author", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_community_by_issue_date": "By Issue Date", - + // "menu.section.browse_community_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_community_by_title": "By Title", - + // "menu.section.browse_global": "All of DSpace", // TODO New key - Add a translation "menu.section.browse_global": "All of DSpace", - + // "menu.section.browse_global_by_author": "By Author", // TODO New key - Add a translation "menu.section.browse_global_by_author": "By Author", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", // TODO New key - Add a translation "menu.section.browse_global_by_dateissued": "By Issue Date", - + // "menu.section.browse_global_by_subject": "By Subject", // TODO New key - Add a translation "menu.section.browse_global_by_subject": "By Subject", - + // "menu.section.browse_global_by_title": "By Title", // TODO New key - Add a translation "menu.section.browse_global_by_title": "By Title", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", // TODO New key - Add a translation "menu.section.browse_global_communities_and_collections": "Communities & Collections", - - - + + + // "menu.section.control_panel": "Control Panel", // TODO New key - Add a translation "menu.section.control_panel": "Control Panel", - + // "menu.section.curation_task": "Curation Task", // TODO New key - Add a translation "menu.section.curation_task": "Curation Task", - - - + + + // "menu.section.edit": "Edit", // TODO New key - Add a translation "menu.section.edit": "Edit", - + // "menu.section.edit_collection": "Collection", // TODO New key - Add a translation "menu.section.edit_collection": "Collection", - + // "menu.section.edit_community": "Community", // TODO New key - Add a translation "menu.section.edit_community": "Community", - + // "menu.section.edit_item": "Item", // TODO New key - Add a translation "menu.section.edit_item": "Item", - - - + + + // "menu.section.export": "Export", // TODO New key - Add a translation "menu.section.export": "Export", - + // "menu.section.export_collection": "Collection", // TODO New key - Add a translation "menu.section.export_collection": "Collection", - + // "menu.section.export_community": "Community", // TODO New key - Add a translation "menu.section.export_community": "Community", - + // "menu.section.export_item": "Item", // TODO New key - Add a translation "menu.section.export_item": "Item", - + // "menu.section.export_metadata": "Metadata", // TODO New key - Add a translation "menu.section.export_metadata": "Metadata", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", // TODO New key - Add a translation "menu.section.icon.access_control": "Access Control menu section", - + // "menu.section.icon.admin_search": "Admin search menu section", // TODO New key - Add a translation "menu.section.icon.admin_search": "Admin search menu section", - + // "menu.section.icon.control_panel": "Control Panel menu section", // TODO New key - Add a translation "menu.section.icon.control_panel": "Control Panel menu section", - + // "menu.section.icon.curation_task": "Curation Task menu section", // TODO New key - Add a translation "menu.section.icon.curation_task": "Curation Task menu section", - + // "menu.section.icon.edit": "Edit menu section", // TODO New key - Add a translation "menu.section.icon.edit": "Edit menu section", - + // "menu.section.icon.export": "Export menu section", // TODO New key - Add a translation "menu.section.icon.export": "Export menu section", - + // "menu.section.icon.find": "Find menu section", // TODO New key - Add a translation "menu.section.icon.find": "Find menu section", - + // "menu.section.icon.import": "Import menu section", // TODO New key - Add a translation "menu.section.icon.import": "Import menu section", - + // "menu.section.icon.new": "New menu section", // TODO New key - Add a translation "menu.section.icon.new": "New menu section", - + // "menu.section.icon.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.icon.pin": "Pin sidebar", - + // "menu.section.icon.processes": "Processes menu section", // TODO New key - Add a translation "menu.section.icon.processes": "Processes menu section", - + // "menu.section.icon.registries": "Registries menu section", // TODO New key - Add a translation "menu.section.icon.registries": "Registries menu section", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", // TODO New key - Add a translation "menu.section.icon.statistics_task": "Statistics Task menu section", - + // "menu.section.icon.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.icon.unpin": "Unpin sidebar", - - - + + + // "menu.section.import": "Import", // TODO New key - Add a translation "menu.section.import": "Import", - + // "menu.section.import_batch": "Batch Import (ZIP)", // TODO New key - Add a translation "menu.section.import_batch": "Batch Import (ZIP)", - + // "menu.section.import_metadata": "Metadata", // TODO New key - Add a translation "menu.section.import_metadata": "Metadata", - - - + + + // "menu.section.new": "New", // TODO New key - Add a translation "menu.section.new": "New", - + // "menu.section.new_collection": "Collection", // TODO New key - Add a translation "menu.section.new_collection": "Collection", - + // "menu.section.new_community": "Community", // TODO New key - Add a translation "menu.section.new_community": "Community", - + // "menu.section.new_item": "Item", // TODO New key - Add a translation "menu.section.new_item": "Item", - + // "menu.section.new_item_version": "Item Version", // TODO New key - Add a translation "menu.section.new_item_version": "Item Version", - + // "menu.section.new_process": "Process", // TODO New key - Add a translation "menu.section.new_process": "Process", - - - + + + // "menu.section.pin": "Pin sidebar", // TODO New key - Add a translation "menu.section.pin": "Pin sidebar", - + // "menu.section.unpin": "Unpin sidebar", // TODO New key - Add a translation "menu.section.unpin": "Unpin sidebar", - - - + + + // "menu.section.processes": "Processes", // TODO New key - Add a translation "menu.section.processes": "Processes", - - - + + + // "menu.section.registries": "Registries", // TODO New key - Add a translation "menu.section.registries": "Registries", - + // "menu.section.registries_format": "Format", // TODO New key - Add a translation "menu.section.registries_format": "Format", - + // "menu.section.registries_metadata": "Metadata", // TODO New key - Add a translation "menu.section.registries_metadata": "Metadata", - - - + + + // "menu.section.statistics": "Statistics", // TODO New key - Add a translation "menu.section.statistics": "Statistics", - + // "menu.section.statistics_task": "Statistics Task", // TODO New key - Add a translation "menu.section.statistics_task": "Statistics Task", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", // TODO New key - Add a translation "menu.section.toggle.access_control": "Toggle Access Control section", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", // TODO New key - Add a translation "menu.section.toggle.control_panel": "Toggle Control Panel section", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", // TODO New key - Add a translation "menu.section.toggle.curation_task": "Toggle Curation Task section", - + // "menu.section.toggle.edit": "Toggle Edit section", // TODO New key - Add a translation "menu.section.toggle.edit": "Toggle Edit section", - + // "menu.section.toggle.export": "Toggle Export section", // TODO New key - Add a translation "menu.section.toggle.export": "Toggle Export section", - + // "menu.section.toggle.find": "Toggle Find section", // TODO New key - Add a translation "menu.section.toggle.find": "Toggle Find section", - + // "menu.section.toggle.import": "Toggle Import section", // TODO New key - Add a translation "menu.section.toggle.import": "Toggle Import section", - + // "menu.section.toggle.new": "Toggle New section", // TODO New key - Add a translation "menu.section.toggle.new": "Toggle New section", - + // "menu.section.toggle.registries": "Toggle Registries section", // TODO New key - Add a translation "menu.section.toggle.registries": "Toggle Registries section", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", // TODO New key - Add a translation "menu.section.toggle.statistics_task": "Toggle Statistics Task section", - - + + // "menu.section.workflow": "Administer Workflow", // TODO New key - Add a translation "menu.section.workflow": "Administer Workflow", - - + + // "mydspace.description": "", // TODO New key - Add a translation "mydspace.description": "", - + // "mydspace.general.text-here": "here", // TODO New key - Add a translation "mydspace.general.text-here": "here", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", // TODO New key - Add a translation "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", // TODO New key - Add a translation "mydspace.messages.description-placeholder": "Insert your message here...", - + // "mydspace.messages.hide-msg": "Hide message", // TODO New key - Add a translation "mydspace.messages.hide-msg": "Hide message", - + // "mydspace.messages.mark-as-read": "Mark as read", // TODO New key - Add a translation "mydspace.messages.mark-as-read": "Mark as read", - + // "mydspace.messages.mark-as-unread": "Mark as unread", // TODO New key - Add a translation "mydspace.messages.mark-as-unread": "Mark as unread", - + // "mydspace.messages.no-content": "No content.", // TODO New key - Add a translation "mydspace.messages.no-content": "No content.", - + // "mydspace.messages.no-messages": "No messages yet.", // TODO New key - Add a translation "mydspace.messages.no-messages": "No messages yet.", - + // "mydspace.messages.send-btn": "Send", // TODO New key - Add a translation "mydspace.messages.send-btn": "Send", - + // "mydspace.messages.show-msg": "Show message", // TODO New key - Add a translation "mydspace.messages.show-msg": "Show message", - + // "mydspace.messages.subject-placeholder": "Subject...", // TODO New key - Add a translation "mydspace.messages.subject-placeholder": "Subject...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", // TODO New key - Add a translation "mydspace.messages.submitter-help": "Select this option to send a message to controller.", - + // "mydspace.messages.title": "Messages", // TODO New key - Add a translation "mydspace.messages.title": "Messages", - + // "mydspace.messages.to": "To", // TODO New key - Add a translation "mydspace.messages.to": "To", - + // "mydspace.new-submission": "New submission", // TODO New key - Add a translation "mydspace.new-submission": "New submission", - + // "mydspace.new-submission-external": "Import metadata from external source", // TODO New key - Add a translation "mydspace.new-submission-external": "Import metadata from external source", - + // "mydspace.new-submission-external-short": "Import metadata", // TODO New key - Add a translation "mydspace.new-submission-external-short": "Import metadata", - + // "mydspace.results.head": "Your submissions", // TODO New key - Add a translation "mydspace.results.head": "Your submissions", - + // "mydspace.results.no-abstract": "No Abstract", // TODO New key - Add a translation "mydspace.results.no-abstract": "No Abstract", - + // "mydspace.results.no-authors": "No Authors", // TODO New key - Add a translation "mydspace.results.no-authors": "No Authors", - + // "mydspace.results.no-collections": "No Collections", // TODO New key - Add a translation "mydspace.results.no-collections": "No Collections", - + // "mydspace.results.no-date": "No Date", // TODO New key - Add a translation "mydspace.results.no-date": "No Date", - + // "mydspace.results.no-files": "No Files", // TODO New key - Add a translation "mydspace.results.no-files": "No Files", - + // "mydspace.results.no-results": "There were no items to show", // TODO New key - Add a translation "mydspace.results.no-results": "There were no items to show", - + // "mydspace.results.no-title": "No title", // TODO New key - Add a translation "mydspace.results.no-title": "No title", - + // "mydspace.results.no-uri": "No Uri", // TODO New key - Add a translation "mydspace.results.no-uri": "No Uri", - + // "mydspace.show.workflow": "All tasks", // TODO New key - Add a translation "mydspace.show.workflow": "All tasks", - + // "mydspace.show.workspace": "Your Submissions", // TODO New key - Add a translation "mydspace.show.workspace": "Your Submissions", - + // "mydspace.status.archived": "Archived", // TODO New key - Add a translation "mydspace.status.archived": "Archived", - + // "mydspace.status.validation": "Validation", // TODO New key - Add a translation "mydspace.status.validation": "Validation", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", // TODO New key - Add a translation "mydspace.status.waiting-for-controller": "Waiting for controller", - + // "mydspace.status.workflow": "Workflow", // TODO New key - Add a translation "mydspace.status.workflow": "Workflow", - + // "mydspace.status.workspace": "Workspace", // TODO New key - Add a translation "mydspace.status.workspace": "Workspace", - + // "mydspace.title": "MyDSpace", // TODO New key - Add a translation "mydspace.title": "MyDSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", // TODO New key - Add a translation "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", // TODO New key - Add a translation "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", // TODO New key - Add a translation "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", // TODO New key - Add a translation "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", // TODO New key - Add a translation "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", - + // "mydspace.view-btn": "View", // TODO New key - Add a translation "mydspace.view-btn": "View", - - - + + + // "nav.browse.header": "All of DSpace", // TODO New key - Add a translation "nav.browse.header": "All of DSpace", - + // "nav.community-browse.header": "By Community", // TODO New key - Add a translation "nav.community-browse.header": "By Community", - + // "nav.language": "Language switch", // TODO New key - Add a translation "nav.language": "Language switch", - + // "nav.login": "Log In", // TODO New key - Add a translation "nav.login": "Log In", - + // "nav.logout": "Log Out", // TODO New key - Add a translation "nav.logout": "Log Out", - + // "nav.mydspace": "MyDSpace", // TODO New key - Add a translation "nav.mydspace": "MyDSpace", - + // "nav.profile": "Profile", // TODO New key - Add a translation "nav.profile": "Profile", - + // "nav.search": "Search", // TODO New key - Add a translation "nav.search": "Search", - + // "nav.statistics.header": "Statistics", // TODO New key - Add a translation "nav.statistics.header": "Statistics", - + // "nav.stop-impersonating": "Stop impersonating EPerson", // TODO New key - Add a translation "nav.stop-impersonating": "Stop impersonating EPerson", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", // TODO New key - Add a translation "orgunit.listelement.badge": "Organizational Unit", - + // "orgunit.page.city": "City", // TODO New key - Add a translation "orgunit.page.city": "City", - + // "orgunit.page.country": "Country", // TODO New key - Add a translation "orgunit.page.country": "Country", - + // "orgunit.page.dateestablished": "Date established", // TODO New key - Add a translation "orgunit.page.dateestablished": "Date established", - + // "orgunit.page.description": "Description", // TODO New key - Add a translation "orgunit.page.description": "Description", - + // "orgunit.page.edit": "Edit this item", // TODO New key - Add a translation "orgunit.page.edit": "Edit this item", - + // "orgunit.page.id": "ID", // TODO New key - Add a translation "orgunit.page.id": "ID", - + // "orgunit.page.titleprefix": "Organizational Unit: ", // TODO New key - Add a translation "orgunit.page.titleprefix": "Organizational Unit: ", - - - + + + // "pagination.results-per-page": "Results Per Page", // TODO New key - Add a translation "pagination.results-per-page": "Results Per Page", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", // TODO New key - Add a translation "pagination.showing.detail": "{{ range }} of {{ total }}", - + // "pagination.showing.label": "Now showing ", // TODO New key - Add a translation "pagination.showing.label": "Now showing ", - + // "pagination.sort-direction": "Sort Options", // TODO New key - Add a translation "pagination.sort-direction": "Sort Options", - - - + + + // "person.listelement.badge": "Person", // TODO New key - Add a translation "person.listelement.badge": "Person", - + // "person.listelement.no-title": "No name found", // TODO New key - Add a translation "person.listelement.no-title": "No name found", - + // "person.page.birthdate": "Birth Date", // TODO New key - Add a translation "person.page.birthdate": "Birth Date", - + // "person.page.edit": "Edit this item", // TODO New key - Add a translation "person.page.edit": "Edit this item", - + // "person.page.email": "Email Address", // TODO New key - Add a translation "person.page.email": "Email Address", - + // "person.page.firstname": "First Name", // TODO New key - Add a translation "person.page.firstname": "First Name", - + // "person.page.jobtitle": "Job Title", // TODO New key - Add a translation "person.page.jobtitle": "Job Title", - + // "person.page.lastname": "Last Name", // TODO New key - Add a translation "person.page.lastname": "Last Name", - + // "person.page.link.full": "Show all metadata", // TODO New key - Add a translation "person.page.link.full": "Show all metadata", - + // "person.page.orcid": "ORCID", // TODO New key - Add a translation "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", // TODO New key - Add a translation "person.page.staffid": "Staff ID", - + // "person.page.titleprefix": "Person: ", // TODO New key - Add a translation "person.page.titleprefix": "Person: ", - + // "person.search.results.head": "Person Search Results", // TODO New key - Add a translation "person.search.results.head": "Person Search Results", - + // "person.search.title": "DSpace Angular :: Person Search", // TODO New key - Add a translation "person.search.title": "DSpace Angular :: Person Search", - - - + + + // "process.new.select-parameters": "Parameters", // TODO New key - Add a translation "process.new.select-parameters": "Parameters", - + // "process.new.cancel": "Cancel", // TODO New key - Add a translation "process.new.cancel": "Cancel", - + // "process.new.submit": "Submit", // TODO New key - Add a translation "process.new.submit": "Submit", - + // "process.new.select-script": "Script", // TODO New key - Add a translation "process.new.select-script": "Script", - + // "process.new.select-script.placeholder": "Choose a script...", // TODO New key - Add a translation "process.new.select-script.placeholder": "Choose a script...", - + // "process.new.select-script.required": "Script is required", // TODO New key - Add a translation "process.new.select-script.required": "Script is required", - + // "process.new.parameter.file.upload-button": "Select file...", // TODO New key - Add a translation "process.new.parameter.file.upload-button": "Select file...", - + // "process.new.parameter.file.required": "Please select a file", // TODO New key - Add a translation "process.new.parameter.file.required": "Please select a file", - + // "process.new.parameter.string.required": "Parameter value is required", // TODO New key - Add a translation "process.new.parameter.string.required": "Parameter value is required", - + // "process.new.parameter.type.value": "value", // TODO New key - Add a translation "process.new.parameter.type.value": "value", - + // "process.new.parameter.type.file": "file", // TODO New key - Add a translation "process.new.parameter.type.file": "file", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", // TODO New key - Add a translation "process.new.parameter.required.missing": "The following parameters are required but still missing:", - + // "process.new.notification.success.title": "Success", // TODO New key - Add a translation "process.new.notification.success.title": "Success", - + // "process.new.notification.success.content": "The process was successfully created", // TODO New key - Add a translation "process.new.notification.success.content": "The process was successfully created", - + // "process.new.notification.error.title": "Error", // TODO New key - Add a translation "process.new.notification.error.title": "Error", - + // "process.new.notification.error.content": "An error occurred while creating this process", // TODO New key - Add a translation "process.new.notification.error.content": "An error occurred while creating this process", - + // "process.new.header": "Create a new process", // TODO New key - Add a translation "process.new.header": "Create a new process", - + // "process.new.title": "Create a new process", // TODO New key - Add a translation "process.new.title": "Create a new process", - + // "process.new.breadcrumbs": "Create a new process", // TODO New key - Add a translation "process.new.breadcrumbs": "Create a new process", - - - + + + // "process.detail.arguments" : "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", - + "process.detail.arguments": "Arguments", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", - + "process.detail.arguments.empty": "This process doesn't contain any arguments", + // "process.detail.back" : "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", - + "process.detail.back": "Back", + // "process.detail.output" : "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", - + "process.detail.output": "Process Output", + // "process.detail.logs.button": "Retrieve process output", // TODO New key - Add a translation "process.detail.logs.button": "Retrieve process output", - + // "process.detail.logs.loading": "Retrieving", // TODO New key - Add a translation "process.detail.logs.loading": "Retrieving", - + // "process.detail.logs.none": "This process has no output", // TODO New key - Add a translation "process.detail.logs.none": "This process has no output", - + // "process.detail.output-files" : "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", - + "process.detail.output-files": "Output Files", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", - + "process.detail.output-files.empty": "This process doesn't contain any output files", + // "process.detail.script" : "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", - + "process.detail.script": "Script", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", - + "process.detail.title": "Process: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", - + "process.detail.start-time": "Start time", + // "process.detail.end-time" : "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", - + "process.detail.end-time": "Finish time", + // "process.detail.status" : "Status", // TODO New key - Add a translation - "process.detail.status" : "Status", - + "process.detail.status": "Status", + // "process.detail.create" : "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", - - - + "process.detail.create": "Create similar process", + + + // "process.overview.table.finish" : "Finish time", // TODO New key - Add a translation - "process.overview.table.finish" : "Finish time", - + "process.overview.table.finish": "Finish time", + // "process.overview.table.id" : "Process ID", // TODO New key - Add a translation - "process.overview.table.id" : "Process ID", - + "process.overview.table.id": "Process ID", + // "process.overview.table.name" : "Name", // TODO New key - Add a translation - "process.overview.table.name" : "Name", - + "process.overview.table.name": "Name", + // "process.overview.table.start" : "Start time", // TODO New key - Add a translation - "process.overview.table.start" : "Start time", - + "process.overview.table.start": "Start time", + // "process.overview.table.status" : "Status", // TODO New key - Add a translation - "process.overview.table.status" : "Status", - + "process.overview.table.status": "Status", + // "process.overview.table.user" : "User", // TODO New key - Add a translation - "process.overview.table.user" : "User", - + "process.overview.table.user": "User", + // "process.overview.title": "Processes Overview", // TODO New key - Add a translation "process.overview.title": "Processes Overview", - + // "process.overview.breadcrumbs": "Processes Overview", // TODO New key - Add a translation "process.overview.breadcrumbs": "Processes Overview", - + // "process.overview.new": "New", // TODO New key - Add a translation "process.overview.new": "New", - - + + // "profile.breadcrumbs": "Update Profile", // TODO New key - Add a translation "profile.breadcrumbs": "Update Profile", - + // "profile.card.identify": "Identify", // TODO New key - Add a translation "profile.card.identify": "Identify", - + // "profile.card.security": "Security", // TODO New key - Add a translation "profile.card.security": "Security", - + // "profile.form.submit": "Update Profile", // TODO New key - Add a translation "profile.form.submit": "Update Profile", - + // "profile.groups.head": "Authorization groups you belong to", // TODO New key - Add a translation "profile.groups.head": "Authorization groups you belong to", - + // "profile.head": "Update Profile", // TODO New key - Add a translation "profile.head": "Update Profile", - + // "profile.metadata.form.error.firstname.required": "First Name is required", // TODO New key - Add a translation "profile.metadata.form.error.firstname.required": "First Name is required", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", // TODO New key - Add a translation "profile.metadata.form.error.lastname.required": "Last Name is required", - + // "profile.metadata.form.label.email": "Email Address", // TODO New key - Add a translation "profile.metadata.form.label.email": "Email Address", - + // "profile.metadata.form.label.firstname": "First Name", // TODO New key - Add a translation "profile.metadata.form.label.firstname": "First Name", - + // "profile.metadata.form.label.language": "Language", // TODO New key - Add a translation "profile.metadata.form.label.language": "Language", - + // "profile.metadata.form.label.lastname": "Last Name", // TODO New key - Add a translation "profile.metadata.form.label.lastname": "Last Name", - + // "profile.metadata.form.label.phone": "Contact Telephone", // TODO New key - Add a translation "profile.metadata.form.label.phone": "Contact Telephone", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", // TODO New key - Add a translation "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", // TODO New key - Add a translation "profile.metadata.form.notifications.success.title": "Profile saved", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", // TODO New key - Add a translation "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", - + // "profile.notifications.warning.no-changes.title": "No changes", // TODO New key - Add a translation "profile.notifications.warning.no-changes.title": "No changes", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "profile.security.form.error.matching-passwords": "The passwords do not match.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.error.password-length": "The password should be at least 6 characters long.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "profile.security.form.label.password": "Password", // TODO New key - Add a translation "profile.security.form.label.password": "Password", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", // TODO New key - Add a translation "profile.security.form.label.passwordrepeat": "Retype to confirm", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", // TODO New key - Add a translation "profile.security.form.notifications.success.content": "Your changes to the password were saved.", - + // "profile.security.form.notifications.success.title": "Password saved", // TODO New key - Add a translation "profile.security.form.notifications.success.title": "Password saved", - + // "profile.security.form.notifications.error.title": "Error changing passwords", // TODO New key - Add a translation "profile.security.form.notifications.error.title": "Error changing passwords", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", // TODO New key - Add a translation "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", - + // "profile.title": "Update Profile", // TODO New key - Add a translation "profile.title": "Update Profile", - - - + + + // "project.listelement.badge": "Research Project", // TODO New key - Add a translation "project.listelement.badge": "Research Project", - + // "project.page.contributor": "Contributors", // TODO New key - Add a translation "project.page.contributor": "Contributors", - + // "project.page.description": "Description", // TODO New key - Add a translation "project.page.description": "Description", - + // "project.page.edit": "Edit this item", // TODO New key - Add a translation "project.page.edit": "Edit this item", - + // "project.page.expectedcompletion": "Expected Completion", // TODO New key - Add a translation "project.page.expectedcompletion": "Expected Completion", - + // "project.page.funder": "Funders", // TODO New key - Add a translation "project.page.funder": "Funders", - + // "project.page.id": "ID", // TODO New key - Add a translation "project.page.id": "ID", - + // "project.page.keyword": "Keywords", // TODO New key - Add a translation "project.page.keyword": "Keywords", - + // "project.page.status": "Status", // TODO New key - Add a translation "project.page.status": "Status", - + // "project.page.titleprefix": "Research Project: ", // TODO New key - Add a translation "project.page.titleprefix": "Research Project: ", - + // "project.search.results.head": "Project Search Results", // TODO New key - Add a translation "project.search.results.head": "Project Search Results", - - - + + + // "publication.listelement.badge": "Publication", // TODO New key - Add a translation "publication.listelement.badge": "Publication", - + // "publication.page.description": "Description", // TODO New key - Add a translation "publication.page.description": "Description", - + // "publication.page.edit": "Edit this item", // TODO New key - Add a translation "publication.page.edit": "Edit this item", - + // "publication.page.journal-issn": "Journal ISSN", // TODO New key - Add a translation "publication.page.journal-issn": "Journal ISSN", - + // "publication.page.journal-title": "Journal Title", // TODO New key - Add a translation "publication.page.journal-title": "Journal Title", - + // "publication.page.publisher": "Publisher", // TODO New key - Add a translation "publication.page.publisher": "Publisher", - + // "publication.page.titleprefix": "Publication: ", // TODO New key - Add a translation "publication.page.titleprefix": "Publication: ", - + // "publication.page.volume-title": "Volume Title", // TODO New key - Add a translation "publication.page.volume-title": "Volume Title", - + // "publication.search.results.head": "Publication Search Results", // TODO New key - Add a translation "publication.search.results.head": "Publication Search Results", - + // "publication.search.title": "DSpace Angular :: Publication Search", // TODO New key - Add a translation "publication.search.title": "DSpace Angular :: Publication Search", - - + + // "register-email.title": "New user registration", // TODO New key - Add a translation "register-email.title": "New user registration", - + // "register-page.create-profile.header": "Create Profile", // TODO New key - Add a translation "register-page.create-profile.header": "Create Profile", - + // "register-page.create-profile.identification.header": "Identify", // TODO New key - Add a translation "register-page.create-profile.identification.header": "Identify", - + // "register-page.create-profile.identification.email": "Email Address", // TODO New key - Add a translation "register-page.create-profile.identification.email": "Email Address", - + // "register-page.create-profile.identification.first-name": "First Name *", // TODO New key - Add a translation "register-page.create-profile.identification.first-name": "First Name *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", // TODO New key - Add a translation "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", - + // "register-page.create-profile.identification.last-name": "Last Name *", // TODO New key - Add a translation "register-page.create-profile.identification.last-name": "Last Name *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", // TODO New key - Add a translation "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - + // "register-page.create-profile.identification.contact": "Contact Telephone", // TODO New key - Add a translation "register-page.create-profile.identification.contact": "Contact Telephone", - + // "register-page.create-profile.identification.language": "Language", // TODO New key - Add a translation "register-page.create-profile.identification.language": "Language", - + // "register-page.create-profile.security.header": "Security", // TODO New key - Add a translation "register-page.create-profile.security.header": "Security", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", // TODO New key - Add a translation "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - + // "register-page.create-profile.security.label.password": "Password *", // TODO New key - Add a translation "register-page.create-profile.security.label.password": "Password *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", // TODO New key - Add a translation "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", // TODO New key - Add a translation "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", // TODO New key - Add a translation "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", // TODO New key - Add a translation "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", - + // "register-page.create-profile.submit": "Complete Registration", // TODO New key - Add a translation "register-page.create-profile.submit": "Complete Registration", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", // TODO New key - Add a translation "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", - + // "register-page.create-profile.submit.error.head": "Registration failed", // TODO New key - Add a translation "register-page.create-profile.submit.error.head": "Registration failed", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", // TODO New key - Add a translation "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", - + // "register-page.create-profile.submit.success.head": "Registration completed", // TODO New key - Add a translation "register-page.create-profile.submit.success.head": "Registration completed", - - + + // "register-page.registration.header": "New user registration", // TODO New key - Add a translation "register-page.registration.header": "New user registration", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", // TODO New key - Add a translation "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + // "register-page.registration.email": "Email Address *", // TODO New key - Add a translation "register-page.registration.email": "Email Address *", - + // "register-page.registration.email.error.required": "Please fill in an email address", // TODO New key - Add a translation "register-page.registration.email.error.required": "Please fill in an email address", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", // TODO New key - Add a translation "register-page.registration.email.error.pattern": "Please fill in a valid email address", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", // TODO New key - Add a translation "register-page.registration.email.hint": "This address will be verified and used as your login name.", - + // "register-page.registration.submit": "Register", // TODO New key - Add a translation "register-page.registration.submit": "Register", - + // "register-page.registration.success.head": "Verification email sent", // TODO New key - Add a translation "register-page.registration.success.head": "Verification email sent", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", // TODO New key - Add a translation "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - + // "register-page.registration.error.head": "Error when trying to register email", // TODO New key - Add a translation "register-page.registration.error.head": "Error when trying to register email", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", // TODO New key - Add a translation "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", // TODO New key - Add a translation "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", - + // "relationships.add.error.server.content": "The server returned an error", // TODO New key - Add a translation "relationships.add.error.server.content": "The server returned an error", - + // "relationships.add.error.title": "Unable to add relationship", // TODO New key - Add a translation "relationships.add.error.title": "Unable to add relationship", - + // "relationships.isAuthorOf": "Authors", // TODO New key - Add a translation "relationships.isAuthorOf": "Authors", - + // "relationships.isAuthorOf.Person": "Authors (persons)", // TODO New key - Add a translation "relationships.isAuthorOf.Person": "Authors (persons)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", // TODO New key - Add a translation "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", - + // "relationships.isIssueOf": "Journal Issues", // TODO New key - Add a translation "relationships.isIssueOf": "Journal Issues", - + // "relationships.isJournalIssueOf": "Journal Issue", // TODO New key - Add a translation "relationships.isJournalIssueOf": "Journal Issue", - + // "relationships.isJournalOf": "Journals", // TODO New key - Add a translation "relationships.isJournalOf": "Journals", - + // "relationships.isOrgUnitOf": "Organizational Units", // TODO New key - Add a translation "relationships.isOrgUnitOf": "Organizational Units", - + // "relationships.isPersonOf": "Authors", // TODO New key - Add a translation "relationships.isPersonOf": "Authors", - + // "relationships.isProjectOf": "Research Projects", // TODO New key - Add a translation "relationships.isProjectOf": "Research Projects", - + // "relationships.isPublicationOf": "Publications", // TODO New key - Add a translation "relationships.isPublicationOf": "Publications", - + // "relationships.isPublicationOfJournalIssue": "Articles", // TODO New key - Add a translation "relationships.isPublicationOfJournalIssue": "Articles", - + // "relationships.isSingleJournalOf": "Journal", // TODO New key - Add a translation "relationships.isSingleJournalOf": "Journal", - + // "relationships.isSingleVolumeOf": "Journal Volume", // TODO New key - Add a translation "relationships.isSingleVolumeOf": "Journal Volume", - + // "relationships.isVolumeOf": "Journal Volumes", // TODO New key - Add a translation "relationships.isVolumeOf": "Journal Volumes", - + // "relationships.isContributorOf": "Contributors", // TODO New key - Add a translation "relationships.isContributorOf": "Contributors", - - - + + + // "resource-policies.add.button": "Add", // TODO New key - Add a translation "resource-policies.add.button": "Add", - + // "resource-policies.add.for.": "Add a new policy", // TODO New key - Add a translation "resource-policies.add.for.": "Add a new policy", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", // TODO New key - Add a translation "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", // TODO New key - Add a translation "resource-policies.add.for.bundle": "Add a new Bundle policy", - + // "resource-policies.add.for.item": "Add a new Item policy", // TODO New key - Add a translation "resource-policies.add.for.item": "Add a new Item policy", - + // "resource-policies.add.for.community": "Add a new Community policy", // TODO New key - Add a translation "resource-policies.add.for.community": "Add a new Community policy", - + // "resource-policies.add.for.collection": "Add a new Collection policy", // TODO New key - Add a translation "resource-policies.add.for.collection": "Add a new Collection policy", - + // "resource-policies.create.page.heading": "Create new resource policy for ", // TODO New key - Add a translation "resource-policies.create.page.heading": "Create new resource policy for ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", // TODO New key - Add a translation "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - + // "resource-policies.create.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.create.page.success.content": "Operation successful", - + // "resource-policies.create.page.title": "Create new resource policy", // TODO New key - Add a translation "resource-policies.create.page.title": "Create new resource policy", - + // "resource-policies.delete.btn": "Delete selected", // TODO New key - Add a translation "resource-policies.delete.btn": "Delete selected", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", // TODO New key - Add a translation "resource-policies.delete.btn.title": "Delete selected resource policies", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", // TODO New key - Add a translation "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", - + // "resource-policies.delete.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.delete.success.content": "Operation successful", - + // "resource-policies.edit.page.heading": "Edit resource policy ", // TODO New key - Add a translation "resource-policies.edit.page.heading": "Edit resource policy ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", // TODO New key - Add a translation "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", - + // "resource-policies.edit.page.success.content": "Operation successful", // TODO New key - Add a translation "resource-policies.edit.page.success.content": "Operation successful", - + // "resource-policies.edit.page.title": "Edit resource policy", // TODO New key - Add a translation "resource-policies.edit.page.title": "Edit resource policy", - + // "resource-policies.form.action-type.label": "Select the action type", // TODO New key - Add a translation "resource-policies.form.action-type.label": "Select the action type", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", // TODO New key - Add a translation "resource-policies.form.action-type.required": "You must select the resource policy action.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.select.btn": "Select", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.tab.group": "Search for a group", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.action": "Action", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.id": "ID", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.form.eperson-group-list.table.headers.name": "Name", - + // "resource-policies.form.date.end.label": "End Date", // TODO New key - Add a translation "resource-policies.form.date.end.label": "End Date", - + // "resource-policies.form.date.start.label": "Start Date", // TODO New key - Add a translation "resource-policies.form.date.start.label": "Start Date", - + // "resource-policies.form.description.label": "Description", // TODO New key - Add a translation "resource-policies.form.description.label": "Description", - + // "resource-policies.form.name.label": "Name", // TODO New key - Add a translation "resource-policies.form.name.label": "Name", - + // "resource-policies.form.policy-type.label": "Select the policy type", // TODO New key - Add a translation "resource-policies.form.policy-type.label": "Select the policy type", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", // TODO New key - Add a translation "resource-policies.form.policy-type.required": "You must select the resource policy type.", - + // "resource-policies.table.headers.action": "Action", // TODO New key - Add a translation "resource-policies.table.headers.action": "Action", - + // "resource-policies.table.headers.date.end": "End Date", // TODO New key - Add a translation "resource-policies.table.headers.date.end": "End Date", - + // "resource-policies.table.headers.date.start": "Start Date", // TODO New key - Add a translation "resource-policies.table.headers.date.start": "Start Date", - + // "resource-policies.table.headers.edit": "Edit", // TODO New key - Add a translation "resource-policies.table.headers.edit": "Edit", - + // "resource-policies.table.headers.edit.group": "Edit group", // TODO New key - Add a translation "resource-policies.table.headers.edit.group": "Edit group", - + // "resource-policies.table.headers.edit.policy": "Edit policy", // TODO New key - Add a translation "resource-policies.table.headers.edit.policy": "Edit policy", - + // "resource-policies.table.headers.eperson": "EPerson", // TODO New key - Add a translation "resource-policies.table.headers.eperson": "EPerson", - + // "resource-policies.table.headers.group": "Group", // TODO New key - Add a translation "resource-policies.table.headers.group": "Group", - + // "resource-policies.table.headers.id": "ID", // TODO New key - Add a translation "resource-policies.table.headers.id": "ID", - + // "resource-policies.table.headers.name": "Name", // TODO New key - Add a translation "resource-policies.table.headers.name": "Name", - + // "resource-policies.table.headers.policyType": "type", // TODO New key - Add a translation "resource-policies.table.headers.policyType": "type", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", // TODO New key - Add a translation "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", // TODO New key - Add a translation "resource-policies.table.headers.title.for.item": "Policies for Item", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", // TODO New key - Add a translation "resource-policies.table.headers.title.for.community": "Policies for Community", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", // TODO New key - Add a translation "resource-policies.table.headers.title.for.collection": "Policies for Collection", - - - + + + // "search.description": "", // TODO New key - Add a translation "search.description": "", - + // "search.switch-configuration.title": "Show", // TODO New key - Add a translation "search.switch-configuration.title": "Show", - + // "search.title": "DSpace Angular :: Search", // TODO New key - Add a translation "search.title": "DSpace Angular :: Search", - + // "search.breadcrumbs": "Search", // TODO New key - Add a translation "search.breadcrumbs": "Search", - - + + // "search.filters.applied.f.author": "Author", // TODO New key - Add a translation "search.filters.applied.f.author": "Author", - + // "search.filters.applied.f.dateIssued.max": "End date", // TODO New key - Add a translation "search.filters.applied.f.dateIssued.max": "End date", - + // "search.filters.applied.f.dateIssued.min": "Start date", // TODO New key - Add a translation "search.filters.applied.f.dateIssued.min": "Start date", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", // TODO New key - Add a translation "search.filters.applied.f.dateSubmitted": "Date submitted", - + // "search.filters.applied.f.discoverable": "Private", // TODO New key - Add a translation "search.filters.applied.f.discoverable": "Private", - + // "search.filters.applied.f.entityType": "Item Type", // TODO New key - Add a translation "search.filters.applied.f.entityType": "Item Type", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", // TODO New key - Add a translation "search.filters.applied.f.has_content_in_original_bundle": "Has files", - + // "search.filters.applied.f.itemtype": "Type", // TODO New key - Add a translation "search.filters.applied.f.itemtype": "Type", - + // "search.filters.applied.f.namedresourcetype": "Status", // TODO New key - Add a translation "search.filters.applied.f.namedresourcetype": "Status", - + // "search.filters.applied.f.subject": "Subject", // TODO New key - Add a translation "search.filters.applied.f.subject": "Subject", - + // "search.filters.applied.f.submitter": "Submitter", // TODO New key - Add a translation "search.filters.applied.f.submitter": "Submitter", - + // "search.filters.applied.f.jobTitle": "Job Title", // TODO New key - Add a translation "search.filters.applied.f.jobTitle": "Job Title", - + // "search.filters.applied.f.birthDate.max": "End birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.max": "End birth date", - + // "search.filters.applied.f.birthDate.min": "Start birth date", // TODO New key - Add a translation "search.filters.applied.f.birthDate.min": "Start birth date", - + // "search.filters.applied.f.withdrawn": "Withdrawn", // TODO New key - Add a translation "search.filters.applied.f.withdrawn": "Withdrawn", - - - + + + // "search.filters.filter.author.head": "Author", // TODO New key - Add a translation "search.filters.filter.author.head": "Author", - + // "search.filters.filter.author.placeholder": "Author name", // TODO New key - Add a translation "search.filters.filter.author.placeholder": "Author name", - + // "search.filters.filter.birthDate.head": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.head": "Birth Date", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", // TODO New key - Add a translation "search.filters.filter.birthDate.placeholder": "Birth Date", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.head": "Date Published", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", // TODO New key - Add a translation "search.filters.filter.creativeDatePublished.placeholder": "Date Published", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.head": "Editor", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", // TODO New key - Add a translation "search.filters.filter.creativeWorkEditor.placeholder": "Editor", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.head": "Subject", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", // TODO New key - Add a translation "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.head": "Publisher", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", // TODO New key - Add a translation "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", - + // "search.filters.filter.dateIssued.head": "Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.head": "Date", - + // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", // TODO New key - Add a translation "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.head": "Date submitted", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", // TODO New key - Add a translation "search.filters.filter.dateSubmitted.placeholder": "Date submitted", - + // "search.filters.filter.discoverable.head": "Private", // TODO New key - Add a translation "search.filters.filter.discoverable.head": "Private", - + // "search.filters.filter.withdrawn.head": "Withdrawn", // TODO New key - Add a translation "search.filters.filter.withdrawn.head": "Withdrawn", - + // "search.filters.filter.entityType.head": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.head": "Item Type", - + // "search.filters.filter.entityType.placeholder": "Item Type", // TODO New key - Add a translation "search.filters.filter.entityType.placeholder": "Item Type", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", // TODO New key - Add a translation "search.filters.filter.has_content_in_original_bundle.head": "Has files", - + // "search.filters.filter.itemtype.head": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.head": "Type", - + // "search.filters.filter.itemtype.placeholder": "Type", // TODO New key - Add a translation "search.filters.filter.itemtype.placeholder": "Type", - + // "search.filters.filter.jobTitle.head": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.head": "Job Title", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", // TODO New key - Add a translation "search.filters.filter.jobTitle.placeholder": "Job Title", - + // "search.filters.filter.knowsLanguage.head": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.head": "Known language", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", // TODO New key - Add a translation "search.filters.filter.knowsLanguage.placeholder": "Known language", - + // "search.filters.filter.namedresourcetype.head": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.head": "Status", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", // TODO New key - Add a translation "search.filters.filter.namedresourcetype.placeholder": "Status", - + // "search.filters.filter.objectpeople.head": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.head": "People", - + // "search.filters.filter.objectpeople.placeholder": "People", // TODO New key - Add a translation "search.filters.filter.objectpeople.placeholder": "People", - + // "search.filters.filter.organizationAddressCountry.head": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.head": "Country", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", // TODO New key - Add a translation "search.filters.filter.organizationAddressCountry.placeholder": "Country", - + // "search.filters.filter.organizationAddressLocality.head": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.head": "City", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", // TODO New key - Add a translation "search.filters.filter.organizationAddressLocality.placeholder": "City", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.head": "Date Founded", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", // TODO New key - Add a translation "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", - + // "search.filters.filter.scope.head": "Scope", // TODO New key - Add a translation "search.filters.filter.scope.head": "Scope", - + // "search.filters.filter.scope.placeholder": "Scope filter", // TODO New key - Add a translation "search.filters.filter.scope.placeholder": "Scope filter", - + // "search.filters.filter.show-less": "Collapse", // TODO New key - Add a translation "search.filters.filter.show-less": "Collapse", - + // "search.filters.filter.show-more": "Show more", // TODO New key - Add a translation "search.filters.filter.show-more": "Show more", - + // "search.filters.filter.subject.head": "Subject", // TODO New key - Add a translation "search.filters.filter.subject.head": "Subject", - + // "search.filters.filter.subject.placeholder": "Subject", // TODO New key - Add a translation "search.filters.filter.subject.placeholder": "Subject", - + // "search.filters.filter.submitter.head": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.head": "Submitter", - + // "search.filters.filter.submitter.placeholder": "Submitter", // TODO New key - Add a translation "search.filters.filter.submitter.placeholder": "Submitter", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", // TODO New key - Add a translation "search.filters.entityType.JournalIssue": "Journal Issue", - + // "search.filters.entityType.JournalVolume": "Journal Volume", // TODO New key - Add a translation "search.filters.entityType.JournalVolume": "Journal Volume", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", // TODO New key - Add a translation "search.filters.entityType.OrgUnit": "Organizational Unit", - + // "search.filters.has_content_in_original_bundle.true": "Yes", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.true": "Yes", - + // "search.filters.has_content_in_original_bundle.false": "No", // TODO New key - Add a translation "search.filters.has_content_in_original_bundle.false": "No", - + // "search.filters.discoverable.true": "No", // TODO New key - Add a translation "search.filters.discoverable.true": "No", - + // "search.filters.discoverable.false": "Yes", // TODO New key - Add a translation "search.filters.discoverable.false": "Yes", - + // "search.filters.withdrawn.true": "Yes", // TODO New key - Add a translation "search.filters.withdrawn.true": "Yes", - + // "search.filters.withdrawn.false": "No", // TODO New key - Add a translation "search.filters.withdrawn.false": "No", - - + + // "search.filters.head": "Filters", // TODO New key - Add a translation "search.filters.head": "Filters", - + // "search.filters.reset": "Reset filters", // TODO New key - Add a translation "search.filters.reset": "Reset filters", - - - + + + // "search.form.search": "Search", // TODO New key - Add a translation "search.form.search": "Search", - + // "search.form.search_dspace": "Search DSpace", // TODO New key - Add a translation "search.form.search_dspace": "Search DSpace", - + // "search.form.search_mydspace": "Search MyDSpace", // TODO New key - Add a translation "search.form.search_mydspace": "Search MyDSpace", - - - + + + // "search.results.head": "Search Results", // TODO New key - Add a translation "search.results.head": "Search Results", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", // TODO New key - Add a translation "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", - + // "search.results.no-results-link": "quotes around it", // TODO New key - Add a translation "search.results.no-results-link": "quotes around it", - + // "search.results.empty": "Your search returned no results.", // TODO New key - Add a translation "search.results.empty": "Your search returned no results.", - - - + + + // "search.sidebar.close": "Back to results", // TODO New key - Add a translation "search.sidebar.close": "Back to results", - + // "search.sidebar.filters.title": "Filters", // TODO New key - Add a translation "search.sidebar.filters.title": "Filters", - + // "search.sidebar.open": "Search Tools", // TODO New key - Add a translation "search.sidebar.open": "Search Tools", - + // "search.sidebar.results": "results", // TODO New key - Add a translation "search.sidebar.results": "results", - + // "search.sidebar.settings.rpp": "Results per page", // TODO New key - Add a translation "search.sidebar.settings.rpp": "Results per page", - + // "search.sidebar.settings.sort-by": "Sort By", // TODO New key - Add a translation "search.sidebar.settings.sort-by": "Sort By", - + // "search.sidebar.settings.title": "Settings", // TODO New key - Add a translation "search.sidebar.settings.title": "Settings", - - - + + + // "search.view-switch.show-detail": "Show detail", // TODO New key - Add a translation "search.view-switch.show-detail": "Show detail", - + // "search.view-switch.show-grid": "Show as grid", // TODO New key - Add a translation "search.view-switch.show-grid": "Show as grid", - + // "search.view-switch.show-list": "Show as list", // TODO New key - Add a translation "search.view-switch.show-list": "Show as list", - - - + + + // "sorting.ASC": "Ascending", // TODO New key - Add a translation "sorting.ASC": "Ascending", - + // "sorting.DESC": "Descending", // TODO New key - Add a translation "sorting.DESC": "Descending", - + // "sorting.dc.title.ASC": "Title Ascending", // TODO New key - Add a translation "sorting.dc.title.ASC": "Title Ascending", - + // "sorting.dc.title.DESC": "Title Descending", // TODO New key - Add a translation "sorting.dc.title.DESC": "Title Descending", - + // "sorting.score.DESC": "Relevance", // TODO New key - Add a translation "sorting.score.DESC": "Relevance", - - - + + + // "statistics.title": "Statistics", // TODO New key - Add a translation "statistics.title": "Statistics", - + // "statistics.header": "Statistics for {{ scope }}", // TODO New key - Add a translation "statistics.header": "Statistics for {{ scope }}", - + // "statistics.breadcrumbs": "Statistics", // TODO New key - Add a translation "statistics.breadcrumbs": "Statistics", - + // "statistics.page.no-data": "No data available", // TODO New key - Add a translation "statistics.page.no-data": "No data available", - + // "statistics.table.no-data": "No data available", // TODO New key - Add a translation "statistics.table.no-data": "No data available", - + // "statistics.table.title.TotalVisits": "Total visits", // TODO New key - Add a translation "statistics.table.title.TotalVisits": "Total visits", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", // TODO New key - Add a translation "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - + // "statistics.table.title.TotalDownloads": "File Visits", // TODO New key - Add a translation "statistics.table.title.TotalDownloads": "File Visits", - + // "statistics.table.title.TopCountries": "Top country views", // TODO New key - Add a translation "statistics.table.title.TopCountries": "Top country views", - + // "statistics.table.title.TopCities": "Top city views", // TODO New key - Add a translation "statistics.table.title.TopCities": "Top city views", - + // "statistics.table.header.views": "Views", // TODO New key - Add a translation "statistics.table.header.views": "Views", - - - + + + // "submission.edit.title": "Edit Submission", // TODO New key - Add a translation "submission.edit.title": "Edit Submission", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", // TODO New key - Add a translation "submission.general.cannot_submit": "You have not the privilege to make a new submission.", - + // "submission.general.deposit": "Deposit", // TODO New key - Add a translation "submission.general.deposit": "Deposit", - + // "submission.general.discard.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.general.discard.confirm.cancel": "Cancel", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.general.discard.confirm.submit": "Yes, I'm sure", - + // "submission.general.discard.confirm.title": "Discard submission", // TODO New key - Add a translation "submission.general.discard.confirm.title": "Discard submission", - + // "submission.general.discard.submit": "Discard", // TODO New key - Add a translation "submission.general.discard.submit": "Discard", - + // "submission.general.save": "Save", // TODO New key - Add a translation "submission.general.save": "Save", - + // "submission.general.save-later": "Save for later", // TODO New key - Add a translation "submission.general.save-later": "Save for later", - - + + // "submission.import-external.page.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.page.title": "Import metadata from an external source", - + // "submission.import-external.title": "Import metadata from an external source", // TODO New key - Add a translation "submission.import-external.title": "Import metadata from an external source", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", // TODO New key - Add a translation "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", // TODO New key - Add a translation "submission.import-external.back-to-my-dspace": "Back to MyDSpace", - + // "submission.import-external.search.placeholder": "Search the external source", // TODO New key - Add a translation "submission.import-external.search.placeholder": "Search the external source", - + // "submission.import-external.search.button": "Search", // TODO New key - Add a translation "submission.import-external.search.button": "Search", - + // "submission.import-external.search.button.hint": "Write some words to search", // TODO New key - Add a translation "submission.import-external.search.button.hint": "Write some words to search", - + // "submission.import-external.search.source.hint": "Pick an external source", // TODO New key - Add a translation "submission.import-external.search.source.hint": "Pick an external source", - + // "submission.import-external.source.arxiv": "arXiv", // TODO New key - Add a translation "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", // TODO New key - Add a translation "submission.import-external.source.loading": "Loading ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", // TODO New key - Add a translation "submission.import-external.source.sherpaJournal": "SHERPA Journals", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", // TODO New key - Add a translation "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - + // "submission.import-external.source.orcid": "ORCID", // TODO New key - Add a translation "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", // TODO New key - Add a translation "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", // TODO New key - Add a translation "submission.import-external.source.lcname": "Library of Congress Names", - + // "submission.import-external.preview.title": "Item Preview", // TODO New key - Add a translation "submission.import-external.preview.title": "Item Preview", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", // TODO New key - Add a translation "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", - + // "submission.import-external.preview.button.import": "Start submission", // TODO New key - Add a translation "submission.import-external.preview.button.import": "Start submission", - + // "submission.import-external.preview.error.import.title": "Submission error", // TODO New key - Add a translation "submission.import-external.preview.error.import.title": "Submission error", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", // TODO New key - Add a translation "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", - + // "submission.sections.describe.relationship-lookup.close": "Close", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.close": "Close", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.search": "Go", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Project": "Projects", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Publication": "Publications", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Person": "Authors", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", // TODO New key - Add a translation - "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", - + "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", // TODO New key - Add a translation "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", - + // "submission.sections.ccLicense.type": "License Type", // TODO New key - Add a translation "submission.sections.ccLicense.type": "License Type", - + // "submission.sections.ccLicense.select": "Select a license type…", // TODO New key - Add a translation "submission.sections.ccLicense.select": "Select a license type…", - + // "submission.sections.ccLicense.change": "Change your license type…", // TODO New key - Add a translation "submission.sections.ccLicense.change": "Change your license type…", - + // "submission.sections.ccLicense.none": "No licenses available", // TODO New key - Add a translation "submission.sections.ccLicense.none": "No licenses available", - + // "submission.sections.ccLicense.option.select": "Select an option…", // TODO New key - Add a translation "submission.sections.ccLicense.option.select": "Select an option…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", // TODO New key - Add a translation "submission.sections.ccLicense.link": "You’ve selected the following license:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", // TODO New key - Add a translation "submission.sections.ccLicense.confirmation": "I grant the license above", - + // "submission.sections.general.add-more": "Add more", // TODO New key - Add a translation "submission.sections.general.add-more": "Add more", - + // "submission.sections.general.collection": "Collection", // TODO New key - Add a translation "submission.sections.general.collection": "Collection", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", // TODO New key - Add a translation "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", // TODO New key - Add a translation "submission.sections.general.discard_success_notice": "Submission discarded successfully.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", // TODO New key - Add a translation "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", - + // "submission.sections.general.no-collection": "No collection found", // TODO New key - Add a translation "submission.sections.general.no-collection": "No collection found", - + // "submission.sections.general.no-sections": "No options available", // TODO New key - Add a translation "submission.sections.general.no-sections": "No options available", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", // TODO New key - Add a translation "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", // TODO New key - Add a translation "submission.sections.general.save_success_notice": "Submission saved successfully.", - + // "submission.sections.general.search-collection": "Search for a collection", // TODO New key - Add a translation "submission.sections.general.search-collection": "Search for a collection", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", // TODO New key - Add a translation "submission.sections.general.sections_not_valid": "There are incomplete sections.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", // TODO New key - Add a translation "submission.sections.submit.progressbar.CClicense": "Creative commons license", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.recycle": "Recycle", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepcustom": "Describe", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.stepone": "Describe", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", // TODO New key - Add a translation "submission.sections.submit.progressbar.describe.steptwo": "Describe", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", // TODO New key - Add a translation "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", - + // "submission.sections.submit.progressbar.license": "Deposit license", // TODO New key - Add a translation "submission.sections.submit.progressbar.license": "Deposit license", - + // "submission.sections.submit.progressbar.upload": "Upload files", // TODO New key - Add a translation "submission.sections.submit.progressbar.upload": "Upload files", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.cancel": "Cancel", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", // TODO New key - Add a translation "submission.sections.upload.delete.confirm.title": "Delete bitstream", - + // "submission.sections.upload.delete.submit": "Delete", // TODO New key - Add a translation "submission.sections.upload.delete.submit": "Delete", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", // TODO New key - Add a translation "submission.sections.upload.drop-message": "Drop files to attach them to the item", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", // TODO New key - Add a translation "submission.sections.upload.form.access-condition-label": "Access condition type", - + // "submission.sections.upload.form.date-required": "Date is required.", // TODO New key - Add a translation "submission.sections.upload.form.date-required": "Date is required.", - + // "submission.sections.upload.form.from-label": "Grant access from", // TODO New key - Add a translation "submission.sections.upload.form.from-label": "Grant access from", - + // "submission.sections.upload.form.from-placeholder": "From", // TODO New key - Add a translation "submission.sections.upload.form.from-placeholder": "From", - + // "submission.sections.upload.form.group-label": "Group", // TODO New key - Add a translation "submission.sections.upload.form.group-label": "Group", - + // "submission.sections.upload.form.group-required": "Group is required.", // TODO New key - Add a translation "submission.sections.upload.form.group-required": "Group is required.", - + // "submission.sections.upload.form.until-label": "Grant access until", // TODO New key - Add a translation "submission.sections.upload.form.until-label": "Grant access until", - + // "submission.sections.upload.form.until-placeholder": "Until", // TODO New key - Add a translation "submission.sections.upload.form.until-placeholder": "Until", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", // TODO New key - Add a translation "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", // TODO New key - Add a translation "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", - + // "submission.sections.upload.no-entry": "No", // TODO New key - Add a translation "submission.sections.upload.no-entry": "No", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", // TODO New key - Add a translation "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", - + // "submission.sections.upload.save-metadata": "Save metadata", // TODO New key - Add a translation "submission.sections.upload.save-metadata": "Save metadata", - + // "submission.sections.upload.undo": "Cancel", // TODO New key - Add a translation "submission.sections.upload.undo": "Cancel", - + // "submission.sections.upload.upload-failed": "Upload failed", // TODO New key - Add a translation "submission.sections.upload.upload-failed": "Upload failed", - + // "submission.sections.upload.upload-successful": "Upload successful", // TODO New key - Add a translation "submission.sections.upload.upload-successful": "Upload successful", - - - + + + // "submission.submit.title": "Submission", // TODO New key - Add a translation "submission.submit.title": "Submission", - - - + + + // "submission.workflow.generic.delete": "Delete", // TODO New key - Add a translation "submission.workflow.generic.delete": "Delete", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", // TODO New key - Add a translation "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - + // "submission.workflow.generic.edit": "Edit", // TODO New key - Add a translation "submission.workflow.generic.edit": "Edit", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", - + // "submission.workflow.generic.view": "View", // TODO New key - Add a translation "submission.workflow.generic.view": "View", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", // TODO New key - Add a translation "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve": "Approve", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", // TODO New key - Add a translation "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", - + // "submission.workflow.tasks.claimed.edit": "Edit", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit": "Edit", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.reason.title": "Reason", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject.submit": "Reject", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return": "Return to pool", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", // TODO New key - Add a translation "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", // TODO New key - Add a translation "submission.workflow.tasks.generic.error": "Error occurred during operation...", - + // "submission.workflow.tasks.generic.processing": "Processing...", // TODO New key - Add a translation "submission.workflow.tasks.generic.processing": "Processing...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", // TODO New key - Add a translation "submission.workflow.tasks.generic.submitter": "Submitter", - + // "submission.workflow.tasks.generic.success": "Operation successful", // TODO New key - Add a translation "submission.workflow.tasks.generic.success": "Operation successful", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim": "Claim", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", // TODO New key - Add a translation "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.hide-detail": "Hide detail", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", // TODO New key - Add a translation "submission.workflow.tasks.pool.show-detail": "Show detail", - - - + + + // "title": "DSpace", // TODO New key - Add a translation "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", // TODO New key - Add a translation "vocabulary-treeview.header": "Hierarchical tree view", - + // "vocabulary-treeview.load-more": "Load more", // TODO New key - Add a translation "vocabulary-treeview.load-more": "Load more", - + // "vocabulary-treeview.search.form.reset": "Reset", // TODO New key - Add a translation "vocabulary-treeview.search.form.reset": "Reset", - + // "vocabulary-treeview.search.form.search": "Search", // TODO New key - Add a translation "vocabulary-treeview.search.form.search": "Search", - + // "vocabulary-treeview.search.no-result": "There were no items to show", // TODO New key - Add a translation "vocabulary-treeview.search.no-result": "There were no items to show", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", // TODO New key - Add a translation "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", // TODO New key - Add a translation "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", - - - + + + // "uploader.browse": "browse", // TODO New key - Add a translation "uploader.browse": "browse", - + // "uploader.drag-message": "Drag & Drop your files here", // TODO New key - Add a translation "uploader.drag-message": "Drag & Drop your files here", - + // "uploader.or": ", or ", // TODO New key - Add a translation "uploader.or": ", or ", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO New key - Add a translation "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", - + // "uploader.queue-length": "Queue length", // TODO New key - Add a translation "uploader.queue-length": "Queue length", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", // TODO New key - Add a translation "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", // TODO New key - Add a translation "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", // TODO New key - Add a translation "workflowAdmin.search.results.head": "Administer Workflow", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.title": "Deleted", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", // TODO New key - Add a translation "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", - + // "workflow-item.delete.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.delete.notification.error.title": "Something went wrong", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", // TODO New key - Add a translation "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", - + // "workflow-item.delete.title": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.title": "Delete workflow item", - + // "workflow-item.delete.header": "Delete workflow item", // TODO New key - Add a translation "workflow-item.delete.header": "Delete workflow item", - + // "workflow-item.delete.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.delete.button.cancel": "Cancel", - + // "workflow-item.delete.button.confirm": "Delete", // TODO New key - Add a translation "workflow-item.delete.button.confirm": "Delete", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.title": "Sent back to submitter", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", // TODO New key - Add a translation "workflow-item.send-back.notification.error.title": "Something went wrong", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", // TODO New key - Add a translation "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.title": "Send workflow item back to submitter", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", // TODO New key - Add a translation "workflow-item.send-back.header": "Send workflow item back to submitter", - + // "workflow-item.send-back.button.cancel": "Cancel", // TODO New key - Add a translation "workflow-item.send-back.button.cancel": "Cancel", - + // "workflow-item.send-back.button.confirm": "Send back" // TODO New key - Add a translation - "workflow-item.send-back.button.confirm": "Send back" - + "workflow-item.send-back.button.confirm": "Send back", + } diff --git a/src/assets/i18n/tr.json5 b/src/assets/i18n/tr.json5 index 92e0c5b6e2..0ca6e9dce6 100644 --- a/src/assets/i18n/tr.json5 +++ b/src/assets/i18n/tr.json5 @@ -1,3089 +1,3086 @@ { - + // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", "401.help": "Bu sayfaya erişim yetkiniz bulunmamaktadır. Ana sayfaya dönmek için aşağıdaki butonu kullanabilirsiniz.", - + // "401.link.home-page": "Take me to the home page", "401.link.home-page": "Beni ana sayfaya götür", - + // "401.unauthorized": "unauthorized", "401.unauthorized": "yetkisiz", - - - + + + // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", "403.help": "Bu sayfaya erişim yetkiniz bulunmamaktadır. Ana sayfaya dönmek için aşağıdaki butonu kullanabilirsiniz.", - + // "403.link.home-page": "Take me to the home page", "403.link.home-page": "Beni ana sayfaya götür", - + // "403.forbidden": "forbidden", "403.forbidden": "yasaklı", - - - + + + // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", "404.help": "Aradığınız sayfayı bulamıyoruz. Sayfa taşınmış veya silinmiş olabilir. Ana sayfaya geri dönmek için aşağıdaki butonu kullanabilirsiniz. ", - + // "404.link.home-page": "Take me to the home page", "404.link.home-page": "Beni ana sayfaya götür", - + // "404.page-not-found": "page not found", "404.page-not-found": "sayfa bulunamadı", - + // "admin.curation-tasks.breadcrumbs": "System curation tasks", "admin.curation-tasks.breadcrumbs": "Sistem iyileştirme görevleri", - + // "admin.curation-tasks.title": "System curation tasks", "admin.curation-tasks.title": "Sistem iyileştirme görevleri", - + // "admin.curation-tasks.header": "System curation tasks", "admin.curation-tasks.header": "Sistem iyileştirme görevleri", - + // "admin.registries.bitstream-formats.breadcrumbs": "Format registry", "admin.registries.bitstream-formats.breadcrumbs": "Kayıt defterini biçimlendir", - + // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream biçimi", - + // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", "admin.registries.bitstream-formats.create.failure.content": "Yeni bitstream biçimi oluşturulurken bir hata oluştu.", - + // "admin.registries.bitstream-formats.create.failure.head": "Failure", "admin.registries.bitstream-formats.create.failure.head": "Aksama", - + // "admin.registries.bitstream-formats.create.head": "Create Bitstream format", "admin.registries.bitstream-formats.create.head": "Vit akışı biçimi oluştur", - + // "admin.registries.bitstream-formats.create.new": "Add a new bitstream format", "admin.registries.bitstream-formats.create.new": "Yeni bir bitstream biçimi ekleyin", - + // "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.", "admin.registries.bitstream-formats.create.success.content": "Yeni bitstream biçimi başarıyla oluşturuldu.", - + // "admin.registries.bitstream-formats.create.success.head": "Success", "admin.registries.bitstream-formats.create.success.head": "Başarılı", - + // "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.failure.amount": "{{ amount }} biçim(ler) kaldırılamadı", - + // "admin.registries.bitstream-formats.delete.failure.head": "Failure", "admin.registries.bitstream-formats.delete.failure.head": "Aksama", - + // "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)", "admin.registries.bitstream-formats.delete.success.amount": "{{ amount }} biçim(ler) başarıyla kaldırıldı", - + // "admin.registries.bitstream-formats.delete.success.head": "Success", "admin.registries.bitstream-formats.delete.success.head": "Başarılı", - + // "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", "admin.registries.bitstream-formats.description": "Bu bitstream biçimleri listesi, bilinen biçimler ve destek düzeyleri hakkında bilgi sağlar.", - + // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream biçimi", - + // "admin.registries.bitstream-formats.edit.description.hint": "", "admin.registries.bitstream-formats.edit.description.hint": "", - + // "admin.registries.bitstream-formats.edit.description.label": "Description", "admin.registries.bitstream-formats.edit.description.label": "Tanımlama", - + // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", "admin.registries.bitstream-formats.edit.extensions.hint": "Uzantılar, yüklenen dosyaların biçimini otomatik olarak tanımlamak için kullanılan dosya uzantılarıdır. Her biçim için birkaç uzantı girebilirsiniz.", - + // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", "admin.registries.bitstream-formats.edit.extensions.label": "Dosya uzantıları", - + // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", "admin.registries.bitstream-formats.edit.extensions.placeholder": "Nokta olmadan bir dosya uzantısı girin", - + // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", "admin.registries.bitstream-formats.edit.failure.content": "Bitstream biçimi düzenlenirken bir hata oluştu.", - + // "admin.registries.bitstream-formats.edit.failure.head": "Failure", "admin.registries.bitstream-formats.edit.failure.head": "Aksama", - + // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", "admin.registries.bitstream-formats.edit.head": "Bitstream biçimi: {{ format }}", - + // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", "admin.registries.bitstream-formats.edit.internal.hint": "Dahili olarak işaretlenen biçimler, kullanıcıdan gizlenir ve yönetim amacıyla kullanılır.", - + // "admin.registries.bitstream-formats.edit.internal.label": "Internal", "admin.registries.bitstream-formats.edit.internal.label": "Dahili", - + // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", "admin.registries.bitstream-formats.edit.mimetype.hint": "Bu biçimle ilişkili MIME biçimi benzersiz olması gerekmez.", - + // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Biçimi", - + // "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)", "admin.registries.bitstream-formats.edit.shortDescription.hint": "Bu biçim için benzersiz bir ad (ör. Microsoft Word XP veya Microsoft Word 2000)", - + // "admin.registries.bitstream-formats.edit.shortDescription.label": "Name", "admin.registries.bitstream-formats.edit.shortDescription.label": "İsim", - + // "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.", "admin.registries.bitstream-formats.edit.success.content": "Bitstream biçimi başarıyla düzenlendi.", - + // "admin.registries.bitstream-formats.edit.success.head": "Success", "admin.registries.bitstream-formats.edit.success.head": "Başarılı", - + // "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.", "admin.registries.bitstream-formats.edit.supportLevel.hint": "Kurumunuzun bu biçim için taahhüt ettiği destek düzeyi.", - + // "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level", "admin.registries.bitstream-formats.edit.supportLevel.label": "Destek seviyesi", - + // "admin.registries.bitstream-formats.head": "Bitstream Format Registry", "admin.registries.bitstream-formats.head": "Bitstream Biçimi Kayıt Defteri", - + // "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.", "admin.registries.bitstream-formats.no-items": "Gösterilecek bitstream biçimi yok.", - + // "admin.registries.bitstream-formats.table.delete": "Delete selected", "admin.registries.bitstream-formats.table.delete": "Silme seçildi", - + // "admin.registries.bitstream-formats.table.deselect-all": "Deselect all", "admin.registries.bitstream-formats.table.deselect-all": "Tüm seçimleri kaldır", - + // "admin.registries.bitstream-formats.table.internal": "internal", "admin.registries.bitstream-formats.table.internal": "dahili", - + // "admin.registries.bitstream-formats.table.mimetype": "MIME Type", "admin.registries.bitstream-formats.table.mimetype": "MIME Biçimi", - + // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "İsim", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", - + "admin.registries.bitstream-formats.table.id": "ID", + // "admin.registries.bitstream-formats.table.return": "Return", "admin.registries.bitstream-formats.table.return": "Geri Dön", - + // "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known", "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Biliniyor", - + // "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported", "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Destekleniyor", - + // "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown", "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Bilinmiyor", - + // "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level", "admin.registries.bitstream-formats.table.supportLevel.head": "Destek Seviyesi", - + // "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Biçimi Kayıt Defteri ", - - - + + + // "admin.registries.metadata.breadcrumbs": "Metadata registry", "admin.registries.metadata.breadcrumbs": "Metadata kayıt defteri", - + // "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", "admin.registries.metadata.description": "Metadata kayıt defteri, veri havuzda bulunan tüm metadata alanlarının bir listesini tutar. Bu alanlar birden çok şema arasında bölünebilir. Ancak, DSpace nitelikli Dublin Core şemasını gerektirir.", - + // "admin.registries.metadata.form.create": "Create metadata schema", "admin.registries.metadata.form.create": "Metadata şeması oluştur", - + // "admin.registries.metadata.form.edit": "Edit metadata schema", "admin.registries.metadata.form.edit": "Metadata şemasını düzenle", - + // "admin.registries.metadata.form.name": "Name", "admin.registries.metadata.form.name": "İsim", - + // "admin.registries.metadata.form.namespace": "Namespace", "admin.registries.metadata.form.namespace": "Ad Alanı", - + // "admin.registries.metadata.head": "Metadata Registry", "admin.registries.metadata.head": "Metadata Kayıt Defteri", - + // "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", "admin.registries.metadata.schemas.no-items": "Gösterilecek metadata alanı yok.", - + // "admin.registries.metadata.schemas.table.delete": "Delete selected", "admin.registries.metadata.schemas.table.delete": "Silme Seçildi", - + // "admin.registries.metadata.schemas.table.id": "ID", "admin.registries.metadata.schemas.table.id": "Kimlik", - + // "admin.registries.metadata.schemas.table.name": "Name", "admin.registries.metadata.schemas.table.name": "İsim", - + // "admin.registries.metadata.schemas.table.namespace": "Namespace", "admin.registries.metadata.schemas.table.namespace": "Ad Alanı", - + // "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", "admin.registries.metadata.title": "DSpace Angular :: Metadata Kayıt Defteri", - - - + + + // "admin.registries.schema.breadcrumbs": "Metadata schema", "admin.registries.schema.breadcrumbs": "Metadata şeması", - + // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", "admin.registries.schema.description": "Bu, \"{{namesapce}}\" için metadata şemasıdır.", - + // "admin.registries.schema.fields.head": "Schema metadata fields", "admin.registries.schema.fields.head": "Şema metadata alanları", - + // "admin.registries.schema.fields.no-items": "No metadata fields to show.", "admin.registries.schema.fields.no-items": "Gösterilecek metadata alanı yok.", - + // "admin.registries.schema.fields.table.delete": "Delete selected", "admin.registries.schema.fields.table.delete": "Silme Seçildi", - + // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Alan", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", - + "admin.registries.schema.fields.table.id": "ID", + // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Kapsam Notu", - + // "admin.registries.schema.form.create": "Create metadata field", "admin.registries.schema.form.create": "Metadata alanı oluştur", - + // "admin.registries.schema.form.edit": "Edit metadata field", "admin.registries.schema.form.edit": "Metadata alanını düzenle", - + // "admin.registries.schema.form.element": "Element", "admin.registries.schema.form.element": "Element", - + // "admin.registries.schema.form.qualifier": "Qualifier", "admin.registries.schema.form.qualifier": "Niteleyici", - + // "admin.registries.schema.form.scopenote": "Scope Note", "admin.registries.schema.form.scopenote": "Kapsam Notu", - + // "admin.registries.schema.head": "Metadata Schema", "admin.registries.schema.head": "Metadata Şeması", - + // "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.created": "Metadata şeması \"{{prefix}}\" başarıyla oluşturuldu", - + // "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.failure": "{{amount}} metadata şeması silinemedi", - + // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", "admin.registries.schema.notification.deleted.success": "{{amount}} metadata şeması başarıyla silindi", - + // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", "admin.registries.schema.notification.edited": "Metadata şeması \"{{prefix}}\" başarıyla düzenlendi", - + // "admin.registries.schema.notification.failure": "Error", "admin.registries.schema.notification.failure": "Hata", - + // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", "admin.registries.schema.notification.field.created": "\"{{field}}\" metadata alanı başarıyla oluşturuldu", - + // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.failure": "{{amount}} metadata alanı silinemedi", - + // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", "admin.registries.schema.notification.field.deleted.success": "{{amount}} metadata alanı başarıyla silindi", - + // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", "admin.registries.schema.notification.field.edited": "Metadata alanı \"{{field}}\" başarıyla düzenlendi", - + // "admin.registries.schema.notification.success": "Success", "admin.registries.schema.notification.success": "Başarılı", - + // "admin.registries.schema.return": "Return", "admin.registries.schema.return": "Geri Dön", - + // "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", "admin.registries.schema.title": "DSpace Angular :: Metadata Şeması Kayıt Defteri", - - - + + + // "admin.access-control.epeople.actions.delete": "Delete EPerson", "admin.access-control.epeople.actions.delete": "E-Kişiyi Sil", - + // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", "admin.access-control.epeople.actions.impersonate": "E-Kişinin Kimliğine Bürün", - + // "admin.access-control.epeople.actions.reset": "Reset password", "admin.access-control.epeople.actions.reset": "Parolayı sıfırla", - + // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", "admin.access-control.epeople.actions.stop-impersonating": "E-Kişilerin kimliğine bürünmeyi durdurun", - + // "admin.access-control.epeople.title": "DSpace Angular :: EPeople", "admin.access-control.epeople.title": "DSpace Angular :: E-kişiler", - + // "admin.access-control.epeople.head": "EPeople", "admin.access-control.epeople.head": "E-Kişiler", - + // "admin.access-control.epeople.search.head": "Search", "admin.access-control.epeople.search.head": "Ara", - + // "admin.access-control.epeople.button.see-all": "Tümüne Gözat", "admin.access-control.epeople.button.see-all": "Browse All", - + // "admin.access-control.epeople.search.scope.metadata": "Metadata", "admin.access-control.epeople.search.scope.metadata": "Metadata", - + // "admin.access-control.epeople.search.scope.email": "E-mail (exact)", "admin.access-control.epeople.search.scope.email": "E-posta (tam)", - + // "admin.access-control.epeople.search.button": "Search", "admin.access-control.epeople.search.button": "Ara", - + // "admin.access-control.epeople.button.add": "Add EPerson", "admin.access-control.epeople.button.add": "E-Kişi Ekle", - + // "admin.access-control.epeople.table.id": "ID", "admin.access-control.epeople.table.id": "Kimlik", - + // "admin.access-control.epeople.table.name": "Name", "admin.access-control.epeople.table.name": "İsim", - + // "admin.access-control.epeople.table.email": "E-mail (exact)", "admin.access-control.epeople.table.email": "E-posta (tam)", - + // "admin.access-control.epeople.table.edit": "Edit", "admin.access-control.epeople.table.edit": "Düzenle", - + // "admin.access-control.epeople.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.edit": "Düzenle \"{{name}}\"", - + // "admin.access-control.epeople.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.epeople.table.edit.buttons.remove": "Sil \"{{name}}\"", - + // "admin.access-control.epeople.no-items": "No EPeople to show.", "admin.access-control.epeople.no-items": "Gösterilecek E-Kişiler yok.", - + // "admin.access-control.epeople.form.create": "Create EPerson", "admin.access-control.epeople.form.create": "E-Kişi Oluştur", - + // "admin.access-control.epeople.form.edit": "Edit EPerson", "admin.access-control.epeople.form.edit": "E-Kişiyi Düzenle", - + // "admin.access-control.epeople.form.firstName": "First name", "admin.access-control.epeople.form.firstName": "İsim", - + // "admin.access-control.epeople.form.lastName": "Last name", "admin.access-control.epeople.form.lastName": "Soyadı", - + // "admin.access-control.epeople.form.email": "E-mail", "admin.access-control.epeople.form.email": "E-posta", - + // "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address", "admin.access-control.epeople.form.emailHint": "Geçerli bir e-posta adresi olmalı", - + // "admin.access-control.epeople.form.canLogIn": "Can log in", "admin.access-control.epeople.form.canLogIn": "Giriş yapabilir", - + // "admin.access-control.epeople.form.requireCertificate": "Requires certificate", "admin.access-control.epeople.form.requireCertificate": "Sertifika gerektirir", - + // "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.success": "E-Kişi \"{{name}}\" başarıyla oluşturuldu", - + // "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.created.failure": "E-Kişi \"{{name}}\" oluşturulamadı", - + // "admin.access-control.epeople.form.notification.created.failure.emailInUse": "Failed to create EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.created.failure.emailInUse": "E-Kişi \"{{name}}\" oluşturulamadı, e-posta \"{{email}}\" zaten kullanımda.", - + // "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "Failed to edit EPerson \"{{name}}\", email \"{{email}}\" already in use.", "admin.access-control.epeople.form.notification.edited.failure.emailInUse": "E-Kişi \"{{name}}\" düzenlenemedi, e-posta \"{{email}}\" zaten kullanımda.", - + // "admin.access-control.epeople.form.notification.edited.success": "Successfully edited EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.success": "E-kişi \"{{name}}\" başarıyla düzenlendi", - + // "admin.access-control.epeople.form.notification.edited.failure": "Failed to edit EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.edited.failure": "E-Kişi \"{{name}}\" düzenlenemedi", - + // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.success": "E-Kişi \"{{name}}\" başarıyla silindi", - + // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", "admin.access-control.epeople.form.notification.deleted.failure": "E-Kişi \"{{name}}\" silinemedi", - + // "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Member of these groups:", "admin.access-control.epeople.form.groupsEPersonIsMemberOf": "Bu grupların üyesi:", - + // "admin.access-control.epeople.form.table.id": "ID", "admin.access-control.epeople.form.table.id": "Kimlik", - + // "admin.access-control.epeople.form.table.name": "Name", "admin.access-control.epeople.form.table.name": "İsim", - + // "admin.access-control.epeople.form.memberOfNoGroups": "This EPerson is not a member of any groups", "admin.access-control.epeople.form.memberOfNoGroups": "Bu E-Kişi herhangi bir grubun üyesi değil", - + // "admin.access-control.epeople.form.goToGroups": "Add to groups", "admin.access-control.epeople.form.goToGroups": "Gruplar ekle", - + // "admin.access-control.epeople.notification.deleted.failure": "Failed to delete EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.failure": "E-Kişi silinemedi: \"{{name}}\"", - + // "admin.access-control.epeople.notification.deleted.success": "Successfully deleted EPerson: \"{{name}}\"", "admin.access-control.epeople.notification.deleted.success": "E-Kişiler başarıyla silindi: \"{{name}}\"", - - - + + + // "admin.access-control.groups.title": "DSpace Angular :: Groups", "admin.access-control.groups.title": "DSpace Angular :: Gruplar", - + // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Grubu Düzenle", - + // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", "admin.access-control.groups.title.addGroup": "DSpace Angular :: Yeni Grup", - + // "admin.access-control.groups.head": "Groups", "admin.access-control.groups.head": "Gruplar", - + // "admin.access-control.groups.button.add": "Add group", "admin.access-control.groups.button.add": "Grup ekle", - + // "admin.access-control.groups.search.head": "Search groups", "admin.access-control.groups.search.head": "Grupları ara", - + // "admin.access-control.groups.button.see-all": "Browse all", "admin.access-control.groups.button.see-all": "Tümüne göz at", - + // "admin.access-control.groups.search.button": "Search", "admin.access-control.groups.search.button": "Ara", - + // "admin.access-control.groups.table.id": "ID", "admin.access-control.groups.table.id": "Kimlik", - + // "admin.access-control.groups.table.name": "Name", "admin.access-control.groups.table.name": "İsim", - + // "admin.access-control.groups.table.members": "Members", "admin.access-control.groups.table.members": "Üyeler", - + // "admin.access-control.groups.table.edit": "Edit", "admin.access-control.groups.table.edit": "Düzenle", - + // "admin.access-control.groups.table.edit.buttons.edit": "Edit \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.edit": "Düzenle \"{{name}}\"", - + // "admin.access-control.groups.table.edit.buttons.remove": "Delete \"{{name}}\"", "admin.access-control.groups.table.edit.buttons.remove": "Sil \"{{name}}\"", - + // "admin.access-control.groups.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.no-items": "Bu adla veya bu UUID olarak hiçbir grup bulunamadı", - + // "admin.access-control.groups.notification.deleted.success": "Successfully deleted group \"{{name}}\"", "admin.access-control.groups.notification.deleted.success": "\"{{name}}\" grubu başarıyla silindi", - + // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", "admin.access-control.groups.notification.deleted.failure.title": "\"{{name}}\" grubu silinemedi", - + // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", "admin.access-control.groups.notification.deleted.failure.content": "Sorun: \"{{cause}}\"", - - - + + + // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.permanent": "Bu grup kalıcıdır, bu nedenle düzenlenemez veya silinemez. Yine de bu sayfayı kullanarak grup üyeleri ekleyip kaldırabilirsiniz.", - + // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", "admin.access-control.groups.form.alert.workflowGroup": "Bu grup, \"{{name}}\" {{comcol}} içindeki gönderim ve iş akışı sürecindeki bir role karşılık geldiği için değiştirilemez veya silinemez. Bunu, {{comcol}} düzenleme sayfasındaki \"rol ata\" sekmesinden silebilirsiniz. Yine de bu sayfayı kullanarak grup üyeleri ekleyip kaldırabilirsiniz.", - + // "admin.access-control.groups.form.head.create": "Create group", "admin.access-control.groups.form.head.create": "Grup oluştur", - + // "admin.access-control.groups.form.head.edit": "Edit group", "admin.access-control.groups.form.head.edit": "Grubu düzenle", - + // "admin.access-control.groups.form.groupName": "Group name", "admin.access-control.groups.form.groupName": "Grup adı", - + // "admin.access-control.groups.form.groupDescription": "Description", "admin.access-control.groups.form.groupDescription": "Açıklama", - + // "admin.access-control.groups.form.notification.created.success": "Successfully created Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.success": "Grup \"{{name}}\" başarıyla oluşturuldu", - + // "admin.access-control.groups.form.notification.created.failure": "Failed to create Group \"{{name}}\"", "admin.access-control.groups.form.notification.created.failure": "\"{{name}}\" Grubu oluşturulamadı", - + // "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Failed to create Group with name: \"{{name}}\", make sure the name is not already in use.", "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Şu ada sahip Grup oluşturulamadı: \"{{name}}\", adın halihazırda kullanımda olmadığından emin olun.", - + // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.failure": "\"{{name}}\" Grubu düzenlenemedi", - + // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Name \"{{name}}\" already in use!", "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "\"{{name}}\" adı zaten kullanılıyor!", - + // "admin.access-control.groups.form.notification.edited.success": "Successfully edited Group \"{{name}}\"", "admin.access-control.groups.form.notification.edited.success": "\"{{name}}\" Grubu başarıyla düzenlendi", - + // "admin.access-control.groups.form.actions.delete": "Delete Group", "admin.access-control.groups.form.actions.delete": "Grubu Sil", - + // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.header": "\"{{ dsoName }}\" Grubunu Sil", - + // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", "admin.access-control.groups.form.delete-group.modal.info": "\"{{ dsoName }}\" Grubunu silmek istediğinizden emin misiniz?", - + // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", "admin.access-control.groups.form.delete-group.modal.cancel": "İptal", - + // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", "admin.access-control.groups.form.delete-group.modal.confirm": "Sil", - + // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.success": "\"{{ name }}\" grubu başarıyla silindi", - + // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", "admin.access-control.groups.form.notification.deleted.failure.title": "\"{{ name }}\" grubu silinemedi", - + // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", "admin.access-control.groups.form.notification.deleted.failure.content": "Sorun: \"{{ cause }}\"", - + // "admin.access-control.groups.form.members-list.head": "EPeople", "admin.access-control.groups.form.members-list.head": "E-Kişiler", - + // "admin.access-control.groups.form.members-list.search.head": "Add EPeople", "admin.access-control.groups.form.members-list.search.head": "E-Kişiler Ekle", - + // "admin.access-control.groups.form.members-list.button.see-all": "Browse All", "admin.access-control.groups.form.members-list.button.see-all": "Tümüne Gözat", - + // "admin.access-control.groups.form.members-list.headMembers": "Current Members", "admin.access-control.groups.form.members-list.headMembers": "Mevcut Üyeler", - + // "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", "admin.access-control.groups.form.members-list.search.scope.metadata": "Metadata", - + // "admin.access-control.groups.form.members-list.search.scope.email": "E-mail (exact)", "admin.access-control.groups.form.members-list.search.scope.email": "E-posta (tam)", - + // "admin.access-control.groups.form.members-list.search.button": "Search", "admin.access-control.groups.form.members-list.search.button": "Ara", - + // "admin.access-control.groups.form.members-list.table.id": "ID", "admin.access-control.groups.form.members-list.table.id": "Kimlik", - + // "admin.access-control.groups.form.members-list.table.name": "Name", "admin.access-control.groups.form.members-list.table.name": "İsim", - + // "admin.access-control.groups.form.members-list.table.edit": "Remove / Add", "admin.access-control.groups.form.members-list.table.edit": "Kaldır / Ekle", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.remove": "\"{{name}}\" adlı üyeyi kaldırın", - + // "admin.access-control.groups.form.members-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.addMember": "Üye başarıyla eklendi: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.addMember": "Üye eklenemedi: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.success.deleteMember": "Üye başarıyla silindi: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", "admin.access-control.groups.form.members-list.notification.failure.deleteMember": "Üye silinemedi: \"{{name}}\"", - + // "admin.access-control.groups.form.members-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", "admin.access-control.groups.form.members-list.table.edit.buttons.add": "\"{{name}}\" adlı üye ekleyin", - + // "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.members-list.notification.failure.noActiveGroup": "Mevcut aktif grup yok, önce bir isim gönderin.", - + // "admin.access-control.groups.form.members-list.no-members-yet": "No members in group yet, search and add.", "admin.access-control.groups.form.members-list.no-members-yet": "Henüz grupta üye yok, arayın ve ekleyin.", - + // "admin.access-control.groups.form.members-list.no-items": "No EPeople found in that search", "admin.access-control.groups.form.members-list.no-items": "Bu aramada E-Kişiler bulunamadı", - + // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure": "Bir şeyler yanlış gitti: \"{{cause}}\"", - + // "admin.access-control.groups.form.subgroups-list.head": "Groups", "admin.access-control.groups.form.subgroups-list.head": "Gruplar", - + // "admin.access-control.groups.form.subgroups-list.search.head": "Add Subgroup", "admin.access-control.groups.form.subgroups-list.search.head": "Alt Grup Ekle", - + // "admin.access-control.groups.form.subgroups-list.button.see-all": "Browse All", "admin.access-control.groups.form.subgroups-list.button.see-all": "Tümüne Gözat", - + // "admin.access-control.groups.form.subgroups-list.headSubgroups": "Current Subgroups", "admin.access-control.groups.form.subgroups-list.headSubgroups": "Mevcut Alt Gruplar", - + // "admin.access-control.groups.form.subgroups-list.search.button": "Search", "admin.access-control.groups.form.subgroups-list.search.button": "Ara", - + // "admin.access-control.groups.form.subgroups-list.table.id": "ID", "admin.access-control.groups.form.subgroups-list.table.id": "Kimlik", - + // "admin.access-control.groups.form.subgroups-list.table.name": "Name", "admin.access-control.groups.form.subgroups-list.table.name": "İsim", - + // "admin.access-control.groups.form.subgroups-list.table.edit": "Remove / Add", "admin.access-control.groups.form.subgroups-list.table.edit": "Kaldır / Ekle", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "Remove subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.remove": "\"{{name}}\" adlı alt grubu kaldırın", - + // "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "Add subgroup with name \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.table.edit.buttons.add": "\"{{name}}\" adlı alt grup ekleyin", - + // "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Current group", "admin.access-control.groups.form.subgroups-list.table.edit.currentGroup": "Mevcut grup", - + // "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Successfully added subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.addSubgroup": "Alt grup başarıyla eklendi: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Failed to add subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.addSubgroup": "Alt grup eklenemedi: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Successfully deleted subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.success.deleteSubgroup": "Alt grup başarıyla silindi: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Failed to delete subgroup: \"{{name}}\"", "admin.access-control.groups.form.subgroups-list.notification.failure.deleteSubgroup": "Alt grup silinemedi: \"{{name}}\"", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", "admin.access-control.groups.form.subgroups-list.notification.failure.noActiveGroup": "Aktif grup mevcut değil, önce bir isim gönderin.", - + // "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "This is the current group, can't be added.", "admin.access-control.groups.form.subgroups-list.notification.failure.subgroupToAddIsActiveGroup": "Bu grup mevcut, eklenemez.", - + // "admin.access-control.groups.form.subgroups-list.no-items": "No groups found with this in their name or this as UUID", "admin.access-control.groups.form.subgroups-list.no-items": "Bu adla veya bu UUID olarak hiçbir grup bulunamadı", - + // "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "No subgroups in group yet.", "admin.access-control.groups.form.subgroups-list.no-subgroups-yet": "Henüz grupta alt grup yok.", - + // "admin.access-control.groups.form.return": "Return to groups", "admin.access-control.groups.form.return": "Gruplara dön", - - - + + + // "admin.search.breadcrumbs": "Administrative Search", "admin.search.breadcrumbs": "Yönetimsel Arama", - + // "admin.search.collection.edit": "Edit", "admin.search.collection.edit": "Düzenle", - + // "admin.search.community.edit": "Edit", "admin.search.community.edit": "Düzenle", - + // "admin.search.item.delete": "Delete", "admin.search.item.delete": "Sil", - + // "admin.search.item.edit": "Edit", "admin.search.item.edit": "Düzenle", - + // "admin.search.item.make-private": "Make Private", "admin.search.item.make-private": "Özel yap", - + // "admin.search.item.make-public": "Make Public", "admin.search.item.make-public": "Ortak yap", - + // "admin.search.item.move": "Move", "admin.search.item.move": "Taşı", - + // "admin.search.item.reinstate": "Reinstate", "admin.search.item.reinstate": "Eski durumuna getir", - + // "admin.search.item.withdraw": "Withdraw", "admin.search.item.withdraw": "Çekil", - + // "admin.search.title": "Administrative Search", "admin.search.title": "Yönetimsel Arama", - + // "administrativeView.search.results.head": "Administrative Search", "administrativeView.search.results.head": "Yönetimsel Arama", - - - - + + + + // "admin.workflow.breadcrumbs": "Administer Workflow", "admin.workflow.breadcrumbs": "İş Akışını Yönet", - + // "admin.workflow.title": "Administer Workflow", "admin.workflow.title": "İş Akışını Yönet", - + // "admin.workflow.item.workflow": "Workflow", "admin.workflow.item.workflow": "İş akışı", - + // "admin.workflow.item.delete": "Delete", "admin.workflow.item.delete": "Sil", - + // "admin.workflow.item.send-back": "Send back", "admin.workflow.item.send-back": "Geri gönder", - - - + + + // "admin.metadata-import.breadcrumbs": "Import Metadata", "admin.metadata-import.breadcrumbs": "Metadataları İçe Aktar", - + // "admin.metadata-import.title": "Import Metadata", "admin.metadata-import.title": "Metadataları İçe Aktar", - + // "admin.metadata-import.page.header": "Import Metadata", "admin.metadata-import.page.header": "Metadataları İçe Aktar", - + // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", "admin.metadata-import.page.help": "Dosyalarda toplu metadata işlemleri içeren CSV dosyalarını buraya bırakabilir veya bunlara göz atabilirsiniz.", - + // "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import", "admin.metadata-import.page.dropMsg": "İçe aktarmak için bir metadata CSV'si bırakın", - + // "admin.metadata-import.page.dropMsgReplace": "Drop to replace the metadata CSV to import", "admin.metadata-import.page.dropMsgReplace": "İçe aktarılacak CSV metadatalarını değiştirmek için bırakın", - + // "admin.metadata-import.page.button.return": "Return", "admin.metadata-import.page.button.return": "Geri Dön", - + // "admin.metadata-import.page.button.proceed": "Proceed", "admin.metadata-import.page.button.proceed": "Devam Et", - + // "admin.metadata-import.page.error.addFile": "Select file first!", "admin.metadata-import.page.error.addFile": "Önce dosyayı seçin!", - - - - + + + + // "auth.errors.invalid-user": "Invalid email address or password.", "auth.errors.invalid-user": "Geçersiz e-posta adresi veya parola.", - + // "auth.messages.expired": "Your session has expired. Please log in again.", "auth.messages.expired": "Oturumunuz sona erdi. Lütfen tekrar giriş yapın.", - - - + + + // "bitstream.edit.bitstream": "Bitstream: ", "bitstream.edit.bitstream": "Bitstream: ", - + // "bitstream.edit.form.description.hint": "Optionally, provide a brief description of the file, for example \"Main article\" or \"Experiment data readings\".", "bitstream.edit.form.description.hint": "İsteğe bağlı olarak, dosyanın kısa bir açıklamasını sağlayın, örneğin \"Ana makale\" veya \"Deneme veri okumaları\".", - + // "bitstream.edit.form.description.label": "Description", "bitstream.edit.form.description.label": "Açıklama", - + // "bitstream.edit.form.embargo.hint": "The first day from which access is allowed. This date cannot be modified on this form. To set an embargo date for a bitstream, go to the Item Status tab, click Authorizations..., create or edit the bitstream's READ policy, and set the Start Date as desired.", - "bitstream.edit.form.embargo.hint": "Erişime izin verilen ilk gün. Bu tarih bu formda değiştirilemez. Bir bitstream için bir ambargo tarihi ayarlamak için Öğe Durumu sekmesine gidin, Yetkiler...'i tıklayın., bitstreamın OKU politikasını oluşturun veya düzenleyin ve Başlangıç ​​Tarihi'ni istediğiniz gibi ayarlayın.", - + "bitstream.edit.form.embargo.hint": "Erişime izin verilen ilk gün. Bu tarih bu formda değiştirilemez. Bir bitstream için bir ambargo tarihi ayarlamak için Öğe Durumu sekmesine gidin, Yetkiler...'i tıklayın., bitstreamın OKU politikasını oluşturun veya düzenleyin ve Başlangıç Tarihi'ni istediğiniz gibi ayarlayın.", + // "bitstream.edit.form.embargo.label": "Embargo until specific date", "bitstream.edit.form.embargo.label": "Belirli bir tarihe kadar ambargo", - + // "bitstream.edit.form.fileName.hint": "Change the filename for the bitstream. Note that this will change the display bitstream URL, but old links will still resolve as long as the sequence ID does not change.", "bitstream.edit.form.fileName.hint": "Bitstreamın dosya adını değiştirin. Bunun görünen bitstream URL'sini değiştireceğini, ancak dizi kimliği değişmediği sürece eski bağlantıların çözüleceğini unutmayın.", - + // "bitstream.edit.form.fileName.label": "Filename", "bitstream.edit.form.fileName.label": "Dosya adı", - + // "bitstream.edit.form.newFormat.label": "Describe new format", "bitstream.edit.form.newFormat.label": "Yeni biçimi tanımla", - + // "bitstream.edit.form.newFormat.hint": "The application you used to create the file, and the version number (for example, \"ACMESoft SuperApp version 1.5\").", "bitstream.edit.form.newFormat.hint": "Dosyayı oluşturmak için kullandığınız uygulama ve sürüm numarası (örneğin, \"ACMESoft SuperApp versiyon 1.5\").", - + // "bitstream.edit.form.primaryBitstream.label": "Primary bitstream", "bitstream.edit.form.primaryBitstream.label": "Birincil bitstream", - + // "bitstream.edit.form.selectedFormat.hint": "If the format is not in the above list, select \"format not in list\" above and describe it under \"Describe new format\".", "bitstream.edit.form.selectedFormat.hint": "Biçim yukarıdaki listede yoksa, select \"listede olmayan biçim\"i above ve \"Yeni biçimi tanımla\" altında açıklayın.", - + // "bitstream.edit.form.selectedFormat.label": "Selected Format", "bitstream.edit.form.selectedFormat.label": "Seçilen Biçim", - + // "bitstream.edit.form.selectedFormat.unknown": "Format not in list", "bitstream.edit.form.selectedFormat.unknown": "Listede olmayan biçim", - + // "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format", "bitstream.edit.notifications.error.format.title": "Bitstreamın biçimi kaydedilirken bir hata oluştu", - + // "bitstream.edit.notifications.saved.content": "Your changes to this bitstream were saved.", "bitstream.edit.notifications.saved.content": "Bu bitstreamda yaptığınız değişiklikler kaydedildi.", - + // "bitstream.edit.notifications.saved.title": "Bitstream saved", "bitstream.edit.notifications.saved.title": "Bitstream kaydedildi", - + // "bitstream.edit.title": "Edit bitstream", "bitstream.edit.title": "Bitstreamı düzenle", - - - + + + // "browse.comcol.by.author": "By Author", "browse.comcol.by.author": "Yazara Göre", - + // "browse.comcol.by.dateissued": "By Issue Date", "browse.comcol.by.dateissued": "Yayın Tarihine Göre", - + // "browse.comcol.by.subject": "By Subject", "browse.comcol.by.subject": "Konuya Göre", - + // "browse.comcol.by.title": "By Title", "browse.comcol.by.title": "Başlığa Göre", - + // "browse.comcol.head": "Browse", "browse.comcol.head": "Gözat", - + // "browse.empty": "No items to show.", "browse.empty": "Gösterilecek öğe yok.", - + // "browse.metadata.author": "Author", "browse.metadata.author": "Yazar", - + // "browse.metadata.dateissued": "Issue Date", "browse.metadata.dateissued": "Yayın Tarihi", - + // "browse.metadata.subject": "Subject", "browse.metadata.subject": "Konu", - + // "browse.metadata.title": "Title", "browse.metadata.title": "Başlık", - + // "browse.metadata.author.breadcrumbs": "Browse by Author", "browse.metadata.author.breadcrumbs": "Yazara Göre Gözat", - + // "browse.metadata.dateissued.breadcrumbs": "Browse by Date", "browse.metadata.dateissued.breadcrumbs": "Tarihe Göre Gözat", - + // "browse.metadata.subject.breadcrumbs": "Browse by Subject", "browse.metadata.subject.breadcrumbs": "Konuya Göre Gözat", - + // "browse.metadata.title.breadcrumbs": "Browse by Title", "browse.metadata.title.breadcrumbs": "Başlığa göre göz atın", - + // "browse.startsWith.choose_start": "(Choose start)", "browse.startsWith.choose_start": "(Başlangıç seç)", - + // "browse.startsWith.choose_year": "(Choose year)", "browse.startsWith.choose_year": "(Yıl seç)", - + // "browse.startsWith.jump": "Jump to a point in the index:", "browse.startsWith.jump": "Dizinde bir noktaya atla:", - + // "browse.startsWith.months.april": "April", "browse.startsWith.months.april": "Nisan", - + // "browse.startsWith.months.august": "August", "browse.startsWith.months.august": "Ağustos", - + // "browse.startsWith.months.december": "December", "browse.startsWith.months.december": "Aralık", - + // "browse.startsWith.months.february": "February", "browse.startsWith.months.february": "Şubat", - + // "browse.startsWith.months.january": "January", "browse.startsWith.months.january": "Ocak", - + // "browse.startsWith.months.july": "July", "browse.startsWith.months.july": "Temmuz", - + // "browse.startsWith.months.june": "June", "browse.startsWith.months.june": "Haziran", - + // "browse.startsWith.months.march": "March", "browse.startsWith.months.march": "Mart", - + // "browse.startsWith.months.may": "May", "browse.startsWith.months.may": "Mayıs", - + // "browse.startsWith.months.none": "(Choose month)", "browse.startsWith.months.none": "(Ay seçin)", - + // "browse.startsWith.months.november": "November", "browse.startsWith.months.november": "Kasım", - + // "browse.startsWith.months.october": "October", "browse.startsWith.months.october": "Ekim", - + // "browse.startsWith.months.september": "September", "browse.startsWith.months.september": "Eylül", - + // "browse.startsWith.submit": "Go", "browse.startsWith.submit": "Git", - + // "browse.startsWith.type_date": "Or type in a date (year-month):", "browse.startsWith.type_date": "Veya bir tarih yazın (yıl-ay):", - + // "browse.startsWith.type_text": "Or enter first few letters:", "browse.startsWith.type_text": "Veya ilk birkaç harfi girin:", - + // "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", "browse.title": "{{ field }} {{ value }} ile {{ collection }}'a göz atma", - - + + // "chips.remove": "Remove chip", "chips.remove": "Çipi kaldır", - - - + + + // "collection.create.head": "Create a Collection", "collection.create.head": "Koleksiyon Oluştur", - + // "collection.create.notifications.success": "Successfully created the Collection", "collection.create.notifications.success": "Koleksiyon başarıyla oluşturuldu", - + // "collection.create.sub-head": "Create a Collection for Community {{ parent }}", "collection.create.sub-head": "Komünite için Koleksiyon Oluşturun {{ parent }}", - + // "collection.curate.header": "Curate Collection: {{collection}}", "collection.curate.header": "Koleksiyonu Düzenle: {{collection}}", - + // "collection.delete.cancel": "Cancel", "collection.delete.cancel": "İptal", - + // "collection.delete.confirm": "Confirm", "collection.delete.confirm": "Onayla", - + // "collection.delete.head": "Delete Collection", "collection.delete.head": "Koleksiyonu sil", - + // "collection.delete.notification.fail": "Collection could not be deleted", "collection.delete.notification.fail": "Koleksiyon silinemedi", - + // "collection.delete.notification.success": "Successfully deleted collection", "collection.delete.notification.success": "Koleksiyon başarıyla silindi", - + // "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", "collection.delete.text": "\"{{ dso }}\" koleksiyonunu silmek istediğinizden emin misiniz?", - - - + + + // "collection.edit.delete": "Delete this collection", "collection.edit.delete": "Bu koleksiyonu sil", - + // "collection.edit.head": "Edit Collection", "collection.edit.head": "Koleksiyonu Düzenle", - + // "collection.edit.breadcrumbs": "Edit Collection", "collection.edit.breadcrumbs": "Koleksiyonu Düzenle", - - - + + + // "collection.edit.tabs.mapper.head": "Item Mapper", "collection.edit.tabs.mapper.head": "Öğe eşleştirici", - + // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", "collection.edit.tabs.item-mapper.title": "Koleksiyon Düzenleme - Öğe Eşleştirici", - + // "collection.edit.item-mapper.cancel": "Cancel", "collection.edit.item-mapper.cancel": "İptal", - + // "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"", "collection.edit.item-mapper.collection": "Koleksiyon: \"{{name}}\"", - + // "collection.edit.item-mapper.confirm": "Map selected items", "collection.edit.item-mapper.confirm": "Seçilen öğeleri eşle", - + // "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.", "collection.edit.item-mapper.description": "Bu, koleksiyon yöneticilerinin diğer koleksiyonlardaki öğeleri bu koleksiyona eşlemelerine olanak tanıyan öğe eşleyici aracıdır. Diğer koleksiyonlardaki öğeleri arayabilir ve bunları eşleyebilir veya şu anda eşlenmiş öğelerin listesine göz atabilirsiniz.", - + // "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections", "collection.edit.item-mapper.head": "Öğe Eşleştirici - Diğer Koleksiyonlardaki Öğeleri Eşle", - + // "collection.edit.item-mapper.no-search": "Please enter a query to search", "collection.edit.item-mapper.no-search": "Lütfen aramak için bir sorgu girin", - + // "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.", "collection.edit.item-mapper.notifications.map.error.content": "{{amount}} öğenin eşlenmesinde hatalar oluştu.", - + // "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors", "collection.edit.item-mapper.notifications.map.error.head": "Eşleme hataları", - + // "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.", "collection.edit.item-mapper.notifications.map.success.content": "{{amount}} öğe başarıyla eşlendi.", - + // "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed", "collection.edit.item-mapper.notifications.map.success.head": "Eşleme tamamlandı", - + // "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.error.content": "{{amount}} öğenin eşlemeleri kaldırılırken hatalar oluştu.", - + // "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors", "collection.edit.item-mapper.notifications.unmap.error.head": "Eşleme hatalarını kaldır", - + // "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.", "collection.edit.item-mapper.notifications.unmap.success.content": "{{amount}} öğenin eşlemeleri başarıyla kaldırıldı.", - + // "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed", "collection.edit.item-mapper.notifications.unmap.success.head": "Eşlemeyi kaldır tamamlandı", - + // "collection.edit.item-mapper.remove": "Remove selected item mappings", "collection.edit.item-mapper.remove": "Seçili öğe eşlemelerini kaldır", - + // "collection.edit.item-mapper.tabs.browse": "Browse mapped items", "collection.edit.item-mapper.tabs.browse": "Eşlenen öğelere göz atın", - + // "collection.edit.item-mapper.tabs.map": "Map new items", "collection.edit.item-mapper.tabs.map": "Yeni öğeleri işle", - - - + + + // "collection.edit.logo.label": "Collection logo", "collection.edit.logo.label": "Koleksiyon logosu", // "collection.edit.logo.notifications.add.error": "Uploading Collection logo failed. Please verify the content before retrying.", "collection.edit.logo.notifications.add.error": "Koleksiyon logosu yüklemesi başarısız. Lütfen yeniden denemeden önce içeriği doğrulayın.", - + // "collection.edit.logo.notifications.add.success": "Upload Collection logo successful.", "collection.edit.logo.notifications.add.success": "Koleksiyon logosu yüklemesi başarılı.", - + // "collection.edit.logo.notifications.delete.success.title": "Logo deleted", "collection.edit.logo.notifications.delete.success.title": "Logo silindi", - + // "collection.edit.logo.notifications.delete.success.content": "Successfully deleted the collection's logo", "collection.edit.logo.notifications.delete.success.content": "Koleksiyonun logosunu başarıyla silindi", - + // "collection.edit.logo.notifications.delete.error.title": "Error deleting logo", "collection.edit.logo.notifications.delete.error.title": "Logo silinirken hata", - + // "collection.edit.logo.upload": "Drop a Collection Logo to upload", "collection.edit.logo.upload": "Yüklenecek bir koleksiyon logosu bırakın", - - - + + + // "collection.edit.notifications.success": "Successfully edited the Collection", "collection.edit.notifications.success": "Koleksiyon başarıyla düzenlendi.", - + // "collection.edit.return": "Return", "collection.edit.return": "Dönüş", - - - + + + // "collection.edit.tabs.curate.head": "Curate", "collection.edit.tabs.curate.head": "Kuratör", - + // "collection.edit.tabs.curate.title": "Collection Edit - Curate", "collection.edit.tabs.curate.title": "Koleksiyon düzenleme - Küratör", - + // "collection.edit.tabs.authorizations.head": "Authorizations", "collection.edit.tabs.authorizations.head": "Yetkilendirmeler", - + // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", "collection.edit.tabs.authorizations.title": "Koleksiyon düzenleme - Yetkilendirmeler", - + // "collection.edit.tabs.metadata.head": "Edit Metadata", "collection.edit.tabs.metadata.head": "Metadataları Düzenle", - + // "collection.edit.tabs.metadata.title": "Collection Edit - Metadata", "collection.edit.tabs.metadata.title": "Koleksiyon Düzenle - Metadatalar", - + // "collection.edit.tabs.roles.head": "Assign Roles", "collection.edit.tabs.roles.head": "Rol atamak", - + // "collection.edit.tabs.roles.title": "Collection Edit - Roles", "collection.edit.tabs.roles.title": "Koleksiyon düzenleme - Roller", - + // "collection.edit.tabs.source.external": "This collection harvests its content from an external source", "collection.edit.tabs.source.external": "Bu koleksiyon içeriğini harici bir kaynaktan toplar", - + // "collection.edit.tabs.source.form.errors.oaiSource.required": "You must provide a set id of the target collection.", "collection.edit.tabs.source.form.errors.oaiSource.required": "Hedef koleksiyonuna bir set kimliği sağlamalısınız.", - + // "collection.edit.tabs.source.form.harvestType": "Content being harvested", "collection.edit.tabs.source.form.harvestType": "İçerik harmanlanıyor", - + // "collection.edit.tabs.source.form.head": "Configure an external source", "collection.edit.tabs.source.form.head": "Harici bir kaynak yapılandır", - + // "collection.edit.tabs.source.form.metadataConfigId": "Metadata Format", "collection.edit.tabs.source.form.metadataConfigId": "Metadata formatı", - + // "collection.edit.tabs.source.form.oaiSetId": "OAI specific set id", "collection.edit.tabs.source.form.oaiSetId": "OAI'ya Özel Set Kimliği", - + // "collection.edit.tabs.source.form.oaiSource": "OAI Provider", "collection.edit.tabs.source.form.oaiSource": "OAI Sağlayıcısı", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Harvest metadata and bitstreams (requires ORE support)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_BITSTREAMS": "Metadatalarını ve bitstreamı topla (ORE desteği gerektirir)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Harvest metadata and references to bitstreams (ORE desteği gerektirir)", "collection.edit.tabs.source.form.options.harvestType.METADATA_AND_REF": "Metadatalarını ve referansları topla (ORE desteği gerektirir)", - + // "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Harvest metadata only", "collection.edit.tabs.source.form.options.harvestType.METADATA_ONLY": "Sadece metadatalarını topla", - + // "collection.edit.tabs.source.head": "Content Source", "collection.edit.tabs.source.head": "İçerik Kaynağı", - + // "collection.edit.tabs.source.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "collection.edit.tabs.source.notifications.discarded.content": "Değişiklikleriniz silindi. Değişikliklerinizi eski haline getirmek için 'Geri Al' düğmesine tıklayın.", - + // "collection.edit.tabs.source.notifications.discarded.title": "Changed discarded", "collection.edit.tabs.source.notifications.discarded.title": "Silinenler değiştirildi.", - + // "collection.edit.tabs.source.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "collection.edit.tabs.source.notifications.invalid.content": "Değişiklikleriniz kaydedilmedi. Lütfen kaydetmeden önce tüm alanların geçerli olduğundan emin olun.", - + // "collection.edit.tabs.source.notifications.invalid.title": "Metadata invalid", "collection.edit.tabs.source.notifications.invalid.title": "Metadata geçersiz", - + // "collection.edit.tabs.source.notifications.saved.content": "Your changes to this collection's content source were saved.", "collection.edit.tabs.source.notifications.saved.content": "Bu koleksiyonun içerik kaynağındaki değişiklikleriniz kaydedildi.", - + // "collection.edit.tabs.source.notifications.saved.title": "Content Source saved", "collection.edit.tabs.source.notifications.saved.title": "İçerik Kaynağı kaydedildi", - + // "collection.edit.tabs.source.title": "Collection Edit - Content Source", "collection.edit.tabs.source.title": "Koleksiyon düzenleme - İçerik Kaynağı", - - - + + + // "collection.edit.template.add-button": "Add", "collection.edit.template.add-button": "Ekle", - + // "collection.edit.template.breadcrumbs": "Item template", "collection.edit.template.breadcrumbs": "Öğe şablonu", - + // "collection.edit.template.cancel": "Cancel", "collection.edit.template.cancel": "İptal", - + // "collection.edit.template.delete-button": "Delete", "collection.edit.template.delete-button": "Sil", - + // "collection.edit.template.edit-button": "Edit", "collection.edit.template.edit-button": "Düzenle", - + // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", "collection.edit.template.head": "Koleksiyon için Sablon Öğesini Düzenleyin \"{{ collection }}\"", - + // "collection.edit.template.label": "Template item", "collection.edit.template.label": "Şablon öğe", - + // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", "collection.edit.template.notifications.delete.error": "Öğe şablonu silme başarısız", - + // "collection.edit.template.notifications.delete.success": "Successfully deleted the item template", "collection.edit.template.notifications.delete.success": "Öğe şablonu başarıyla silindi", - + // "collection.edit.template.title": "Edit Template Item", "collection.edit.template.title": "Şablon Öğesini Düzenle", - - - + + + // "collection.form.abstract": "Short Description", "collection.form.abstract": "Kısa Açıklama", - + // "collection.form.description": "Introductory text (HTML)", "collection.form.description": "Tanıtım metni (HTML)", - + // "collection.form.errors.title.required": "Please enter a collection name", "collection.form.errors.title.required": "Lütfen bir koleksiyon adı girin", - + // "collection.form.license": "License", "collection.form.license": "Lisans", - + // "collection.form.provenance": "Provenance", "collection.form.provenance": "Menşei", - + // "collection.form.rights": "Copyright text (HTML)", "collection.form.rights": "Telif hakkı metni (HTML)", - + // "collection.form.tableofcontents": "News (HTML)", "collection.form.tableofcontents": "Haberler (HTML)", - + // "collection.form.title": "Name", "collection.form.title": "İsim", - - - + + + // "collection.listelement.badge": "Collection", "collection.listelement.badge": "Koleksiyon", - - - + + + // "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.head": "Son Başvurular", - + // "collection.page.browse.recent.empty": "No items to show", "collection.page.browse.recent.empty": "Gösterilecek öğe yok", - + // "collection.page.edit": "Edit this collection", "collection.page.edit": "Bu koleksiyonu düzenleyin", - + // "collection.page.handle": "Permanent URI for this collection", "collection.page.handle": "Bu koleksiyon için kalıcı URI", - + // "collection.page.license": "License", "collection.page.license": "Lisans", - + // "collection.page.news": "News", "collection.page.news": "Haberler", - - - + + + // "collection.select.confirm": "Confirm selected", "collection.select.confirm": "Seçilileri onayla", - + // "collection.select.empty": "No collections to show", "collection.select.empty": "Gösterilecek koleksiyon yok", - + // "collection.select.table.title": "Title", "collection.select.table.title": "Başlık", - - - + + + // "collection.source.update.notifications.error.content": "The provided settings have been tested and didn't work.", "collection.source.update.notifications.error.content": "Sağlanan ayarlar test edildi ve işe yaramadı.", - + // "collection.source.update.notifications.error.title": "Server Error", "collection.source.update.notifications.error.title": "Sunucu Hatası", - - - + + + // "communityList.tabTitle": "DSpace - Community List", "communityList.tabTitle": "DSpace - Komünite Listesi", - + // "communityList.title": "List of Communities", "communityList.title": "Komünitelerin Listesi", - + // "communityList.showMore": "Show More", "communityList.showMore": "Daha fazla göster", - - - + + + // "community.create.head": "Create a Community", "community.create.head": "Bir komünite oluştur", - + // "community.create.notifications.success": "Successfully created the Community", "community.create.notifications.success": "Komünite başarıyla yaratıldı", - + // "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", "community.create.sub-head": "Komünite için bir alt komünite oluşturun {{ parent }}", - + // "community.curate.header": "Curate Community: {{community}}", "community.curate.header": "Kuratör komünitesi: {{community}}", - + // "community.delete.cancel": "Cancel", "community.delete.cancel": "İptal", - + // "community.delete.confirm": "Confirm", "community.delete.confirm": "Onayla", - + // "community.delete.head": "Delete Community", "community.delete.head": "Komüniteyi sil", - + // "community.delete.notification.fail": "Community could not be deleted", "community.delete.notification.fail": "Komünite silinemedi", - + // "community.delete.notification.success": "Successfully deleted community", "community.delete.notification.success": "Komünite başarıyla silindi", - + // "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", "community.delete.text": "Komüniteyi silmek istediğinize emin misiniz \"{{ dso }}\"", - + // "community.edit.delete": "Delete this community", "community.edit.delete": "Bu komüniteyi sil", - + // "community.edit.head": "Edit Community", "community.edit.head": "Komüniteyi düzenle", - + // "community.edit.breadcrumbs": "Edit Community", "community.edit.breadcrumbs": "Komüniteyi düzenle", - - + + // "community.edit.logo.label": "Community logo", "community.edit.logo.label": "Komünite logosu", - + // "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.", "community.edit.logo.notifications.add.error": "Komünite logosu yüklemesi başarısız. Lütfen yeniden denemeden önce içeriği doğrulayın.", - + // "community.edit.logo.notifications.add.success": "Upload Community logo successful.", "community.edit.logo.notifications.add.success": "Komünite logosunu başarılı yükle.", - + // "community.edit.logo.notifications.delete.success.title": "Logo deleted", "community.edit.logo.notifications.delete.success.title": "Logo silindi", - + // "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo", "community.edit.logo.notifications.delete.success.content": "Komünite logosu başarıyla silindi", - + // "community.edit.logo.notifications.delete.error.title": "Error deleting logo", "community.edit.logo.notifications.delete.error.title": "Logo silme hatası", - + // "community.edit.logo.upload": "Drop a Community Logo to upload", "community.edit.logo.upload": "Yüklenecek bir komünite logosu bırak", - - - + + + // "community.edit.notifications.success": "Successfully edited the Community", "community.edit.notifications.success": "Komünite başarıyla düzenlendi", - + // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", "community.edit.notifications.unauthorized": "Bu değişikliği yapmak için ayrıcalıklarınız yok", - + // "community.edit.notifications.error": "An error occured while editing the Community", "community.edit.notifications.error": "Komüniteyi düzenlerken bir hata oluştu", - + // "community.edit.return": "Return", "community.edit.return": "Dönüş", - - - + + + // "community.edit.tabs.curate.head": "Curate", "community.edit.tabs.curate.head": "Kuratör", - + // "community.edit.tabs.curate.title": "Community Edit - Curate", "community.edit.tabs.curate.title": "Komünite Düzenle - Küratör", - + // "community.edit.tabs.metadata.head": "Edit Metadata", "community.edit.tabs.metadata.head": "Metadataları Düzenle", - + // "community.edit.tabs.metadata.title": "Community Edit - Metadata", "community.edit.tabs.metadata.title": "Komünite Düzenle - Metadatalar", - + // "community.edit.tabs.roles.head": "Assign Roles", "community.edit.tabs.roles.head": "Rol atamak", - + // "community.edit.tabs.roles.title": "Community Edit - Roles", "community.edit.tabs.roles.title": "Komünite Düzenle - Roller", - + // "community.edit.tabs.authorizations.head": "Authorizations", "community.edit.tabs.authorizations.head": "Yetkilendirmeler", - + // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", "community.edit.tabs.authorizations.title": "Komünite Düzenle - Yetkilendirmeler", - - - + + + // "community.listelement.badge": "Community", "community.listelement.badge": "Komünite", - - - + + + // "comcol-role.edit.no-group": "None", "comcol-role.edit.no-group": "Hiçbiri", - + // "comcol-role.edit.create": "Create", "comcol-role.edit.create": "Oluştur", - + // "comcol-role.edit.restrict": "Restrict", "comcol-role.edit.restrict": "Kısıtla", - + // "comcol-role.edit.delete": "Delete", "comcol-role.edit.delete": "Sil", - - + + // "comcol-role.edit.community-admin.name": "Yöneticiler", "comcol-role.edit.community-admin.name": "Administrators", - + // "comcol-role.edit.collection-admin.name": "Administrators", "comcol-role.edit.collection-admin.name": "Yöneticiler", - - + + // "comcol-role.edit.community-admin.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.community-admin.description": "Komünite yöneticileri alt komüniteler veya koleksiyonlar oluşturabilir ve bu alt komüniteler veya koleksiyonlar için yönetimi yönetebilir veya atayabilir. Ek olarak, kimsenin herhangi bir alt koleksiyona kimin gönderebileceğine, madde metadatalarını (sunulduktan sonra) düzenleyebileceğine karar verirler ve mevcut eşyaları diğer koleksiyonlardan (yetkilendirmeye tabi) ekleyin.", - + // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", "comcol-role.edit.collection-admin.description": "Koleksiyon yöneticileri, eşyaları koleksiyona kimin gönderebileceğine, öğe metadatalarını (gönderimden sonra) düzenleyebileceğine karar verir ve mevcut eşyaları diğer koleksiyonlardan (bu koleksiyon için yetkilendirmeye tabi) ekleyin.", - - + + // "comcol-role.edit.submitters.name": "Submitters", "comcol-role.edit.submitters.name": "Göndericiler", - + // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", "comcol-role.edit.submitters.description": "Bu koleksiyona yeni eşya gönderme iznine sahip olan E-insanlar ve gruplar.", - - + + // "comcol-role.edit.item_read.name": "Default item read access", "comcol-role.edit.item_read.name": "Varsayılan öğe okuma erişimi", - + // "comcol-role.edit.item_read.description": "E-People and Groups that can read new items submitted to this collection. Changes to this role are not retroactive. Existing items in the system will still be viewable by those who had read access at the time of their addition.", "comcol-role.edit.item_read.description": "Bu koleksiyona sunulan yeni eşyaları okuyabilen E-insanlar ve gruplar. Bu roldeki değişiklikler geriye dönük değildir. Sistemdeki mevcut eşyalar, eklemeleri sırasında erişimi okuyanlar tarafından görülebilir.", - + // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", "comcol-role.edit.item_read.anonymous-group": "Gelen öğeler için varsayılan okuma şu anda isimsiz olarak ayarlanmıştır.", - - + + // "comcol-role.edit.bitstream_read.name": "Default bitstream read access", "comcol-role.edit.bitstream_read.name": "Varsayılan bitstream okuma erişimi", - + // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", "comcol-role.edit.bitstream_read.description": "Komünite yöneticileri alt komüniteler veya koleksiyonlar oluşturabilir ve bu alt komüniteler veya koleksiyonlar için yönetimi yönetebilir veya atayabilirler. Ek olarak, eşyaları herhangi bir alt koleksiyona kimin gönderebileceğine, öğe metadatalarını (sunulduktan sonra) düzenleyebilir ve harita) Diğer koleksiyonlardan gelen mevcut eşyalar (yetkilendirmeye tabi).", - + // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", "comcol-role.edit.bitstream_read.anonymous-group": "Gelen bitstream için varsayılan okuma şu anda anonim olarak ayarlanmıştır.", - - + + // "comcol-role.edit.editor.name": "Editors", "comcol-role.edit.editor.name": "Editörler", - + // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", "comcol-role.edit.editor.description": "Editörler, gelen gönderilerin metadatalarını düzenleyebilir ve ardından onları kabul edebilir veya reddedebilir.", - - + + // "comcol-role.edit.finaleditor.name": "Final editors", "comcol-role.edit.finaleditor.name": "Son editörler", - + // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", "comcol-role.edit.finaleditor.description": "Nihai editörler gelen başvuruların metadatalarını düzenleyebilir, ancak onları reddedebilir.", - - + + // "comcol-role.edit.reviewer.name": "Reviewers", "comcol-role.edit.reviewer.name": "Yorumcular", - + // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", "comcol-role.edit.reviewer.description": "Yorumcular gelen başvuruları kabul edebilir veya reddedebilirler. Ancak, gönderimin metadatalarını düzenleyemezler.", - - - + + + // "community.form.abstract": "Short Description", "community.form.abstract": "Kısa Açıklama", - + // "community.form.description": "Introductory text (HTML)", "community.form.description": "Tanıtım metni (HTML)", - + // "community.form.errors.title.required": "Please enter a community name", "community.form.errors.title.required": "Lütfen bir komünite adı girin", - + // "community.form.rights": "Copyright text (HTML)", "community.form.rights": "Telif Hakkı Metni (HTML)", - + // "community.form.tableofcontents": "News (HTML)", "community.form.tableofcontents": "Haberler (HTML)", - + // "community.form.title": "Name", "community.form.title": "İsim", - + // "community.page.edit": "Edit this community", "community.page.edit": "Bu komüniteyi düzenle", - + // "community.page.handle": "Permanent URI for this community", "community.page.handle": "Bu komünite için Kalıcı Uri", - + // "community.page.license": "License", "community.page.license": "Lisans", - + // "community.page.news": "News", "community.page.news": "Haberler", - + // "community.all-lists.head": "Subcommunities and Collections", "community.all-lists.head": "Alt komüniteler ve koleksiyonlar", - + // "community.sub-collection-list.head": "Collections of this Community", "community.sub-collection-list.head": "Bu komünitenin koleksiyonları", - + // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "Bu komünitenin koleksiyonları", - - - + + + // "cookies.consent.accept-all": "Accept all", "cookies.consent.accept-all": "Hepsini kabul et", - + // "cookies.consent.accept-selected": "Accept selected", "cookies.consent.accept-selected": "Seçiliyi kabul et", - + // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", "cookies.consent.app.opt-out.description": "Bu uygulama varsayılan olarak yüklenir (ancak vazgeçebilirsiniz)", - + // "cookies.consent.app.opt-out.title": "(opt-out)", "cookies.consent.app.opt-out.title": "(vazgeç)", - + // "cookies.consent.app.purpose": "purpose", "cookies.consent.app.purpose": "amaç", - + // "cookies.consent.app.required.description": "This application is always required", "cookies.consent.app.required.description": "Bu uygulama her zaman gereklidir", - + // "cookies.consent.app.required.title": "(always required)", "cookies.consent.app.required.title": "(her zaman gerekli)", - + // "cookies.consent.update": "There were changes since your last visit, please update your consent.", "cookies.consent.update": "Son ziyaretinizden bu yana değişiklikler vardı, lütfen onayınızı güncelleyin.", - + // "cookies.consent.close": "Close", "cookies.consent.close": "Kapat", - + // "cookies.consent.decline": "Decline", "cookies.consent.decline": "Reddet", - + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", "cookies.consent.content-notice.description": "Kişisel bilgilerinizi aşağıdaki amaçlarla topluyor ve işleriz: Kimlik Doğrulama, Tercihler, Onay ve İstatistikler.
Daha fazla bilgi için, lütfen okuyun {privacyPolicy}.", - + // "cookies.consent.content-notice.learnMore": "Customize", "cookies.consent.content-notice.learnMore": "Özelleştir", - + // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", "cookies.consent.content-modal.description": "Burada, sizin hakkınızda topladığımız bilgileri görebilir ve özelleştirebilirsiniz.", - + // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", "cookies.consent.content-modal.privacy-policy.name": "Gizlilik Politikası", - + // "cookies.consent.content-modal.privacy-policy.text": "To learn more, please read our {privacyPolicy}.", "cookies.consent.content-modal.privacy-policy.text": "Daha fazla bilgi için, lütfen okuyun {privacyPolicy}.", - + // "cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Topladığımız bilgiler", - - - + + + // "cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Kimlik doğrulama", - + // "cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Kayıt olmak için gerekli", - - + + // "cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Tercihler", - + // "cookies.consent.app.description.preferences": "Required for saving your preferences", "cookies.consent.app.description.preferences": "Tercihlerinizi kaydetmek için gerekli", - - - + + + // "cookies.consent.app.title.acknowledgement": "Acknowledgement", "cookies.consent.app.title.acknowledgement": "Onaylama", - + // "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents", "cookies.consent.app.description.acknowledgement": "Teşekkürlerinizi ve onayları kurtarmak için gerekli", - - - + + + // "cookies.consent.app.title.google-analytics": "Google Analytics", "cookies.consent.app.title.google-analytics": "Google Analitiği", - + // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", "cookies.consent.app.description.google-analytics": "İstatistiksel verileri izlememize izin verir", - - - + + + // "cookies.consent.purpose.functional": "Functional", "cookies.consent.purpose.functional": "Fonksiyonel", - + // "cookies.consent.purpose.statistical": "Statistical", "cookies.consent.purpose.statistical": "İstatistiksel", - - + + // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Metadatalardaki Bağlantıları Kontrol Et", - + "curation-task.task.checklinks.label": "Metadatalardaki Bağlantıları Kontrol Et", + // "curation-task.task.noop.label": "NOOP", "curation-task.task.noop.label": "NOOP", - + // "curation-task.task.profileformats.label": "Profile Bitstream Formats", "curation-task.task.profileformats.label": "Profil Bitstream Formatları", - + // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", "curation-task.task.requiredmetadata.label": "Gerekli metadataları kontrol edin", - + // "curation-task.task.translate.label": "Microsoft Translator", "curation-task.task.translate.label": "Microsoft Tercüman", - + // "curation-task.task.vscan.label": "Virus Scan", "curation-task.task.vscan.label": "Virüs Taraması", - - - + + + // "curation.form.task-select.label": "Task:", "curation.form.task-select.label": "Görev:", - + // "curation.form.submit": "Start", "curation.form.submit": "Başlangıç", - + // "curation.form.submit.success.head": "The curation task has been started successfully", "curation.form.submit.success.head": "Küratör görevi başarıyla başlatıldı", - + // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", "curation.form.submit.success.content": "İlgili işlem sayfasına yönlendirileceksiniz.", - + // "curation.form.submit.error.head": "Running the curation task failed", "curation.form.submit.error.head": "Küratörlük görevi başarısız oldu", - + // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", "curation.form.submit.error.content": "Küratörlük görevi başlatmaya çalışırken bir hata oluştu.", - + // "curation.form.handle.label": "Handle:", "curation.form.handle.label": "Ele al:", - + // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", "curation.form.handle.hint": "İpucu: Gir [your-handle-prefix]/0 tüm sitede bir görevi çalıştırmak için (tüm görevler bu özelliği destekleyemez)", - - - + + + // "dso-selector.create.collection.head": "New collection", "dso-selector.create.collection.head": "Yeni koleksiyon", - + // "dso-selector.create.collection.sub-level": "Create a new collection in", "dso-selector.create.collection.sub-level": "Yeni bir koleksiyon oluşturun", - + // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "Yeni komünite", - + // "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.sub-level": "Yeni bir komünite oluştur", - + // "dso-selector.create.community.top-level": "Create a new top-level community", "dso-selector.create.community.top-level": "Yeni bir üst düzey komünite oluştur", - + // "dso-selector.create.item.head": "New item", "dso-selector.create.item.head": "Yeni öğe", - + // "dso-selector.create.item.sub-level": "Create a new item in", "dso-selector.create.item.sub-level": "İçinde yeni bir öğe oluşturun", - + // "dso-selector.create.submission.head": "New submission", "dso-selector.create.submission.head": "Yeni başvuru", - + // "dso-selector.edit.collection.head": "Edit collection", "dso-selector.edit.collection.head": "Koleksiyonu Düzenle", - + // "dso-selector.edit.community.head": "Edit community", "dso-selector.edit.community.head": "Topluluğu Düzenle", - + // "dso-selector.edit.item.head": "Edit item", "dso-selector.edit.item.head": "Ögeyi düzenle", - + // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", "dso-selector.export-metadata.dspaceobject.head": "Metadatalarını dışa aktar", - + // "dso-selector.no-results": "No {{ type }} found ", "dso-selector.no-results": "Bulunamadı {{ type }} ", - + // "dso-selector.placeholder": "Search for a {{ type }}", "dso-selector.placeholder": " Ara {{ type }}", - - - + + + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "Metadatalarını dışa aktar {{ dsoName }}", - + // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.info": "Metadataları dışarı aktarmak istediğinizden emin misiniz {{ dsoName }}", - + // "confirmation-modal.export-metadata.cancel": "Cancel", "confirmation-modal.export-metadata.cancel": "İptal", - + // "confirmation-modal.export-metadata.confirm": "Export", "confirmation-modal.export-metadata.confirm": "Dışarı aktar", - + // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.header": "EPerson'ı sil \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.info": "Eperson'u silmek istediğinize emin misiniz? \"{{ dsoName }}\"", - + // "confirmation-modal.delete-eperson.cancel": "Cancel", "confirmation-modal.delete-eperson.cancel": "İptal", - + // "confirmation-modal.delete-eperson.confirm": "Delete", "confirmation-modal.delete-eperson.confirm": "Sil", - - + + // "error.bitstream": "Error fetching bitstream", "error.bitstream": "Alınan bitstream hatası", - + // "error.browse-by": "Error fetching items", "error.browse-by": "Alınan öğeler hatası", - + // "error.collection": "Error fetching collection", "error.collection": "Alınan koleksiyon hatası", - + // "error.collections": "Error fetching collections", "error.collections": "Alınan koleksiyonlar hatası", - + // "error.community": "Error fetching community", "error.community": "Alınan komünite hatası", - + // "error.identifier": "No item found for the identifier", "error.identifier": "Tanımlayıcı için ürün bulunamadı", - + // "error.default": "Error", "error.default": "Hata", - + // "error.item": "Error fetching item", "error.item": "Alınan öğe hatası", - + // "error.items": "Error fetching items", "error.items": "Alınan öğeler hatası", - + // "error.objects": "Error fetching objects", "error.objects": "Alınan nesneler hatası", - + // "error.recent-submissions": "Error fetching recent submissions", "error.recent-submissions": "Son başvuruları alma hatası", - + // "error.search-results": "Error fetching search results", "error.search-results": "Arama sonuçlarını alma hatası", - + // "error.sub-collections": "Error fetching sub-collections", "error.sub-collections": "Alt koleksiyonları alma hatası", - + // "error.sub-communities": "Error fetching sub-communities", "error.sub-communities": "Alt komüniteleri alma hatası", - + // "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", "error.submission.sections.init-form-error": "Bölüm başlatma sırasında bir hata oluştu, lütfen giriş formu yapılandırmanızı kontrol edin. Detaylar aşağıdadır :

", - + // "error.top-level-communities": "Error fetching top-level communities", "error.top-level-communities": "Üst düzey komüniteleri alma hatası", - + // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", "error.validation.license.notgranted": "Gönderinizi tamamlamak için bu lisansı vermelisiniz. Bu lisansı şu anda veremiyorsanız, çalışmanızı kaydedebilir ve daha sonra geri gönderebilir veya gönderimi kaldırabilirsiniz.", - + // "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", "error.validation.pattern": "Bu giriş mevcut modelle sınırlandırılmıştır.: {{ pattern }}.", - + // "error.validation.filerequired": "The file upload is mandatory", "error.validation.filerequired": "Dosya yükleme zorunludur", - - - + + + // "file-section.error.header": "Error obtaining files for this item", "file-section.error.header": "Bu öğe için dosyaları elde etme hatası", - - - + + + // "footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "telif hakkı © 2002-{{ year }}", - + // "footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace yazılım", - + // "footer.link.lyrasis": "LYRASIS", "footer.link.lyrasis": "LYRASIS", - + // "footer.link.cookies": "Cookie settings", "footer.link.cookies": "Çerez Ayarları", - + // "footer.link.privacy-policy": "Privacy policy", "footer.link.privacy-policy": "Gizlilik Politikası", - + // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Son Kullanıcı Sözleşmesi", - - - + "footer.link.end-user-agreement": "Son Kullanıcı Sözleşmesi", + + + // "forgot-email.form.header": "Forgot Password", "forgot-email.form.header": "Parolanızı mı unuttunuz", - + // "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "forgot-email.form.info": "E-posta güncellemeleri için koleksiyonlara abone olmak için bir hesap kaydedin ve DSPace'e yeni öğeler gönderin.", - + // "forgot-email.form.email": "Email Address *", "forgot-email.form.email": "Eposta Adresi *", - + // "forgot-email.form.email.error.required": "Please fill in an email address", "forgot-email.form.email.error.required": "Lütfen bir e-posta adresi giriniz", - + // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", "forgot-email.form.email.error.pattern": "Lütfen bir e-posta adresi giriniz", - + // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", "forgot-email.form.email.hint": "Bu adres, giriş adınız olarak doğrulanacak ve kullanılacaktır.", - + // "forgot-email.form.submit": "Submit", "forgot-email.form.submit": "Kaydet", - + // "forgot-email.form.success.head": "Verification email sent", "forgot-email.form.success.head": "Doğrulama e-postası gönderildi", - + // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "forgot-email.form.success.content": "Özel bir URL ve daha fazla talimat içeren bir e posta bu {{ email }} mail adresin gönderildi. ", - + // "forgot-email.form.error.head": "Error when trying to register email", "forgot-email.form.error.head": "E-postayı kaydetmeye çalışırken hata oluştu", - + // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", "forgot-email.form.error.content": "E-posta adresini kaydederken bir hata oluştu: {{ email }}", - - - + + + // "forgot-password.title": "Forgot Password", "forgot-password.title": "Parolanızı mı unuttunuz", - + // "forgot-password.form.head": "Forgot Password", "forgot-password.form.head": "Parolanızı mı unuttunuz", - + // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "forgot-password.form.info": "Aşağıdaki kutuya yeni bir parola girin ve tekrar ikinci kutuya yazarak onaylayın. En az altı karakter uzunluğunda olmalıdır.", - + // "forgot-password.form.card.security": "Security", "forgot-password.form.card.security": "Güvenlik", - + // "forgot-password.form.identification.header": "Identify", "forgot-password.form.identification.header": "Kimlik", - + // "forgot-password.form.identification.email": "Email address: ", "forgot-password.form.identification.email": "E-posta adresi: ", - + // "forgot-password.form.label.password": "Password", "forgot-password.form.label.password": "Parola", - + // "forgot-password.form.label.passwordrepeat": "Retype to confirm", "forgot-password.form.label.passwordrepeat": "Doğrulamak için yeniden yazınız", - + // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", "forgot-password.form.error.empty-password": "Lütfen aşağıdaki kutuya bir parola girin.", - + // "forgot-password.form.error.matching-passwords": "The passwords do not match.", "forgot-password.form.error.matching-passwords": "Parolalar eşleşmiyor.", - + // "forgot-password.form.error.password-length": "The password should be at least 6 characters long.", "forgot-password.form.error.password-length": "Parola en az 6 karakter uzunluğunda olmalıdır.", - + // "forgot-password.form.notification.error.title": "Error when trying to submit new password", "forgot-password.form.notification.error.title": "Yeni parola göndermeye çalışırken hata oluştu", - + // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", "forgot-password.form.notification.success.content": "Parola sıfırlama başarılı oldu. Oluşturulan kullanıcı olarak giriş yaptınız.", - + // "forgot-password.form.notification.success.title": "Password reset completed", "forgot-password.form.notification.success.title": "Parola sıfırlama tamamlandı", - + // "forgot-password.form.submit": "Submit password", "forgot-password.form.submit": "Parolayı kaydet", - - - + + + // "form.add": "Add", "form.add": "Ekle", - + // "form.add-help": "Click here to add the current entry and to add another one", "form.add-help": "Geçerli girişi eklemek ve bir tane daha eklemek için buraya tıklayın.", - + // "form.cancel": "Cancel", "form.cancel": "İptal", - + // "form.clear": "Clear", "form.clear": "Temizle", - + // "form.clear-help": "Click here to remove the selected value", "form.clear-help": "Seçilen değeri kaldırmak için buraya tıklayın", - + // "form.edit": "Edit", "form.edit": "Düzenle", - + // "form.edit-help": "Click here to edit the selected value", "form.edit-help": "Seçilen değeri düzenlemek için buraya tıklayın", - + // "form.first-name": "First name", "form.first-name": "İlk adı", - + // "form.group-collapse": "Collapse", "form.group-collapse": "Yığmak", - + // "form.group-collapse-help": "Click here to collapse", "form.group-collapse-help": "Yığmak için buraya tıklayın", - + // "form.group-expand": "Expand", "form.group-expand": "Uzat", - + // "form.group-expand-help": "Click here to expand and add more elements", "form.group-expand-help": "Genişletmek ve daha fazla öğe eklemek için buraya tıklayın", - + // "form.last-name": "Last name", "form.last-name": "Soyadı", - + // "form.loading": "Loading...", "form.loading": "Yükleniyor...", - + // "form.lookup": "Lookup", "form.lookup": "Yukarı Bak", - + // "form.lookup-help": "Click here to look up an existing relation", "form.lookup-help": "Mevcut bir bağlantı aramak için buraya tıklayın", - + // "form.no-results": "No results found", "form.no-results": "Sonuç bulunamadı", - + // "form.no-value": "No value entered", "form.no-value": "Değer girilmez", - + // "form.other-information": {}, "form.other-information": {}, - + // "form.remove": "Remove", "form.remove": "Kaldır", - + // "form.save": "Save", "form.save": "Kaydet", - + // "form.save-help": "Save changes", "form.save-help": "Değişiklikleri kaydet", - + // "form.search": "Search", "form.search": "Ara", - + // "form.search-help": "Click here to look for an existing correspondence", "form.search-help": "Mevcut bir yazışma aramak için buraya tıklayın", - + // "form.submit": "Submit", "form.submit": "Gönder", - - - + + + // "home.description": "", "home.description": "", - + // "home.breadcrumbs": "Home", "home.breadcrumbs": "Anasayfa", - + // "home.title": "DSpace Angular :: Home", "home.title": "DSpace Açısal :: Anasayfa", - + // "home.top-level-communities.head": "Communities in DSpace", "home.top-level-communities.head": "Dspace'deki Komüniteler", - + // "home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Koleksiyonlarına göz atmak için bir komünite seçin.", - - // "home.search-form.placeholder": "Search the repository ...", - "home.search-form.placeholder": "Depoda ara ...", - - + + // "home.search-form.placeholder": "Search the repository ...", + "home.search-form.placeholder": "Depoda ara ...", + + // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", "info.end-user-agreement.accept": "Okudum ve son kullanıcı sözleşmesini kabul ediyorum", - + // "info.end-user-agreement.accept.error": "An error occurred accepting the End User Agreement", "info.end-user-agreement.accept.error": "Son kullanıcı sözleşmesini kabul eden bir hata oluştu", - + // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", "info.end-user-agreement.accept.success": "Son Kullanıcı Sözleşmesini başarıyla güncelledi", - + // "info.end-user-agreement.breadcrumbs": "End User Agreement", "info.end-user-agreement.breadcrumbs": "Son Kullanıcı Sözleşmesi", - + // "info.end-user-agreement.buttons.cancel": "Cancel", "info.end-user-agreement.buttons.cancel": "İptal", - + // "info.end-user-agreement.buttons.save": "Save", "info.end-user-agreement.buttons.save": "Kaydet", - + // "info.end-user-agreement.head": "End User Agreement", "info.end-user-agreement.head": "Son Kullanıcı Sözleşmesi", - + // "info.end-user-agreement.title": "End User Agreement", "info.end-user-agreement.title": "Son Kullanıcı Sözleşmesi", - + // "info.privacy.breadcrumbs": "Privacy Statement", "info.privacy.breadcrumbs": "Gizlilik bildirimi", - + // "info.privacy.head": "Privacy Statement", "info.privacy.head": "Gizlilik bildirimi", - + // "info.privacy.title": "Privacy Statement", "info.privacy.title": "Gizlilik bildirimi", - - - + + + // "item.alerts.private": "This item is private", "item.alerts.private": "Bu öğe özel", - + // "item.alerts.withdrawn": "This item has been withdrawn", "item.alerts.withdrawn": "Bu ürün geri çekildi", - - - + + + // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", "item.edit.authorizations.heading": "Bu editör ile bir öğenin politikalarını görüntüleyebilir ve değiştirebilirsiniz, ayrıca bireysel ürün bileşenlerinin politikalarını değiştirebilirsiniz: Paketler ve Bitstream. Kısaca, bir öğe bir paket konteynırıdır ve paketler bitstream konteynırıdır. Konteynerler genellikle, bitstream yalnızca okuma / yazma politikalarına sahip olur.", - + // "item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Edit item's Politikalar", - - - + + + // "item.badge.private": "Private", "item.badge.private": "Özel", - + // "item.badge.withdrawn": "Withdrawn", "item.badge.withdrawn": "Çekilmiş", - - - + + + // "item.bitstreams.upload.bundle": "Bundle", "item.bitstreams.upload.bundle": "Paket", - + // "item.bitstreams.upload.bundle.placeholder": "Select a bundle", "item.bitstreams.upload.bundle.placeholder": "Bir paket seçin", - + // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Paket oluştur", - - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Bu öğe, bir bitstream yüklemek için herhangi bir paket içermiyor.", - + // "item.bitstreams.upload.cancel": "Cancel", "item.bitstreams.upload.cancel": "İptal", - + // "item.bitstreams.upload.drop-message": "Drop a file to upload", "item.bitstreams.upload.drop-message": "Yüklenecek bir dosya bırak", - + // "item.bitstreams.upload.item": "Item: ", "item.bitstreams.upload.item": "Öğe: ", - + // "item.bitstreams.upload.notifications.bundle.created.content": "Successfully created new bundle.", "item.bitstreams.upload.notifications.bundle.created.content": "Başarıyla yeni paket oluşturuldu.", - + // "item.bitstreams.upload.notifications.bundle.created.title": "Created bundle", "item.bitstreams.upload.notifications.bundle.created.title": "Paket oluşturdu", - + // "item.bitstreams.upload.notifications.upload.failed": "Upload failed. Please verify the content before retrying.", "item.bitstreams.upload.notifications.upload.failed": "Yükleme başarısız. Lütfen yeniden denemeden önce içeriği doğrulayın.", - + // "item.bitstreams.upload.title": "Upload bitstream", "item.bitstreams.upload.title": "Bitstream yükle", - - - + + + // "item.edit.bitstreams.bundle.edit.buttons.upload": "Upload", "item.edit.bitstreams.bundle.edit.buttons.upload": "Yükle", - + // "item.edit.bitstreams.bundle.displaying": "Currently displaying {{ amount }} bitstreams of {{ total }}.", "item.edit.bitstreams.bundle.displaying": "Şu anda görüntülenen {{ amount }} bitstream {{ total }}.", - + // "item.edit.bitstreams.bundle.load.all": "Load all ({{ total }})", "item.edit.bitstreams.bundle.load.all": "Hepsini yükle ({{ total }})", - + // "item.edit.bitstreams.bundle.load.more": "Load more", "item.edit.bitstreams.bundle.load.more": "Daha fazla yükle", - + // "item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}", "item.edit.bitstreams.bundle.name": "PAKET: {{ name }}", - + // "item.edit.bitstreams.discard-button": "Discard", "item.edit.bitstreams.discard-button": "Yoksay", - + // "item.edit.bitstreams.edit.buttons.download": "Download", "item.edit.bitstreams.edit.buttons.download": "İndir", - + // "item.edit.bitstreams.edit.buttons.drag": "Drag", "item.edit.bitstreams.edit.buttons.drag": "Sürükle", - + // "item.edit.bitstreams.edit.buttons.edit": "Edit", "item.edit.bitstreams.edit.buttons.edit": "Düzenle", - + // "item.edit.bitstreams.edit.buttons.remove": "Remove", "item.edit.bitstreams.edit.buttons.remove": "Kaldır", // "item.edit.bitstreams.edit.buttons.undo": "Undo changes", "item.edit.bitstreams.edit.buttons.undo": "Değişiklikleri geri al", - + // "item.edit.bitstreams.empty": "This item doesn't contain any bitstreams. Click the upload button to create one.", "item.edit.bitstreams.empty": "Bu öge herhangi bir veri içermiyor. Bir tane oluşturmak için yükle düğmesini tıklayınız.", - + // "item.edit.bitstreams.headers.actions": "Actions", "item.edit.bitstreams.headers.actions": "İşlemler", - + // "item.edit.bitstreams.headers.bundle": "Bundle", "item.edit.bitstreams.headers.bundle": "Seri", - + // "item.edit.bitstreams.headers.description": "Description", "item.edit.bitstreams.headers.description": "Açıklama", - + // "item.edit.bitstreams.headers.format": "Format", "item.edit.bitstreams.headers.format": "Format", - + // "item.edit.bitstreams.headers.name": "Name", "item.edit.bitstreams.headers.name": "Ad", - + // "item.edit.bitstreams.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.bitstreams.notifications.discarded.content": "Yaptığınız değişiklikler silindi.Yaptığınız değişiklikleri geri yüklemek için 'Geri al' butonuna tıklayınız.", - + // "item.edit.bitstreams.notifications.discarded.title": "Changes discarded", "item.edit.bitstreams.notifications.discarded.title": "Değişiklikler silindi.", - + // "item.edit.bitstreams.notifications.move.failed.title": "Error moving bitstreams", "item.edit.bitstreams.notifications.move.failed.title": "Veri taşınırken bir hata oluştu.", - + // "item.edit.bitstreams.notifications.move.saved.content": "Your move changes to this item's bitstreams and bundles have been saved.", "item.edit.bitstreams.notifications.move.saved.content": "Bu öğenin bitstreamda ve paketlerinde yaptığınız değişiklikler kaydedildi.", - + // "item.edit.bitstreams.notifications.move.saved.title": "Move changes saved", "item.edit.bitstreams.notifications.move.saved.title": "Değişiklikler kaydedildi.", - + // "item.edit.bitstreams.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.bitstreams.notifications.outdated.content": "Şu anda üzerinde çalıştığınız öğe başka bir kullanıcı tarafından değiştirildi.Mevcut değişiklikleriniz çakışma olmasını önlemek için silindi. ", - + // "item.edit.bitstreams.notifications.outdated.title": "Changes outdated", "item.edit.bitstreams.notifications.outdated.title": "Değişiklikler zaman aşımına uğradı.", - + // "item.edit.bitstreams.notifications.remove.failed.title": "Error deleting bitstream", "item.edit.bitstreams.notifications.remove.failed.title": "Bitstream silinirken bir hata oluştu", - + // "item.edit.bitstreams.notifications.remove.saved.content": "Your removal changes to this item's bitstreams have been saved.", "item.edit.bitstreams.notifications.remove.saved.content": "Bu öğenin bitstreamda yaptığınız kaldırma değişiklikleri kaydedildi.", - + // "item.edit.bitstreams.notifications.remove.saved.title": "Removal changes saved", "item.edit.bitstreams.notifications.remove.saved.title": "Kaldırma değişiklikleri kaydedildi.", - + // "item.edit.bitstreams.reinstate-button": "Undo", "item.edit.bitstreams.reinstate-button": "Geri al", - + // "item.edit.bitstreams.save-button": "Save", "item.edit.bitstreams.save-button": "Kaydet", - + // "item.edit.bitstreams.upload-button": "Upload", "item.edit.bitstreams.upload-button": "Yükle", - - - + + + // "item.edit.delete.cancel": "Cancel", "item.edit.delete.cancel": "İptal et", - + // "item.edit.delete.confirm": "Delete", "item.edit.delete.confirm": "Sil", - + // "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", "item.edit.delete.description": "Bu öğeyi kalıcı olarak silmek istedğinizden emin misiniz? Silme işlemi gerçekleştikten sonra geri alınamaz. ", - + // "item.edit.delete.error": "An error occurred while deleting the item", "item.edit.delete.error": "Silme işlemi sırasında bir hata oluştu.", - + // "item.edit.delete.header": "Delete item: {{ id }}", "item.edit.delete.header": "Silinecek öğeler: {{ id }}", - + // "item.edit.delete.success": "The item has been deleted", "item.edit.delete.success": "Öğe silindi.", - + // "item.edit.head": "Edit Item", "item.edit.head": "Ögeleri düzenle", - + // "item.edit.breadcrumbs": "Edit Item", "item.edit.breadcrumbs": "Ögeleri düzenle", - - + + // "item.edit.tabs.mapper.head": "Collection Mapper", "item.edit.tabs.mapper.head": "Koleksiyon eşleştiricisi", - + // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", "item.edit.tabs.item-mapper.title": "Öge düzenle- Koleksiyon eşleştiricisi", - + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "Ögeyi seçili koleksiyonlarla eşleştir", - + // "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections", "item.edit.item-mapper.buttons.remove": "Seçili koleksiyonların öge eşleştirmelerini kaldır", - + // "item.edit.item-mapper.cancel": "Cancel", "item.edit.item-mapper.cancel": "İptal et", - + // "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.", "item.edit.item-mapper.description": "Öge eşleme aracı, yöneticilerin bu öğeyi diğer koleksiyonlarla eşleştirmesini ögeleri eşleştirmesini sağlar. Koleksiyonları arayabilir ve bunları eşleyebilir veya öğenin şu anda eşlendiği koleksiyonların listesine göz atabilirsiniz.", - + // "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections", "item.edit.item-mapper.head": "Öge eşleştirici - Ögeleri koleksiyonlarla eşleştirir", - + // "item.edit.item-mapper.item": "Item: \"{{name}}\"", "item.edit.item-mapper.item": "Öge: \"{{name}}\"", - + // "item.edit.item-mapper.no-search": "Please enter a query to search", "item.edit.item-mapper.no-search": "Lütfen arama yapmak için bir soru giriniz.", - + // "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.error.content": "Ögelerin {{amount}} koleksiyonlarla eşleştirirken bir hata oluştu.", - + // "item.edit.item-mapper.notifications.add.error.head": "Mapping errors", "item.edit.item-mapper.notifications.add.error.head": "Eşleştirme hataları", - + // "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.", "item.edit.item-mapper.notifications.add.success.content": "Ögeler {{amount}} koleksiyonlarla başarıyla eşleştirildi.", - + // "item.edit.item-mapper.notifications.add.success.head": "Mapping completed", "item.edit.item-mapper.notifications.add.success.head": "Eşleştirme tamamlandı.", - + // "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.error.content": "Ögelerin {{amount}} koleksiyonlarla eşleştirmeleri kaldırılırken bir hata oluştu.", - + // "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors", "item.edit.item-mapper.notifications.remove.error.head": "Eşleştirme hatalarının kaldırılması", - + // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.", "item.edit.item-mapper.notifications.remove.success.content": "Ögeler {{amount}} koleksiyonlarla eşleştirmeleri başarıyla kaldırıldı.", - + // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed", "item.edit.item-mapper.notifications.remove.success.head": "Eşleştirmelerin kaldırılması tamamlandı.", - + // "item.edit.item-mapper.tabs.browse": "Browse mapped collections", "item.edit.item-mapper.tabs.browse": "Eşleştirilen koleksiyonları ara", - + // "item.edit.item-mapper.tabs.map": "Map new collections", "item.edit.item-mapper.tabs.map": "Yeni koleksiyonları eşleştir", - - - + + + // "item.edit.metadata.add-button": "Add", "item.edit.metadata.add-button": "Ekle", - + // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "Sil", - + // "item.edit.metadata.edit.buttons.edit": "Edit", "item.edit.metadata.edit.buttons.edit": "Düzenle", - + // "item.edit.metadata.edit.buttons.remove": "Remove", "item.edit.metadata.edit.buttons.remove": "Kaldır", - + // "item.edit.metadata.edit.buttons.undo": "Undo changes", "item.edit.metadata.edit.buttons.undo": "Değişiklikleri geri al", - + // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "Düzenlemeyi bitir", - + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", "item.edit.metadata.empty": "Öğe şu anda herhangi bir metadata içermiyor. Bir metadata değeri eklemeye başlamak için Ekle'ye tıklayın.", - + // "item.edit.metadata.headers.edit": "Edit", "item.edit.metadata.headers.edit": "Düzenle", - + // "item.edit.metadata.headers.field": "Field", "item.edit.metadata.headers.field": "Alan", - + // "item.edit.metadata.headers.language": "Lang", "item.edit.metadata.headers.language": "Dil", - + // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "Değer", - + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", "item.edit.metadata.metadatafield.invalid": "Lütfen geçerli bir metadata alanı seçin", - + // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.metadata.notifications.discarded.content": "Yaptığınız değişiklikler silindi.Yaptığınız değişiklikleri geri yüklemek için 'Geri al' butonuna tıklayınız.", - + // "item.edit.metadata.notifications.discarded.title": "Changed discarded", "item.edit.metadata.notifications.discarded.title": "Değişiklikler silindi", - + // "item.edit.metadata.notifications.error.title": "An error occurred", "item.edit.metadata.notifications.error.title": "Bir hata oluştu", - + // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", "item.edit.metadata.notifications.invalid.content": "Değişiklikleriniz kaydedilmedi. Lütfen kaydetmeden önce tüm alanların geçerli olduğundan emin olun.", - + // "item.edit.metadata.notifications.invalid.title": "Metadata invalid", "item.edit.metadata.notifications.invalid.title": "Metadata geçersiz", - + // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.metadata.notifications.outdated.content": "Şu anda üzerinde çalıştığınız öge başka bir kullanıcı tarafından değiştirildi.Mevcut değişiklikleriniz çakışma olmasını önlemek için silindi.", - + // "item.edit.metadata.notifications.outdated.title": "Changed outdated", "item.edit.metadata.notifications.outdated.title": "Değişiklikler zaman aşımına uğradı.", - + // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", "item.edit.metadata.notifications.saved.content": "Ögenin metadatalarında yaptığınız değişiklikler kaydedildi.", - + // "item.edit.metadata.notifications.saved.title": "Metadata saved", "item.edit.metadata.notifications.saved.title": "Metadatalar kaydedildi", - + // "item.edit.metadata.reinstate-button": "Undo", "item.edit.metadata.reinstate-button": "Geri al", - + // "item.edit.metadata.save-button": "Save", "item.edit.metadata.save-button": "Kaydet", - - - + + + // "item.edit.modify.overview.field": "Field", "item.edit.modify.overview.field": "Alan", - + // "item.edit.modify.overview.language": "Language", "item.edit.modify.overview.language": "Dil", - + // "item.edit.modify.overview.value": "Value", "item.edit.modify.overview.value": "Değer", - - - + + + // "item.edit.move.cancel": "Cancel", "item.edit.move.cancel": "İptal et", - + // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.", "item.edit.move.description": "Bu öğeyi taşımak istediğiniz koleksiyonu seçin. Görüntülenen koleksiyonların listesini daraltmak için arama kısmına bir arama sorgusu girebilirsiniz.", - + // "item.edit.move.error": "An error occurred when attempting to move the item", "item.edit.move.error": "Öğeyi taşımaya çalışırken bir hata oluştu", - + // "item.edit.move.head": "Move item: {{id}}", "item.edit.move.head": "Kaldırılacak öge: {{id}}", - + // "item.edit.move.inheritpolicies.checkbox": "Inherit policies", "item.edit.move.inheritpolicies.checkbox": "Poliçeyi devral", - + // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection", "item.edit.move.inheritpolicies.description": "Hedef koleksiyonun varsayılan poliçelerini devral", - + // "item.edit.move.move": "Move", "item.edit.move.move": "Taşı", - + // "item.edit.move.processing": "Moving...", "item.edit.move.processing": "Taşınıyor...", - + // "item.edit.move.search.placeholder": "Enter a search query to look for collections", "item.edit.move.search.placeholder": "Lütfen koleksiyonları aramak için bir arama sorgusu giriniz.", - + // "item.edit.move.success": "The item has been moved successfully", "item.edit.move.success": "Öge başarıyla taşındı", - + // "item.edit.move.title": "Move item", "item.edit.move.title": "Ögeleri taşı", - - - + + + // "item.edit.private.cancel": "Cancel", "item.edit.private.cancel": "İptal et", - + // "item.edit.private.confirm": "Make it Private", "item.edit.private.confirm": "Gizli yap", - + // "item.edit.private.description": "Are you sure this item should be made private in the archive?", "item.edit.private.description": "Bu öğenin arşivde gizli yapılması gerektiğinden emin misiniz?", - + // "item.edit.private.error": "An error occurred while making the item private", "item.edit.private.error": "Öge gizli yapılırken bir hata oluştu", - + // "item.edit.private.header": "Make item private: {{ id }}", "item.edit.private.header": "Ögeyi gizli yap: {{ id }}", - + // "item.edit.private.success": "The item is now private", "item.edit.private.success": "Öge gizlendi", - - - + + + // "item.edit.public.cancel": "Cancel", "item.edit.public.cancel": "İptal et", - + // "item.edit.public.confirm": "Make it Public", "item.edit.public.confirm": "Ögeyi herkese açık yap", - + // "item.edit.public.description": "Are you sure this item should be made public in the archive?", "item.edit.public.description": "Bu öğenin arşivde herkese açık yapılması gerektiğinden emin misiniz?", - + // "item.edit.public.error": "An error occurred while making the item public", "item.edit.public.error": "Öge herkese açık yapılırken bir hata oluştu", - + // "item.edit.public.header": "Make item public: {{ id }}", "item.edit.public.header": "Herkese açık yapılacak öge: {{ id }}", - + // "item.edit.public.success": "The item is now public", "item.edit.public.success": "Öge herkese açık yapıldı", - - - + + + // "item.edit.reinstate.cancel": "Cancel", "item.edit.reinstate.cancel": "İptal et", - + // "item.edit.reinstate.confirm": "Reinstate", "item.edit.reinstate.confirm": "Getir yükle", - + // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", "item.edit.reinstate.description": "Bu öğenin arşive geri yüklenmesi gerektiğinden emin misiniz?", - + // "item.edit.reinstate.error": "An error occurred while reinstating the item", "item.edit.reinstate.error": "Öğe geri yüklenirken bir hata oluştu", - + // "item.edit.reinstate.header": "Reinstate item: {{ id }}", "item.edit.reinstate.header": "Geri yüklenecek öge: {{ id }}", - + // "item.edit.reinstate.success": "The item was reinstated successfully", "item.edit.reinstate.success": "Öge başarıyla geri yüklendi", - - - + + + // "item.edit.relationships.discard-button": "Discard", "item.edit.relationships.discard-button": "Sil", - + // "item.edit.relationships.edit.buttons.add": "Add", "item.edit.relationships.edit.buttons.add": "Ekle", - + // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "Kaldır", - + // "item.edit.relationships.edit.buttons.undo": "Undo changes", "item.edit.relationships.edit.buttons.undo": "Değişiklikleri geri al", - + // "item.edit.relationships.no-relationships": "No relationships", "item.edit.relationships.no-relationships": "İlişki yok", - + // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "item.edit.relationships.notifications.discarded.content": "Yaptığınız değişiklikler silindi.Yaptığınız değişiklikleri geri yüklemek için 'Geri al' butonuna tıklayınız.", - + // "item.edit.relationships.notifications.discarded.title": "Changes discarded", "item.edit.relationships.notifications.discarded.title": "Değişiklikler silindi", - + // "item.edit.relationships.notifications.failed.title": "Error editing relationships", "item.edit.relationships.notifications.failed.title": "İlişkileri düzenlemede hata", - + // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "item.edit.relationships.notifications.outdated.content": "Şu anda üzerinde çalıştığınız öge başka bir kullanıcı tarafından değiştirildi.Mevcut değişiklikleriniz çakışma olmasını önlemek için silindi.", - + // "item.edit.relationships.notifications.outdated.title": "Changes outdated", "item.edit.relationships.notifications.outdated.title": "Değişiklikler zaman aşımına uğradı.", - + // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.", "item.edit.relationships.notifications.saved.content": "Bu öğenin ilişkilerinde yaptığınız değişiklikler kaydedildi.", - + // "item.edit.relationships.notifications.saved.title": "Relationships saved", "item.edit.relationships.notifications.saved.title": "İlişkiler kaydedildi", - + // "item.edit.relationships.reinstate-button": "Undo", "item.edit.relationships.reinstate-button": "Geri al", - + // "item.edit.relationships.save-button": "Save", "item.edit.relationships.save-button": "Kaydet", - + // "item.edit.relationships.no-entity-type": "Add 'dspace.entity.type' metadata to enable relationships for this item", "item.edit.relationships.no-entity-type": "Bu öğe için ilişkileri etkinleştirmek için 'dspace.entity.type' metadatalarını ekleyin", - - - + + + // "item.edit.tabs.bitstreams.head": "Bitstreams", "item.edit.tabs.bitstreams.head": "Bitstreamlar", - + // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", "item.edit.tabs.bitstreams.title": "Öge düzenle - Bitstreamlar", - + // "item.edit.tabs.curate.head": "Curate", "item.edit.tabs.curate.head": "Düzenleme", - + // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "Öge düzenle - Düzenleme", - + // "item.edit.tabs.metadata.head": "Metadata", "item.edit.tabs.metadata.head": "Metadata", - + // "item.edit.tabs.metadata.title": "Item Edit - Metadata", "item.edit.tabs.metadata.title": "Öge düzenle - Metadata", - + // "item.edit.tabs.relationships.head": "Relationships", "item.edit.tabs.relationships.head": "İlişkiler", - + // "item.edit.tabs.relationships.title": "Item Edit - Relationships", "item.edit.tabs.relationships.title": "Öge düzenle - İlişkiler", - + // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", "item.edit.tabs.status.buttons.authorizations.button": "Yetkilendiriliyor...", - + // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", "item.edit.tabs.status.buttons.authorizations.label": "Öğenin yetkilendirme politikalarını düzenle", - + // "item.edit.tabs.status.buttons.delete.button": "Permanently delete", "item.edit.tabs.status.buttons.delete.button": "Kalıcı olarak sil", - + // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", "item.edit.tabs.status.buttons.delete.label": "Ögeyi kalıcı olarak sil", - + // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", "item.edit.tabs.status.buttons.mappedCollections.button": "Eşleştirilmiş koleksiyonlar", - + // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "Eşlenen koleksiyonları yönetin", - + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", "item.edit.tabs.status.buttons.move.button": "Taşınıyor...", - + // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", "item.edit.tabs.status.buttons.move.label": "Öğeyi başka bir koleksiyona taşı", - + // "item.edit.tabs.status.buttons.private.button": "Make it private...", "item.edit.tabs.status.buttons.private.button": "Gizleniyor...", - + // "item.edit.tabs.status.buttons.private.label": "Make item private", "item.edit.tabs.status.buttons.private.label": "Ögeyi gizle", - + // "item.edit.tabs.status.buttons.public.button": "Make it public...", "item.edit.tabs.status.buttons.public.button": "Öge herkese açık yapılıyor...", - + // "item.edit.tabs.status.buttons.public.label": "Make item public", "item.edit.tabs.status.buttons.public.label": "Herkese açık yap", - + // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", "item.edit.tabs.status.buttons.reinstate.button": "Geri yükleniyor...", - + // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", "item.edit.tabs.status.buttons.reinstate.label": "Öğeyi depoya geri yükle", - + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", "item.edit.tabs.status.buttons.withdraw.button": "bu öğeyi geri çek", - + // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", "item.edit.tabs.status.buttons.withdraw.label": "Depodan öğeyi çıkar", - + // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", "item.edit.tabs.status.description": "Öğe yönetimi sayfasına hoş geldiniz. Buradan öğeyi çıkarabilir, geri yükleyebilir, taşıyabilir veya silebilirsiniz. Diğer sekmelerde de güncelleyebilir veya yeni metadata / bit akışları ekleyebilirsiniz.", - + // "item.edit.tabs.status.head": "Status", "item.edit.tabs.status.head": "Durum", - + // "item.edit.tabs.status.labels.handle": "Handle", "item.edit.tabs.status.labels.handle": "Handle", - + // "item.edit.tabs.status.labels.id": "Item Internal ID", "item.edit.tabs.status.labels.id": "Öge Dahili Kimliğ", - + // "item.edit.tabs.status.labels.itemPage": "Item Page", "item.edit.tabs.status.labels.itemPage": "Öge sayfası", - + // "item.edit.tabs.status.labels.lastModified": "Last Modified", "item.edit.tabs.status.labels.lastModified": "Son düzenleme", - + // "item.edit.tabs.status.title": "Item Edit - Status", "item.edit.tabs.status.title": "Öge düzenle - Durum", - + // "item.edit.tabs.versionhistory.head": "Version History", "item.edit.tabs.versionhistory.head": "Sürüm Geçmişi", - + // "item.edit.tabs.versionhistory.title": "Item Edit - Version History", "item.edit.tabs.versionhistory.title": "Öge düzenle - Sürüm Geçmişi", - + // "item.edit.tabs.versionhistory.under-construction": "Editing or adding new versions is not yet possible in this user interface.", "item.edit.tabs.versionhistory.under-construction": "Bu kullanıcı arayüzünde henüz yeni sürümleri düzenlemek veya eklemek mümkün değil.", - + // "item.edit.tabs.view.head": "View Item", "item.edit.tabs.view.head": "Ürünü incele", - + // "item.edit.tabs.view.title": "Item Edit - View", "item.edit.tabs.view.title": "Öge düzenle - incele", - - - + + + // "item.edit.withdraw.cancel": "Cancel", "item.edit.withdraw.cancel": "İptal et", - + // "item.edit.withdraw.confirm": "Withdraw", "item.edit.withdraw.confirm": "Çıkar", - + // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", "item.edit.withdraw.description": "Bu öğenin arşivden çıkartılması gerektiğinden emin misiniz?", - + // "item.edit.withdraw.error": "An error occurred while withdrawing the item", "item.edit.withdraw.error": "Öğe çıkartılırken bir hata oluştu", - + // "item.edit.withdraw.header": "Withdraw item: {{ id }}", "item.edit.withdraw.header": "Çıkarılan öge: {{ id }}", - + // "item.edit.withdraw.success": "The item was withdrawn successfully", "item.edit.withdraw.success": "Öğe başarıyla çıkartıldı", - - - + + + // "item.listelement.badge": "Item", "item.listelement.badge": "Öge", - + // "item.page.description": "Description", "item.page.description": "Açıklama", - - // "item.page.edit": "Edit this item", - "item.page.edit": "Bu ögeyi düzenle", - + // "item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Süreli Yayın ISSN", - + // "item.page.journal-title": "Journal Title", "item.page.journal-title": "Süreli Yayın başlığı", - + // "item.page.publisher": "Publisher", "item.page.publisher": "Yayınevi", - + // "item.page.titleprefix": "Item: ", "item.page.titleprefix": "Öge: ", - + // "item.page.volume-title": "Volume Title", "item.page.volume-title": "Cilt Başlığı", - + // "item.search.results.head": "Item Search Results", "item.search.results.head": "Öge Arama Sonuçları", - + // "item.search.title": "DSpace Angular :: Item Search", "item.search.title": "DSpace Angular :: Öge Arama", - - + + // "item.page.abstract": "Abstract", "item.page.abstract": "Özet", - + // "item.page.author": "Authors", "item.page.author": "Yazarlar", - + // "item.page.citation": "Citation", "item.page.citation": "Alıntı", - + // "item.page.collections": "Collections", "item.page.collections": "Koleksiyonlar", - + // "item.page.date": "Date", "item.page.date": "Tarih", - + // "item.page.edit": "Edit this item", "item.page.edit": "Bu öğeyi düzenle", - + // "item.page.files": "Files", "item.page.files": "Dosyalar", - + // "item.page.filesection.description": "Description:", "item.page.filesection.description": "Açıklama", - + // "item.page.filesection.download": "Download", "item.page.filesection.download": "İndir", - + // "item.page.filesection.format": "Format:", "item.page.filesection.format": "Format:", - + // "item.page.filesection.name": "Name:", "item.page.filesection.name": "Ad:", - + // "item.page.filesection.size": "Size:", "item.page.filesection.size": "Boyut:", - + // "item.page.journal.search.title": "Articles in this journal", "item.page.journal.search.title": "Bu süreli yayındaki makaleler", - + // "item.page.link.full": "Full item page", "item.page.link.full": "Tam öğe sayfası", - + // "item.page.link.simple": "Simple item page", "item.page.link.simple": "Sadeleştirilmiş öğe sayfası", - + // "item.page.person.search.title": "Articles by this author", "item.page.person.search.title": "Bu yazarın makaleleri", - + // "item.page.related-items.view-more": "Show {{ amount }} more", "item.page.related-items.view-more": "Daha fazla göster {{ amount }}", - + // "item.page.related-items.view-less": "Hide last {{ amount }}", "item.page.related-items.view-less": "Sonuncuyu gizle {{ amount }}", - + // "item.page.relationships.isAuthorOfPublication": "Publications", "item.page.relationships.isAuthorOfPublication": "Yayınlar", - + // "item.page.relationships.isJournalOfPublication": "Publications", "item.page.relationships.isJournalOfPublication": "Yayınlar", - + // "item.page.relationships.isOrgUnitOfPerson": "Authors", "item.page.relationships.isOrgUnitOfPerson": "Yazarlar", - + // "item.page.relationships.isOrgUnitOfProject": "Research Projects", "item.page.relationships.isOrgUnitOfProject": "Araştırma projeleri", - + // "item.page.subject": "Keywords", "item.page.subject": "Anahtar kelimeler", - + // "item.page.uri": "URI", "item.page.uri": "URI", - + // "item.page.bitstreams.view-more": "Show more", "item.page.bitstreams.view-more": "Daha fazla göster", - + // "item.page.bitstreams.collapse": "Collapse", "item.page.bitstreams.collapse": "Daralt", - + // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Orijinal seri", - + "item.page.filesection.original.bundle": "Orijinal seri", + // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Lisanslı seri", - + "item.page.filesection.license.bundle": "Lisanslı seri", + // "item.preview.dc.identifier.uri": "Identifier:", "item.preview.dc.identifier.uri": "Belirteç:", - + // "item.preview.dc.contributor.author": "Authors:", "item.preview.dc.contributor.author": "Yazarlar:", - + // "item.preview.dc.date.issued": "Published date:", "item.preview.dc.date.issued": "Yayınlanma tarihi:", - + // "item.preview.dc.description.abstract": "Abstract:", "item.preview.dc.description.abstract": "Özet:", - + // "item.preview.dc.identifier.other": "Other identifier:", "item.preview.dc.identifier.other": "Diğer Belirteçler:", - + // "item.preview.dc.language.iso": "Language:", "item.preview.dc.language.iso": "Dil:", - + // "item.preview.dc.subject": "Subjects:", "item.preview.dc.subject": "Konular:", - + // "item.preview.dc.title": "Title:", "item.preview.dc.title": "Başlık:", - + // "item.preview.person.familyName": "Surname:", "item.preview.person.familyName": "Soyad:", - + // "item.preview.person.givenName": "Name:", "item.preview.person.givenName": "Ad:", - + // "item.preview.person.identifier.orcid": "ORCID:", "item.preview.person.identifier.orcid": "ORCID:", - - + + // "item.select.confirm": "Confirm selected", "item.select.confirm": "Seçileni onayla", - + // "item.select.empty": "No items to show", "item.select.empty": "Gösterilecek öğe yok", - + // "item.select.table.author": "Author", "item.select.table.author": "Yazar", - + // "item.select.table.collection": "Collection", "item.select.table.collection": "Koleksiyon", - + // "item.select.table.title": "Title", "item.select.table.title": "Başlık", - - + + // "item.version.history.empty": "There are no other versions for this item yet.", "item.version.history.empty": "Bu öğe için henüz başka sürüm yok.", - + // "item.version.history.head": "Version History", "item.version.history.head": "Sürüm Geçmişi", - + // "item.version.history.return": "Return", "item.version.history.return": "Geri dön", - + // "item.version.history.selected": "Selected version", "item.version.history.selected": "Seçilen sürüm", - + // "item.version.history.table.version": "Version", "item.version.history.table.version": "Sürüm", - + // "item.version.history.table.item": "Item", "item.version.history.table.item": "Öge", - + // "item.version.history.table.editor": "Editor", "item.version.history.table.editor": "Editör", - + // "item.version.history.table.date": "Date", "item.version.history.table.date": "Tarih", - + // "item.version.history.table.summary": "Summary", "item.version.history.table.summary": "Özet", - - - + + + // "item.version.notice": "This is not the latest version of this item. The latest version can be found here.", - "item.version.notice": "Bu, bu öğenin en son sürümü değil. En son sürüm burada bulunabilir.", - - - + "item.version.notice": "Bu, bu öğenin en son sürümü değil. En son sürüm burada bulunabilir.", + + + // "journal.listelement.badge": "Journal", "journal.listelement.badge": "Süreli yayın", - + // "journal.page.description": "Description", "journal.page.description": "Açıklama", - + // "journal.page.edit": "Edit this item", "journal.page.edit": "Bu öğeyi düzenle", - + // "journal.page.editor": "Editor-in-Chief", "journal.page.editor": "Genel Yayın Yönetmeni", - + // "journal.page.issn": "ISSN", "journal.page.issn": "ISSN", - + // "journal.page.publisher": "Publisher", "journal.page.publisher": "Yayınevi", - + // "journal.page.titleprefix": "Journal: ", "journal.page.titleprefix": "Süreli yayın: ", - + // "journal.search.results.head": "Journal Search Results", "journal.search.results.head": "Süreli Yayın Arama Sonuçları", - + // "journal.search.title": "DSpace Angular :: Journal Search", "journal.search.title": "DSpace Angular :: Süreli Yayın Arama", - - - + + + // "journalissue.listelement.badge": "Journal Issue", "journalissue.listelement.badge": "Süreli Yayın Sayısı", - + // "journalissue.page.description": "Description", "journalissue.page.description": "Açıklama", - + // "journalissue.page.edit": "Edit this item", "journalissue.page.edit": "Bu öğeyi düzenle", - + // "journalissue.page.issuedate": "Issue Date", "journalissue.page.issuedate": "Yayın tarihi", - + // "journalissue.page.journal-issn": "Journal ISSN", "journalissue.page.journal-issn": "Süreli yayın ISSN", - + // "journalissue.page.journal-title": "Journal Title", "journalissue.page.journal-title": "Süreli yayın Başlığı", - + // "journalissue.page.keyword": "Keywords", "journalissue.page.keyword": "Anahtar kelimeler", - + // "journalissue.page.number": "Number", "journalissue.page.number": "Sayı", - + // "journalissue.page.titleprefix": "Journal Issue: ", "journalissue.page.titleprefix": "Süreli yayın sayısı: ", - - - + + + // "journalvolume.listelement.badge": "Journal Volume", "journalvolume.listelement.badge": "Süreli yayın cilti", - + // "journalvolume.page.description": "Description", "journalvolume.page.description": "Açıklama", - + // "journalvolume.page.edit": "Edit this item", "journalvolume.page.edit": "Bu öğeyi düzenle", - + // "journalvolume.page.issuedate": "Issue Date", "journalvolume.page.issuedate": "Yayın tarihi", - + // "journalvolume.page.titleprefix": "Journal Volume: ", "journalvolume.page.titleprefix": "Süreli yayın cilti: ", - + // "journalvolume.page.volume": "Volume", "journalvolume.page.volume": "Cilt", - - - + + + // "loading.bitstream": "Loading bitstream...", "loading.bitstream": "Bitstream yükleniyor...", - + // "loading.bitstreams": "Loading bitstreams...", "loading.bitstreams": "Bitstream yükleniyor...", - + // "loading.browse-by": "Loading items...", "loading.browse-by": "Bitstream yükleniyor...", - + // "loading.browse-by-page": "Loading page...", "loading.browse-by-page": "Yükleme sayfası...", - + // "loading.collection": "Loading collection...", "loading.collection": "Koleksiyon yükleniyor...", - + // "loading.collections": "Loading collections...", "loading.collections": "Koleksiyon yükleniyor...", - + // "loading.content-source": "Loading content source...", "loading.content-source": "İçerik kaynağı yükleniyor...", - + // "loading.community": "Loading community...", "loading.community": "Komünite yükleniyor...", - + // "loading.default": "Loading...", "loading.default": "Yükleniyor...", - + // "loading.item": "Loading item...", "loading.item": "Ögeler yükleniyor...", - + // "loading.items": "Loading items...", "loading.items": "Ögeler yükleniyor...", - + // "loading.mydspace-results": "Loading items...", "loading.mydspace-results": "Ögeler yükleniyor...", - + // "loading.objects": "Loading...", "loading.objects": "Yükleniyor...", - + // "loading.recent-submissions": "Loading recent submissions...", "loading.recent-submissions": "Son gönderiler yükleniyor...", - + // "loading.search-results": "Loading search results...", "loading.search-results": "Arama sonuçları yükleniyor...", - + // "loading.sub-collections": "Loading sub-collections...", "loading.sub-collections": "Alt koleksiyonlar yükleniyor...", - + // "loading.sub-communities": "Loading sub-communities...", "loading.sub-communities": "Alt komüniteler yükleniyor...", - + // "loading.top-level-communities": "Loading top-level communities...", "loading.top-level-communities": "Üst düzey komüniteler yükleniyor...", - - - + + + // "login.form.email": "Email address", "login.form.email": "E-posta adresi", - + // "login.form.forgot-password": "Have you forgotten your password?", "login.form.forgot-password": "Parolanızı unuttunuz mu?", - + // "login.form.header": "Please log in to DSpace", "login.form.header": "Lütfen DSpace'e giriş yapın", - + // "login.form.new-user": "New user? Click here to register.", "login.form.new-user": "Yeni kullanıcı mısınız? Kayıt olmak için buraya tıklayın.", - + // "login.form.or-divider": "or", "login.form.or-divider": "ya da", - + // "login.form.password": "Password", "login.form.password": "Parola", - + // "login.form.shibboleth": "Log in with Shibboleth", "login.form.shibboleth": "Shibboleth ile giriş yapın", - + // "login.form.submit": "Log in", "login.form.submit": "Giriş yap", - + // "login.title": "Login", "login.title": "Giriş", - + // "login.breadcrumbs": "Login", "login.breadcrumbs": "Giriş", - - - + + + // "logout.form.header": "Log out from DSpace", "logout.form.header": "DSpace'den çıkış yapın", - + // "logout.form.submit": "Log out", "logout.form.submit": "Çıkış yap", - + // "logout.title": "Logout", "logout.title": "Çıkış yap", - - - + + + // "menu.header.admin": "Admin", "menu.header.admin": "Yönetici", - + // "menu.header.image.logo": "Repository logo", "menu.header.image.logo": "Depo logosu", - - - + + + // "menu.section.access_control": "Access Control", "menu.section.access_control": "Giriş kontrolü", - + // "menu.section.access_control_authorizations": "Authorizations", "menu.section.access_control_authorizations": "Yetkilendirmeler", - + // "menu.section.access_control_groups": "Groups", "menu.section.access_control_groups": "Gruplar", - + // "menu.section.access_control_people": "People", "menu.section.access_control_people": "Kişiler", - - - + + + // "menu.section.admin_search": "Admin Search", "menu.section.admin_search": "Yönetici araması", - - - + + + // "menu.section.browse_community": "This Community", "menu.section.browse_community": "Bu Komünite", - + // "menu.section.browse_community_by_author": "By Author", "menu.section.browse_community_by_author": "Yazara göre", - + // "menu.section.browse_community_by_issue_date": "By Issue Date", "menu.section.browse_community_by_issue_date": "Yayın tarihine göre", - + // "menu.section.browse_community_by_title": "By Title", "menu.section.browse_community_by_title": "Başlığa göre", - + // "menu.section.browse_global": "All of DSpace", "menu.section.browse_global": "Tümü", - + // "menu.section.browse_global_by_author": "By Author", "menu.section.browse_global_by_author": "Yazara göre", - + // "menu.section.browse_global_by_dateissued": "By Issue Date", "menu.section.browse_global_by_dateissued": "Yayın tarihine göre", - + // "menu.section.browse_global_by_subject": "By Subject", "menu.section.browse_global_by_subject": "Konuya göre", - + // "menu.section.browse_global_by_title": "By Title", "menu.section.browse_global_by_title": "Başlığa göre", - + // "menu.section.browse_global_communities_and_collections": "Communities & Collections", "menu.section.browse_global_communities_and_collections": "Komüniteler ve Koleksiyonlar", - - - + + + // "menu.section.control_panel": "Control Panel", "menu.section.control_panel": "Kontrol Paneli", - + // "menu.section.curation_task": "Curation Task", "menu.section.curation_task": "Düzenleme görevi", - - - + + + // "menu.section.edit": "Edit", "menu.section.edit": "Düzenle", - + // "menu.section.edit_collection": "Collection", "menu.section.edit_collection": "Koleksiyon", - + // "menu.section.edit_community": "Community", "menu.section.edit_community": "Komünite", - + // "menu.section.edit_item": "Item", "menu.section.edit_item": "Öge", - - - + + + // "menu.section.export": "Export", "menu.section.export": "Dışa aktar", - + // "menu.section.export_collection": "Collection", "menu.section.export_collection": "Koleksiyon", - + // "menu.section.export_community": "Community", "menu.section.export_community": "Komünite", - + // "menu.section.export_item": "Item", "menu.section.export_item": "Öge", - + // "menu.section.export_metadata": "Metadata", "menu.section.export_metadata": "Metadata", - - - + + + // "menu.section.icon.access_control": "Access Control menu section", "menu.section.icon.access_control": "Erişim Kontrolü menüsü bölümü", - + // "menu.section.icon.admin_search": "Admin search menu section", "menu.section.icon.admin_search": "Yönetici arama menüsü bölümü", - + // "menu.section.icon.control_panel": "Control Panel menu section", "menu.section.icon.control_panel": "Kontrol Paneli menü bölümü", - + // "menu.section.icon.curation_task": "Curation Task menu section", "menu.section.icon.curation_task": "Düzenleme Görevi menüsü bölümü", - + // "menu.section.icon.edit": "Edit menu section", "menu.section.icon.edit": "Menü bölümünü düzenle", - + // "menu.section.icon.export": "Export menu section", "menu.section.icon.export": "Menü bölümünü dışa aktar", - + // "menu.section.icon.find": "Find menu section", "menu.section.icon.find": "Menü bölümünü bulun", - + // "menu.section.icon.import": "Import menu section", "menu.section.icon.import": "Menü bölümünü içe aktar", - + // "menu.section.icon.new": "New menu section", "menu.section.icon.new": "Yeni menü bölümü", - + // "menu.section.icon.pin": "Pin sidebar", "menu.section.icon.pin": "Yan çubuğu sabitle", - + // "menu.section.icon.processes": "Processes menu section", "menu.section.icon.processes": "İşlemler menüsü bölümü", - + // "menu.section.icon.registries": "Registries menu section", "menu.section.icon.registries": "Kayıtlar menüsü bölümü", - + // "menu.section.icon.statistics_task": "Statistics Task menu section", "menu.section.icon.statistics_task": "İstatistik Görev menüsü bölümü", - + // "menu.section.icon.unpin": "Unpin sidebar", "menu.section.icon.unpin": "Kenar çubuğunu kaldır", - - - + + + // "menu.section.import": "Import", "menu.section.import": "İçe aktar", - + // "menu.section.import_batch": "Batch Import (ZIP)", "menu.section.import_batch": "Toplu İçe Aktarma (ZIP)", - + // "menu.section.import_metadata": "Metadata", "menu.section.import_metadata": "Metadata", @@ -3091,2041 +3088,2041 @@ // "menu.section.new": "New", "menu.section.new": "Yeni", - + // "menu.section.new_collection": "Collection", "menu.section.new_collection": "Koleksiyon", - + // "menu.section.new_community": "Community", "menu.section.new_community": "Komünite", - + // "menu.section.new_item": "Item", "menu.section.new_item": "Öğe", - + // "menu.section.new_item_version": "Item Version", "menu.section.new_item_version": "Öğe Sürümü", - + // "menu.section.new_process": "Process", "menu.section.new_process": "Süreç", - - - + + + // "menu.section.pin": "Pin sidebar", "menu.section.pin": "Kenar çubuğunu sabitle", - + // "menu.section.unpin": "Unpin sidebar", "menu.section.unpin": "Kenar çubuğunun sabitlemesini kaldır", - - - + + + // "menu.section.processes": "Processes", "menu.section.processes": "Süreçler", - - - + + + // "menu.section.registries": "Registries", "menu.section.registries": "Kayıt", - + // "menu.section.registries_format": "Format", "menu.section.registries_format": "Format", - + // "menu.section.registries_metadata": "Metadata", "menu.section.registries_metadata": "Metadata", - - - + + + // "menu.section.statistics": "Statistics", "menu.section.statistics": "İstatistik", - + // "menu.section.statistics_task": "Statistics Task", "menu.section.statistics_task": "İstatistiksel Görev", - - - + + + // "menu.section.toggle.access_control": "Toggle Access Control section", "menu.section.toggle.access_control": "Erişim kontrolü bölümünü aç/kapat", - + // "menu.section.toggle.control_panel": "Toggle Control Panel section", "menu.section.toggle.control_panel": "Kontrol Paneli bölümünü aç/kapat", - + // "menu.section.toggle.curation_task": "Toggle Curation Task section", "menu.section.toggle.curation_task": "İyileştirme Görevi bölümünü aç/kapat", - + // "menu.section.toggle.edit": "Toggle Edit section", "menu.section.toggle.edit": "Düzenleme bölümünü aç/kapat", - + // "menu.section.toggle.export": "Toggle Export section", "menu.section.toggle.export": "Dışa Aktarma bölümünü aç/kapat", - + // "menu.section.toggle.find": "Toggle Find section", "menu.section.toggle.find": "Arama bölümünü aç/kapat", - + // "menu.section.toggle.import": "Toggle Import section", "menu.section.toggle.import": "İçe Aktarma bölümünü aç/kapat", - + // "menu.section.toggle.new": "Toggle New section", "menu.section.toggle.new": "Yeni bölümü aç/kapat", - + // "menu.section.toggle.registries": "Toggle Registries section", "menu.section.toggle.registries": "Kayıtlar bölümünü aç/kapat", - + // "menu.section.toggle.statistics_task": "Toggle Statistics Task section", "menu.section.toggle.statistics_task": "İstatistik Görev bölümünü aç/kapat", - - + + // "menu.section.workflow": "Administer Workflow", "menu.section.workflow": "İş Akışını Yönet", - - + + // "mydspace.description": "", "mydspace.description": "", - + // "mydspace.general.text-here": "here", "mydspace.general.text-here": "Burada", - + // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", "mydspace.messages.controller-help": "Öğeyi gönderene bir mesaj göndermek için bu seçeneği seçin.", - + // "mydspace.messages.description-placeholder": "Insert your message here...", "mydspace.messages.description-placeholder": "Mesajınızı buraya ekleyin...", - + // "mydspace.messages.hide-msg": "Hide message", "mydspace.messages.hide-msg": "Mesajı gizle", - + // "mydspace.messages.mark-as-read": "Mark as read", "mydspace.messages.mark-as-read": "Okundu olarak işaretle", - + // "mydspace.messages.mark-as-unread": "Mark as unread", "mydspace.messages.mark-as-unread": "Okunmamış olarak işaretle", - + // "mydspace.messages.no-content": "No content.", "mydspace.messages.no-content": "İçerik yok.", - + // "mydspace.messages.no-messages": "No messages yet.", "mydspace.messages.no-messages": "Henüz mesaj yok.", - + // "mydspace.messages.send-btn": "Send", "mydspace.messages.send-btn": "Gönder", - + // "mydspace.messages.show-msg": "Show message", "mydspace.messages.show-msg": "Mesajı göster", - + // "mydspace.messages.subject-placeholder": "Subject...", "mydspace.messages.subject-placeholder": "Konu...", - + // "mydspace.messages.submitter-help": "Select this option to send a message to controller.", "mydspace.messages.submitter-help": "Kontrolöre mesaj göndermek için bu seçeneği seçin.", - + // "mydspace.messages.title": "Messages", "mydspace.messages.title": "Mesajlar", - + // "mydspace.messages.to": "To", "mydspace.messages.to": "-e", - + // "mydspace.new-submission": "New submission", "mydspace.new-submission": "Yeni talep", - + // "mydspace.new-submission-external": "Import metadata from external source", "mydspace.new-submission-external": "Harici kaynaktan metadataları içe aktar", - + // "mydspace.new-submission-external-short": "Import metadata", "mydspace.new-submission-external-short": "Metadataları içeri aktar.", - + // "mydspace.results.head": "Your submissions", "mydspace.results.head": "Gönderimleriniz", - + // "mydspace.results.no-abstract": "No Abstract", "mydspace.results.no-abstract": "Özet yok", - + // "mydspace.results.no-authors": "No Authors", "mydspace.results.no-authors": "Yazar yok.", - + // "mydspace.results.no-collections": "No Collections", "mydspace.results.no-collections": "Koleksiyon yok", - + // "mydspace.results.no-date": "No Date", "mydspace.results.no-date": "Tarih yok", - + // "mydspace.results.no-files": "No Files", "mydspace.results.no-files": "Dosya yok", - + // "mydspace.results.no-results": "There were no items to show", "mydspace.results.no-results": "Gösterilecek öğe yok.", - + // "mydspace.results.no-title": "No title", "mydspace.results.no-title": "Başlık yok", - + // "mydspace.results.no-uri": "No Uri", "mydspace.results.no-uri": "Uri yok", - + // "mydspace.show.workflow": "All tasks", "mydspace.show.workflow": "Tüm görevler", - + // "mydspace.show.workspace": "Your Submissions", "mydspace.show.workspace": "Gönderimleriniz", - + // "mydspace.status.archived": "Archived", "mydspace.status.archived": "Arşivlendi", - + // "mydspace.status.validation": "Validation", "mydspace.status.validation": "Doğrulama", - + // "mydspace.status.waiting-for-controller": "Waiting for controller", "mydspace.status.waiting-for-controller": "Kontrolör bekleniyor", - + // "mydspace.status.workflow": "Workflow", "mydspace.status.workflow": "İş akışı", - + // "mydspace.status.workspace": "Workspace", "mydspace.status.workspace": "Çalışma alanı", - + // "mydspace.title": "MyDSpace", "mydspace.title": "MyDSpace", - + // "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", "mydspace.upload.upload-failed": "Yeni çalışma alanı oluşturulurken hata oluştu. Lütfen yeniden denemeden önce yüklenen içeriği doğrulayın.", - + // "mydspace.upload.upload-failed-manyentries": "Unprocessable file. Detected too many entries but allowed only one for file.", "mydspace.upload.upload-failed-manyentries": "İşlenemeyen dosya. Çok fazla giriş algılandı fakat dosya için yalnızca bir girişe izin verildi.", - + // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", "mydspace.upload.upload-failed-moreonefile": "İşlenemeyen istek. Yalnızca bir dosyaya izin verilir.", - + // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", "mydspace.upload.upload-multiple-successful": "{{qty}} yeni çalışma alanı öğeleri oluşturuldu.", - + // "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", "mydspace.upload.upload-successful": "Yeni çalışma alanı öğesi oluşturuldu. Düzenlemek için {{here}} tıklayın.", - + // "mydspace.view-btn": "View", "mydspace.view-btn": "Görünüm", - - - + + + // "nav.browse.header": "All of DSpace", "nav.browse.header": "DSpace'in tümü", - + // "nav.community-browse.header": "By Community", "nav.community-browse.header": "Komünite tarafından", - + // "nav.language": "Language switch", "nav.language": "Dil değiştirme", - + // "nav.login": "Log In", "nav.login": "Giriş yap", - + // "nav.logout": "Log Out", "nav.logout": "Çıkış yap", - + // "nav.mydspace": "MyDSpace", "nav.mydspace": "BenimDSpace'im", - + // "nav.profile": "Profile", "nav.profile": "Profil", - + // "nav.search": "Search", "nav.search": "Arama", - + // "nav.statistics.header": "Statistics", "nav.statistics.header": "İstatistik", - + // "nav.stop-impersonating": "Stop impersonating EPerson", "nav.stop-impersonating": "EPerson'ı taklit etmeyi bırakın", - - - + + + // "orgunit.listelement.badge": "Organizational Unit", "orgunit.listelement.badge": "Organizasyon Birimi", - + // "orgunit.page.city": "City", "orgunit.page.city": "Şehir", - + // "orgunit.page.country": "Country", "orgunit.page.country": "Ülke", - + // "orgunit.page.dateestablished": "Date established", "orgunit.page.dateestablished": "Kuruluş tarihi", - + // "orgunit.page.description": "Description", "orgunit.page.description": "Açıklama", - + // "orgunit.page.edit": "Edit this item", "orgunit.page.edit": "Bu öğeyi düzenle", - + // "orgunit.page.id": "ID", "orgunit.page.id": "Kimlik", - + // "orgunit.page.titleprefix": "Organizational Unit: ", "orgunit.page.titleprefix": "Organizasyon Birimi: ", - - - + + + // "pagination.results-per-page": "Results Per Page", "pagination.results-per-page": "Sayfa başına sonuç", - + // "pagination.showing.detail": "{{ range }} of {{ total }}", "pagination.showing.detail": "{{ range }} / {{ total }}", - + // "pagination.showing.label": "Now showing ", "pagination.showing.label": "Şimdi gösteriliyor ", - + // "pagination.sort-direction": "Sort Options", "pagination.sort-direction": "Sıralama Seçenekleri", - - - + + + // "person.listelement.badge": "Person", "person.listelement.badge": "Kişi", - + // "person.listelement.no-title": "No name found", "person.listelement.no-title": "İsim bulunamadı", - + // "person.page.birthdate": "Birth Date", "person.page.birthdate": "Doğum Tarihi", - + // "person.page.edit": "Edit this item", "person.page.edit": "Bu öğeyi düzenle", - + // "person.page.email": "Email Address", "person.page.email": "E-posta Adresi", - + // "person.page.firstname": "First Name", "person.page.firstname": "Ad", - + // "person.page.jobtitle": "Job Title", "person.page.jobtitle": "İş Adı", - + // "person.page.lastname": "Last Name", "person.page.lastname": "Soyad", - + // "person.page.link.full": "Show all metadata", "person.page.link.full": "Tüm metadata'yı göster", - + // "person.page.orcid": "ORCID", "person.page.orcid": "ORCID", - + // "person.page.staffid": "Staff ID", "person.page.staffid": "Personel Kimliği", - + // "person.page.titleprefix": "Person: ", "person.page.titleprefix": "Kişi: ", - + // "person.search.results.head": "Person Search Results", "person.search.results.head": "Kişi Arama Sonuçları", - + // "person.search.title": "DSpace Angular :: Person Search", "person.search.title": "DSpace Angular :: Kişi Arama", - - - + + + // "process.new.select-parameters": "Parameters", "process.new.select-parameters": "Parametreler", - + // "process.new.cancel": "Cancel", "process.new.cancel": "İptal etmek", - + // "process.new.submit": "Submit", "process.new.submit": "Göndermek", - + // "process.new.select-script": "Script", "process.new.select-script": "Betik", - + // "process.new.select-script.placeholder": "Choose a script...", "process.new.select-script.placeholder": "Betik Seçiniz...", - + // "process.new.select-script.required": "Script is required", "process.new.select-script.required": "Betik gerekli", - + // "process.new.parameter.file.upload-button": "Select file...", "process.new.parameter.file.upload-button": "Dosya seç...", - + // "process.new.parameter.file.required": "Please select a file", "process.new.parameter.file.required": "Lütfen dosya seçiniz.", - + // "process.new.parameter.string.required": "Parameter value is required", "process.new.parameter.string.required": "Parametre değeri gerekli", - + // "process.new.parameter.type.value": "value", "process.new.parameter.type.value": "Değer", - + // "process.new.parameter.type.file": "file", "process.new.parameter.type.file": "dosya", - + // "process.new.parameter.required.missing": "The following parameters are required but still missing:", "process.new.parameter.required.missing": "Aşağıdaki parametreler gerekli ancak yine de eksik:", - + // "process.new.notification.success.title": "Success", "process.new.notification.success.title": "Başarı", - + // "process.new.notification.success.content": "The process was successfully created", "process.new.notification.success.content": "Süreç başarıyla oluşturuldu", - + // "process.new.notification.error.title": "Error", "process.new.notification.error.title": "Hata", - + // "process.new.notification.error.content": "An error occurred while creating this process", "process.new.notification.error.content": "Bu süreç oluşturulurken bir hata oluştu", - + // "process.new.header": "Create a new process", "process.new.header": "Yeni bir süreç oluştur", - + // "process.new.title": "Create a new process", "process.new.title": "Yeni bir süreç oluştur", - + // "process.new.breadcrumbs": "Create a new process", "process.new.breadcrumbs": "Yeni bir süreç oluştur", - - - + + + // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Argümanlar", - + "process.detail.arguments": "Argümanlar", + // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Bu süreç herhangi bir argüman içermiyor", - + "process.detail.arguments.empty": "Bu süreç herhangi bir argüman içermiyor", + // "process.detail.back" : "Back", - "process.detail.back" : "Geri", - + "process.detail.back": "Geri", + // "process.detail.output" : "Process Output", - "process.detail.output" : "Süreç Çıktısı", - + "process.detail.output": "Süreç Çıktısı", + // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Süreç çıktısını geri al", - + // "process.detail.logs.loading": "Retrieving", "process.detail.logs.loading": "Geri almak", - + // "process.detail.logs.none": "This process has no output", "process.detail.logs.none": "Bu sürecin çıktısı yok", - + // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Çıktı dosyaları", - + "process.detail.output-files": "Çıktı dosyaları", + // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Bu süreç herhangi bir çıktı dosyası içermiyor", - + "process.detail.output-files.empty": "Bu süreç herhangi bir çıktı dosyası içermiyor", + // "process.detail.script" : "Script", - "process.detail.script" : "Betik", - + "process.detail.script": "Betik", + // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Süreç: {{ id }} - {{ name }}", - + "process.detail.title": "Süreç: {{ id }} - {{ name }}", + // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Başlangıç saati", - + "process.detail.start-time": "Başlangıç saati", + // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Bitiş zamanı", - + "process.detail.end-time": "Bitiş zamanı", + // "process.detail.status" : "Status", - "process.detail.status" : "Durum", - + "process.detail.status": "Durum", + // "process.detail.create" : "Create similar process", - "process.detail.create" : "Benzer süreç oluştur", - - - + "process.detail.create": "Benzer süreç oluştur", + + + // "process.overview.table.finish" : "Finish time", - "process.overview.table.finish" : "Bitiş zamanı", - + "process.overview.table.finish": "Bitiş zamanı", + // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "Süreç kimliği", - + "process.overview.table.id": "Süreç kimliği", + // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Ad", - + "process.overview.table.name": "Ad", + // "process.overview.table.start" : "Start time", - "process.overview.table.start" : "Başlangıç zamanı", - + "process.overview.table.start": "Başlangıç zamanı", + // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Durum", - + "process.overview.table.status": "Durum", + // "process.overview.table.user" : "User", - "process.overview.table.user" : "Kullanıcı", - + "process.overview.table.user": "Kullanıcı", + // "process.overview.title": "Processes Overview", "process.overview.title": "Süreçlere Genel Bakış", - + // "process.overview.breadcrumbs": "Processes Overview", "process.overview.breadcrumbs": "Süreçlere Genel Bakış", - + // "process.overview.new": "New", "process.overview.new": "Yeni", - - + + // "profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Profili Güncelle", - + // "profile.card.identify": "Identify", "profile.card.identify": "Kimlik", - + // "profile.card.security": "Security", "profile.card.security": "Güvenlik", - + // "profile.form.submit": "Update Profile", "profile.form.submit": "Profili Güncelle", - + // "profile.groups.head": "Authorization groups you belong to", "profile.groups.head": "Ait olduğunuz yetkilendirme grupları", - + // "profile.head": "Update Profile", "profile.head": "Profili Güncelle", - + // "profile.metadata.form.error.firstname.required": "First Name is required", "profile.metadata.form.error.firstname.required": "Ad gereklidir", - + // "profile.metadata.form.error.lastname.required": "Last Name is required", "profile.metadata.form.error.lastname.required": "Soyadı gerekli", - + // "profile.metadata.form.label.email": "Email Address", "profile.metadata.form.label.email": "E-posta Adresi", - + // "profile.metadata.form.label.firstname": "First Name", "profile.metadata.form.label.firstname": "Ad", - + // "profile.metadata.form.label.language": "Language", "profile.metadata.form.label.language": "Dil", - + // "profile.metadata.form.label.lastname": "Last Name", "profile.metadata.form.label.lastname": "Soyadı", - + // "profile.metadata.form.label.phone": "Contact Telephone", "profile.metadata.form.label.phone": "İletişim telefonu", - + // "profile.metadata.form.notifications.success.content": "Your changes to the profile were saved.", "profile.metadata.form.notifications.success.content": "Profilde yaptığınız değişiklikler kaydedildi.", - + // "profile.metadata.form.notifications.success.title": "Profile saved", "profile.metadata.form.notifications.success.title": "Profil kaydedildi", - + // "profile.notifications.warning.no-changes.content": "No changes were made to the Profile.", "profile.notifications.warning.no-changes.content": "Profilde herhangi bir değişiklik yapılmadı.", - + // "profile.notifications.warning.no-changes.title": "No changes", "profile.notifications.warning.no-changes.title": "Değişiklik yok", - + // "profile.security.form.error.matching-passwords": "The passwords do not match.", "profile.security.form.error.matching-passwords": "Parolalar eşleşmiyor.", - + // "profile.security.form.error.password-length": "The password should be at least 6 characters long.", "profile.security.form.error.password-length": "Parola en az 6 karakter uzunluğunda olmalıdır.", - + // "profile.security.form.info": "Optionally, you can enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "profile.security.form.info": "İsteğe bağlı olarak aşağıdaki kutucuğa yeni bir parola girebilir ve ikinci kutucuğa tekrar yazarak onaylayabilirsiniz. En az altı karakter uzunluğunda olmalıdır.", - + // "profile.security.form.label.password": "Password", "profile.security.form.label.password": "Parola", - + // "profile.security.form.label.passwordrepeat": "Retype to confirm", "profile.security.form.label.passwordrepeat": "Doğrulamak için yeniden yazınız", - + // "profile.security.form.notifications.success.content": "Your changes to the password were saved.", "profile.security.form.notifications.success.content": "Parola değişiklikleriniz kaydedildi.", - + // "profile.security.form.notifications.success.title": "Password saved", "profile.security.form.notifications.success.title": "Parola kaydedildi", - + // "profile.security.form.notifications.error.title": "Error changing passwords", "profile.security.form.notifications.error.title": "Parolalar değiştirilirken hata oluştu", - + // "profile.security.form.notifications.error.not-long-enough": "The password has to be at least 6 characters long.", "profile.security.form.notifications.error.not-long-enough": "Parola en az 6 karakter uzunluğunda olmalıdır.", - + // "profile.security.form.notifications.error.not-same": "The provided passwords are not the same.", "profile.security.form.notifications.error.not-same": "Sağlanan parolalar aynı değil.", - + // "profile.title": "Update Profile", "profile.title": "Profili Güncelle", - - - + + + // "project.listelement.badge": "Research Project", "project.listelement.badge": "Araştırma projesi", - + // "project.page.contributor": "Contributors", "project.page.contributor": "Katkıda Bulunanlar", - + // "project.page.description": "Description", "project.page.description": "Açıklama", - + // "project.page.edit": "Edit this item", "project.page.edit": "Bu öğeyi düzenle", - + // "project.page.expectedcompletion": "Expected Completion", "project.page.expectedcompletion": "Beklenen Tamamlanma", - + // "project.page.funder": "Funders", "project.page.funder": "Fon Sağlayıcılar", - + // "project.page.id": "ID", "project.page.id": "Kimlik", - + // "project.page.keyword": "Keywords", "project.page.keyword": "Anahtar kelimeler", - + // "project.page.status": "Status", "project.page.status": "Durum", - + // "project.page.titleprefix": "Research Project: ", "project.page.titleprefix": "Araştırma Projesi: ", - + // "project.search.results.head": "Project Search Results", "project.search.results.head": "Proje Arama Sonuçları", - - - + + + // "publication.listelement.badge": "Publication", "publication.listelement.badge": "Yayın", - + // "publication.page.description": "Description", "publication.page.description": "Açıklama", - + // "publication.page.edit": "Edit this item", "publication.page.edit": "Bu öğeyi düzenle", - + // "publication.page.journal-issn": "Journal ISSN", "publication.page.journal-issn": "Dergi ISSN", - + // "publication.page.journal-title": "Journal Title", "publication.page.journal-title": "Dergi Başlığı", - + // "publication.page.publisher": "Publisher", "publication.page.publisher": "Yayımcı", - + // "publication.page.titleprefix": "Publication: ", "publication.page.titleprefix": "Yayın: ", - + // "publication.page.volume-title": "Volume Title", "publication.page.volume-title": "Cilt Başlığı", - + // "publication.search.results.head": "Publication Search Results", "publication.search.results.head": "Yayın Arama Sonuçları", - + // "publication.search.title": "DSpace Angular :: Publication Search", "publication.search.title": "DSpace Angular :: Yayın Arama", - - + + // "register-email.title": "New user registration", "register-email.title": "Yeni kullanıcı kaydı", - + // "register-page.create-profile.header": "Create Profile", "register-page.create-profile.header": "Profil oluştur", - + // "register-page.create-profile.identification.header": "Identify", "register-page.create-profile.identification.header": "Tanımlamak", - + // "register-page.create-profile.identification.email": "Email Address", "register-page.create-profile.identification.email": "E-posta Adresi", - + // "register-page.create-profile.identification.first-name": "First Name *", "register-page.create-profile.identification.first-name": "Ad *", - + // "register-page.create-profile.identification.first-name.error": "Please fill in a First Name", "register-page.create-profile.identification.first-name.error": "Lütfen bir ad girin", - + // "register-page.create-profile.identification.last-name": "Last Name *", "register-page.create-profile.identification.last-name": "Soyadı *", - + // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", "register-page.create-profile.identification.last-name.error": "Lütfen bir soyadı girin", - + // "register-page.create-profile.identification.contact": "Contact Telephone", "register-page.create-profile.identification.contact": "İletişim telefonu", - + // "register-page.create-profile.identification.language": "Language", "register-page.create-profile.identification.language": "Dil", - + // "register-page.create-profile.security.header": "Security", "register-page.create-profile.security.header": "Güvenlik", - + // "register-page.create-profile.security.info": "Please enter a password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", "register-page.create-profile.security.info": "Lütfen aşağıdaki kutuya bir parola girin ve ikinci kutuya tekrar yazarak onaylayın. En az altı karakter uzunluğunda olmalıdır.", - + // "register-page.create-profile.security.label.password": "Password *", "register-page.create-profile.security.label.password": "Parola *", - + // "register-page.create-profile.security.label.passwordrepeat": "Retype to confirm *", "register-page.create-profile.security.label.passwordrepeat": "Doğrulamak için yeniden yazınız *", - + // "register-page.create-profile.security.error.empty-password": "Please enter a password in the box below.", "register-page.create-profile.security.error.empty-password": "Lütfen aşağıdaki kutuya bir parola girin.", - + // "register-page.create-profile.security.error.matching-passwords": "The passwords do not match.", "register-page.create-profile.security.error.matching-passwords": "Parolalar eşleşmiyor.", - + // "register-page.create-profile.security.error.password-length": "The password should be at least 6 characters long.", "register-page.create-profile.security.error.password-length": "Parola en az 6 karakter uzunluğunda olmalıdır.", - + // "register-page.create-profile.submit": "Complete Registration", "register-page.create-profile.submit": "Kaydı Tamamla", - + // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", "register-page.create-profile.submit.error.content": "Yeni bir kullanıcı kaydedilirken bir şeyler ters gitti.", - + // "register-page.create-profile.submit.error.head": "Registration failed", "register-page.create-profile.submit.error.head": "Kayıt başarısız", - + // "register-page.create-profile.submit.success.content": "The registration was successful. You have been logged in as the created user.", "register-page.create-profile.submit.success.content": "Kayıt başarıyla tamamlandı. Oluşturulan kullanıcı olarak giriş yaptınız", - + // "register-page.create-profile.submit.success.head": "Registration completed", "register-page.create-profile.submit.success.head": "Kayıt tamamlandı", - - + + // "register-page.registration.header": "New user registration", "register-page.registration.header": "Yeni kullanıcı kaydı", - + // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", "register-page.registration.info": "E-mail güncellemeleri için koleksiyonlara abone olup hesap açın. Ve DSapce’e yeni öğeler kaydetin.", - + // "register-page.registration.email": "Email Address *", "register-page.registration.email": "E-posta Adresi *", - + // "register-page.registration.email.error.required": "Please fill in an email address", "register-page.registration.email.error.required": "Lütfen bir e-posta adresi girin", - + // "register-page.registration.email.error.pattern": "Please fill in a valid email address", "register-page.registration.email.error.pattern": "Lütfen geçerli bir email adresi girin", - + // "register-page.registration.email.hint": "This address will be verified and used as your login name.", "register-page.registration.email.hint": "Bu adres doğrulanacak ve oturum açma adınız olarak kullanılacaktır.", - + // "register-page.registration.submit": "Register", "register-page.registration.submit": "Kayıt olmak", - + // "register-page.registration.success.head": "Verification email sent", "register-page.registration.success.head": "Doğrulama e-postası gönderildi", - + // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", "register-page.registration.success.content": "{{ email }} adresine özel bir URL ve daha fazla talimat içeren bir e-posta gönderildi.", - + // "register-page.registration.error.head": "Error when trying to register email", "register-page.registration.error.head": "E-posta kaydetmeye çalışırken hata", - + // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", "register-page.registration.error.content": "Aşağıdaki e-posta adresi kaydedilirken bir hata oluştu: {{ email }}", - - - + + + // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", "relationships.add.error.relationship-type.content": "İki öğe arasında {{ type }} ilişki türü için uygun bir eşleşme bulunamadı", - + // "relationships.add.error.server.content": "The server returned an error", "relationships.add.error.server.content": "Sunucu bir hata verdi", - + // "relationships.add.error.title": "Unable to add relationship", "relationships.add.error.title": "İlişki eklenemedi", - + // "relationships.isAuthorOf": "Authors", "relationships.isAuthorOf": "Yazarlar", - + // "relationships.isAuthorOf.Person": "Authors (persons)", "relationships.isAuthorOf.Person": "Yazarlar (kişiler)", - + // "relationships.isAuthorOf.OrgUnit": "Authors (organizational units)", "relationships.isAuthorOf.OrgUnit": "Yazarlar (organizasyon birimleri)", - + // "relationships.isIssueOf": "Journal Issues", "relationships.isIssueOf": "Dergi Sayıları", - + // "relationships.isJournalIssueOf": "Journal Issue", "relationships.isJournalIssueOf": "Dergi Sayısı", - + // "relationships.isJournalOf": "Journals", "relationships.isJournalOf": "Dergiler", - + // "relationships.isOrgUnitOf": "Organizational Units", "relationships.isOrgUnitOf": "Organizasyon Birimleri", - + // "relationships.isPersonOf": "Authors", "relationships.isPersonOf": "Yazarlar", - + // "relationships.isProjectOf": "Research Projects", "relationships.isProjectOf": "Araştırma Projeleri", - + // "relationships.isPublicationOf": "Publications", "relationships.isPublicationOf": "Yayınlar", - + // "relationships.isPublicationOfJournalIssue": "Articles", "relationships.isPublicationOfJournalIssue": "Makaleler", - + // "relationships.isSingleJournalOf": "Journal", "relationships.isSingleJournalOf": "Dergi", - + // "relationships.isSingleVolumeOf": "Journal Volume", "relationships.isSingleVolumeOf": "Dergi Cilti", - + // "relationships.isVolumeOf": "Journal Volumes", "relationships.isVolumeOf": "Dergi Ciltleri", - + // "relationships.isContributorOf": "Contributors", "relationships.isContributorOf": "Katkıda Bulunanlar", - - - + + + // "resource-policies.add.button": "Add", "resource-policies.add.button": "Ekle", - + // "resource-policies.add.for.": "Add a new policy", "resource-policies.add.for.": "Yeni bir politika ekle", - + // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", "resource-policies.add.for.bitstream": "Yeni bir Bitstream ilkesi ekleyin", - + // "resource-policies.add.for.bundle": "Add a new Bundle policy", "resource-policies.add.for.bundle": "Yeni bir Bundle ilkesi ekleyin", - + // "resource-policies.add.for.item": "Add a new Item policy", "resource-policies.add.for.item": "Yeni bir öğe ilkesi ekleyin", - + // "resource-policies.add.for.community": "Add a new Community policy", "resource-policies.add.for.community": "Yeni bir Komünite politikası ekle", - + // "resource-policies.add.for.collection": "Add a new Collection policy", "resource-policies.add.for.collection": "Yeni bir Koleksiyon politikası ekle", - + // "resource-policies.create.page.heading": "Create new resource policy for ", "resource-policies.create.page.heading": "Şunun için yeni kaynak ilkesi oluşturun: ", - + // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", "resource-policies.create.page.failure.content": "Kaynak ilkesi oluşturulurken bir hata oluştu.", - + // "resource-policies.create.page.success.content": "Operation successful", "resource-policies.create.page.success.content": "Operasyon başarılı", - + // "resource-policies.create.page.title": "Create new resource policy", "resource-policies.create.page.title": "Yeni kaynak politikası oluştur", - + // "resource-policies.delete.btn": "Delete selected", "resource-policies.delete.btn": "Seçileni sil", - + // "resource-policies.delete.btn.title": "Delete selected resource policies", "resource-policies.delete.btn.title": "Seçili kaynak politikalarını sil", - + // "resource-policies.delete.failure.content": "An error occurred while deleting selected resource policies.", "resource-policies.delete.failure.content": "Seçili kaynak ilkeleri silinirken bir hata oluştu.", - + // "resource-policies.delete.success.content": "Operation successful", "resource-policies.delete.success.content": "İşlem başarılı", - + // "resource-policies.edit.page.heading": "Edit resource policy ", "resource-policies.edit.page.heading": "Kaynak politikasını düzenle ", - + // "resource-policies.edit.page.failure.content": "An error occurred while editing the resource policy.", "resource-policies.edit.page.failure.content": "Kaynak ilkesi düzenlenirken bir hata oluştu.", - + // "resource-policies.edit.page.success.content": "Operation successful", "resource-policies.edit.page.success.content": "İşlem başarılı", - + // "resource-policies.edit.page.title": "Edit resource policy", "resource-policies.edit.page.title": "Kaynak politikasını düzenle", - + // "resource-policies.form.action-type.label": "Select the action type", "resource-policies.form.action-type.label": "Eylem türünü seçin", - + // "resource-policies.form.action-type.required": "You must select the resource policy action.", "resource-policies.form.action-type.required": "Kaynak ilkesi eylemini seçmelisiniz.", - + // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", "resource-policies.form.eperson-group-list.label": "İzin verilecek e-kişi veya grup", - + // "resource-policies.form.eperson-group-list.select.btn": "Select", "resource-policies.form.eperson-group-list.select.btn": "Seç", - + // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", "resource-policies.form.eperson-group-list.tab.eperson": "e-kişi arayın", - + // "resource-policies.form.eperson-group-list.tab.group": "Search for a group", "resource-policies.form.eperson-group-list.tab.group": "Grup arayın", - + // "resource-policies.form.eperson-group-list.table.headers.action": "Action", "resource-policies.form.eperson-group-list.table.headers.action": "Eylem", - + // "resource-policies.form.eperson-group-list.table.headers.id": "ID", "resource-policies.form.eperson-group-list.table.headers.id": "Kimlik", - + // "resource-policies.form.eperson-group-list.table.headers.name": "Name", "resource-policies.form.eperson-group-list.table.headers.name": "Ad", - + // "resource-policies.form.date.end.label": "End Date", "resource-policies.form.date.end.label": "Bitiş Tarihi", - + // "resource-policies.form.date.start.label": "Start Date", "resource-policies.form.date.start.label": "Başlangıç tarihi", - + // "resource-policies.form.description.label": "Description", "resource-policies.form.description.label": "Açıklama", - + // "resource-policies.form.name.label": "Name", "resource-policies.form.name.label": "Ad", - + // "resource-policies.form.policy-type.label": "Select the policy type", "resource-policies.form.policy-type.label": "Politika türünü seçin", - + // "resource-policies.form.policy-type.required": "You must select the resource policy type.", "resource-policies.form.policy-type.required": "Kaynak ilkesi türünü seçmelisiniz.", - + // "resource-policies.table.headers.action": "Action", "resource-policies.table.headers.action": "Eylem", - + // "resource-policies.table.headers.date.end": "End Date", "resource-policies.table.headers.date.end": "Bitiş tarihi", - + // "resource-policies.table.headers.date.start": "Start Date", "resource-policies.table.headers.date.start": "Başlangıç Tarihi", - + // "resource-policies.table.headers.edit": "Edit", "resource-policies.table.headers.edit": "Düzenle", - + // "resource-policies.table.headers.edit.group": "Edit group", "resource-policies.table.headers.edit.group": "Grubu düzenle", - + // "resource-policies.table.headers.edit.policy": "Edit policy", "resource-policies.table.headers.edit.policy": "Politikayı düzenle", - + // "resource-policies.table.headers.eperson": "E-kişi", "resource-policies.table.headers.eperson": "E-kişi", - + // "resource-policies.table.headers.group": "Grup", "resource-policies.table.headers.group": "Grup", - + // "resource-policies.table.headers.id": "ID", "resource-policies.table.headers.id": "Kimlik", - + // "resource-policies.table.headers.name": "Name", "resource-policies.table.headers.name": "Ad", - + // "resource-policies.table.headers.policyType": "type", "resource-policies.table.headers.policyType": "tür", - + // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", "resource-policies.table.headers.title.for.bitstream": "BitStream Politikaları", - + // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", "resource-policies.table.headers.title.for.bundle": "Bundle Politikaları", - + // "resource-policies.table.headers.title.for.item": "Policies for Item", "resource-policies.table.headers.title.for.item": "Öğe Politikaları", - + // "resource-policies.table.headers.title.for.community": "Policies for Community", "resource-policies.table.headers.title.for.community": "Komünite Politikaları", - + // "resource-policies.table.headers.title.for.collection": "Policies for Collection", "resource-policies.table.headers.title.for.collection": "Koleksiyon Politikaları", - - - + + + // "search.description": "", "search.description": "", - + // "search.switch-configuration.title": "Show", "search.switch-configuration.title": "Göster", - + // "search.title": "DSpace Angular :: Search", "search.title": "DSpace Angular :: Ara", - + // "search.breadcrumbs": "Search", "search.breadcrumbs": "Ara", - - + + // "search.filters.applied.f.author": "Author", "search.filters.applied.f.author": "Yazar", - + // "search.filters.applied.f.dateIssued.max": "End date", "search.filters.applied.f.dateIssued.max": "Bitiş tarihi", - + // "search.filters.applied.f.dateIssued.min": "Start date", "search.filters.applied.f.dateIssued.min": "Başlangıç Tarihi", - + // "search.filters.applied.f.dateSubmitted": "Date submitted", "search.filters.applied.f.dateSubmitted": "Gönderilme tarihi", - + // "search.filters.applied.f.discoverable": "Private", "search.filters.applied.f.discoverable": "Özel", - + // "search.filters.applied.f.entityType": "Item Type", "search.filters.applied.f.entityType": "Öğe Türü", - + // "search.filters.applied.f.has_content_in_original_bundle": "Has files", "search.filters.applied.f.has_content_in_original_bundle": "Has dosyaları", - + // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "Tür", - + // "search.filters.applied.f.namedresourcetype": "Status", "search.filters.applied.f.namedresourcetype": "Durum", - + // "search.filters.applied.f.subject": "Subject", "search.filters.applied.f.subject": "Konu", - + // "search.filters.applied.f.submitter": "Submitter", "search.filters.applied.f.submitter": "Gönderen", - + // "search.filters.applied.f.jobTitle": "Job Title", "search.filters.applied.f.jobTitle": "İş Adı", - + // "search.filters.applied.f.birthDate.max": "End birth date", "search.filters.applied.f.birthDate.max": "Doğum Tarih Sonu", - + // "search.filters.applied.f.birthDate.min": "Start birth date", "search.filters.applied.f.birthDate.min": "Doğum Tarih Başlangıcı", - + // "search.filters.applied.f.withdrawn": "Withdrawn", "search.filters.applied.f.withdrawn": "Geri çekildi", - - - + + + // "search.filters.filter.author.head": "Author", "search.filters.filter.author.head": "Yazar", - + // "search.filters.filter.author.placeholder": "Author name", "search.filters.filter.author.placeholder": "Yazar adı", - + // "search.filters.filter.birthDate.head": "Birth Date", "search.filters.filter.birthDate.head": "Doğum Tarihi", - + // "search.filters.filter.birthDate.placeholder": "Birth Date", "search.filters.filter.birthDate.placeholder": "Doğum Tarihi", - + // "search.filters.filter.creativeDatePublished.head": "Date Published", "search.filters.filter.creativeDatePublished.head": "Yayınlanma Tarihi", - + // "search.filters.filter.creativeDatePublished.placeholder": "Date Published", "search.filters.filter.creativeDatePublished.placeholder": "Yayınlanma Tarihi", - + // "search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editör", - + // "search.filters.filter.creativeWorkEditor.placeholder": "Editor", "search.filters.filter.creativeWorkEditor.placeholder": "Editör", - + // "search.filters.filter.creativeWorkKeywords.head": "Subject", "search.filters.filter.creativeWorkKeywords.head": "Konu", - + // "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", "search.filters.filter.creativeWorkKeywords.placeholder": "Konu", - + // "search.filters.filter.creativeWorkPublisher.head": "Publisher", "search.filters.filter.creativeWorkPublisher.head": "Yayımcı", - + // "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", "search.filters.filter.creativeWorkPublisher.placeholder": "Yayımcı", - + // "search.filters.filter.dateIssued.head": "Date", "search.filters.filter.dateIssued.head": "Tarih", // "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", "search.filters.filter.dateIssued.max.placeholder": "En Erken Tarih", - + // "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", "search.filters.filter.dateIssued.min.placeholder": "En Geç Tarih", - + // "search.filters.filter.dateSubmitted.head": "Date submitted", "search.filters.filter.dateSubmitted.head": "Teslim Edilen Tarih", - + // "search.filters.filter.dateSubmitted.placeholder": "Date submitted", "search.filters.filter.dateSubmitted.placeholder": "Teslim Edilen Tarih", - + // "search.filters.filter.discoverable.head": "Private", "search.filters.filter.discoverable.head": "Özel", - + // "search.filters.filter.withdrawn.head": "Withdrawn", "search.filters.filter.withdrawn.head": "Alınmış", - + // "search.filters.filter.entityType.head": "Item Type", "search.filters.filter.entityType.head": "Materyal Türü", - + // "search.filters.filter.entityType.placeholder": "Item Type", "search.filters.filter.entityType.placeholder": "Materyal Türü", - + // "search.filters.filter.has_content_in_original_bundle.head": "Has files", "search.filters.filter.has_content_in_original_bundle.head": "Dosyalara Sahip", - + // "search.filters.filter.itemtype.head": "Type", "search.filters.filter.itemtype.head": "Tür", - + // "search.filters.filter.itemtype.placeholder": "Type", "search.filters.filter.itemtype.placeholder": "Tür", - + // "search.filters.filter.jobTitle.head": "Job Title", "search.filters.filter.jobTitle.head": "İş Ünvanı", - + // "search.filters.filter.jobTitle.placeholder": "Job Title", "search.filters.filter.jobTitle.placeholder": "İş Ünvanı", - + // "search.filters.filter.knowsLanguage.head": "Known language", "search.filters.filter.knowsLanguage.head": "Bilinen Diller", - + // "search.filters.filter.knowsLanguage.placeholder": "Known language", "search.filters.filter.knowsLanguage.placeholder": "Bilinen Diller", - + // "search.filters.filter.namedresourcetype.head": "Status", "search.filters.filter.namedresourcetype.head": "Durum", - + // "search.filters.filter.namedresourcetype.placeholder": "Status", "search.filters.filter.namedresourcetype.placeholder": "Durum", - + // "search.filters.filter.objectpeople.head": "People", "search.filters.filter.objectpeople.head": "İnsanlar", - + // "search.filters.filter.objectpeople.placeholder": "People", "search.filters.filter.objectpeople.placeholder": "İnsanlar", - + // "search.filters.filter.organizationAddressCountry.head": "Country", "search.filters.filter.organizationAddressCountry.head": "Ülke", - + // "search.filters.filter.organizationAddressCountry.placeholder": "Country", "search.filters.filter.organizationAddressCountry.placeholder": "Ülke", - + // "search.filters.filter.organizationAddressLocality.head": "City", "search.filters.filter.organizationAddressLocality.head": "Şehir", - + // "search.filters.filter.organizationAddressLocality.placeholder": "City", "search.filters.filter.organizationAddressLocality.placeholder": "Şehir", - + // "search.filters.filter.organizationFoundingDate.head": "Date Founded", "search.filters.filter.organizationFoundingDate.head": "Bulunduğu Tarih", - + // "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", "search.filters.filter.organizationFoundingDate.placeholder": "Bulunduğu Tarih", - + // "search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Kapsam", - + // "search.filters.filter.scope.placeholder": "Scope filter", "search.filters.filter.scope.placeholder": "Kapsam Filtresi", - + // "search.filters.filter.show-less": "Collapse", "search.filters.filter.show-less": "Yığılmış", - + // "search.filters.filter.show-more": "Show more", "search.filters.filter.show-more": "Daha Fazla Göster", - + // "search.filters.filter.subject.head": "Subject", "search.filters.filter.subject.head": "Konu", - + // "search.filters.filter.subject.placeholder": "Subject", "search.filters.filter.subject.placeholder": "Konu", - + // "search.filters.filter.submitter.head": "Submitter", "search.filters.filter.submitter.head": "Teslim Eden", - + // "search.filters.filter.submitter.placeholder": "Submitter", "search.filters.filter.submitter.placeholder": "Teslim Eden", - - - + + + // "search.filters.entityType.JournalIssue": "Journal Issue", "search.filters.entityType.JournalIssue": "Makale Konusu", - + // "search.filters.entityType.JournalVolume": "Journal Volume", "search.filters.entityType.JournalVolume": "Cilt Sayısı", - + // "search.filters.entityType.OrgUnit": "Organizational Unit", "search.filters.entityType.OrgUnit": "Ait Olduğu Organizasyon", - + // "search.filters.has_content_in_original_bundle.true": "Yes", "search.filters.has_content_in_original_bundle.true": "Evet", - + // "search.filters.has_content_in_original_bundle.false": "No", "search.filters.has_content_in_original_bundle.false": "Hayır", - + // "search.filters.discoverable.true": "No", "search.filters.discoverable.true": "Hayır", - + // "search.filters.discoverable.false": "Yes", "search.filters.discoverable.false": "Evet", - + // "search.filters.withdrawn.true": "Yes", "search.filters.withdrawn.true": "Evet", - + // "search.filters.withdrawn.false": "No", "search.filters.withdrawn.false": "Hayır", - - + + // "search.filters.head": "Filters", "search.filters.head": "Filtreler", - + // "search.filters.reset": "Reset filters", "search.filters.reset": "Filtreleri Sıfırla", - - - + + + // "search.form.search": "Search", "search.form.search": "Ara", - + // "search.form.search_dspace": "Search DSpace", "search.form.search_dspace": "DSpace içinde Ara", - + // "search.form.search_mydspace": "Search MyDSpace", "search.form.search_mydspace": "MyDSpace içinde Ara", - - - + + + // "search.results.head": "Search Results", "search.results.head": "Sonuçları Ara", - + // "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", "search.results.no-results": "Aramanız hiçbir sonuç vermedi. Aradığınızı bulmakta sorun mu yaşıyorsunuz? Bir daha deneyin.", - + // "search.results.no-results-link": "quotes around it", "search.results.no-results-link": "Çevresindeki Alıntılar", - + // "search.results.empty": "Your search returned no results.", "search.results.empty": "Aramanız hiçbir sonuç vermedi.", - - - + + + // "search.sidebar.close": "Back to results", "search.sidebar.close": "Sonuçlara Dön", - + // "search.sidebar.filters.title": "Filters", "search.sidebar.filters.title": "Filtreler", - + // "search.sidebar.open": "Search Tools", "search.sidebar.open": "Araç Gereç Ara", - + // "search.sidebar.results": "results", "search.sidebar.results": "Sonuçlar", - + // "search.sidebar.settings.rpp": "Results per page", "search.sidebar.settings.rpp": "Sayfa Sonuçları", - + // "search.sidebar.settings.sort-by": "Sort By", "search.sidebar.settings.sort-by": "Göre Sıralanmış", - + // "search.sidebar.settings.title": "Settings", "search.sidebar.settings.title": "Ayarlar", - - - + + + // "search.view-switch.show-detail": "Show detail", "search.view-switch.show-detail": "Detayları Göster", - + // "search.view-switch.show-grid": "Show as grid", "search.view-switch.show-grid": "Ağ Dizge Olarak Göster", - + // "search.view-switch.show-list": "Show as list", "search.view-switch.show-list": "Liste Olarak Göster", - - - + + + // "sorting.ASC": "Ascending", "sorting.ASC": "Artan", - + // "sorting.DESC": "Descending", "sorting.DESC": "Azalan", - + // "sorting.dc.title.ASC": "Title Ascending", "sorting.dc.title.ASC": "Artan Başlıklar", - + // "sorting.dc.title.DESC": "Title Descending", "sorting.dc.title.DESC": "Azalan Başlıklar", - + // "sorting.score.DESC": "Relevance", "sorting.score.DESC": "Bağıntılı", - - - + + + // "statistics.title": "Statistics", "statistics.title": "İstatistikler", - + // "statistics.header": "Statistics for {{ scope }}", "statistics.header": "{{ scope }} için İstatistikler", - + // "statistics.breadcrumbs": "Statistics", "statistics.breadcrumbs": "İstatistikler", - + // "statistics.page.no-data": "No data available", "statistics.page.no-data": "Data Bulunamadı.", - + // "statistics.table.no-data": "No data available", "statistics.table.no-data": "Data Bulunamadı.", - + // "statistics.table.title.TotalVisits": "Total visits", "statistics.table.title.TotalVisits": "Toplam Ziyaretler", - + // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", "statistics.table.title.TotalVisitsPerMonth": "Aylık Toplam Ziyaretler", - + // "statistics.table.title.TotalDownloads": "File Visits", "statistics.table.title.TotalDownloads": "Dosya Ziyaretleri", - + // "statistics.table.title.TopCountries": "Top country views", "statistics.table.title.TopCountries": "En Çok Gösterilen Ülke", - + // "statistics.table.title.TopCities": "Top city views", "statistics.table.title.TopCities": "En Çok Gösterilen Şehir", - + // "statistics.table.header.views": "Views", "statistics.table.header.views": "Gösterilmeler", - - - + + + // "submission.edit.title": "Edit Submission", "submission.edit.title": "Teslimi Düzenle", - + // "submission.general.cannot_submit": "You have not the privilege to make a new submission.", "submission.general.cannot_submit": "Yeni bir teslim yapamazsınız.", - + // "submission.general.deposit": "Deposit", "submission.general.deposit": "Tamamla", - + // "submission.general.discard.confirm.cancel": "Cancel", "submission.general.discard.confirm.cancel": "Vazgeç", - + // "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", "submission.general.discard.confirm.info": "Bu işlem geri alınamaz. Emin misiniz?", - + // "submission.general.discard.confirm.submit": "Yes, I'm sure", "submission.general.discard.confirm.submit": "Evet eminim", - + // "submission.general.discard.confirm.title": "Discard submission", "submission.general.discard.confirm.title": "Teslimi İptal Et", - + // "submission.general.discard.submit": "Discard", "submission.general.discard.submit": "İptal", - + // "submission.general.save": "Save", "submission.general.save": "Kaydet", - + // "submission.general.save-later": "Save for later", "submission.general.save-later": "Sonrası İçin Kaydet", - - + + // "submission.import-external.page.title": "Import metadata from an external source", "submission.import-external.page.title": "Harici bir kaynaktan metadataları içe aktarın", - + // "submission.import-external.title": "Import metadata from an external source", "submission.import-external.title": "Harici bir kaynaktan metadataları içe aktarın", - + // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", "submission.import-external.page.hint": "Web'den DSpace'e içe aktarılacak öğeleri bulmak için yukarıya bir sorgu girin.", - + // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", "submission.import-external.back-to-my-dspace": "MyDSpace'e Geri Dön", - + // "submission.import-external.search.placeholder": "Search the external source", "submission.import-external.search.placeholder": "Dış Kaynaktan Ara", - + // "submission.import-external.search.button": "Search", "submission.import-external.search.button": "Ara", - + // "submission.import-external.search.button.hint": "Write some words to search", "submission.import-external.search.button.hint": "Aramak için Kelime Girin", - + // "submission.import-external.search.source.hint": "Pick an external source", "submission.import-external.search.source.hint": "Dış Kaynak Seçin", - + // "submission.import-external.source.arxiv": "arXiv", "submission.import-external.source.arxiv": "arXiv", - + // "submission.import-external.source.loading": "Loading ...", "submission.import-external.source.loading": "Yükleniyor ...", - + // "submission.import-external.source.sherpaJournal": "SHERPA Journals", "submission.import-external.source.sherpaJournal": "SHERPA Journals", - + // "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", "submission.import-external.source.sherpaPublisher": "SHERPA Publishers", - + // "submission.import-external.source.orcid": "ORCID", "submission.import-external.source.orcid": "ORCID", - + // "submission.import-external.source.pubmed": "Pubmed", "submission.import-external.source.pubmed": "Pubmed", - + // "submission.import-external.source.lcname": "Library of Congress Names", "submission.import-external.source.lcname": "Kongre İsimleri Kütüphanesi", - + // "submission.import-external.preview.title": "Item Preview", "submission.import-external.preview.title": "Materyal Önizlenimi", - + // "submission.import-external.preview.subtitle": "The metadata below was imported from an external source. It will be pre-filled when you start the submission.", "submission.import-external.preview.subtitle": "Aşağıdaki metadatalar harici bir kaynaktan içe aktarıldı. Gönderime başladığınızda önceden doldurulacaktır.", - + // "submission.import-external.preview.button.import": "Start submission", "submission.import-external.preview.button.import": "Gönderimi Başlat", - + // "submission.import-external.preview.error.import.title": "Submission error", "submission.import-external.preview.error.import.title": "Gönderim Sırasında Hata", - + // "submission.import-external.preview.error.import.body": "An error occurs during the external source entry import process.", "submission.import-external.preview.error.import.body": "Dış kaynak girişi içe aktarma işlemi sırasında bir hata oluştu.", - + // "submission.sections.describe.relationship-lookup.close": "Close", "submission.sections.describe.relationship-lookup.close": "Kapat", - + // "submission.sections.describe.relationship-lookup.external-source.added": "Successfully added local entry to the selection", "submission.sections.describe.relationship-lookup.external-source.added": "Giriş seçime başarıyla eklendi", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Import remote author", "submission.sections.describe.relationship-lookup.external-source.import-button-title.isAuthorOfPublication": "Dış Kaynak Yazarı İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Import remote journal", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal": "Dış Kaynak Makaleyi İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Import remote journal issue", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Issue": "Dış Kaynak Makale Konusu İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Import remote journal volume", "submission.sections.describe.relationship-lookup.external-source.import-button-title.Journal Volume": "Dış Kaynak Makale Cilt Sayısı İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Import Remote Author", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.title": "Dış Kaynak Yazarı İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Successfully added local author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Yazar seçime başarıyla eklendi", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Harici yazar başarıyla içe aktarıldı ve seçime eklendi", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Yetkili", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Import as a new local authority entry", "submission.sections.describe.relationship-lookup.external-source.import-modal.authority.new": "Yeni bir yerel yetkili girişi olarak içe aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "Cancel", "submission.sections.describe.relationship-lookup.external-source.import-modal.cancel": "İptal", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Select a collection to import new entries to", "submission.sections.describe.relationship-lookup.external-source.import-modal.collection": "Yeni girişleri içe aktarmak için bir koleksiyon seçin", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Entities", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities": "Varlıklar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Import as a new local entity", "submission.sections.describe.relationship-lookup.external-source.import-modal.entities.new": "Yeni bir yerel varlık olarak içe aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "LC Adına göre İçe Aktar", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.lcname": "Importing from LC Name", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "Importing from ORCID", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.orcid": "ORCID'den İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Importing from Sherpa Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaJournal": "Sherpa Journal'den İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Importing from Sherpa Publisher", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Sherpa Publisher'den İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "PubMed'den İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "arXiv'den İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "Import", "submission.sections.describe.relationship-lookup.external-source.import-modal.import": "İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Import Remote Journal", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.title": "Makaleyi Dışardan İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": "Successfully added local journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.local-entity": " Makale seçime başarıyla eklendi", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Successfully imported and added external journal to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal.added.new-entity": "Harici makale başarıyla içe aktarıldı ve seçime eklendi", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Import Remote Journal Issue", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.title": "Dış Kaynak Makale Konusu İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Successfully added local journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.local-entity": "Dış Kaynak Makale Konusu Başarıyla İçe Aktarıldı.", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Successfully imported and added external journal issue to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Issue.added.new-entity": "Başarıyla içe aktarıldı ve seçime harici makale sayısı eklendi", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Import Remote Journal Volume", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.title": "Dış Kaynak Makale Cilt Sayısı İçe Aktar", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Successfully added local journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.local-entity": "Dış Kaynak Makale Cilt Sayısı Başarıyla İçe Aktarıldı.", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Successfully imported and added external journal volume to the selection", "submission.sections.describe.relationship-lookup.external-source.import-modal.Journal Volume.added.new-entity": "Harici makale cilti başarıyla içe aktarıldı ve seçime eklendi", - + // "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Select a local match:", "submission.sections.describe.relationship-lookup.external-source.import-modal.select": "Yerel Eşleşmeyi Seç", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Deselect all", "submission.sections.describe.relationship-lookup.search-tab.deselect-all": "Tümünü Seçmeyi Bırak", - + // "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Deselect page", "submission.sections.describe.relationship-lookup.search-tab.deselect-page": "Sayfa Seçimin Bırak", - + // "submission.sections.describe.relationship-lookup.search-tab.loading": "Loading...", "submission.sections.describe.relationship-lookup.search-tab.loading": "Yükleniyor...", - + // "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Search query", "submission.sections.describe.relationship-lookup.search-tab.placeholder": "Arama Sorgusu", - + // "submission.sections.describe.relationship-lookup.search-tab.search": "Go", "submission.sections.describe.relationship-lookup.search-tab.search": "Git", - + // "submission.sections.describe.relationship-lookup.search-tab.select-all": "Select all", "submission.sections.describe.relationship-lookup.search-tab.select-all": "Hepsini Seç", - + // "submission.sections.describe.relationship-lookup.search-tab.select-page": "Select page", "submission.sections.describe.relationship-lookup.search-tab.select-page": "Sayfa Seç", - + // "submission.sections.describe.relationship-lookup.selected": "Selected {{ size }} items", "submission.sections.describe.relationship-lookup.selected": "{{ size }} boyutundaki Seçili Materyaller ", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isAuthorOfPublication": " Yerel Yazarlar({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalOfPublication": "Yerel Makaleler ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Local Projects ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Project": "Yerel Projeler ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Local Publications ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Publication": "Yerel Yayınlar ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Local Authors ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Person": "Yerel Yazarlar ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Local Organizational Units ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.OrgUnit": "Yerel Organizasyonlar({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Local Data Packages ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataPackage": "Yerel Veri Paketleri ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Local Data Files ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.DataFile": "Yerel Veri Dosyaları ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Local Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.Journal": "Yerel Makaleler ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalIssueOfPublication": "Yerel Makale Konuları ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Yerel Makale Konuları ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Yerel Makale Cilt ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Yerel Makale Cilt ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournal": "Sherpa Journals ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaPublisher": "Sherpa Publishers ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.orcid": "ORCID ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Names ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.lcname": "LC Adları ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.pubmed": "PubMed ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.arxiv": "arXiv ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Search for Funding Agencies", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Finansman Kuruluşlarını Arama", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Search for Funding", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingOfPublication": "Finansman Arama", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Search for Organizational Units", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isChildOrgUnitOf": "Organizasyonları Arama", - + // "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Current Selection ({{ count }})", "submission.sections.describe.relationship-lookup.selection-tab.tab-title": "Mevcut Seçim ({{ count }})", - + // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Makale Konuları", // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Makale Konuları", - + // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Makale Ciltleri", // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "Makale Ciltleri", - + // "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Journals", "submission.sections.describe.relationship-lookup.title.isJournalOfPublication": "Makaleler", - + // "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Authors", "submission.sections.describe.relationship-lookup.title.isAuthorOfPublication": "Yazarlar", - + // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Finansman Kuruluşu", // "submission.sections.describe.relationship-lookup.title.Project": "Projects", "submission.sections.describe.relationship-lookup.title.Project": "Projeler", - + // "submission.sections.describe.relationship-lookup.title.Publication": "Publications", "submission.sections.describe.relationship-lookup.title.Publication": "Yayınlar", - + // "submission.sections.describe.relationship-lookup.title.Person": "Authors", "submission.sections.describe.relationship-lookup.title.Person": "Yazarlar", - + // "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizational Units", "submission.sections.describe.relationship-lookup.title.OrgUnit": "Organizasyonlar", - + // "submission.sections.describe.relationship-lookup.title.DataPackage": "Data Packages", "submission.sections.describe.relationship-lookup.title.DataPackage": "Veri Paketler", - + // "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files", "submission.sections.describe.relationship-lookup.title.DataFile": "Veri Dosyaları", - + // "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency", "submission.sections.describe.relationship-lookup.title.Funding Agency": "Finansman Kuruluşu", - + // "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Funding", "submission.sections.describe.relationship-lookup.title.isFundingOfPublication": "Finansman", - + // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Ana Organizasyon", - + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Açılır menüyü aç/kapat", - + // "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", "submission.sections.describe.relationship-lookup.selection-tab.settings": "Ayarlar", - + // "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Your selection is currently empty.", "submission.sections.describe.relationship-lookup.selection-tab.no-selection": "Mevcut seçiminiz boş. ", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.isAuthorOfPublication": "Seçili Yazarlar", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Seçili Makaleler", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Seçili Makale Ciltleri", // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Seçili Projeler", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Seçili Yayınlar", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Seçili Yazarlar", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Seçili Organizasyonlar", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Seçili Veri Paketleri", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Seçili Veri Dosyaları", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Seçili Makaleler", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Seçili Makale Konuları", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Seçili Makale Ciltleri", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Seçili Finansman Kuruluşu", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Seçili Finansman", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Seçili Makale Konuları", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Seçili Organizasyonlar", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Sonuçları Ara", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaPublisher": "Sonuçları Ara", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Sonuçları Ara", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Sonuçları Ara", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Sonuçları Ara", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Sonuçları Ara", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Sonuçları Ara", - - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Bu kişi için \"{{ value }}\" ilerideki gönderilerde kullanılabilmek için Yeni İsim olarak kaydedilsin mi? Bunu yapmazsanız, yine de bu gönderim için kullanabilirsiniz .", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Yeni İsim değişikliğini kaydet.", - + // "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Use only for this submission", "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Sadece bu gönderim için kullan.", - + // "submission.sections.ccLicense.type": "License Type", "submission.sections.ccLicense.type": "Lisans Türü", - + // "submission.sections.ccLicense.select": "Select a license type…", "submission.sections.ccLicense.select": "Lisans Türünü Seç…", - + // "submission.sections.ccLicense.change": "Change your license type…", "submission.sections.ccLicense.change": "Lisans Türünü Değiştir…", - + // "submission.sections.ccLicense.none": "No licenses available", "submission.sections.ccLicense.none": "Lisans Mevcut Değil", - + // "submission.sections.ccLicense.option.select": "Select an option…", "submission.sections.ccLicense.option.select": "Seçenek Seç…", - + // "submission.sections.ccLicense.link": "You’ve selected the following license:", "submission.sections.ccLicense.link": "Seçtiğiniz Lisans Türü:", - + // "submission.sections.ccLicense.confirmation": "I grant the license above", "submission.sections.ccLicense.confirmation": "Yukarıdaki lisansı veriyorum", - + // "submission.sections.general.add-more": "Add more", "submission.sections.general.add-more": "Ekle", - + // "submission.sections.general.collection": "Collection", "submission.sections.general.collection": "Koleksiyon", - + // "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", "submission.sections.general.deposit_error_notice": "Öğe gönderilirken bir sorun oluştu, lütfen daha sonra tekrar deneyin.", - + // "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", "submission.sections.general.deposit_success_notice": "Gönderim başarıyla yatırıldı.", - + // "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", "submission.sections.general.discard_error_notice": "Öğe gönderilirken bir sorun oluştu, lütfen daha sonra tekrar deneyin.", - + // "submission.sections.general.discard_success_notice": "Submission discarded successfully.", "submission.sections.general.discard_success_notice": "Gönderim başarıyla silindi.", - + // "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", "submission.sections.general.metadata-extracted": "Yeni metadatalar çıkarıldı ve {{sectionId}} bölümüne eklendi.", - + // "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", "submission.sections.general.metadata-extracted-new-section": "Gönderime yeni {{sectionId}} bölümü eklendi.", - + // "submission.sections.general.no-collection": "No collection found", "submission.sections.general.no-collection": "Koleksiyon bulunamadı", - + // "submission.sections.general.no-sections": "No options available", "submission.sections.general.no-sections": "Seçenekler Bulunamadı.", - + // "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", "submission.sections.general.save_error_notice": "Öğe kaydedilirken bir sorun oluştu, lütfen daha sonra tekrar deneyin.", - + // "submission.sections.general.save_success_notice": "Submission saved successfully.", "submission.sections.general.save_success_notice": "Gönderim başarıyla kaydedildi.", - + // "submission.sections.general.search-collection": "Search for a collection", "submission.sections.general.search-collection": "Koleksiyon ara", - + // "submission.sections.general.sections_not_valid": "There are incomplete sections.", "submission.sections.general.sections_not_valid": "Eksik bölümler var.", - - - + + + // "submission.sections.submit.progressbar.CClicense": "Creative commons license", "submission.sections.submit.progressbar.CClicense": "Yaratıcı Ortak Lisansları", - + // "submission.sections.submit.progressbar.describe.recycle": "Recycle", "submission.sections.submit.progressbar.describe.recycle": "Geri Dönüştür", - + // "submission.sections.submit.progressbar.describe.stepcustom": "Describe", "submission.sections.submit.progressbar.describe.stepcustom": "Tanımla", - + // "submission.sections.submit.progressbar.describe.stepone": "Describe", "submission.sections.submit.progressbar.describe.stepone": "Tanımla", - + // "submission.sections.submit.progressbar.describe.steptwo": "Describe", "submission.sections.submit.progressbar.describe.steptwo": "Tanımla", - + // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", "submission.sections.submit.progressbar.detect-duplicate": "Olası Kopyalar", - + // "submission.sections.submit.progressbar.license": "Deposit license", "submission.sections.submit.progressbar.license": "Lisansı Yerleştir", - + // "submission.sections.submit.progressbar.upload": "Upload files", "submission.sections.submit.progressbar.upload": "Dosyaları yükle", - - - + + + // "submission.sections.upload.delete.confirm.cancel": "Cancel", "submission.sections.upload.delete.confirm.cancel": "İptal", - + // "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", "submission.sections.upload.delete.confirm.info": "Bu işlem geri alınamaz. Emin misin?", - + // "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", "submission.sections.upload.delete.confirm.submit": "Evet eminim.", - + // "submission.sections.upload.delete.confirm.title": "Delete bitstream", "submission.sections.upload.delete.confirm.title": "Bitstreamı Sil", - + // "submission.sections.upload.delete.submit": "Delete", "submission.sections.upload.delete.submit": "Sil", - + // "submission.sections.upload.drop-message": "Drop files to attach them to the item", "submission.sections.upload.drop-message": "Öğeye eklemek için dosyaları bırakın", - + // "submission.sections.upload.form.access-condition-label": "Access condition type", "submission.sections.upload.form.access-condition-label": "Erişim Koşulu Türü", - + // "submission.sections.upload.form.date-required": "Date is required.", "submission.sections.upload.form.date-required": "Tarih gerekli.", - + // "submission.sections.upload.form.from-label": "Grant access from", "submission.sections.upload.form.from-label": "Şuradan erişim izni ver:", - + // "submission.sections.upload.form.from-placeholder": "From", "submission.sections.upload.form.from-placeholder": "İtibaren", - + // "submission.sections.upload.form.group-label": "Group", "submission.sections.upload.form.group-label": "Grup", - + // "submission.sections.upload.form.group-required": "Group is required.", "submission.sections.upload.form.group-required": "Grup gerekli.", - + // "submission.sections.upload.form.until-label": "Grant access until", "submission.sections.upload.form.until-label": "Şu tarihe kadar erişim izni ver:", - + // "submission.sections.upload.form.until-placeholder": "Until", "submission.sections.upload.form.until-placeholder": "Kadar", - + // "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", "submission.sections.upload.header.policy.default.nolist": "{{collectionName}} koleksiyonuna yüklenen dosyalara aşağıdaki gruplara göre erişilebilir:", - + // "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", "submission.sections.upload.header.policy.default.withlist": "{{collectionName}} koleksiyonuna yüklenen dosyalara, tek dosya için açıkça karar verilenlere ek olarak aşağıdaki gruplarla erişilebilir olacağını lütfen unutmayın:", - + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", "submission.sections.upload.info": "Burada, o anda öğede bulunan tüm dosyaları bulacaksınız. Dosya metadatalarını güncelleyebilir ve koşullara erişebilir veya sayfanın her yerine sürükleyip bırakarak ek dosyalar yükleyebilirsiniz", - + // "submission.sections.upload.no-entry": "No", "submission.sections.upload.no-entry": "Hayır", - + // "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", "submission.sections.upload.no-file-uploaded": "Henüz dosya yüklenmedi.", - + // "submission.sections.upload.save-metadata": "Save metadata", "submission.sections.upload.save-metadata": "Metadataları kaydet", - + // "submission.sections.upload.undo": "Cancel", "submission.sections.upload.undo": "İptal", - + // "submission.sections.upload.upload-failed": "Upload failed", "submission.sections.upload.upload-failed": "Yükleme Başarısız", - + // "submission.sections.upload.upload-successful": "Upload successful", "submission.sections.upload.upload-successful": "Yükleme Başarılı", - - - + + + // "submission.submit.title": "Submission", "submission.submit.title": "Gönder", - - - + + + // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "Sil", - + // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", "submission.workflow.generic.delete-help": "Bu öğeyi atmak istiyorsanız, \"Sil\" öğesini seçin. Daha sonra onaylamanız istenecektir.", - + // "submission.workflow.generic.edit": "Edit", "submission.workflow.generic.edit": "Değiştir", - + // "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", "submission.workflow.generic.edit-help": "Öğenin metadatalarını değiştirmek için bu seçeneği belirleyin.", - + // "submission.workflow.generic.view": "View", "submission.workflow.generic.view": "Göster", - + // "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", "submission.workflow.generic.view-help": "Öğenin metadatalarını görüntülemek için bu seçeneği belirleyin.", - - - + + + // "submission.workflow.tasks.claimed.approve": "Approve", "submission.workflow.tasks.claimed.approve": "Kabul Et.", - + // "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", "submission.workflow.tasks.claimed.approve_help": "Öğeyi incelediyseniz ve koleksiyona dahil edilmeye uygunsa, \"Onayla\"yı seçin.", - + // "submission.workflow.tasks.claimed.edit": "Edit", "submission.workflow.tasks.claimed.edit": "Değiştir", - + // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "Öğenin metadatalarını değiştirmek için bu seçeneği belirleyin.", - + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", "submission.workflow.tasks.claimed.reject.reason.info": "Lütfen gönderiyi reddetme nedeninizi aşağıdaki kutuya, gönderenin bir sorunu çözüp yeniden gönderip gönderemeyeceğini belirterek girin.", - + // "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", "submission.workflow.tasks.claimed.reject.reason.placeholder": "Reddetme nedenini açıklayın", - + // "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", "submission.workflow.tasks.claimed.reject.reason.submit": "Materyali Reddet", - + // "submission.workflow.tasks.claimed.reject.reason.title": "Reason", "submission.workflow.tasks.claimed.reject.reason.title": "Neden", - + // "submission.workflow.tasks.claimed.reject.submit": "Reject", "submission.workflow.tasks.claimed.reject.submit": "Kabul Etme", - + // "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", "submission.workflow.tasks.claimed.reject_help": "Öğeyi incelediyseniz ve koleksiyona dahil edilmeye uygun olmadığını bulduysanız, \"Reddet\"i seçin. Ardından, öğenin neden uygun olmadığını ve gönderenin bir şeyi değiştirip yeniden göndermesi gerekip gerekmediğini belirten bir mesaj girmeniz istenecektir.", - + // "submission.workflow.tasks.claimed.return": "Return to pool", "submission.workflow.tasks.claimed.return": "Havuza Dön", - + // "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", "submission.workflow.tasks.claimed.return_help": "Başka bir kullanıcının görevi gerçekleştirebilmesi için görevi havuza geri döndürün.", - - - + + + // "submission.workflow.tasks.generic.error": "Error occurred during operation...", "submission.workflow.tasks.generic.error": "İşlem sırasında hata oluştu...", - + // "submission.workflow.tasks.generic.processing": "Processing...", "submission.workflow.tasks.generic.processing": "İşleniyor...", - + // "submission.workflow.tasks.generic.submitter": "Submitter", "submission.workflow.tasks.generic.submitter": "Gönderen", - + // "submission.workflow.tasks.generic.success": "Operation successful", "submission.workflow.tasks.generic.success": "İşlem Başarılı", - - - + + + // "submission.workflow.tasks.pool.claim": "Claim", "submission.workflow.tasks.pool.claim": "Talep Et", - + // "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", "submission.workflow.tasks.pool.claim_help": "Bu görevi kendinize atayın.", - + // "submission.workflow.tasks.pool.hide-detail": "Hide detail", "submission.workflow.tasks.pool.hide-detail": "Detayları gizle", - + // "submission.workflow.tasks.pool.show-detail": "Show detail", "submission.workflow.tasks.pool.show-detail": "Detayaları göster", - - - + + + // "title": "DSpace", "title": "DSpace", - - - + + + // "vocabulary-treeview.header": "Hierarchical tree view", "vocabulary-treeview.header": "Hiyerarşik ağaç görünümü", - + // "vocabulary-treeview.load-more": "Load more", "vocabulary-treeview.load-more": "Daha Fazla Yükle", - + // "vocabulary-treeview.search.form.reset": "Reset", "vocabulary-treeview.search.form.reset": "Sıfırla", - + // "vocabulary-treeview.search.form.search": "Search", "vocabulary-treeview.search.form.search": "Ara", - + // "vocabulary-treeview.search.no-result": "There were no items to show", "vocabulary-treeview.search.no-result": "Gösterilecek öğe yok", - + // "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", "vocabulary-treeview.tree.description.nsi": "The Norwegian Science Index", - + // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", "vocabulary-treeview.tree.description.srsc": "Araştırma Konusu Kategorileri", - - - + + + // "uploader.browse": "browse", "uploader.browse": "Tara", - + // "uploader.drag-message": "Drag & Drop your files here", "uploader.drag-message": "Dosyalarınızı buraya sürükleyip bırakın", - + // "uploader.or": ", or ", "uploader.or": ", veya", - + // "uploader.processing": "Processing uploaded file(s)... (it's now safe to close this page)", // TODO Source message changed - Revise the translation "uploader.processing": "İşleniyor", - + // "uploader.queue-length": "Queue length", "uploader.queue-length": "Sıra Uzunluğu", - + // "virtual-metadata.delete-item.info": "Select the types for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-item.info": "Sanal metadataları gerçek metadatalar olarak kaydetmek istediğiniz türleri seçin", - + // "virtual-metadata.delete-item.modal-head": "The virtual metadata of this relation", "virtual-metadata.delete-item.modal-head": "Bu ilişkinin sanal metadataları", - + // "virtual-metadata.delete-relationship.modal-head": "Select the items for which you want to save the virtual metadata as real metadata", "virtual-metadata.delete-relationship.modal-head": "Sanal metadatalarını gerçek metadatalar olarak kaydetmek istediğiniz öğeleri seçin", - - - + + + // "workflowAdmin.search.results.head": "Administer Workflow", "workflowAdmin.search.results.head": "İş Akışını Yönet", - - - + + + // "workflow-item.delete.notification.success.title": "Deleted", "workflow-item.delete.notification.success.title": "Silindi", - + // "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted", "workflow-item.delete.notification.success.content": "Bu iş akışı öğesi başarıyla silindi", - + // "workflow-item.delete.notification.error.title": "Something went wrong", "workflow-item.delete.notification.error.title": "Bir şeyler yanlış gitti", - + // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", "workflow-item.delete.notification.error.content": "İş akışı öğesi silinemedi", - + // "workflow-item.delete.title": "Delete workflow item", "workflow-item.delete.title": "İş akışı öğesini sil", - + // "workflow-item.delete.header": "Delete workflow item", "workflow-item.delete.header": "İş akışı öğesini sil", - + // "workflow-item.delete.button.cancel": "Cancel", "workflow-item.delete.button.cancel": "İptal", - + // "workflow-item.delete.button.confirm": "Delete", "workflow-item.delete.button.confirm": "Sil", - - + + // "workflow-item.send-back.notification.success.title": "Sent back to submitter", "workflow-item.send-back.notification.success.title": "Gönderene geri gönderildi", - + // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", "workflow-item.send-back.notification.success.content": "Bu iş akışı öğesi, gönderene başarıyla geri gönderildi", - + // "workflow-item.send-back.notification.error.title": "Something went wrong", "workflow-item.send-back.notification.error.title": "Bir şeyler yanlış gitti", - + // "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter", "workflow-item.send-back.notification.error.content": "İş akışı öğesi, gönderene geri gönderilemedi", - + // "workflow-item.send-back.title": "Send workflow item back to submitter", "workflow-item.send-back.title": "İş akışı öğesini gönderene geri gönder", - + // "workflow-item.send-back.header": "Send workflow item back to submitter", "workflow-item.send-back.header": "İş akışı öğesini gönderene geri gönder", - + // "workflow-item.send-back.button.cancel": "Cancel", "workflow-item.send-back.button.cancel": "İptal", - + // "workflow-item.send-back.button.confirm": "Send back" - "workflow-item.send-back.button.confirm": "Geri Gönder" + "workflow-item.send-back.button.confirm": "Geri Gönder", } diff --git a/src/assets/i18n/uk.json5 b/src/assets/i18n/uk.json5 index 6ee2bd9f1c..7ed4d4ead6 100644 --- a/src/assets/i18n/uk.json5 +++ b/src/assets/i18n/uk.json5 @@ -9,21 +9,21 @@ "401.link.home-page": "Перейти на головну сторінку", // "401.unauthorized": "unauthorized", - + "401.unauthorized": "Ви не авторизовані", // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", - + "403.help": "Ви не маєте дозволу на доступ до цієї сторінки. Ви можете скористатися кнопкою нижче, щоб повернутися на головну сторінку.", // "403.link.home-page": "Take me to the home page", - + "403.link.home-page": "Перейти на головну сторінку", // "403.forbidden": "forbidden", - + "403.forbidden": "заборонено", @@ -38,11 +38,11 @@ "404.page-not-found": "сторінка не знайдена", // "admin.curation-tasks.breadcrumbs": "System curation tasks", - + "admin.curation-tasks.breadcrumbs": "Управління системою", // "admin.curation-tasks.title": "System curation tasks", - + "admin.curation-tasks.title": "Управління системою", // "admin.curation-tasks.header": "System curation tasks", @@ -54,7 +54,7 @@ "admin.registries.bitstream-formats.breadcrumbs": "Реєстр форматів", // "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format", - + "admin.registries.bitstream-formats.create.breadcrumbs": "Формат файлів", // "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.", @@ -91,7 +91,7 @@ "admin.registries.bitstream-formats.description": "Цей список форматів файлів містить інформацію про відомі формати та рівень їх підтримки.", // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", - + "admin.registries.bitstream-formats.edit.breadcrumbs": "Формат файлу", // "admin.registries.bitstream-formats.edit.description.hint": "", @@ -232,7 +232,7 @@ // "admin.registries.schema.breadcrumbs": "Metadata schema", - + "admin.registries.schema.breadcrumbs": "Схема метаданих", // "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", @@ -310,15 +310,15 @@ // "admin.access-control.epeople.actions.delete": "Delete EPerson", - + "admin.access-control.epeople.actions.delete": "Видалити користувача", // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", - + "admin.access-control.epeople.actions.impersonate": "Видати себе за користувача", // "admin.access-control.epeople.actions.reset": "Скинути пароль", - + "admin.access-control.epeople.actions.reset": "Скинути пароль", // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", @@ -413,7 +413,7 @@ "admin.access-control.epeople.form.notification.edited.failure": "Неможливо відредагувати користувача \"{{name}}\"", // "admin.access-control.epeople.form.notification.deleted.success": "Successfully deleted EPerson \"{{name}}\"", - + "admin.access-control.epeople.form.notification.deleted.success": "Користувач \"{{name}}\" успішно видалений", // "admin.access-control.epeople.form.notification.deleted.failure": "Failed to delete EPerson \"{{name}}\"", @@ -447,7 +447,7 @@ "admin.access-control.groups.title": "Репозитарій :: Групи", // "admin.access-control.groups.title.singleGroup": "DSpace Angular :: Edit Group", - + "admin.access-control.groups.title.singleGroup": "Репозитарій :: Редагувати групу", // "admin.access-control.groups.title.addGroup": "DSpace Angular :: New Group", @@ -494,7 +494,7 @@ "admin.access-control.groups.notification.deleted.success": "Група \"{{name}}\" успішно видалена", // "admin.access-control.groups.notification.deleted.failure.title": "Failed to delete group \"{{name}}\"", - + "admin.access-control.groups.notification.deleted.failure.title": "Групу \"{{name}}\" видалити неможливо", // "admin.access-control.groups.notification.deleted.failure.content": "Cause: \"{{cause}}\"", @@ -504,11 +504,11 @@ // "admin.access-control.groups.form.alert.permanent": "This group is permanent, so it can't be edited or deleted. You can still add and remove group members using this page.", - + "admin.access-control.groups.form.alert.permanent": "Ця група є постійна, тому її не можна редагувати чи видаляти. Ви все ще можете так це додавати та видаляти учасників групи за допомогою цієї сторінки.", // "admin.access-control.groups.form.alert.workflowGroup": "This group can’t be modified or deleted because it corresponds to a role in the submission and workflow process in the \"{{name}}\" {{comcol}}. You can delete it from the \"assign roles\" tab on the edit {{comcol}} page. You can still add and remove group members using this page.", - + "admin.access-control.groups.form.alert.workflowGroup": "Цю групу не можна змінити або видалити, оскільки вона відповідає за ролі в процесі подання чи опрацювання документів в \"{{name}}\" {{comcol}}. Ви можете видалити її \"assign roles\" на сторінці {{comcol}} вкладки Редагування. Ви все ще можете додавати та видаляти учасників групи за допомогою цієї сторінки.", // "admin.access-control.groups.form.head.create": "Create group", @@ -533,7 +533,7 @@ "admin.access-control.groups.form.notification.created.failure.groupNameInUse": "Неможливо створити групу: \"{{name}}\". Це ім'я вже зайняте .", // "admin.access-control.groups.form.notification.edited.failure": "Failed to edit Group \"{{name}}\"", - + "admin.access-control.groups.form.notification.edited.failure": "Неможливо редагувати групу \"{{name}}\"", // "admin.access-control.groups.form.notification.edited.failure.groupNameInUse": "Ім'я \"{{name}}\" вже використовується!", @@ -549,19 +549,19 @@ "admin.access-control.groups.form.actions.delete": "Видалити групу", // "admin.access-control.groups.form.delete-group.modal.header": "Delete Group \"{{ dsoName }}\"", - + "admin.access-control.groups.form.delete-group.modal.header": "Видалити групу \"{{ dsoName }}\"", // "admin.access-control.groups.form.delete-group.modal.info": "Are you sure you want to delete Group \"{{ dsoName }}\"", - + "admin.access-control.groups.form.delete-group.modal.info": "Ви впевнені, що хочете видалити групу \"{{ dsoName }}\"?", // "admin.access-control.groups.form.delete-group.modal.cancel": "Cancel", - + "admin.access-control.groups.form.delete-group.modal.cancel": "Відмінити", // "admin.access-control.groups.form.delete-group.modal.confirm": "Delete", - + "admin.access-control.groups.form.delete-group.modal.confirm": "Видалити", // "admin.access-control.groups.form.notification.deleted.success": "Successfully deleted group \"{{ name }}\"", @@ -569,11 +569,11 @@ "admin.access-control.groups.form.notification.deleted.success": "Група \"{{ name }}\" успішно видалена", // "admin.access-control.groups.form.notification.deleted.failure.title": "Failed to delete group \"{{ name }}\"", - + "admin.access-control.groups.form.notification.deleted.failure.title": "Неможливо видалити групу \"{{ name }}\"", // "admin.access-control.groups.form.notification.deleted.failure.content": "Cause: \"{{ cause }}\"", - + "admin.access-control.groups.form.notification.deleted.failure.content": "Причина: \"{{ cause }}\"", // "admin.access-control.groups.form.members-list.head": "EPeople", @@ -634,7 +634,7 @@ "admin.access-control.groups.form.members-list.no-items": "Не знайдено жодного учасника групи", // "admin.access-control.groups.form.subgroups-list.notification.failure": "Something went wrong: \"{{cause}}\"", - + "admin.access-control.groups.form.subgroups-list.notification.failure": "Щось пішло не так: \"{{cause}}\"", // "admin.access-control.groups.form.subgroups-list.head": "Groups", @@ -756,15 +756,15 @@ // "admin.metadata-import.breadcrumbs": "Import Metadata", - + "admin.metadata-import.breadcrumbs": "Імпортувати метадані", // "admin.metadata-import.title": "Import Metadata", - + "admin.metadata-import.title": "Імпортувати метадані", // "admin.metadata-import.page.header": "Import Metadata", - + "admin.metadata-import.page.header": "Імпортувати метадані", // "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here", @@ -788,7 +788,7 @@ "admin.metadata-import.page.button.proceed": "Продовжити", // "admin.metadata-import.page.error.addFile": "Select file first!", - + "admin.metadata-import.page.error.addFile": "Спочатку виберіть файл", @@ -1009,11 +1009,11 @@ // "collection.edit.tabs.mapper.head": "Item Mapper", - + "collection.edit.tabs.mapper.head": "Карта документа", // "collection.edit.tabs.item-mapper.title": "Collection Edit - Item Mapper", - + "collection.edit.tabs.item-mapper.title": "Редагування зібрання - Карта документа", // "collection.edit.item-mapper.cancel": "Cancel", @@ -1111,11 +1111,11 @@ "collection.edit.tabs.curate.title": "Collection Edit - Curate", // "collection.edit.tabs.authorizations.head": "Authorizations", - + "collection.edit.tabs.authorizations.head": "Авторизація", // "collection.edit.tabs.authorizations.title": "Collection Edit - Authorizations", - + "collection.edit.tabs.authorizations.title": "Редагування зібрання - авторизація ", // "collection.edit.tabs.metadata.head": "Edit Metadata", @@ -1192,19 +1192,19 @@ "collection.edit.template.add-button": "Додати", // "collection.edit.template.breadcrumbs": "Item template", - + "collection.edit.template.breadcrumbs": "Шаблон документа", // "collection.edit.template.cancel": "Cancel", - + "collection.edit.template.cancel": "Відмінити", // "collection.edit.template.delete-button": "Delete", - + "collection.edit.template.delete-button": "Видалити", // "collection.edit.template.edit-button": "Edit", - + "collection.edit.template.edit-button": "Редагувати", // "collection.edit.template.head": "Edit Template Item for Collection \"{{ collection }}\"", @@ -1212,7 +1212,7 @@ "collection.edit.template.head": "Редагувати шаблон документа зібрання \"{{ collection }}\"", // "collection.edit.template.label": "Template item", - + "collection.edit.template.label": "Шаблон документа", // "collection.edit.template.notifications.delete.error": "Failed to delete the item template", @@ -1220,11 +1220,11 @@ "collection.edit.template.notifications.delete.error": "Не вдалося видалити шаблон елемента", // "collection.edit.template.notifications.delete.success": "Шаблон документа успішно видалено", - + "collection.edit.template.notifications.delete.success": "Шаблон документа успішно видалено", // "collection.edit.template.title": "Edit Template Item", - + "collection.edit.template.title": "Редагувати шаблон документа", @@ -1256,36 +1256,36 @@ // "collection.listelement.badge": "Collection", - + "collection.listelement.badge": "Зібрання", -//"home.recent-submissions.head": "Recent Submissions", -"home.recent-submissions.head": "Нові надходження", + //"home.recent-submissions.head": "Recent Submissions", + "home.recent-submissions.head": "Нові надходження", -//"thumbnail.default.alt": "Thumbnail Image", -"thumbnail.default.alt": "Ескіз", + //"thumbnail.default.alt": "Thumbnail Image", + "thumbnail.default.alt": "Ескіз", -// "thumbnail.default.placeholder": "No Thumbnail Available", -"thumbnail.default.placeholder": "Ескіз недоступний", + // "thumbnail.default.placeholder": "No Thumbnail Available", + "thumbnail.default.placeholder": "Ескіз недоступний", -// "thumbnail.project.alt": "Project Logo", - "thumbnail.project.alt": "Логотип проекту", + // "thumbnail.project.alt": "Project Logo", + "thumbnail.project.alt": "Логотип проекту", -// TODO "thumbnail.project.placeholder": "Project Placeholder Image", - "thumbnail.project.placeholder": "Project Placeholder Image", - -// "thumbnail.orgunit.alt": "OrgUnit Logo", -"thumbnail.orgunit.alt": "Логотип організації", + // TODO "thumbnail.project.placeholder": "Project Placeholder Image", + "thumbnail.project.placeholder": "Project Placeholder Image", + + // "thumbnail.orgunit.alt": "OrgUnit Logo", + "thumbnail.orgunit.alt": "Логотип організації", "thumbnail.orgunit.placeholder": "OrgUnit Placeholder Image", -// "thumbnail.person.alt": "Profile Picture", -"thumbnail.person.alt": "Зображення профілю", + // "thumbnail.person.alt": "Profile Picture", + "thumbnail.person.alt": "Зображення профілю", - // "thumbnail.person.placeholder": "No Profile Picture Available", -"thumbnail.person.placeholder": "Зображення профілю відсутне", + // "thumbnail.person.placeholder": "No Profile Picture Available", + "thumbnail.person.placeholder": "Зображення профілю відсутне", @@ -1350,7 +1350,7 @@ "community.create.sub-head": "Створити підфонд фонду {{ parent }}", // "community.curate.header": "Curate Community: {{community}}", - + "community.curate.header": "Основний фонд: {{community}}", // "community.delete.cancel": "Cancel", @@ -1408,11 +1408,11 @@ "community.edit.notifications.success": "Фонд успішно відредаговано", // "community.edit.notifications.unauthorized": "You do not have privileges to make this change", - + "community.edit.notifications.unauthorized": "У Вас немає повноважень для змін", // "community.edit.notifications.error": "An error occured while editing the Community", - + "community.edit.notifications.error": "Виникла помилка при редагуванні фонду", // "community.edit.return": "Return", @@ -1439,44 +1439,44 @@ "community.edit.tabs.roles.title": "Редаувати фонд - ролі", // "community.edit.tabs.authorizations.head": "Authorizations", - + "community.edit.tabs.authorizations.head": "Авторизація", // "community.edit.tabs.authorizations.title": "Community Edit - Authorizations", - + "community.edit.tabs.authorizations.title": "Редагування фонду - авторизація", // "community.listelement.badge": "Community", - + "community.listelement.badge": "Фонд", // "comcol-role.edit.no-group": "None", - + "comcol-role.edit.no-group": "Жодної", // "comcol-role.edit.create": "Create", - + "comcol-role.edit.create": "Створити", // "comcol-role.edit.restrict": "Restrict", - + "comcol-role.edit.restrict": "Обмежити", // "comcol-role.edit.delete": "Delete", - + "comcol-role.edit.delete": "Видалити", // "comcol-role.edit.community-admin.name": "Administrators", - + "comcol-role.edit.community-admin.name": "Адміністратори", // "comcol-role.edit.collection-admin.name": "Administrators", - + "comcol-role.edit.collection-admin.name": "Адміністратори", @@ -1485,16 +1485,16 @@ "comcol-role.edit.community-admin.description": "Адміністратори фонду можуть створювати підфонди або зібрання, а також керувати цими. Крім того, вони вирішують, хто може надсилати документи до будь-якого зібрання, редагувати метадані документа (після надсилання) і додавати (відображати) існуючі елементи з інших зібрань(за умови наданих повноважень).", // "comcol-role.edit.collection-admin.description": "Collection administrators decide who can submit items to the collection, edit item metadata (after submission), and add (map) existing items from other collections to this collection (subject to authorization for that collection).", - + "comcol-role.edit.collection-admin.description": "Адміністратори зібрання вирішують, хто може надсилати документи до зібрання, редагувати метадані документів (після надсилання) і додавати документи з інших зібрань (за умови наданих повноважень).", // "comcol-role.edit.submitters.name": "Submitters", - + "comcol-role.edit.submitters.name": "Подавачі/Submitters", // "comcol-role.edit.submitters.description": "The E-People and Groups that have permission to submit new items to this collection.", - + "comcol-role.edit.submitters.description": "Користувачі та групи у яких є повноваження вносити документи до цього зібрання.", @@ -1507,20 +1507,20 @@ "comcol-role.edit.item_read.description": "Користувачі та групи, які можуть читати нові документи, що надіслані до цього зібрання. Зміни цієї ролі не мають зворотної сили. Існуючі документи в системі все ще будуть доступні для перегляду тим, хто мав доступ для читання на момент їх додавання.", // "comcol-role.edit.item_read.anonymous-group": "Default read for incoming items is currently set to Anonymous.", - + "comcol-role.edit.item_read.anonymous-group": "Для групи Anonymous встановлено права документа на читання.", // "comcol-role.edit.bitstream_read.name": "Доступ на читання для файла", - + "comcol-role.edit.bitstream_read.name": "Доступ на читання для файла", // "comcol-role.edit.bitstream_read.description": "Community administrators can create sub-communities or collections, and manage or assign management for those sub-communities or collections. In addition, they decide who can submit items to any sub-collections, edit item metadata (after submission), and add (map) existing items from other collections (subject to authorization).", - + "comcol-role.edit.bitstream_read.description": "Адміністратори фонду можуть створювати підфонди або зібрання, а також керувати ними. Крім того, вони вирішують, хто може надсилати документи до будь-якого зібрання, редагувати метадані документа (після надсилання) і додавати документи з інших колекцій (за умови наявності прав доступу)..", // "comcol-role.edit.bitstream_read.anonymous-group": "Default read for incoming bitstreams is currently set to Anonymous.", - + "comcol-role.edit.bitstream_read.anonymous-group": "Для групи Anonymous встановлено права файла на читання", @@ -1529,25 +1529,25 @@ "comcol-role.edit.editor.name": "Редактори", // "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", - + "comcol-role.edit.editor.description": "Редактори мають повноваження редагувати метадані, приймати та відхиляти їх, зокрема, для документів, що заносяться у репозитарій.", // "comcol-role.edit.finaleditor.name": "Final editors", - + "comcol-role.edit.finaleditor.name": "Остаточні редактори", // "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", - + "comcol-role.edit.finaleditor.description": "Остаточні редактори мають повноваження редагувати метадані, але не мають права відхилити документ.", // "comcol-role.edit.reviewer.name": "Reviewers", - + "comcol-role.edit.reviewer.name": "Рецензенти", // "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", - + "comcol-role.edit.reviewer.description": "Рецензенти можуть приймати або відхиляти вхідні документи. Однак вони не можуть редагувати метадані.", @@ -1571,7 +1571,7 @@ "community.form.title": "Ім'я", // "community.page.edit": "Edit this community", - + "community.page.edit": "Редагувати фонд", // "community.page.handle": "Permanent URI for this community", @@ -1591,67 +1591,67 @@ // "community.sub-community-list.head": "Communities of this Community", "community.sub-community-list.head": "Фонди, що знаходяться у цьому фонді", - + // "cookies.consent.accept-all": "Accept all", - "cookies.consent.accept-all": "Прийняти все", + "cookies.consent.accept-all": "Прийняти все", // "cookies.consent.accept-selected": "Accept selected", - "cookies.consent.accept-selected": "Прийняти вибране", + "cookies.consent.accept-selected": "Прийняти вибране", // "cookies.consent.app.opt-out.description": "This app is loaded by default (but you can opt out)", - "cookies.consent.app.opt-out.description": "Цей додаток був завантажений по замовчуванню. Але Ви можете відмовитись від нього", + "cookies.consent.app.opt-out.description": "Цей додаток був завантажений по замовчуванню. Але Ви можете відмовитись від нього", // "cookies.consent.app.opt-out.title": "(opt-out)", - "cookies.consent.app.opt-out.title": "(відмовитись)", + "cookies.consent.app.opt-out.title": "(відмовитись)", // "cookies.consent.app.purpose": "purpose", - "cookies.consent.app.purpose": "ціль", + "cookies.consent.app.purpose": "ціль", // "cookies.consent.app.required.description": "This application is always required", - "cookies.consent.app.required.description": "Цей додаток завжди потрібний", + "cookies.consent.app.required.description": "Цей додаток завжди потрібний", // "cookies.consent.app.required.title": "(always required)", - "cookies.consent.app.required.title": "(завжди потрібний)", + "cookies.consent.app.required.title": "(завжди потрібний)", // "cookies.consent.update": "There were changes since your last visit, please update your consent.", - "cookies.consent.update": "З часу вашого останнього відвідування відбулися зміни, підтвердьте це.", + "cookies.consent.update": "З часу вашого останнього відвідування відбулися зміни, підтвердьте це.", // "cookies.consent.close": "Close", - "cookies.consent.close": "Закрити", + "cookies.consent.close": "Закрити", // "cookies.consent.decline": "Decline", - "cookies.consent.decline": "Відхилити", + "cookies.consent.decline": "Відхилити", // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", - "cookies.consent.content-notice.description": "Ми збираємо та обробляємо вашу особисту інформацію для таких цілей: автентифікація, налаштування та статистика.
Щоб дізнатися більше, прочитайте нашу політику {privacyPolicy}.", + "cookies.consent.content-notice.description": "Ми збираємо та обробляємо вашу особисту інформацію для таких цілей: автентифікація, налаштування та статистика.
Щоб дізнатися більше, прочитайте нашу політику {privacyPolicy}.", // "cookies.consent.content-notice.learnMore": "Customize", - "cookies.consent.content-notice.learnMore": "Налаштувати", + "cookies.consent.content-notice.learnMore": "Налаштувати", // "cookies.consent.content-modal.description": "Here you can see and customize the information that we collect about you.", "cookies.consent.content-modal.description": "Тут ви можете переглянути та налаштувати збір інформаціїпро Вас.", // "cookies.consent.content-modal.privacy-policy.name": "privacy policy", - "cookies.consent.content-modal.privacy-policy.name": "політика приватності", + "cookies.consent.content-modal.privacy-policy.name": "політика приватності", // "cookies.consent.content-modal.privacy-policy.text": " {privacyPolicy}.", - "cookies.consent.content-modal.privacy-policy.text": "Детальніше - {privacyPolicy}.", + "cookies.consent.content-modal.privacy-policy.text": "Детальніше - {privacyPolicy}.", // "cookies.consent.content-modal.title": "Information that we collect", - "cookies.consent.content-modal.title": "Інформація, яку ми збираємо", + "cookies.consent.content-modal.title": "Інформація, яку ми збираємо", // "cookies.consent.app.title.authentication": "Authentication", - "cookies.consent.app.title.authentication": "Увійти", + "cookies.consent.app.title.authentication": "Увійти", // "cookies.consent.app.description.authentication": "Required for signing you in", - "cookies.consent.app.description.authentication": "Необхідно для входу", + "cookies.consent.app.description.authentication": "Необхідно для входу", // "cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Налаштування", // "cookies.consent.app.description.preferences": "Required for saving your preferences", - "cookies.consent.app.description.preferences": "Необхідно для збереження ваших налаштувань", + "cookies.consent.app.description.preferences": "Необхідно для збереження ваших налаштувань", // "cookies.consent.app.title.acknowledgement": "Acknowledgement", "cookies.consent.app.title.acknowledgement": "Підтвердження", @@ -1663,60 +1663,60 @@ "cookies.consent.app.title.google-analytics": "Google Analytics", // "cookies.consent.app.description.google-analytics": "Allows us to track statistical data", - "cookies.consent.app.description.google-analytics": "Дозволяє нам відстежувати статистичні дані", + "cookies.consent.app.description.google-analytics": "Дозволяє нам відстежувати статистичні дані", // "cookies.consent.purpose.functional": "Functional", "cookies.consent.purpose.functional": "Функціональний", // "cookies.consent.purpose.statistical": "Statistical", - "cookies.consent.purpose.statistical": "Статичний", + "cookies.consent.purpose.statistical": "Статичний", // "curation-task.task.checklinks.label": "Check Links in Metadata", - "curation-task.task.checklinks.label": "Перевірте посилання у метаданих", + "curation-task.task.checklinks.label": "Перевірте посилання у метаданих", // "curation-task.task.noop.label": "NOOP", // TODO New key - Add a translation "curation-task.task.noop.label": "NOOP", // "curation-task.task.profileformats.label": "Profile Bitstream Formats", - "curation-task.task.profileformats.label": "Профіль форматів файлів", + "curation-task.task.profileformats.label": "Профіль форматів файлів", // "curation-task.task.requiredmetadata.label": "Check for Required Metadata", - "curation-task.task.requiredmetadata.label": "Перевірте наявність необхідних метаданих", + "curation-task.task.requiredmetadata.label": "Перевірте наявність необхідних метаданих", // "curation-task.task.translate.label": "Microsoft Translator", "curation-task.task.translate.label": "Microsoft Translator", // "curation-task.task.vscan.label": "Virus Scan", - "curation-task.task.vscan.label": "Перевірка на віруси", + "curation-task.task.vscan.label": "Перевірка на віруси", // "curation.form.task-select.label": "Task:", - "curation.form.task-select.label": "Завдання:", + "curation.form.task-select.label": "Завдання:", // "curation.form.submit": "Start", - "curation.form.submit": "Почати", + "curation.form.submit": "Почати", // "curation.form.submit.success.head": "The curation task has been started successfully", - "curation.form.submit.success.head": "Завдання успішно розпочате", + "curation.form.submit.success.head": "Завдання успішно розпочате", // "curation.form.submit.success.content": "You will be redirected to the corresponding process page.", - "curation.form.submit.success.content": "Ви будете перенаправлені на сторінку відповідного процесу.", + "curation.form.submit.success.content": "Ви будете перенаправлені на сторінку відповідного процесу.", // "curation.form.submit.error.head": "Running the curation task failed", - "curation.form.submit.error.head": "Не вдалося виконати завдання", + "curation.form.submit.error.head": "Не вдалося виконати завдання", // "curation.form.submit.error.content": "An error occured when trying to start the curation task.", - "curation.form.submit.error.content": "Виникла помилка при спробі розпочати завдання.", + "curation.form.submit.error.content": "Виникла помилка при спробі розпочати завдання.", // "curation.form.handle.label": "Handle:", "curation.form.handle.label": "Handle:", // "curation.form.handle.hint": "Hint: Enter [your-handle-prefix]/0 to run a task across entire site (not all tasks may support this capability)", - "curation.form.handle.hint": "Підказка: Введіть [your-handle-prefix]/0 для запуску завдання на весь сайт (не всі види завдань це підтримують)", + "curation.form.handle.hint": "Підказка: Введіть [your-handle-prefix]/0 для запуску завдання на весь сайт (не всі види завдань це підтримують)", @@ -1724,7 +1724,7 @@ "dso-selector.create.collection.head": "Нове зібрання", // "dso-selector.create.collection.sub-level": "Create a new collection in", - "dso-selector.create.collection.sub-level": "Створити нове зібрання в", + "dso-selector.create.collection.sub-level": "Створити нове зібрання в", // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "Новий фонд", @@ -1755,7 +1755,7 @@ "dso-selector.edit.item.head": "Редагувати документ", // "dso-selector.export-metadata.dspaceobject.head": "Export metadata from", - "dso-selector.export-metadata.dspaceobject.head": "Експорт метаданих з", + "dso-selector.export-metadata.dspaceobject.head": "Експорт метаданих з", // "dso-selector.no-results": "No {{ type }} found", "dso-selector.no-results": "{{ type }} не знайдено", @@ -1766,28 +1766,28 @@ // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", - "confirmation-modal.export-metadata.header": "Експорт метаданих для {{ dsoName }}", + "confirmation-modal.export-metadata.header": "Експорт метаданих для {{ dsoName }}", // "confirmation-modal.export-metadata.info": "Are you sure you want to export metadata for {{ dsoName }}", - "confirmation-modal.export-metadata.info": "Ви впевнені, що хочете експортувати метадані для {{ dsoName }}?", + "confirmation-modal.export-metadata.info": "Ви впевнені, що хочете експортувати метадані для {{ dsoName }}?", // "confirmation-modal.export-metadata.cancel": "Cancel", - "confirmation-modal.export-metadata.cancel": "Скасувати", + "confirmation-modal.export-metadata.cancel": "Скасувати", // "confirmation-modal.export-metadata.confirm": "Export", - "confirmation-modal.export-metadata.confirm": "Скасувати", + "confirmation-modal.export-metadata.confirm": "Скасувати", // "confirmation-modal.delete-eperson.header": "Delete EPerson \"{{ dsoName }}\"", "confirmation-modal.delete-eperson.header": "Видалити користувача \"{{ dsoName }}\"", // "confirmation-modal.delete-eperson.info": "Are you sure you want to delete EPerson \"{{ dsoName }}\"", - "confirmation-modal.delete-eperson.info": "Ви впевнені, що хочете видалити користувача \"{{ dsoName }}\"?", + "confirmation-modal.delete-eperson.info": "Ви впевнені, що хочете видалити користувача \"{{ dsoName }}\"?", // "confirmation-modal.delete-eperson.cancel": "Cancel", "confirmation-modal.delete-eperson.cancel": "Скасувати", // "confirmation-modal.delete-eperson.confirm": "Delete", - "confirmation-modal.delete-eperson.confirm": "Видалити", + "confirmation-modal.delete-eperson.confirm": "Видалити", // "error.bitstream": "Error fetching bitstream", @@ -1865,13 +1865,13 @@ "footer.link.lyrasis": "LYRASIS", // "footer.link.cookies": "Cookie settings", - "footer.link.cookies": "Налаштування куків", + "footer.link.cookies": "Налаштування куків", // "footer.link.privacy-policy": "Privacy policy", - "footer.link.privacy-policy": "Політика приватності", + "footer.link.privacy-policy": "Політика приватності", // "footer.link.end-user-agreement":"End User Agreement", - "footer.link.end-user-agreement":"Угода користувача", + "footer.link.end-user-agreement": "Угода користувача", @@ -1882,28 +1882,28 @@ "forgot-email.form.info": "Зареєструйтесь для отримання повідомлень про нові надходження та отримайте можливість вносити документи.", // "forgot-email.form.email": "Email Address *", - "forgot-email.form.email": "Email *", + "forgot-email.form.email": "Email *", // "forgot-email.form.email.error.required": "Please fill in an email address", "forgot-email.form.email.error.required": "Введіть email", // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - "forgot-email.form.email.error.pattern": "Ви повинні ввести правильний email", + "forgot-email.form.email.error.pattern": "Ви повинні ввести правильний email", // "forgot-email.form.email.hint": "This address will be verified and used as your login name.", "forgot-email.form.email.hint": "Ми провіримо цей email. Використовуйте його для входу у репозитарій", // "forgot-email.form.submit": "Submit", - "forgot-email.form.submit": "Надіслати", + "forgot-email.form.submit": "Надіслати", // "forgot-email.form.success.head": "Verification email sent", - "forgot-email.form.success.head": "На Ваш email було надіслане повідомлення", + "forgot-email.form.success.head": "На Ваш email було надіслане повідомлення", // "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - "forgot-email.form.success.content": "На {{ email }} було надіслане повідомлення, що містить спеціальне посилання та подальші інструкції.", + "forgot-email.form.success.content": "На {{ email }} було надіслане повідомлення, що містить спеціальне посилання та подальші інструкції.", // "forgot-email.form.error.head": "Error when trying to register email", - "forgot-email.form.error.head": "Виникла помилка при реєстрації email", + "forgot-email.form.error.head": "Виникла помилка при реєстрації email", // "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", "forgot-email.form.error.content": "Виникла помилка при реєстрації email: {{ email }}", @@ -1911,31 +1911,31 @@ // "forgot-password.title": "Forgot Password", - "forgot-password.title": "Забули пароль?", + "forgot-password.title": "Забули пароль?", // "forgot-password.form.head": "Forgot Password", "forgot-password.form.head": "Забули пароль?", // "forgot-password.form.info": "Enter a new password in the box below, and confirm it by typing it again into the second box. It should be at least six characters long.", - "forgot-password.form.info": "Введіть новий пароль у поле нижче та підтвердьте його, ввівши його ще раз у друге поле. Він має містити щонайменше 6 символів.", + "forgot-password.form.info": "Введіть новий пароль у поле нижче та підтвердьте його, ввівши його ще раз у друге поле. Він має містити щонайменше 6 символів.", // "forgot-password.form.card.security": "Security", - "forgot-password.form.card.security": "Безпека", + "forgot-password.form.card.security": "Безпека", // "forgot-password.form.identification.header": "Identify", - "forgot-password.form.identification.header": "Ідентифікація", + "forgot-password.form.identification.header": "Ідентифікація", // "forgot-password.form.identification.email": "Email address: ", "forgot-password.form.identification.email": "Email: ", // "forgot-password.form.label.password": "Password", - "forgot-password.form.label.password": "Пароль", + "forgot-password.form.label.password": "Пароль", // "forgot-password.form.label.passwordrepeat": "Retype to confirm", - "forgot-password.form.label.passwordrepeat": "Введіть ще раз для підтвердження", + "forgot-password.form.label.passwordrepeat": "Введіть ще раз для підтвердження", // "forgot-password.form.error.empty-password": "Please enter a password in the box below.", - "forgot-password.form.error.empty-password": "Введіть пароль у поле нижче.", + "forgot-password.form.error.empty-password": "Введіть пароль у поле нижче.", // "forgot-password.form.error.matching-passwords": "The passwords do not match.", "forgot-password.form.error.matching-passwords": "Паролі не співпадають.", @@ -1944,16 +1944,16 @@ "forgot-password.form.error.password-length": "Довжина пароля повинна становити не менше 6 символів.", // "forgot-password.form.notification.error.title": "Error when trying to submit new password", - "forgot-password.form.notification.error.title": "Виникла помилка при реєстрації нового пароля", + "forgot-password.form.notification.error.title": "Виникла помилка при реєстрації нового пароля", // "forgot-password.form.notification.success.content": "The password reset was successful. You have been logged in as the created user.", - "forgot-password.form.notification.success.content": "Пароль успішно скинуто. Ви увійшли під щойно створеним користувачем.", + "forgot-password.form.notification.success.content": "Пароль успішно скинуто. Ви увійшли під щойно створеним користувачем.", // "forgot-password.form.notification.success.title": "Password reset completed", - "forgot-password.form.notification.success.title": "Пароль скинуто успішно", + "forgot-password.form.notification.success.title": "Пароль скинуто успішно", // "forgot-password.form.submit": "Submit password", - "forgot-password.form.submit": "Надіслати пароль", + "forgot-password.form.submit": "Надіслати пароль", @@ -2027,7 +2027,7 @@ "form.search": "Пошук", // "form.search-help": "Click here to look for an existing correspondence", - "form.search-help": "Клацніть тут, щоб знайти наявне листування", + "form.search-help": "Клацніть тут, щоб знайти наявне листування", // "form.submit": "Submit", "form.submit": "Надіслати", @@ -2038,7 +2038,7 @@ "home.description": "", // "home.breadcrumbs": "Home", - "home.breadcrumbs": "Головна", + "home.breadcrumbs": "Головна", // "home.title": "DSpace Angular :: Home", // TODO Change univer name @@ -2059,55 +2059,55 @@ "info.end-user-agreement.accept.error": "Виникла помилки при при фіксуванні Вашої згоди на користувацьку угоду", // "info.end-user-agreement.accept.success": "Successfully updated the End User Agreement", - "info.end-user-agreement.accept.success": "Користувацьку угоду успішно оновлено", + "info.end-user-agreement.accept.success": "Користувацьку угоду успішно оновлено", // "info.end-user-agreement.breadcrumbs": "End User Agreement", - "info.end-user-agreement.breadcrumbs": "Користувацька угода", + "info.end-user-agreement.breadcrumbs": "Користувацька угода", // "info.end-user-agreement.buttons.cancel": "Cancel", "info.end-user-agreement.buttons.cancel": "Відмінити", // "info.end-user-agreement.buttons.save": "Save", - "info.end-user-agreement.buttons.save": "Зберегти", + "info.end-user-agreement.buttons.save": "Зберегти", // "info.end-user-agreement.head": "End User Agreement", - "info.end-user-agreement.head": "Користувацька угода", + "info.end-user-agreement.head": "Користувацька угода", // "info.end-user-agreement.title": "End User Agreement", - "info.end-user-agreement.title": "Користувацька угода", + "info.end-user-agreement.title": "Користувацька угода", // "info.privacy.breadcrumbs": "Privacy Statement", - "info.privacy.breadcrumbs": "Заява про конфіденційність", + "info.privacy.breadcrumbs": "Заява про конфіденційність", // "info.privacy.head": "Privacy Statement", - "info.privacy.head": "Заява про конфіденційність", + "info.privacy.head": "Заява про конфіденційність", // "info.privacy.title": "Privacy Statement", - "info.privacy.title": "Заява про конфіденційність", + "info.privacy.title": "Заява про конфіденційність", // "item.alerts.private": "This item is private", - "item.alerts.private": "Доступ до документа закритий", + "item.alerts.private": "Доступ до документа закритий", // "item.alerts.withdrawn": "This item has been withdrawn", - "item.alerts.withdrawn": "Цей документ було вилучено", + "item.alerts.withdrawn": "Цей документ було вилучено", // "item.edit.authorizations.heading": "With this editor you can view and alter the policies of an item, plus alter policies of individual item components: bundles and bitstreams. Briefly, an item is a container of bundles, and bundles are containers of bitstreams. Containers usually have ADD/REMOVE/READ/WRITE policies, while bitstreams only have READ/WRITE policies.", - "item.edit.authorizations.heading": "За допомогою цього редактора ви можете переглядати та змінювати політики документа, а також змінювати політики окремих компонентів документа. Документ — це множина пакетів, а пакети — це множина файлів. Контейнери зазвичай мають політики ADD/REMOVE/READ/WRITE, тоді як файли мають лише політики READ/WRITE.", + "item.edit.authorizations.heading": "За допомогою цього редактора ви можете переглядати та змінювати політики документа, а також змінювати політики окремих компонентів документа. Документ — це множина пакетів, а пакети — це множина файлів. Контейнери зазвичай мають політики ADD/REMOVE/READ/WRITE, тоді як файли мають лише політики READ/WRITE.", // "item.edit.authorizations.title": "Edit item's Policies", - "item.edit.authorizations.title": "Редагувати політики документа", + "item.edit.authorizations.title": "Редагувати політики документа", // "item.badge.private": "Private", - "item.badge.private": "Приватне", + "item.badge.private": "Приватне", // "item.badge.withdrawn": "Withdrawn", - "item.badge.withdrawn": "Вилучено", + "item.badge.withdrawn": "Вилучено", @@ -2120,7 +2120,7 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Створити контейнер файлів", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", "item.bitstreams.upload.bundles.empty": "Цей документ не містить контейнеру файлів, щоб завантажити файл.", // "item.bitstreams.upload.cancel": "Cancel", @@ -2264,10 +2264,10 @@ // "item.edit.tabs.mapper.head": "Collection Mapper", - "item.edit.tabs.mapper.head": "Карта зібрання", + "item.edit.tabs.mapper.head": "Карта зібрання", // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", - "item.edit.tabs.item-mapper.title": "Редагування документа - карта зібрання", + "item.edit.tabs.item-mapper.title": "Редагування документа - карта зібрання", // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "Карта документа до вибраного зібрання", @@ -2341,7 +2341,7 @@ "item.edit.metadata.edit.buttons.unedit": "Зупинити редагування", // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", - "item.edit.metadata.empty": "Документ не містить жодних метаданих. Клікніть Додати щоб почати додавати метадані.", + "item.edit.metadata.empty": "Документ не містить жодних метаданих. Клікніть Додати щоб почати додавати метадані.", // "item.edit.metadata.headers.edit": "Edit", "item.edit.metadata.headers.edit": "Редагувати", @@ -2503,7 +2503,7 @@ "item.edit.relationships.discard-button": "Відмінити", // "item.edit.relationships.edit.buttons.add": "Add", - "item.edit.relationships.edit.buttons.add": "Додати", + "item.edit.relationships.edit.buttons.add": "Додати", // "item.edit.relationships.edit.buttons.remove": "Remove", "item.edit.relationships.edit.buttons.remove": "Видалити", @@ -2557,7 +2557,7 @@ "item.edit.tabs.curate.head": "Curate", // "item.edit.tabs.curate.title": "Item Edit - Curate", - // TODO translate + // TODO translate "item.edit.tabs.curate.title": "Редагування документа - Curate", // "item.edit.tabs.metadata.head": "Metadata", @@ -2679,28 +2679,25 @@ // "item.listelement.badge": "Item", - "item.listelement.badge": "Документ", + "item.listelement.badge": "Документ", // "item.page.description": "Description", - "item.page.description": "Опис", - - // "item.page.edit": "Edit this item", - "item.page.edit": "Редагувати цей документ", + "item.page.description": "Опис", // "item.page.journal-issn": "Journal ISSN", - "item.page.journal-issn": "Номер ISSN", + "item.page.journal-issn": "Номер ISSN", // "item.page.journal-title": "Journal Title", - "item.page.journal-title": "Назва журналу", + "item.page.journal-title": "Назва журналу", // "item.page.publisher": "Publisher", - "item.page.publisher": "Видавець", + "item.page.publisher": "Видавець", // "item.page.titleprefix": "Item: ", - "item.page.titleprefix": "Документ: ", + "item.page.titleprefix": "Документ: ", // "item.page.volume-title": "Volume Title", - "item.page.volume-title": "Назва тому", + "item.page.volume-title": "Назва тому", // "item.search.results.head": "Результат пошуку за документами", "item.search.results.head": "Результат пошуку за документами", @@ -2726,7 +2723,7 @@ "item.page.date": "Дата", // "item.page.edit": "Edit this item", - "item.page.edit": "Редагувати цей документ", + "item.page.edit": "Редагувати цей документ", // "item.page.files": "Files", "item.page.files": "Файли", @@ -2783,49 +2780,49 @@ "item.page.uri": "URI", // "item.page.bitstreams.view-more": "Show more", - "item.page.bitstreams.view-more": "Показати більше", + "item.page.bitstreams.view-more": "Показати більше", // "item.page.bitstreams.collapse": "Collapse", - "item.page.bitstreams.collapse": "Згорнути", + "item.page.bitstreams.collapse": "Згорнути", // "item.page.filesection.original.bundle" : "Original bundle", - "item.page.filesection.original.bundle" : "Контейнер файлів", + "item.page.filesection.original.bundle": "Контейнер файлів", // "item.page.filesection.license.bundle" : "License bundle", - "item.page.filesection.license.bundle" : "Ліцензійна угода", + "item.page.filesection.license.bundle": "Ліцензійна угода", // "item.preview.dc.identifier.uri": "Identifier:", - "item.preview.dc.identifier.uri": "Ідентифікатор:", + "item.preview.dc.identifier.uri": "Ідентифікатор:", // "item.preview.dc.contributor.author": "Authors:", - "item.preview.dc.contributor.author": "Автори:", + "item.preview.dc.contributor.author": "Автори:", // "item.preview.dc.date.issued": "Published date:", - "item.preview.dc.date.issued": "Дата публікації:", + "item.preview.dc.date.issued": "Дата публікації:", // "item.preview.dc.description.abstract": "Abstract:", - "item.preview.dc.description.abstract": "Анотація:", + "item.preview.dc.description.abstract": "Анотація:", // "item.preview.dc.identifier.other": "Other identifier:", - "item.preview.dc.identifier.other": "Інший ідентифікатор:", + "item.preview.dc.identifier.other": "Інший ідентифікатор:", // "item.preview.dc.language.iso": "Language:", - "item.preview.dc.language.iso": "Мова:", + "item.preview.dc.language.iso": "Мова:", // "item.preview.dc.subject": "Subjects:", - "item.preview.dc.subject": "Ключові слова:", + "item.preview.dc.subject": "Ключові слова:", // "item.preview.dc.title": "Title:", - "item.preview.dc.title": "Назва:", + "item.preview.dc.title": "Назва:", // "item.preview.person.familyName": "Surname:", - "item.preview.person.familyName": "Прізвище:", + "item.preview.person.familyName": "Прізвище:", // "item.preview.person.givenName": "Name:", - "item.preview.person.givenName": "Ім'я:", + "item.preview.person.givenName": "Ім'я:", // "item.preview.person.identifier.orcid": "ORCID:", - "item.preview.person.identifier.orcid": "ORCID:", + "item.preview.person.identifier.orcid": "ORCID:", // "item.select.confirm": "Confirm selected", @@ -2885,7 +2882,7 @@ "journal.page.description": "Опис", // "journal.page.edit": "Edit this item", - "journal.page.edit": "Редагувати цей документ", + "journal.page.edit": "Редагувати цей документ", // "journal.page.editor": "Editor-in-Chief", "journal.page.editor": "Головний редактор", @@ -2914,7 +2911,7 @@ "journalissue.page.description": "Опис", // "journalissue.page.edit": "Edit this item", - "journalissue.page.edit": "Редагувати цей документ", + "journalissue.page.edit": "Редагувати цей документ", // "journalissue.page.issuedate": "Issue Date", "journalissue.page.issuedate": "Дата випуску", @@ -2943,7 +2940,7 @@ "journalvolume.page.description": "Опис", // "journalvolume.page.edit": "Edit this item", - + "journalvolume.page.edit": "Редагувати цей документ", // "journalvolume.page.issuedate": "Issue Date", @@ -3226,7 +3223,7 @@ "menu.section.new_item_version": "Версія документа", // "menu.section.new_process": "Process", - + "menu.section.new_process": "Процес", @@ -3295,7 +3292,7 @@ // "menu.section.workflow": "Administer Workflow", - + "menu.section.workflow": "Керування процесу подачі документа", @@ -3303,7 +3300,7 @@ "mydspace.description": "", // "mydspace.general.text-here": "here", - + "mydspace.general.text-here": "тут", // "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", @@ -3349,7 +3346,7 @@ "mydspace.new-submission": "Надійшли нові документи", // "mydspace.new-submission-external": "Import metadata from external source", - + "mydspace.new-submission-external": "Імпортувати метадані зі зовнішнього джерела", // "mydspace.new-submission-external-short": "Import metadata", @@ -3415,7 +3412,7 @@ "mydspace.upload.upload-failed-manyentries": "Файл неможливо опрацювати. Виявлено забагато звернень, але дозволено лише одне для файлу..", // "mydspace.upload.upload-failed-moreonefile": "Unprocessable request. Only one file is allowed.", - + "mydspace.upload.upload-failed-moreonefile": "Запит неможливо працювати. Дозволений тільки один файл", // "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", @@ -3507,14 +3504,14 @@ "person.listelement.badge": "Користувач", // "person.listelement.no-title": "No name found", - + "person.listelement.no-title": "Ім'я не знайдено", // "person.page.birthdate": "Birth Date", "person.page.birthdate": "Дата народження", // "person.page.edit": "Edit this item", - + "person.page.edit": "Редагувати документ", // "person.page.email": "Email Address", @@ -3550,7 +3547,7 @@ // "process.new.select-parameters": "Parameters", - "process.new.select-parameters": "Параметри", + "process.new.select-parameters": "Параметри", // "process.new.cancel": "Cancel", "process.new.cancel": "Відмінити", @@ -3574,16 +3571,16 @@ "process.new.parameter.file.required": "Виберіть файл", // "process.new.parameter.string.required": "Parameter value is required", - "process.new.parameter.string.required": "Цей параметр є обв'язковим", + "process.new.parameter.string.required": "Цей параметр є обв'язковим", // "process.new.parameter.type.value": "value", - "process.new.parameter.type.value": "значення", + "process.new.parameter.type.value": "значення", // "process.new.parameter.type.file": "file", - "process.new.parameter.type.file": "файл", + "process.new.parameter.type.file": "файл", // "process.new.parameter.required.missing": "The following parameters are required but still missing:", - "process.new.parameter.required.missing": "Наступні параметри є обов’язковими, але все ще відсутні:", + "process.new.parameter.required.missing": "Наступні параметри є обов’язковими, але все ще відсутні:", // "process.new.notification.success.title": "Success", "process.new.notification.success.title": "Успіх", @@ -3592,7 +3589,7 @@ "process.new.notification.success.content": "Процес успішно запущено", // "process.new.notification.error.title": "Error", - "process.new.notification.error.title": "Виникла якась помилка, бодай би вона скисла", + "process.new.notification.error.title": "Виникла якась помилка, бодай би вона скисла", // "process.new.notification.error.content": "An error occurred while creating this process", "process.new.notification.error.content": "Виникла помилка при створенні процесу", @@ -3604,21 +3601,21 @@ "process.new.title": "Створити новий процес", // "process.new.breadcrumbs": "Create a new process", - "process.new.breadcrumbs": "Створити новий процес", + "process.new.breadcrumbs": "Створити новий процес", // "process.detail.arguments" : "Arguments", - "process.detail.arguments" : "Аргументи", + "process.detail.arguments": "Аргументи", // "process.detail.arguments.empty" : "This process doesn't contain any arguments", - "process.detail.arguments.empty" : "Процес не містить жодних аргументів", + "process.detail.arguments.empty": "Процес не містить жодних аргументів", // "process.detail.back" : "Back", - "process.detail.back" : "Повернутись", + "process.detail.back": "Повернутись", // "process.detail.output" : "Process Output", - "process.detail.output" : "Прооцес завершено", + "process.detail.output": "Прооцес завершено", // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Отримати вихідні дані процесу", @@ -3630,48 +3627,48 @@ "process.detail.logs.none": "Процес не генерує вихідних даних", // "process.detail.output-files" : "Output Files", - "process.detail.output-files" : "Вихідні файли", + "process.detail.output-files": "Вихідні файли", // "process.detail.output-files.empty" : "This process doesn't contain any output files", - "process.detail.output-files.empty" : "Процес не містить жодних вихдних файлів", + "process.detail.output-files.empty": "Процес не містить жодних вихдних файлів", // "process.detail.script" : "Script", - "process.detail.script" : "Скрипт", + "process.detail.script": "Скрипт", // "process.detail.title" : "Process: {{ id }} - {{ name }}", - "process.detail.title" : "Процеси: {{ id }} - {{ name }}", + "process.detail.title": "Процеси: {{ id }} - {{ name }}", // "process.detail.start-time" : "Start time", - "process.detail.start-time" : "Дата старту", + "process.detail.start-time": "Дата старту", // "process.detail.end-time" : "Finish time", - "process.detail.end-time" : "Дата завершення", + "process.detail.end-time": "Дата завершення", // "process.detail.status" : "Status", - "process.detail.status" : "Статус", + "process.detail.status": "Статус", // "process.detail.create" : "Create similar process", - "process.detail.create" : "Створіть аналогічний процес", + "process.detail.create": "Створіть аналогічний процес", // "process.overview.table.finish" : "Finish time", - "process.overview.table.finish" : "Дата завершення", + "process.overview.table.finish": "Дата завершення", // "process.overview.table.id" : "Process ID", - "process.overview.table.id" : "ID процесу", + "process.overview.table.id": "ID процесу", // "process.overview.table.name" : "Name", - "process.overview.table.name" : "Назва", + "process.overview.table.name": "Назва", // "process.overview.table.start" : "Start time", - "process.overview.table.start" : "Дата старту", + "process.overview.table.start": "Дата старту", // "process.overview.table.status" : "Status", - "process.overview.table.status" : "Статус", + "process.overview.table.status": "Статус", // "process.overview.table.user" : "User", - "process.overview.table.user" : "Користувач", + "process.overview.table.user": "Користувач", // "process.overview.title": "Processes Overview", "process.overview.title": "Огляд процесів", @@ -3859,7 +3856,7 @@ "register-page.create-profile.identification.last-name": "Прізвище *", // "register-page.create-profile.identification.last-name.error": "Please fill in a Last Name", - + "register-page.create-profile.identification.last-name.error": "Заповніть поле прізвища", // "register-page.create-profile.identification.contact": "Contact Telephone", @@ -3867,7 +3864,7 @@ "register-page.create-profile.identification.contact": "Номер телефону", // "register-page.create-profile.identification.language": "Language", - + "register-page.create-profile.identification.language": "Мова", // "register-page.create-profile.security.header": "Security", @@ -3903,7 +3900,7 @@ "register-page.create-profile.submit": "Повна реєстрація", // "register-page.create-profile.submit.error.content": "Something went wrong while registering a new user.", - + "register-page.create-profile.submit.error.content": "Щось пішло не так при реєстрації нового користувача.", // "register-page.create-profile.submit.error.head": "Registration failed", @@ -3924,7 +3921,7 @@ "register-page.registration.header": "Реєстрація нового користувача", // "register-page.registration.info": "Register an account to subscribe to collections for email updates, and submit new items to DSpace.", - + "register-page.registration.info": "Зареєструйтесь для отримання сповіщень про нові надходження та отримайте можливіть надсилати нові документи у репозиторій.", // "register-page.registration.email": "Email Address *", @@ -3940,15 +3937,15 @@ "register-page.registration.email.error.pattern": "Введіть правильну емейл адресу", // "register-page.registration.email.hint": "This address will be verified and used as your login name.", - + "register-page.registration.email.hint": "Використовуйие цю адресу щоб увійти у репозиторій. Але перед тим вона буде перевірена", // "register-page.registration.submit": "Register", - + "register-page.registration.submit": "Реєстрація", // "register-page.registration.success.head": "Verification email sent", - + "register-page.registration.success.head": "email для підтвердження Вам надіслано", // "register-page.registration.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", @@ -3960,7 +3957,7 @@ "register-page.registration.error.head": "Виникла помилка при реєстрації email", // "register-page.registration.error.content": "An error occured when registering the following email address: {{ email }}", - + "register-page.registration.error.content": "Виникла помилка при реєстрації email: {{ email }}", @@ -4027,7 +4024,7 @@ // "resource-policies.add.button": "Add", - + "resource-policies.add.button": "Додати", // "resource-policies.add.for.": "Add a new policy", @@ -4035,11 +4032,11 @@ "resource-policies.add.for.": "Додати нову політику", // "resource-policies.add.for.bitstream": "Add a new Bitstream policy", - + "resource-policies.add.for.bitstream": "Додати нову політику для файлу", // "resource-policies.add.for.bundle": "Add a new Bundle policy", - + "resource-policies.add.for.bundle": "AДодати нову політику для контейнеру файлів", // "resource-policies.add.for.item": "Add a new Item policy", @@ -4051,7 +4048,7 @@ "resource-policies.add.for.community": "Додати нову політику для фонду", // "resource-policies.add.for.collection": "Add a new Collection policy", - + "resource-policies.add.for.collection": "Додати нову політику для зібрання", // "resource-policies.create.page.heading": "Create new resource policy for ", @@ -4059,7 +4056,7 @@ "resource-policies.create.page.heading": "Створити нову ресурсну політику для ", // "resource-policies.create.page.failure.content": "An error occurred while creating the resource policy.", - + "resource-policies.create.page.failure.content": "Виникла помилка при створенні ресурсної політики.", // "resource-policies.create.page.success.content": "Operation successful", @@ -4103,7 +4100,7 @@ "resource-policies.edit.page.title": "Редагувати ресурсну політику", // "resource-policies.form.action-type.label": "Select the action type", - + "resource-policies.form.action-type.label": "Виберіть тип дії", // "resource-policies.form.action-type.required": "You must select the resource policy action.", @@ -4111,11 +4108,11 @@ "resource-policies.form.action-type.required": "Ви повинні вибрати дію політики ресурсів.", // "resource-policies.form.eperson-group-list.label": "The eperson or group that will be granted the permission", - + "resource-policies.form.eperson-group-list.label": "Особа чи група, якій буде надано дозвіл", // "resource-policies.form.eperson-group-list.select.btn": "Select", - + "resource-policies.form.eperson-group-list.select.btn": "Вибрати", // "resource-policies.form.eperson-group-list.tab.eperson": "Search for a ePerson", @@ -4127,7 +4124,7 @@ "resource-policies.form.eperson-group-list.tab.group": "Шукати групу", // "resource-policies.form.eperson-group-list.table.headers.action": "Action", - + "resource-policies.form.eperson-group-list.table.headers.action": "Дія", // "resource-policies.form.eperson-group-list.table.headers.id": "ID", @@ -4139,7 +4136,7 @@ "resource-policies.form.eperson-group-list.table.headers.name": "Назва", // "resource-policies.form.date.end.label": "End Date", - + "resource-policies.form.date.end.label": "Кінцева дата", // "resource-policies.form.date.start.label": "Start Date", @@ -4203,15 +4200,15 @@ "resource-policies.table.headers.name": "Назва", // "resource-policies.table.headers.policyType": "type", - + "resource-policies.table.headers.policyType": "Тип", // "resource-policies.table.headers.title.for.bitstream": "Policies for Bitstream", - + "resource-policies.table.headers.title.for.bitstream": "Політики для файла", // "resource-policies.table.headers.title.for.bundle": "Policies for Bundle", - + "resource-policies.table.headers.title.for.bundle": "Політики для контейнера файлів", // "resource-policies.table.headers.title.for.item": "Policies for Item", @@ -4223,7 +4220,7 @@ "resource-policies.table.headers.title.for.community": "Політики для фонду", // "resource-policies.table.headers.title.for.collection": "Policies for Collection", - + "resource-policies.table.headers.title.for.collection": "Політики для зібрання", @@ -4524,11 +4521,11 @@ // "sorting.ASC": "Ascending", - + "sorting.ASC": "У порядку збільшення", // "sorting.DESC": "Descending", - + "sorting.DESC": "У порядку зменшення", // "sorting.dc.title.ASC": "Title Ascending", @@ -4543,35 +4540,35 @@ // "statistics.title": "Statistics", - + "statistics.title": "Статистика", // "statistics.header": "Statistics for {{ scope }}", - + "statistics.header": "Статистика для {{ scope }}", // "statistics.breadcrumbs": "Statistics", - + "statistics.breadcrumbs": "Статистика", // "statistics.page.no-data": "No data available", - + "statistics.page.no-data": "Дані відсутні", // "statistics.table.no-data": "No data available", - + "statistics.table.no-data": "Дані відсутні", // "statistics.table.title.TotalVisits": "Total visits", - + "statistics.table.title.TotalVisits": "Всього відвідувань", // "statistics.table.title.TotalVisitsPerMonth": "Total visits per month", - + "statistics.table.title.TotalVisitsPerMonth": "Всього відвідувань за місяць", // "statistics.table.title.TotalDownloads": "File Visits", - + "statistics.table.title.TotalDownloads": "Скачувань файлів", // "statistics.table.title.TopCountries": "Top country views", @@ -4579,7 +4576,7 @@ "statistics.table.title.TopCountries": "Топ за країнами", // "statistics.table.title.TopCities": "Top city views", - + "statistics.table.title.TopCities": "Топ за містами", // "statistics.table.header.views": "Views", @@ -4620,7 +4617,7 @@ // "submission.import-external.page.title": "Import metadata from an external source", - + "submission.import-external.page.title": "Імпортувати метадані із зовнішніх джерел", // "submission.import-external.title": "Import metadata from an external source", @@ -4628,7 +4625,7 @@ "submission.import-external.title": "Імпортувати метадані із зовнішніх джерел", // "submission.import-external.page.hint": "Enter a query above to find items from the web to import in to DSpace.", - + "submission.import-external.page.hint": "Введіть запит вище, щоб знайти елементи з Інтернету для імпорту в репозиторій", // "submission.import-external.back-to-my-dspace": "Back to MyDSpace", @@ -4636,15 +4633,15 @@ "submission.import-external.back-to-my-dspace": "Повернутись до репозиторію", // "submission.import-external.search.placeholder": "Search the external source", - + "submission.import-external.search.placeholder": "Шукати зовнішнє джерело даних", // "submission.import-external.search.button": "Search", - + "submission.import-external.search.button": "Пошук", // "submission.import-external.search.button.hint": "Write some words to search", - + "submission.import-external.search.button.hint": "Напишіть ключові слова для пошуку", // "submission.import-external.search.source.hint": "Pick an external source", @@ -4652,7 +4649,7 @@ "submission.import-external.search.source.hint": "Виберіть зовнішнє джерело даних", // "submission.import-external.source.arxiv": "arXiv", - + "submission.import-external.source.arxiv": "arXiv", // "submission.import-external.source.loading": "Loading ...", @@ -4727,7 +4724,7 @@ "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.local-entity": "Локального автора успішно додано до вибраних", // "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Successfully imported and added external author to the selection", - + "submission.sections.describe.relationship-lookup.external-source.import-modal.isAuthorOfPublication.added.new-entity": "Локального автора успішно імпортовано та додано до вибраних", // "submission.sections.describe.relationship-lookup.external-source.import-modal.authority": "Authority", @@ -4761,7 +4758,7 @@ "submission.sections.describe.relationship-lookup.external-source.import-modal.head.sherpaPublisher": "Імпортувати з Sherpa видання", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Importing from PubMed", - + "submission.sections.describe.relationship-lookup.external-source.import-modal.head.pubmed": "Імпортувати з PubMed", // "submission.sections.describe.relationship-lookup.external-source.import-modal.head.arxiv": "Importing from arXiv", @@ -4869,7 +4866,7 @@ // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Локальні томи видань ({{ count }})", - + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Local Journal Volumes ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalVolume": "Локальні томи видань({{ count }})", @@ -4912,15 +4909,15 @@ // "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Journal Issues", "submission.sections.describe.relationship-lookup.title.isJournalIssueOfPublication": "Випуски видання", - - // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", + + // "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Випуски видання", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Томи видання", - + // "submission.sections.describe.relationship-lookup.title.JournalVolume": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.JournalVolume": "Томи видання", @@ -4936,7 +4933,7 @@ // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Funding Agency", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfPublication": "Фінансова агенція", - + // "submission.sections.describe.relationship-lookup.title.Project": "Projects", "submission.sections.describe.relationship-lookup.title.Project": "Проекти", @@ -4992,13 +4989,13 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Вибрані томи видання", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Selected Projects", "submission.sections.describe.relationship-lookup.selection-tab.title.Project": "Вибрані проекти", // "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Selected Publications", - + "submission.sections.describe.relationship-lookup.selection-tab.title.Publication": "Вибрані публікації", // "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Selected Authors", @@ -5006,41 +5003,41 @@ "submission.sections.describe.relationship-lookup.selection-tab.title.Person": "Вибрані автори", // "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Selected Organizational Units", - + "submission.sections.describe.relationship-lookup.selection-tab.title.OrgUnit": "Вибрані структурні одиниці", // "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Selected Data Packages", - + "submission.sections.describe.relationship-lookup.selection-tab.title.DataPackage": "Вибрані пакети даних", // "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "Selected Data Files", - + "submission.sections.describe.relationship-lookup.selection-tab.title.DataFile": "ВИбрані файли даних", // "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Selected Journals", "submission.sections.describe.relationship-lookup.selection-tab.title.Journal": "Вибрані видання", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Selected Issue", - + "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalIssueOfPublication": "Вибрані випуски", // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Selected Journal Volume", - + "submission.sections.describe.relationship-lookup.selection-tab.title.JournalVolume": "Вибрані томи видання", // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Selected Funding Agency", - + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingAgencyOfPublication": "Вибрана фінансова агенція", // "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Selected Funding", - + "submission.sections.describe.relationship-lookup.selection-tab.title.isFundingOfPublication": "Вибране фінансування", - + // "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Selected Issue", "submission.sections.describe.relationship-lookup.selection-tab.title.JournalIssue": "Вибрані випуски", // "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Selected Organizational Unit", - + "submission.sections.describe.relationship-lookup.selection-tab.title.isChildOrgUnitOf": "Вибрані структурні одиниці", // "submission.sections.describe.relationship-lookup.selection-tab.title.sherpaJournal": "Search Results", @@ -5053,21 +5050,21 @@ "submission.sections.describe.relationship-lookup.selection-tab.title.orcid": "Результати пошуку", // "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Search Results", - + "submission.sections.describe.relationship-lookup.selection-tab.title.orcidv2": "Результати пошуку", // "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.lcname": "Результати пошуку", // "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Search Results", - + "submission.sections.describe.relationship-lookup.selection-tab.title.pubmed": "Результати пошуку", // "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Search Results", - + "submission.sections.describe.relationship-lookup.selection-tab.title.arxiv": "Результати пошуку", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Чи бажаєте ви зберегти \"{{ value }}\" як варіант імені для цього користувача, щоб ви та інші могли повторно використовувати його для майбутніх надсилань? Якщо ви цього не зробите, ви можете використовувати його для цього надсилання.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -5077,31 +5074,31 @@ "submission.sections.describe.relationship-lookup.name-variant.notification.decline": "Використовуйте тільки для даного надсилання документів", // "submission.sections.ccLicense.type": "License Type", - + "submission.sections.ccLicense.type": "Тип ліцензії", // "submission.sections.ccLicense.select": "Select a license type…", - + "submission.sections.ccLicense.select": "Биберіть тип ліцензії…", // "submission.sections.ccLicense.change": "Change your license type…", - + "submission.sections.ccLicense.change": "Змініть тип ліцензії…", // "submission.sections.ccLicense.none": "No licenses available", - + "submission.sections.ccLicense.none": "Нема ліцензії", // "submission.sections.ccLicense.option.select": "Select an option…", - + "submission.sections.ccLicense.option.select": "Виберіть опцію…", // "submission.sections.ccLicense.link": "You’ve selected the following license:", - + "submission.sections.ccLicense.link": "Ви вибрали ліцензію:", // "submission.sections.ccLicense.confirmation": "I grant the license above", - + "submission.sections.ccLicense.confirmation": "Я даю згоду на цю ліцензію", // "submission.sections.general.add-more": "Add more", @@ -5197,10 +5194,10 @@ "submission.sections.upload.form.access-condition-label": "Умови доступу", // "submission.sections.upload.form.date-required": "Date is required.", - "submission.sections.upload.form.date-required": "Поле дати є обов\'язковим для заповнення.", + "submission.sections.upload.form.date-required": "Поле дати є обов'язковим для заповнення.", // "submission.sections.upload.form.from-label": "Grant access from", - + "submission.sections.upload.form.from-label": "Надати доступ з", // "submission.sections.upload.form.from-placeholder": "From", @@ -5210,10 +5207,10 @@ "submission.sections.upload.form.group-label": "Група", // "submission.sections.upload.form.group-required": "Group is required.", - "submission.sections.upload.form.group-required": "Група є обов\'язковою.", + "submission.sections.upload.form.group-required": "Група є обов'язковою.", // "submission.sections.upload.form.until-label": "Grant access until", - + "submission.sections.upload.form.until-label": "Надати доступ до", // "submission.sections.upload.form.until-placeholder": "Until", @@ -5349,7 +5346,7 @@ "vocabulary-treeview.header": "Перегляд деревовидної структури", // "vocabulary-treeview.load-more": "Load more", - + "vocabulary-treeview.load-more": "Детальніше", // "vocabulary-treeview.search.form.reset": "Reset", @@ -5415,7 +5412,7 @@ "workflow-item.delete.notification.success.content": "Робочий процес внесення документа був успішно видалений", // "workflow-item.delete.notification.error.title": "Something went wrong", - + "workflow-item.delete.notification.error.title": "Щось пішло не так", // "workflow-item.delete.notification.error.content": "The workflow item could not be deleted", @@ -5423,11 +5420,11 @@ "workflow-item.delete.notification.error.content": "Документ з робочого процесу не може бути видалений", // "workflow-item.delete.title": "Delete workflow item", - + "workflow-item.delete.title": "Видалити документ з робочого процесу", // "workflow-item.delete.header": "Delete workflow item", - + "workflow-item.delete.header": "Видалити документ з робочого процесу", // "workflow-item.delete.button.cancel": "Cancel", @@ -5440,7 +5437,7 @@ // "workflow-item.send-back.notification.success.title": "Sent back to submitter", - + "workflow-item.send-back.notification.success.title": "Відіслати назад до користувача, котрий надіслав цей документ", // "workflow-item.send-back.notification.success.content": "This workflow item was successfully sent back to the submitter", @@ -5469,7 +5466,7 @@ // "workflow-item.send-back.button.confirm": "Send back" - "workflow-item.send-back.button.confirm": "Надіслати назад" + "workflow-item.send-back.button.confirm": "Надіслати назад", } From 79cb51b2c153f4a8c1a44f6b6b825fb7849973e0 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Fri, 3 Mar 2023 21:45:37 +0100 Subject: [PATCH 03/36] Fix hints not being displayed for dynamic array fields --- .../ds-dynamic-form-control-container.component.html | 2 +- .../ds-dynamic-form-control-container.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html b/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html index 55e354ea7a..ad2827772f 100644 --- a/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html +++ b/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html @@ -15,7 +15,7 @@ -
0) { const listGroup = this.group.controls[this.model.id] as FormGroup; + if (this.model.repeatable && this.model.required) { + listGroup.setValidators(this.hasAtLeastOneVocabularyEntry()); + } const pageInfo: PageInfo = new PageInfo({ elementsPerPage: 9999, currentPage: 1 } as PageInfo); @@ -121,7 +123,7 @@ export class DsDynamicListComponent extends DynamicFormControlComponent implemen let tempList: ListItem[] = []; this.optionsList = entries.page; // Make a list of available options (checkbox/radio) and split in groups of 'model.groupLength' - entries.page.forEach((option, key) => { + entries.page.forEach((option: VocabularyEntry, key: number) => { const value = option.authority || option.value; const checked: boolean = isNotEmpty(findKey( this.model.value, @@ -156,4 +158,13 @@ export class DsDynamicListComponent extends DynamicFormControlComponent implemen } } + /** + * Checks if at least one {@link VocabularyEntry} has been selected. + */ + hasAtLeastOneVocabularyEntry(): ValidatorFn { + return (control: AbstractControl): ValidationErrors | null => { + return control && control.value && Object.values(control.value).find((checked: boolean) => checked === true) ? null : this.model.errorMessages; + }; + } + } diff --git a/src/app/shared/form/builder/form-builder.service.spec.ts b/src/app/shared/form/builder/form-builder.service.spec.ts index cea4d7df6e..bb476e010a 100644 --- a/src/app/shared/form/builder/form-builder.service.spec.ts +++ b/src/app/shared/form/builder/form-builder.service.spec.ts @@ -220,10 +220,16 @@ describe('FormBuilderService test suite', () => { new DynamicListCheckboxGroupModel({ id: 'testCheckboxList', vocabularyOptions: vocabularyOptions, - repeatable: true + repeatable: true, + required: false, }), - new DynamicListRadioGroupModel({ id: 'testRadioList', vocabularyOptions: vocabularyOptions, repeatable: false }), + new DynamicListRadioGroupModel({ + id: 'testRadioList', + vocabularyOptions: vocabularyOptions, + repeatable: false, + required: false, + }), new DynamicRelationGroupModel({ submissionId, From 7fb9c8a38a57d6ed2fc19e5a68f67ebcd92eb688 Mon Sep 17 00:00:00 2001 From: Yury Bondarenko Date: Fri, 10 Mar 2023 11:35:32 +0100 Subject: [PATCH 05/36] Fix DSO edit menu dropdowns --- src/app/shared/dso-page/dso-page.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shared/dso-page/dso-page.module.ts b/src/app/shared/dso-page/dso-page.module.ts index 6820e8eb53..d700b34e77 100644 --- a/src/app/shared/dso-page/dso-page.module.ts +++ b/src/app/shared/dso-page/dso-page.module.ts @@ -9,7 +9,7 @@ import { import { DsoEditMenuExpandableSectionComponent } from '../dso-page/dso-edit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-section.component'; -import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap'; +import { NgbDropdownModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap'; const COMPONENTS = [ DsoEditMenuComponent, @@ -25,6 +25,7 @@ const MODULES = [ RouterModule, CommonModule, NgbTooltipModule, + NgbDropdownModule, ]; const PROVIDERS = [ From 50d36231aa532b2b2f7e60ad7c68a5aa85d1500e Mon Sep 17 00:00:00 2001 From: Agustina Martinez Date: Mon, 13 Mar 2023 16:17:31 +0000 Subject: [PATCH 06/36] Add support to send inheritPolicies flag when moving item collection --- src/app/core/data/item-data.service.ts | 8 ++++---- .../edit-item-page/item-move/item-move.component.spec.ts | 3 ++- .../edit-item-page/item-move/item-move.component.ts | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/core/data/item-data.service.ts b/src/app/core/data/item-data.service.ts index 80da91acb3..c3fa84dd6c 100644 --- a/src/app/core/data/item-data.service.ts +++ b/src/app/core/data/item-data.service.ts @@ -246,10 +246,10 @@ export abstract class BaseItemDataService extends IdentifiableDataService * Get the endpoint to move the item * @param itemId */ - public getMoveItemEndpoint(itemId: string): Observable { + public getMoveItemEndpoint(itemId: string, inheritPolicies: boolean): Observable { return this.halService.getEndpoint(this.linkPath).pipe( map((endpoint: string) => this.getIDHref(endpoint, itemId)), - map((endpoint: string) => `${endpoint}/owningCollection`), + map((endpoint: string) => `${endpoint}/owningCollection?inheritPolicies=${inheritPolicies}`) ); } @@ -258,14 +258,14 @@ export abstract class BaseItemDataService extends IdentifiableDataService * @param itemId * @param collection */ - public moveToCollection(itemId: string, collection: Collection): Observable> { + public moveToCollection(itemId: string, collection: Collection, inheritPolicies: boolean): Observable> { const options: HttpOptions = Object.create({}); let headers = new HttpHeaders(); headers = headers.append('Content-Type', 'text/uri-list'); options.headers = headers; const requestId = this.requestService.generateRequestId(); - const hrefObs = this.getMoveItemEndpoint(itemId); + const hrefObs = this.getMoveItemEndpoint(itemId, inheritPolicies); hrefObs.pipe( find((href: string) => hasValue(href)), diff --git a/src/app/item-page/edit-item-page/item-move/item-move.component.spec.ts b/src/app/item-page/edit-item-page/item-move/item-move.component.spec.ts index d200891629..43ac47e37b 100644 --- a/src/app/item-page/edit-item-page/item-move/item-move.component.spec.ts +++ b/src/app/item-page/edit-item-page/item-move/item-move.component.spec.ts @@ -134,9 +134,10 @@ describe('ItemMoveComponent', () => { }); comp.selectedCollectionName = 'selected-collection-id'; comp.selectedCollection = collection1; + comp.inheritPolicies = false; comp.moveToCollection(); - expect(itemDataService.moveToCollection).toHaveBeenCalledWith('item-id', collection1); + expect(itemDataService.moveToCollection).toHaveBeenCalledWith('item-id', collection1, false); }); it('should call notificationsService success message on success', () => { comp.moveToCollection(); diff --git a/src/app/item-page/edit-item-page/item-move/item-move.component.ts b/src/app/item-page/edit-item-page/item-move/item-move.component.ts index b7ab761fe5..4f53fa7df1 100644 --- a/src/app/item-page/edit-item-page/item-move/item-move.component.ts +++ b/src/app/item-page/edit-item-page/item-move/item-move.component.ts @@ -104,7 +104,7 @@ export class ItemMoveComponent implements OnInit { */ moveToCollection() { this.processing = true; - const move$ = this.itemDataService.moveToCollection(this.item.id, this.selectedCollection) + const move$ = this.itemDataService.moveToCollection(this.item.id, this.selectedCollection, this.inheritPolicies) .pipe(getFirstCompletedRemoteData()); move$.subscribe((response: RemoteData) => { From aa4d56e2cf1b3158e56c3a1644f4722e70e838bc Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Sun, 19 Mar 2023 11:42:09 +0100 Subject: [PATCH 07/36] Made it possible to only enable video media viewer Also: - Filtered out non-supported media file types from the mediaViewers mediaList - Fixed thumbnails not displaying with 0 ORIGINAL bitstreams --- .../media-viewer-image.component.ts | 17 ++--- .../media-viewer-video.component.html | 13 ++-- .../media-viewer-video.component.spec.ts | 2 - .../media-viewer-video.component.ts | 20 ++---- .../media-viewer/media-viewer.component.html | 36 ++++------ .../media-viewer.component.spec.ts | 12 +++- .../media-viewer/media-viewer.component.ts | 67 ++++++++++++------- .../publication/publication.component.html | 6 +- .../untyped-item/untyped-item.component.html | 6 +- 9 files changed, 89 insertions(+), 90 deletions(-) diff --git a/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts b/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts index 0c32b5603d..28c5b4efd6 100644 --- a/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts +++ b/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts @@ -1,4 +1,4 @@ -import { Component, Input, OnInit } from '@angular/core'; +import { Component, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { NgxGalleryImage, NgxGalleryOptions } from '@kolkov/ngx-gallery'; import { MediaViewerItem } from '../../../core/shared/media-viewer-item.model'; import { NgxGalleryAnimation } from '@kolkov/ngx-gallery'; @@ -13,7 +13,7 @@ import { AuthService } from '../../../core/auth/auth.service'; templateUrl: './media-viewer-image.component.html', styleUrls: ['./media-viewer-image.component.scss'], }) -export class MediaViewerImageComponent implements OnInit { +export class MediaViewerImageComponent implements OnChanges, OnInit { @Input() images: MediaViewerItem[]; @Input() preview?: boolean; @Input() image?: string; @@ -30,11 +30,9 @@ export class MediaViewerImageComponent implements OnInit { constructor(private authService: AuthService) {} - /** - * Thi method sets up the gallery settings and data - */ - ngOnInit(): void { - this.isAuthenticated$ = this.authService.isAuthenticated(); + ngOnChanges(changes: SimpleChanges): void { + this.image = changes.image.currentValue; + this.preview = changes.preview.currentValue; this.galleryOptions = [ { preview: this.preview !== undefined ? this.preview : true, @@ -50,7 +48,6 @@ export class MediaViewerImageComponent implements OnInit { previewFullscreen: true, }, ]; - if (this.image) { this.galleryImages = [ { @@ -64,6 +61,10 @@ export class MediaViewerImageComponent implements OnInit { } } + ngOnInit(): void { + this.isAuthenticated$ = this.authService.isAuthenticated(); + } + /** * This method convert an array of MediaViewerItem into NgxGalleryImage array * @param medias input NgxGalleryImage array diff --git a/src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.html b/src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.html index a4493e36fc..aaec542f82 100644 --- a/src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.html +++ b/src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.html @@ -1,15 +1,14 @@ -
+
- + - - + + diff --git a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html index 04794717f1..7eb896f8ae 100644 --- a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html +++ b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html @@ -20,13 +20,13 @@
- + - - + + From b2a9c4f456474876632119a26e8de88ae2656f72 Mon Sep 17 00:00:00 2001 From: nwoodward Date: Fri, 24 Mar 2023 08:48:19 -0500 Subject: [PATCH 08/36] handle http status code 413 from the backend when an SAF file is larger than the limit --- .../batch-import-page.component.ts | 12 +++++++++--- src/assets/i18n/en.json5 | 2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/admin/admin-import-batch-page/batch-import-page.component.ts b/src/app/admin/admin-import-batch-page/batch-import-page.component.ts index 7171c67585..95e69277a8 100644 --- a/src/app/admin/admin-import-batch-page/batch-import-page.component.ts +++ b/src/app/admin/admin-import-batch-page/batch-import-page.component.ts @@ -97,9 +97,15 @@ export class BatchImportPageComponent { this.router.navigateByUrl(getProcessDetailRoute(rd.payload.processId)); } } else { - const title = this.translate.get('process.new.notification.error.title'); - const content = this.translate.get('process.new.notification.error.content'); - this.notificationsService.error(title, content); + if (rd.statusCode === 413) { + const title = this.translate.get('process.new.notification.error.title'); + const content = this.translate.get('process.new.notification.error.max-upload.content'); + this.notificationsService.error(title, content); + } else { + const title = this.translate.get('process.new.notification.error.title'); + const content = this.translate.get('process.new.notification.error.content'); + this.notificationsService.error(title, content); + } } }); } diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index a8fc1b1177..bf493fb0e3 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -3255,6 +3255,8 @@ "process.new.notification.error.content": "An error occurred while creating this process", + "process.new.notification.error.max-upload.content": "One or more files exceeds the maximum upload size", + "process.new.header": "Create a new process", "process.new.title": "Create a new process", From 3a7ab491bf8bbc43cb36e3ff6301ca1720e28353 Mon Sep 17 00:00:00 2001 From: nwoodward Date: Fri, 24 Mar 2023 08:53:55 -0500 Subject: [PATCH 09/36] updated message to reflect only one file --- src/assets/i18n/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index bf493fb0e3..e7ba9169c3 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -3255,7 +3255,7 @@ "process.new.notification.error.content": "An error occurred while creating this process", - "process.new.notification.error.max-upload.content": "One or more files exceeds the maximum upload size", + "process.new.notification.error.max-upload.content": "The file exceeds the maximum upload size", "process.new.header": "Create a new process", From 43dd508b10e4ca8dd5238080e60ad7900c0f6bae Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Sun, 26 Mar 2023 01:04:02 +0100 Subject: [PATCH 10/36] Fix placeholder not being shown for items with not THUMBNAIL bitstreams --- .../media-viewer-image.component.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts b/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts index 28c5b4efd6..59a9513d4f 100644 --- a/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts +++ b/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.ts @@ -1,4 +1,4 @@ -import { Component, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core'; +import { Component, Input, OnChanges, OnInit } from '@angular/core'; import { NgxGalleryImage, NgxGalleryOptions } from '@kolkov/ngx-gallery'; import { MediaViewerItem } from '../../../core/shared/media-viewer-item.model'; import { NgxGalleryAnimation } from '@kolkov/ngx-gallery'; @@ -20,8 +20,9 @@ export class MediaViewerImageComponent implements OnChanges, OnInit { loggedin: boolean; - galleryOptions: NgxGalleryOptions[]; - galleryImages: NgxGalleryImage[]; + galleryOptions: NgxGalleryOptions[] = []; + + galleryImages: NgxGalleryImage[] = []; /** * Whether or not the current user is authenticated @@ -30,9 +31,7 @@ export class MediaViewerImageComponent implements OnChanges, OnInit { constructor(private authService: AuthService) {} - ngOnChanges(changes: SimpleChanges): void { - this.image = changes.image.currentValue; - this.preview = changes.preview.currentValue; + ngOnChanges(): void { this.galleryOptions = [ { preview: this.preview !== undefined ? this.preview : true, @@ -63,6 +62,7 @@ export class MediaViewerImageComponent implements OnChanges, OnInit { ngOnInit(): void { this.isAuthenticated$ = this.authService.isAuthenticated(); + this.ngOnChanges(); } /** From 0fbcf841259ea79418bc9ba81b45e44e89830369 Mon Sep 17 00:00:00 2001 From: Pierre Lasou Date: Thu, 30 Mar 2023 11:50:16 -0400 Subject: [PATCH 11/36] Small updates to french translations Adding corrections suggested in the following PR review: https://github.com/DSpace/dspace-angular/pull/2154 --- src/assets/i18n/fr.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/i18n/fr.json5 b/src/assets/i18n/fr.json5 index 32b2281921..3ac72d796a 100644 --- a/src/assets/i18n/fr.json5 +++ b/src/assets/i18n/fr.json5 @@ -2527,7 +2527,7 @@ "item.edit.identifiers.doi.status.IS_REGISTERED": "Inscrit", // "item.edit.identifiers.doi.status.IS_RESERVED": "Reserved", - "item.edit.identifiers.doi.status.IS_RESERVED": "Réseré", + "item.edit.identifiers.doi.status.IS_RESERVED": "Réservé", // "item.edit.identifiers.doi.status.UPDATE_RESERVED": "Reserved (update queued)", "item.edit.identifiers.doi.status.UPDATE_RESERVED": "Réservé (en attente)", @@ -2560,7 +2560,7 @@ "item.edit.register-doi.header": "Inscrire un nouveau DOI ou un DOI en attente", // "item.edit.register-doi.description": "Review any pending identifiers and item metadata below and click Confirm to proceed with DOI registration, or Cancel to back out", - "item.edit.register-doi.description": "Réviser les identifiants en attente and les métadonnées ci-dessous item metadata below puis cliquer sur Confirmer afin de lancer l'inscription du DOI ou sur Annuler pour interrompre l'inscription", + "item.edit.register-doi.description": "Réviser les identifiants en attente et les métadonnées ci-dessous puis cliquer sur Confirmer afin de lancer l'inscription du DOI ou sur Annuler pour interrompre l'inscription", // "item.edit.register-doi.confirm": "Confirm", "item.edit.register-doi.confirm": "Confirmer", @@ -6088,7 +6088,7 @@ //"supervisedWorkspace.search.results.head": "Supervised Items", - "supervisedWorkspace.search.results.head": "Items supervisés", + "supervisedWorkspace.search.results.head": "Documents supervisés", //"workspace.search.results.head": "Your submissions", "workspace.search.results.head": "Vos dépôts", From a3034dd5f8030e6f5ba50b14615d2dea88126ed0 Mon Sep 17 00:00:00 2001 From: nwoodward Date: Tue, 4 Apr 2023 12:02:20 -0500 Subject: [PATCH 12/36] remove external Google font --- src/main.browser.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main.browser.ts b/src/main.browser.ts index 68debfb355..9b1b293025 100644 --- a/src/main.browser.ts +++ b/src/main.browser.ts @@ -24,14 +24,6 @@ const bootstrap = () => platformBrowserDynamic() const hasTransferState = document.querySelector('script#dspace-angular-state') !== null; const main = () => { - // Load fonts async - // https://github.com/typekit/webfontloader#configuration - loadWebFont({ - google: { - families: ['Droid Sans'] - } - }); - if (environment.production) { enableProdMode(); } From dc6fa35483202241b309fb01fe68373b9ff1f558 Mon Sep 17 00:00:00 2001 From: nwoodward Date: Tue, 4 Apr 2023 12:04:32 -0500 Subject: [PATCH 13/36] remove unused import --- src/main.browser.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.browser.ts b/src/main.browser.ts index 9b1b293025..43b2ffbaf4 100644 --- a/src/main.browser.ts +++ b/src/main.browser.ts @@ -3,7 +3,6 @@ import 'reflect-metadata'; import 'core-js/es/reflect'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; -import { load as loadWebFont } from 'webfontloader'; import { BrowserAppModule } from './modules/app/browser-app.module'; From fb45f5f80753a70820997b5184eca0ffb4973cc2 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Tue, 4 Apr 2023 14:07:22 -0500 Subject: [PATCH 14/36] Remove flakey check for success alert box. Unnecessary for this test, and sometimes randomly fails (if alert box closes before it can be clicked closed) --- cypress/e2e/submission.cy.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/e2e/submission.cy.ts b/cypress/e2e/submission.cy.ts index 8262bc841e..ed10b2d13a 100644 --- a/cypress/e2e/submission.cy.ts +++ b/cypress/e2e/submission.cy.ts @@ -122,8 +122,6 @@ describe('New Submission page', () => { // Wait for upload to complete before proceeding cy.wait('@upload'); - // Close the upload success notice - cy.get('[data-dismiss="alert"]').click({multiple: true}); // Wait for deposit button to not be disabled & click it. cy.get('button#deposit').should('not.be.disabled').click(); From ff5ccf30eebbc21b1e319a9dfc53b08eec509cd0 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Tue, 4 Apr 2023 14:08:34 -0500 Subject: [PATCH 15/36] Minor update to latest Cypress --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b994672548..aceda4090b 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^6.4.1", "cross-env": "^7.0.3", - "cypress": "^12.0.1", + "cypress": "12.9.0", "cypress-axe": "^1.1.0", "deep-freeze": "0.0.1", "eslint": "^8.2.0", diff --git a/yarn.lock b/yarn.lock index e67322f016..abb5e4c4d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4270,10 +4270,10 @@ cypress-axe@^1.1.0: resolved "https://registry.yarnpkg.com/cypress-axe/-/cypress-axe-1.4.0.tgz#e67482bfe9e740796bf77c7823f19781a8a2faff" integrity sha512-Ut7NKfzjyKm0BEbt2WxuKtLkIXmx6FD2j0RwdvO/Ykl7GmB/qRQkwbKLk3VP35+83hiIr8GKD04PDdrTK5BnyA== -cypress@^12.0.1: - version "12.7.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.7.0.tgz#69900f82af76cf3ba0ddb9b59ec3b0d38222ab22" - integrity sha512-7rq+nmhzz0u6yabCFyPtADU2OOrYt6pvUau9qV7xyifJ/hnsaw/vkr0tnLlcuuQKUAOC1v1M1e4Z0zG7S0IAvA== +cypress@12.9.0: + version "12.9.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.9.0.tgz#e6ab43cf329fd7c821ef7645517649d72ccf0a12" + integrity sha512-Ofe09LbHKgSqX89Iy1xen2WvpgbvNxDzsWx3mgU1mfILouELeXYGwIib3ItCwoRrRifoQwcBFmY54Vs0zw7QCg== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4" From 44699186406c10aebfa40b49772a0d62a204abaa Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Tue, 4 Apr 2023 22:05:09 +0200 Subject: [PATCH 16/36] Show ThumbnailComponent as fallback instead of a MediaViewerImageComponent placeholder when only one of the mediaviewers options is enabled --- src/app/item-page/media-viewer/media-viewer.component.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/item-page/media-viewer/media-viewer.component.html b/src/app/item-page/media-viewer/media-viewer.component.html index 3d2a863f61..b9b7ba1932 100644 --- a/src/app/item-page/media-viewer/media-viewer.component.html +++ b/src/app/item-page/media-viewer/media-viewer.component.html @@ -16,9 +16,12 @@
- + + From 05d73abbe214c2b05e44907c21d9e1f536175ef7 Mon Sep 17 00:00:00 2001 From: Leonardo Guerrero Date: Wed, 5 Apr 2023 11:35:23 -0500 Subject: [PATCH 17/36] Update es.json5 --- src/assets/i18n/es.json5 | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/assets/i18n/es.json5 b/src/assets/i18n/es.json5 index 303fc7fc61..2a85ffc155 100644 --- a/src/assets/i18n/es.json5 +++ b/src/assets/i18n/es.json5 @@ -752,8 +752,8 @@ // "admin.access-control.groups.form.tooltip.editGroup.addEpeople": "To add or remove an EPerson to/from this group, either click the 'Browse All' button or use the search bar below to search for users (use the dropdown to the left of the search bar to choose whether to search by metadata or by email). Then click the plus icon for each user you wish to add in the list below, or the trash can icon for each user you wish to remove. The list below may have several pages: use the page controls below the list to navigate to the next pages. Once you are ready, save your changes by clicking the 'Save' button in the top section.", "admin.access-control.groups.form.tooltip.editGroup.addEpeople": "Para agregar o remover una persona en este grupo, pulse el botón ‘Examinar todo’ o utilice la barra de búsqueda de abajo para buscar los usuario (Use el desplegable que se encuentra a la derecha de la barra de búsqueda para seleccionar entre buscar por metadato o por correo electrónico). Posteriormente pulse el botón con el icono más por cada usuario que desea agregar a la lista, o el icono de papelera por cada usuario que desea remover. La lista puede contener varias páginas: utilice los controles de paginación debajo de la lista, para navegar a las siguientes páginas. Cuando haya finalizado, guarde sus cambios pulsando el botón ‘Guardar’ ubicado en la parte superior de la sección.", - // "admin.access-control.groups.form.tooltip.editGroup.addSubgroups": "To add or remove a Subgroup to/from this group, either click the 'Browse All' button or use the search bar below to search for subgroups. Then click the plus icon for each subgroup you wish to add in the list below, or the trash can icon for each subgroup you wish to remove. The list below may have several pages: use the page controls below the list to navigate to the next pages. Once you are ready, save your changes by clicking the 'Save' button in the top section.", - "admin.access-control.groups.form.tooltip.editGroup.addSubgroups": "Para agregar o remover un sub-grupo en este grupo, pulse el botón ‘Examinar todo’ o utilice la barra de búsqueda de abajo para buscar los subgrupos- Posteriormente pulse el botón con el icono más por cada sub-grupo que desea agregar a la lista, o el icono de papelera por cada sub-grupo que desea remover. La lista puede contener varias páginas: utilice los controles de paginación debajo de la lista, para navegar a las siguientes páginas. Cuando haya finalizado, guarde sus cambios pulsando el botón ‘Guardar’ ubicado en la parte superior de la sección.", + // "admin.access-control.groups.form.tooltip.editGroup.addSubgroups": "To add or remove a Subgroup to/from this group, either click the 'Browse All' button or use the search bar below to search for users. Then click the plus icon for each user you wish to add in the list below, or the trash can icon for each user you wish to remove. The list below may have several pages: use the page controls below the list to navigate to the next pages. Once you are ready, save your changes by clicking the 'Save' button in the top section.", + "admin.access-control.groups.form.tooltip.editGroup.addSubgroups": "Para agregar o remover un sub-grupo en este grupo, pulse el botón 'Examinar todo' o utilice la barra de búsqueda de abajo para buscar los subgrupos- Posteriormente pulse el botón con el icono más por cada sub-grupo que desea agregar a la lista, o el icono de papelera por cada sub-grupo que desea remover. La lista puede contener varias páginas: utilice los controles de paginación debajo de la lista, para navegar a las siguientes páginas. Cuando haya finalizado, guarde sus cambios pulsando el botón ‘Guardar’ ubicado en la parte superior de la sección.", // "admin.search.breadcrumbs": "Administrative Search", "admin.search.breadcrumbs": "Búsqueda administrativa", @@ -1891,12 +1891,10 @@ // "comcol-role.edit.scorereviewers.name": "Score Reviewers", - // TODO New key - Add a translation - "comcol-role.edit.scorereviewers.name": "Score Reviewers", + "comcol-role.edit.scorereviewers.name": "Revisores de puntuación", // "comcol-role.edit.scorereviewers.description": "Reviewers are able to give a score to incoming submissions, this will define whether the submission will be rejected or not.", - // TODO New key - Add a translation - "comcol-role.edit.scorereviewers.description": "Reviewers are able to give a score to incoming submissions, this will define whether the submission will be rejected or not.", + "comcol-role.edit.scorereviewers.description": "Los revisores pueden dar una puntuación a un envío entrante, esto definirá si el envío será rechazado o no.", // "community.form.abstract": "Short Description", "community.form.abstract": "Breve descripción", @@ -2588,6 +2586,9 @@ // "form.submit": "Save", "form.submit": "Guardar", + // "form.create": "Create", + "form.create": "Crear", + // "form.repeatable.sort.tip": "Drop the item in the new position", "form.repeatable.sort.tip": "Suelte el ítem en la nueva posición", @@ -3953,8 +3954,8 @@ // "itemtemplate.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", "itemtemplate.edit.metadata.notifications.discarded.content": "Sus cambios fueron descartados. Para recuperar sus cambios pulse el botón 'Deshacer'", - // "itemtemplate.edit.metadata.notifications.discarded.title": "Changed discarded", - "itemtemplate.edit.metadata.notifications.discarded.title": "Cambio descartado", + // "itemtemplate.edit.metadata.notifications.discarded.title": "Changes discarded", + "itemtemplate.edit.metadata.notifications.discarded.title": "Cambios descartados", // "itemtemplate.edit.metadata.notifications.error.title": "An error occurred", "itemtemplate.edit.metadata.notifications.error.title": "Ocurrió un error", @@ -3968,8 +3969,8 @@ // "itemtemplate.edit.metadata.notifications.outdated.content": "The item template you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", "itemtemplate.edit.metadata.notifications.outdated.content": "La plantilla de ítem en la que usted esta trabajando actualmente ha sido cambiada por otro usuario. Sus cambios han sido descartados para evitar conflictos", - // "itemtemplate.edit.metadata.notifications.outdated.title": "Changed outdated", - "itemtemplate.edit.metadata.notifications.outdated.title": "Cambiado obsoleto", + // "itemtemplate.edit.metadata.notifications.outdated.title": "Changes outdated", + "itemtemplate.edit.metadata.notifications.outdated.title": "Cambios obsoletos", // "itemtemplate.edit.metadata.notifications.saved.content": "Your changes to this item template's metadata were saved.", "itemtemplate.edit.metadata.notifications.saved.content": "Sus cambios a los metadatos de esta plantilla de ítem han sido guardados.", @@ -5211,7 +5212,6 @@ // "register-page.registration.google-recaptcha.must-accept-cookies": "In order to register you must accept the Registration and Password recovery (Google reCaptcha) cookies.", "register-page.registration.google-recaptcha.must-accept-cookies": "Para registrarse debe aceptar las cookies de Registro y recuperación de contraseña (Google reCaptcha).", - // "register-page.registration.error.maildomain": "This email address is not on the list of domains who can register. Allowed domains are {{ domains }}", "register-page.registration.error.maildomain": "Este correo electrónico no esta en la lista de dominios que pueden registrarse. Los dominios permitidos son {{ domains }}", @@ -5226,7 +5226,6 @@ // "register-page.registration.google-recaptcha.notification.message.expired": "Verification expired. Please verify again.", "register-page.registration.google-recaptcha.notification.message.expired": "Verificación caducada. Verifique de nuevo.", - // "register-page.registration.info.maildomain": "Accounts can be registered for mail addresses of the domains", "register-page.registration.info.maildomain": "Las cuentas pueden registrarse para las direcciones de correo de los dominios", @@ -5943,6 +5942,8 @@ // "statistics.table.header.views": "Views", "statistics.table.header.views": "Visitas", + // "statistics.table.no-name": "(object name could not be loaded)", + "statistics.table.no-name": "(el nombre del objeto no pudo ser cargado)", // "submission.edit.breadcrumbs": "Edit Submission", @@ -6936,8 +6937,8 @@ // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "Eliminar", - // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - "submission.workflow.generic.delete-help": "Si desea descartar este ítem, seleccione \"Eliminar\". Luego se le pedirá que lo confirme.", + // "submission.workflow.generic.delete-help": "Select this option to discard this item. You will then be asked to confirm it.", + "submission.workflow.generic.delete-help": "Seleccione esta opción para descartar este ítem. A contunuación se le pedirá confirmación.", // "submission.workflow.generic.edit": "Edit", "submission.workflow.generic.edit": "Editar", @@ -7089,7 +7090,7 @@ // "subscriptions.modal.new-subscription-form.type.content": "Content", "subscriptions.modal.new-subscription-form.type.content": "Contenido", - // "subscriptions.modal.new-subscription-form.frequency.D": "Diario", + // "subscriptions.modal.new-subscription-form.frequency.D": "Daily", "subscriptions.modal.new-subscription-form.frequency.D": "Diario", // "subscriptions.modal.new-subscription-form.frequency.W": "Weekly", @@ -7345,8 +7346,8 @@ "workflow-item.selectrevieweraction.button.confirm": "Confirmar", - // "workflow-item.scorereviewaction.notification.success.title": "Revisar evaluación", - "workflow-item.scorereviewaction.notification.success.title": "Revisar evaluación", + // "workflow-item.scorereviewaction.notification.success.title": "Rating review", + "workflow-item.scorereviewaction.notification.success.title": "Revisión de evaluación", // "workflow-item.scorereviewaction.notification.success.content": "The rating for this item workflow item has been successfully submitted", "workflow-item.scorereviewaction.notification.success.content": "La evaluación para este ítem ha sido enviada exitosamente", From 7410141d3fdb54e9f6d0bbe9ddeef642139b053f Mon Sep 17 00:00:00 2001 From: Mark Cooper Date: Wed, 22 Feb 2023 21:32:20 -0800 Subject: [PATCH 18/36] Build & publish dspace/dspace-angular imgs with -dist suffix --- .github/workflows/docker.yml | 30 ++++++++++++++++++++++++++++ Dockerfile.dist | 31 +++++++++++++++++++++++++++++ docker/README.md | 19 +++++++++++++++++- docker/docker-compose-dist.yml | 36 ++++++++++++++++++++++++++++++++++ docker/dspace-ui.json | 11 +++++++++++ 5 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 Dockerfile.dist create mode 100644 docker/docker-compose-dist.yml create mode 100644 docker/dspace-ui.json diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 908c5c34fd..9a2c838d83 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -88,3 +88,33 @@ jobs: # Use tags / labels provided by 'docker/metadata-action' above tags: ${{ steps.meta_build.outputs.tags }} labels: ${{ steps.meta_build.outputs.labels }} + + ##################################################### + # Build/Push the 'dspace/dspace-angular' image ('-dist' tag) + ##################################################### + # https://github.com/docker/metadata-action + # Get Metadata for docker_build_dist step below + - name: Sync metadata (tags, labels) from GitHub to Docker for 'dspace-angular-dist' image + id: meta_build_dist + uses: docker/metadata-action@v4 + with: + images: dspace/dspace-angular + tags: ${{ env.IMAGE_TAGS }} + # As this is a "dist" image, its tags are all suffixed with "-dist". Otherwise, it uses the same + # tagging logic as the primary 'dspace/dspace-angular' image above. + flavor: ${{ env.TAGS_FLAVOR }} + suffix=-dist + + - name: Build and push 'dspace-angular-dist' image + id: docker_build_dist + uses: docker/build-push-action@v3 + with: + context: . + file: ./Dockerfile.dist + platforms: ${{ env.PLATFORMS }} + # For pull requests, we run the Docker build (to ensure no PR changes break the build), + # but we ONLY do an image push to DockerHub if it's NOT a PR + push: ${{ github.event_name != 'pull_request' }} + # Use tags / labels provided by 'docker/metadata-action' above + tags: ${{ steps.meta_build_dist.outputs.tags }} + labels: ${{ steps.meta_build_dist.outputs.labels }} diff --git a/Dockerfile.dist b/Dockerfile.dist new file mode 100644 index 0000000000..2a6a66fc06 --- /dev/null +++ b/Dockerfile.dist @@ -0,0 +1,31 @@ +# This image will be published as dspace/dspace-angular:$DSPACE_VERSION-dist +# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details + +# Test build: +# docker build -f Dockerfile.dist -t dspace/dspace-angular:dspace-7_x-dist . + +FROM node:18-alpine as build + +# Ensure Python and other build tools are available +# These are needed to install some node modules, especially on linux/arm64 +RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/* + +WORKDIR /app +COPY package.json yarn.lock ./ +RUN yarn install --network-timeout 300000 + +ADD . /app/ +RUN yarn build:prod + +FROM node:18-alpine +RUN npm install --global pm2 + +COPY --chown=node:node --from=build /app/dist /app/dist +COPY --chown=node:node config /app/config +COPY --chown=node:node docker/dspace-ui.json /app/dspace-ui.json + +WORKDIR /app +USER node +ENV NODE_ENV production +EXPOSE 4000 +CMD pm2-runtime start dspace-ui.json --json diff --git a/docker/README.md b/docker/README.md index 1a9fee0a81..f29071c5cf 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,7 +6,7 @@ If you wish to run DSpace on Docker in production, we recommend building your own Docker images. You are welcome to borrow ideas/concepts from the below images in doing so. But, the below images should not be used "as is" in any production scenario. *** -## 'Dockerfile' in root directory +## 'Dockerfile' in root directory This Dockerfile is used to build a *development* DSpace 7 Angular UI image, published as 'dspace/dspace-angular' ``` @@ -20,6 +20,15 @@ Admins to our DockerHub repo can manually publish with the following command. docker push dspace/dspace-angular:dspace-7_x ``` +The `Dockerfile.dist` is used to generate a *production* build and runtime environment. + +```bash +# build the latest image +docker build -f Dockerfile.dist -t dspace/dspace-angular:dspace-7_x-dist . +``` + +A default/demo version of this image is built *automatically*. + ## docker directory - docker-compose.yml - Starts DSpace Angular with Docker Compose from the current branch. This file assumes that a DSpace 7 REST instance will also be started in Docker. @@ -62,6 +71,14 @@ From DSpace/DSpace-angular docker-compose -p d7 -f docker/docker-compose.yml up -d ``` +## Run DSpace Angular dist build with DSpace Demo site backend + +``` +docker-compose -f docker/docker-compose-dist.yml pull +docker-compose -f docker/docker-compose-dist.yml build +docker-compose -p d7 -f docker/docker-compose-dist.yml up -d +``` + ## Ingest test data from AIPDIR Create an administrator diff --git a/docker/docker-compose-dist.yml b/docker/docker-compose-dist.yml new file mode 100644 index 0000000000..59b5fddab5 --- /dev/null +++ b/docker/docker-compose-dist.yml @@ -0,0 +1,36 @@ +# +# The contents of this file are subject to the license and copyright +# detailed in the LICENSE and NOTICE files at the root of the source +# tree and available online at +# +# http://www.dspace.org/license/ +# + +# Docker Compose for running the DSpace Angular UI dist build +# for previewing with the DSpace Demo site backend +version: '3.7' +networks: + dspacenet: +services: + dspace-angular: + container_name: dspace-angular + environment: + DSPACE_UI_SSL: 'false' + DSPACE_UI_HOST: dspace-angular + DSPACE_UI_PORT: '4000' + DSPACE_UI_NAMESPACE: / + DSPACE_REST_SSL: 'true' + DSPACE_REST_HOST: api7.dspace.org + DSPACE_REST_PORT: 443 + DSPACE_REST_NAMESPACE: /server + image: dspace/dspace-angular:dspace-7_x-dist + build: + context: .. + dockerfile: Dockerfile.dist + networks: + dspacenet: + ports: + - published: 4000 + target: 4000 + stdin_open: true + tty: true diff --git a/docker/dspace-ui.json b/docker/dspace-ui.json new file mode 100644 index 0000000000..0758679ab8 --- /dev/null +++ b/docker/dspace-ui.json @@ -0,0 +1,11 @@ +{ + "apps": [ + { + "name": "dspace-ui", + "cwd": "/app", + "script": "dist/server/main.js", + "instances": "max", + "exec_mode": "cluster" + } + ] +} \ No newline at end of file From 0f22978b2ea0b5f244f79ac257ab82412989c806 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Wed, 12 Apr 2023 09:52:48 -0500 Subject: [PATCH 19/36] Sync changes from Dspace/DSpace#8679 to dspace-angular docker scripts --- docker/docker-compose-rest.yml | 21 +++++++++------------ docker/docker-compose.yml | 1 + 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/docker/docker-compose-rest.yml b/docker/docker-compose-rest.yml index b73f1b7a39..e31757527a 100644 --- a/docker/docker-compose-rest.yml +++ b/docker/docker-compose-rest.yml @@ -39,7 +39,7 @@ services: # proxies.trusted.ipranges: This setting is required for a REST API running in Docker to trust requests # from the host machine. This IP range MUST correspond to the 'dspacenet' subnet defined above. proxies__P__trusted__P__ipranges: '172.23.0' - image: dspace/dspace:dspace-7_x-test + image: "${DOCKER_OWNER:-dspace}/dspace:${DSPACE_VER:-dspace-7_x-test}" depends_on: - dspacedb networks: @@ -82,8 +82,7 @@ services: # DSpace Solr container dspacesolr: container_name: dspacesolr - # Uses official Solr image at https://hub.docker.com/_/solr/ - image: solr:8.11-slim + image: "${DOCKER_OWNER:-dspace}/dspace-solr:${DSPACE_VER:-dspace-7_x}" # Needs main 'dspace' container to start first to guarantee access to solr_configs depends_on: - dspace @@ -96,28 +95,26 @@ services: tty: true working_dir: /var/solr/data volumes: - # Mount our "solr_configs" volume available under the Solr's configsets folder (in a 'dspace' subfolder) - # This copies the Solr configs from main 'dspace' container into 'dspacesolr' via that volume - - solr_configs:/opt/solr/server/solr/configsets/dspace # Keep Solr data directory between reboots - solr_data:/var/solr/data # Initialize all DSpace Solr cores using the mounted local configsets (see above), then start Solr # * First, run precreate-core to create the core (if it doesn't yet exist). If exists already, this is a no-op - # * Second, copy updated configs from mounted configsets to this core. If it already existed, this updates core - # to the latest configs. If it's a newly created core, this is a no-op. + # * Second, copy configsets to this core: + # Updates to Solr configs require the container to be rebuilt/restarted: + # `docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d --build dspacesolr` entrypoint: - /bin/bash - '-c' - | init-var-solr precreate-core authority /opt/solr/server/solr/configsets/dspace/authority - cp -r -u /opt/solr/server/solr/configsets/dspace/authority/* authority + cp -r /opt/solr/server/solr/configsets/dspace/authority/* authority precreate-core oai /opt/solr/server/solr/configsets/dspace/oai - cp -r -u /opt/solr/server/solr/configsets/dspace/oai/* oai + cp -r /opt/solr/server/solr/configsets/dspace/oai/* oai precreate-core search /opt/solr/server/solr/configsets/dspace/search - cp -r -u /opt/solr/server/solr/configsets/dspace/search/* search + cp -r /opt/solr/server/solr/configsets/dspace/search/* search precreate-core statistics /opt/solr/server/solr/configsets/dspace/statistics - cp -r -u /opt/solr/server/solr/configsets/dspace/statistics/* statistics + cp -r /opt/solr/server/solr/configsets/dspace/statistics/* statistics exec solr -f volumes: assetstore: diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 1387b1de39..053a7af6d3 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -24,6 +24,7 @@ services: DSPACE_REST_HOST: localhost DSPACE_REST_PORT: 8080 DSPACE_REST_NAMESPACE: /server + # NODE_OPTIONS: --max_old_space_size=6144 image: dspace/dspace-angular:dspace-7_x build: context: .. From 72fad0a6c98308a10c54b6ba29a015ddd4cbd148 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Wed, 12 Apr 2023 09:53:45 -0500 Subject: [PATCH 20/36] Update/Enhance Docker README with latest info --- docker/README.md | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/docker/README.md b/docker/README.md index f29071c5cf..42deb793f9 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,7 +6,20 @@ If you wish to run DSpace on Docker in production, we recommend building your own Docker images. You are welcome to borrow ideas/concepts from the below images in doing so. But, the below images should not be used "as is" in any production scenario. *** -## 'Dockerfile' in root directory +## Overview +The scripts in this directory can be used to start the DSpace User Interface (frontend) in Docker. +Optionally, the backend (REST API) might also be started in Docker. + +For additional options/settings in starting the backend (REST API) in Docker, see the Docker Compose +documentation for the backend: https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/README.md + +## Root directory + +The root directory of this project contains all the Dockerfiles which may be referenced by +the Docker compose scripts in this 'docker' folder. + +### Dockerfile + This Dockerfile is used to build a *development* DSpace 7 Angular UI image, published as 'dspace/dspace-angular' ``` @@ -20,6 +33,8 @@ Admins to our DockerHub repo can manually publish with the following command. docker push dspace/dspace-angular:dspace-7_x ``` +### Dockerfile.dist + The `Dockerfile.dist` is used to generate a *production* build and runtime environment. ```bash @@ -29,7 +44,7 @@ docker build -f Dockerfile.dist -t dspace/dspace-angular:dspace-7_x-dist . A default/demo version of this image is built *automatically*. -## docker directory +## 'docker' directory - docker-compose.yml - Starts DSpace Angular with Docker Compose from the current branch. This file assumes that a DSpace 7 REST instance will also be started in Docker. - docker-compose-rest.yml @@ -54,25 +69,41 @@ docker-compose -f docker/docker-compose.yml build ## To start DSpace (REST and Angular) from your branch +This command provides a quick way to start both the frontend & backend from this single codebase ``` docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d ``` +Keep in mind, you may also start the backend by cloning the 'DSpace/DSpace' GitHub repository separately. See the next section. + + ## Run DSpace REST and DSpace Angular from local branches. + +This section assumes that you have clones *both* the 'DSpace/DSpace' and 'DSpace/dspace-angular' GitHub +repositories. When both are available locally, you can spin up both in Docker and have them work together. + _The system will be started in 2 steps. Each step shares the same docker network._ -From DSpace/DSpace (build as needed) +From 'DSpace/DSpace' clone (build first as needed): ``` docker-compose -p d7 up -d ``` -From DSpace/DSpace-angular +NOTE: More detailed instructions on starting the backend via Docker can be found in the [Docker Compose instructions for the Backend](https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/README.md). + +From 'DSpace/dspace-angular' clone (build first as needed) ``` docker-compose -p d7 -f docker/docker-compose.yml up -d ``` +At this point, you should be able to access the UI from http://localhost:4000, +and the backend at http://localhost:8080/server/ + ## Run DSpace Angular dist build with DSpace Demo site backend +This allows you to run the Angular UI in *production* mode, pointing it at the demo backend +(https://api7.dspace.org/server/). + ``` docker-compose -f docker/docker-compose-dist.yml pull docker-compose -f docker/docker-compose-dist.yml build @@ -104,9 +135,10 @@ Load assetstore content and trigger a re-index of the repository docker-compose -p d7 -f docker/cli.yml -f docker/cli.assetstore.yml run --rm dspace-cli ``` -## End to end testing of the rest api (runs in travis). -_In this instance, only the REST api runs in Docker using the Entities dataset. Travis will perform CI testing of Angular using Node to drive the tests._ +## End to end testing of the REST API (runs in GitHub Actions CI). +_In this instance, only the REST api runs in Docker using the Entities dataset. GitHub Actions will perform CI testing of Angular using Node to drive the tests. See `.github/workflows/build.yml` for more details._ +This command is only really useful for testing our Continuous Integration process. ``` -docker-compose -p d7ci -f docker/docker-compose-travis.yml up -d +docker-compose -p d7ci -f docker/docker-compose-ci.yml up -d ``` From 113703ff6b0e38186a34e88e2120737e137417b9 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Wed, 12 Apr 2023 11:42:37 -0500 Subject: [PATCH 21/36] Ensure default Dockerfile starts in dev mode & has appropriate memory allocated. Enhance comments in -dist.yml --- Dockerfile | 15 +++++++++++---- docker/docker-compose-dist.yml | 4 ++++ docker/docker-compose.yml | 1 - 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61d960e7d3..8fac7495e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,20 +2,27 @@ # See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details FROM node:18-alpine -WORKDIR /app -ADD . /app/ -EXPOSE 4000 # Ensure Python and other build tools are available # These are needed to install some node modules, especially on linux/arm64 RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/* +WORKDIR /app +ADD . /app/ +EXPOSE 4000 + # We run yarn install with an increased network timeout (5min) to avoid "ESOCKETTIMEDOUT" errors from hub.docker.com # See, for example https://github.com/yarnpkg/yarn/issues/5540 RUN yarn install --network-timeout 300000 +# When running in dev mode, 4GB of memory is required to build & launch the app. +# This default setting can be overridden as needed in your shell, via an env file or in docker-compose. +# See Docker environment var precedence: https://docs.docker.com/compose/environment-variables/envvars-precedence/ +ENV NODE_OPTIONS="--max_old_space_size=4096" + # On startup, run in DEVELOPMENT mode (this defaults to live reloading enabled, etc). # Listen / accept connections from all IP addresses. # NOTE: At this time it is only possible to run Docker container in Production mode -# if you have a public IP. See https://github.com/DSpace/dspace-angular/issues/1485 +# if you have a public URL. See https://github.com/DSpace/dspace-angular/issues/1485 +ENV NODE_ENV development CMD yarn serve --host 0.0.0.0 diff --git a/docker/docker-compose-dist.yml b/docker/docker-compose-dist.yml index 59b5fddab5..1c75539da9 100644 --- a/docker/docker-compose-dist.yml +++ b/docker/docker-compose-dist.yml @@ -19,6 +19,10 @@ services: DSPACE_UI_HOST: dspace-angular DSPACE_UI_PORT: '4000' DSPACE_UI_NAMESPACE: / + # NOTE: When running the UI in production mode (which the -dist image does), + # these DSPACE_REST_* variables MUST point at a public, HTTPS URL. + # This is because Server Side Rendering (SSR) currently requires a public URL, + # see this bug: https://github.com/DSpace/dspace-angular/issues/1485 DSPACE_REST_SSL: 'true' DSPACE_REST_HOST: api7.dspace.org DSPACE_REST_PORT: 443 diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 053a7af6d3..1387b1de39 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -24,7 +24,6 @@ services: DSPACE_REST_HOST: localhost DSPACE_REST_PORT: 8080 DSPACE_REST_NAMESPACE: /server - # NODE_OPTIONS: --max_old_space_size=6144 image: dspace/dspace-angular:dspace-7_x build: context: .. From f73fbc270f23a18fb26f1bbd7738d9cf8e2819f3 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 13 Apr 2023 14:16:33 -0500 Subject: [PATCH 22/36] Fix solr configset directories --- docker/docker-compose-rest.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/docker-compose-rest.yml b/docker/docker-compose-rest.yml index e31757527a..e5f62600e7 100644 --- a/docker/docker-compose-rest.yml +++ b/docker/docker-compose-rest.yml @@ -107,14 +107,14 @@ services: - '-c' - | init-var-solr - precreate-core authority /opt/solr/server/solr/configsets/dspace/authority - cp -r /opt/solr/server/solr/configsets/dspace/authority/* authority - precreate-core oai /opt/solr/server/solr/configsets/dspace/oai - cp -r /opt/solr/server/solr/configsets/dspace/oai/* oai - precreate-core search /opt/solr/server/solr/configsets/dspace/search - cp -r /opt/solr/server/solr/configsets/dspace/search/* search - precreate-core statistics /opt/solr/server/solr/configsets/dspace/statistics - cp -r /opt/solr/server/solr/configsets/dspace/statistics/* statistics + precreate-core authority /opt/solr/server/solr/configsets/authority + cp -r /opt/solr/server/solr/configsets/authority/* authority + precreate-core oai /opt/solr/server/solr/configsets/oai + cp -r /opt/solr/server/solr/configsets/oai/* oai + precreate-core search /opt/solr/server/solr/configsets/search + cp -r /opt/solr/server/solr/configsets/search/* search + precreate-core statistics /opt/solr/server/solr/configsets/statistics + cp -r /opt/solr/server/solr/configsets/statistics/* statistics exec solr -f volumes: assetstore: From d6147e52364a3533d1b843f166470fe2fd6ae741 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Wed, 8 Feb 2023 15:21:07 +0100 Subject: [PATCH 23/36] Fixed default @Input() values not working for themed components --- src/app/shared/theme-support/themed.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/theme-support/themed.component.ts b/src/app/shared/theme-support/themed.component.ts index 2ff0713f46..3a0bc36886 100644 --- a/src/app/shared/theme-support/themed.component.ts +++ b/src/app/shared/theme-support/themed.component.ts @@ -103,7 +103,7 @@ export abstract class ThemedComponent implements OnInit, OnDestroy, OnChanges protected connectInputsAndOutputs(): void { if (isNotEmpty(this.inAndOutputNames) && hasValue(this.compRef) && hasValue(this.compRef.instance)) { - this.inAndOutputNames.forEach((name: any) => { + this.inAndOutputNames.filter((name: any) => this[name] !== undefined).forEach((name: any) => { this.compRef.instance[name] = this[name]; }); } From 1752b1afd4d49d68f0264f9e1d189bc2bb27e0b0 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Fri, 24 Mar 2023 16:47:42 +0100 Subject: [PATCH 24/36] 100479: Removed the default input values to make it possible to override them in themes --- src/app/footer/themed-footer.component.ts | 4 ++-- .../themed-header-navbar-wrapper.component.ts | 6 +++--- src/app/home-page/themed-home-page.component.ts | 2 -- .../my-dspace-page/themed-my-dspace-page.component.ts | 1 - .../themed-configuration-search-page.component.ts | 9 ++++----- src/app/shared/search/search.component.ts | 2 +- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/app/footer/themed-footer.component.ts b/src/app/footer/themed-footer.component.ts index c52a0af29f..e8f64f3434 100644 --- a/src/app/footer/themed-footer.component.ts +++ b/src/app/footer/themed-footer.component.ts @@ -7,7 +7,7 @@ import { FooterComponent } from './footer.component'; */ @Component({ selector: 'ds-themed-footer', - styleUrls: ['footer.component.scss'], + styleUrls: [], templateUrl: '../shared/theme-support/themed.component.html', }) export class ThemedFooterComponent extends ThemedComponent { @@ -20,6 +20,6 @@ export class ThemedFooterComponent extends ThemedComponent { } protected importUnthemedComponent(): Promise { - return import(`./footer.component`); + return import('./footer.component'); } } diff --git a/src/app/header-nav-wrapper/themed-header-navbar-wrapper.component.ts b/src/app/header-nav-wrapper/themed-header-navbar-wrapper.component.ts index 7f9c181fe2..02d09c44ef 100644 --- a/src/app/header-nav-wrapper/themed-header-navbar-wrapper.component.ts +++ b/src/app/header-nav-wrapper/themed-header-navbar-wrapper.component.ts @@ -3,11 +3,11 @@ import { ThemedComponent } from '../shared/theme-support/themed.component'; import { HeaderNavbarWrapperComponent } from './header-navbar-wrapper.component'; /** - * Themed wrapper for BreadcrumbsComponent + * Themed wrapper for {@link HeaderNavbarWrapperComponent} */ @Component({ selector: 'ds-themed-header-navbar-wrapper', - styleUrls: ['./themed-header-navbar-wrapper.component.scss'], + styleUrls: [], templateUrl: '../shared/theme-support/themed.component.html', }) export class ThemedHeaderNavbarWrapperComponent extends ThemedComponent { @@ -20,6 +20,6 @@ export class ThemedHeaderNavbarWrapperComponent extends ThemedComponent { - return import(`./header-navbar-wrapper.component`); + return import('./header-navbar-wrapper.component'); } } diff --git a/src/app/home-page/themed-home-page.component.ts b/src/app/home-page/themed-home-page.component.ts index e50f955cb1..c0ef723b38 100644 --- a/src/app/home-page/themed-home-page.component.ts +++ b/src/app/home-page/themed-home-page.component.ts @@ -8,8 +8,6 @@ import { Component } from '@angular/core'; templateUrl: '../shared/theme-support/themed.component.html', }) export class ThemedHomePageComponent extends ThemedComponent { - protected inAndOutputNames: (keyof HomePageComponent & keyof this)[]; - protected getComponentName(): string { return 'HomePageComponent'; diff --git a/src/app/my-dspace-page/themed-my-dspace-page.component.ts b/src/app/my-dspace-page/themed-my-dspace-page.component.ts index 2c74da052e..55ebc51c8d 100644 --- a/src/app/my-dspace-page/themed-my-dspace-page.component.ts +++ b/src/app/my-dspace-page/themed-my-dspace-page.component.ts @@ -11,7 +11,6 @@ import { MyDSpacePageComponent } from './my-dspace-page.component'; templateUrl: './../shared/theme-support/themed.component.html' }) export class ThemedMyDSpacePageComponent extends ThemedComponent { - protected inAndOutputNames: (keyof MyDSpacePageComponent & keyof this)[]; protected getComponentName(): string { return 'MyDSpacePageComponent'; diff --git a/src/app/search-page/themed-configuration-search-page.component.ts b/src/app/search-page/themed-configuration-search-page.component.ts index e4d6e93402..e367ee5238 100644 --- a/src/app/search-page/themed-configuration-search-page.component.ts +++ b/src/app/search-page/themed-configuration-search-page.component.ts @@ -28,19 +28,18 @@ export class ThemedConfigurationSearchPageComponent extends ThemedComponent { - return import(`./configuration-search-page.component`); + return import('./configuration-search-page.component'); } } diff --git a/src/app/shared/search/search.component.ts b/src/app/shared/search/search.component.ts index c017a5065b..b04575f546 100644 --- a/src/app/shared/search/search.component.ts +++ b/src/app/shared/search/search.component.ts @@ -127,7 +127,7 @@ export class SearchComponent implements OnInit { /** * List of available view mode */ - @Input() useUniquePageId: false; + @Input() useUniquePageId: boolean; /** * List of available view mode From 187cdd7ae2e1d7bd8948e5afdcbb75f2717718d5 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Mon, 17 Apr 2023 15:06:51 -0500 Subject: [PATCH 25/36] Split Codecov upload into a separate job. Make it auto-retry up to five times --- .github/workflows/build.yml | 43 ++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5470b3cc2a..42c29d2002 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,12 +93,16 @@ jobs: - name: Run specs (unit tests) run: yarn run test:headless + # Upload code coverage report to artifact (for one version of Node only), + # so that it can be shared with the 'codecov' job (see below) # NOTE: Angular CLI only supports code coverage for specs. See https://github.com/angular/angular-cli/issues/6286 - # Upload coverage reports to Codecov (for one version of Node only) - # https://github.com/codecov/codecov-action - - name: Upload coverage to Codecov.io - uses: codecov/codecov-action@v3 - if: matrix.node-version == '16.x' + - name: Upload code coverage report to Artifact + uses: actions/upload-artifact@v3 + if: matrix.node-version == '18.x' + with: + name: dspace-angular coverage report + path: 'coverage/dspace-angular/lcov.info' + retention-days: 14 # Using docker-compose start backend using CI configuration # and load assetstore from a cached copy @@ -176,3 +180,32 @@ jobs: - name: Shutdown Docker containers run: docker-compose -f ./docker/docker-compose-ci.yml down + + # Codecov upload is a separate job in order to allow us to restart this separate from the entire build/test + # job above. This is necessary because Codecov uploads seem to randomly fail at times. + # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954 + codecov: + # Must run after 'tests' job above + needs: tests + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + + # Download artifacts from previous 'tests' job + - name: Download coverage artifacts + uses: actions/download-artifact@v3 + + # Now attempt upload to Codecov using its action. + # NOTE: We use a retry action to retry the Codecov upload if it fails the first time. + # + # Retry action: https://github.com/marketplace/actions/retry-action + # Codecov action: https://github.com/codecov/codecov-action + - name: Upload coverage to Codecov.io + uses: Wandalen/wretry.action@v1.0.36 + with: + action: codecov/codecov-action@v3 + # Try upload 5 times max + attempt_limit: 5 + # Run again in 30 seconds + attempt_delay: 30000 From fef1ba966304a3ded17541f8c9f93e55477e4564 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Mon, 17 Apr 2023 15:07:09 -0500 Subject: [PATCH 26/36] Update to latest version of actions --- .github/workflows/issue_opened.yml | 2 +- .github/workflows/label_merge_conflicts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue_opened.yml b/.github/workflows/issue_opened.yml index 5d7c1c30f7..b4436dca3a 100644 --- a/.github/workflows/issue_opened.yml +++ b/.github/workflows/issue_opened.yml @@ -16,7 +16,7 @@ jobs: # Only add to project board if issue is flagged as "needs triage" or has no labels # NOTE: By default we flag new issues as "needs triage" in our issue template if: (contains(github.event.issue.labels.*.name, 'needs triage') || join(github.event.issue.labels.*.name) == '') - uses: actions/add-to-project@v0.3.0 + uses: actions/add-to-project@v0.5.0 # Note, the authentication token below is an ORG level Secret. # It must be created/recreated manually via a personal access token with admin:org, project, public_repo permissions # See: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#permissions-for-the-github_token diff --git a/.github/workflows/label_merge_conflicts.yml b/.github/workflows/label_merge_conflicts.yml index a840a4fd17..c1396b6f45 100644 --- a/.github/workflows/label_merge_conflicts.yml +++ b/.github/workflows/label_merge_conflicts.yml @@ -23,7 +23,7 @@ jobs: steps: # See: https://github.com/prince-chrismc/label-merge-conflicts-action - name: Auto-label PRs with merge conflicts - uses: prince-chrismc/label-merge-conflicts-action@v2 + uses: prince-chrismc/label-merge-conflicts-action@v3 # Add "merge conflict" label if a merge conflict is detected. Remove it when resolved. # Note, the authentication token is created automatically # See: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token From 80b90524b653d220f4269965f29d1697238aa79a Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Fri, 24 Mar 2023 16:47:42 +0100 Subject: [PATCH 27/36] 100479: Removed the default input values to make it possible to override them in themes --- .../loading/themed-loading.component.ts | 4 +- .../themed-item-list-preview.component.ts | 2 +- .../themed-object-list.component.ts | 67 ++++++------------- .../themed-search-results.component.ts | 14 ++-- .../shared/search/themed-search.component.ts | 36 +++++----- 5 files changed, 50 insertions(+), 73 deletions(-) diff --git a/src/app/shared/loading/themed-loading.component.ts b/src/app/shared/loading/themed-loading.component.ts index ffdf9d3cbe..48773d75c8 100644 --- a/src/app/shared/loading/themed-loading.component.ts +++ b/src/app/shared/loading/themed-loading.component.ts @@ -14,8 +14,8 @@ import { ThemeService } from '../theme-support/theme.service'; export class ThemedLoadingComponent extends ThemedComponent { @Input() message: string; - @Input() showMessage = true; - @Input() spinner = false; + @Input() showMessage: boolean; + @Input() spinner: boolean; protected inAndOutputNames: (keyof LoadingComponent & keyof this)[] = ['message', 'showMessage', 'spinner']; diff --git a/src/app/shared/object-list/my-dspace-result-list-element/item-list-preview/themed-item-list-preview.component.ts b/src/app/shared/object-list/my-dspace-result-list-element/item-list-preview/themed-item-list-preview.component.ts index 3fe825d236..eff5911dca 100644 --- a/src/app/shared/object-list/my-dspace-result-list-element/item-list-preview/themed-item-list-preview.component.ts +++ b/src/app/shared/object-list/my-dspace-result-list-element/item-list-preview/themed-item-list-preview.component.ts @@ -22,7 +22,7 @@ export class ThemedItemListPreviewComponent extends ThemedComponent { - /** - * The view mode of the this component - */ - viewMode = ViewMode.ListElement; /** * The current pagination configuration @@ -37,18 +33,20 @@ export class ThemedObjectListComponent extends ThemedComponent