Merge branch 'DSpace:main' into translation_hindi_gu_ma

This commit is contained in:
gaurav patel
2025-05-26 10:06:24 +05:30
committed by GitHub
31 changed files with 13261 additions and 1097 deletions

View File

@@ -27,7 +27,7 @@ ssr:
# If the path match any of the regexes it will be served directly in CSR. # If the path match any of the regexes it will be served directly in CSR.
# By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools. # By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools.
excludePathPatterns: excludePathPatterns:
- pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$", - pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$"
flag: "i" flag: "i"
- pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$" - pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$"
flag: "i" flag: "i"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "dspace-angular", "name": "dspace-angular",
"version": "9.0.0-next", "version": "10.0.0-next",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dspace-angular", "name": "dspace-angular",
"version": "9.0.0-next", "version": "10.0.0-next",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.12", "@angular/animations": "^18.2.12",

View File

@@ -1,6 +1,6 @@
{ {
"name": "dspace-angular", "name": "dspace-angular",
"version": "9.0.0-next", "version": "10.0.0-next",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"config:watch": "nodemon", "config:watch": "nodemon",

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "غير مصرح لك بالوصول إلى هذه الصفحة. يمكنك استخدام الزر أدناه للعودة إلى الصفحة الرئيسية.", "401.help": "غير مصرح لك بالوصول إلى هذه الصفحة. يمكنك استخدام الزر أدناه للعودة إلى الصفحة الرئيسية.",
@@ -51,6 +50,10 @@
// "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": "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": "حدث خطأ أثناء تسجيل الدخول عبر أوركيد. يرجى التأكد من أنك قمت بمشاركة عنوان البريد الإلكتروني الخاص بحساب أوركيد الخاص بك مع دي سبيس. إذا استمر الخطأ، فاتصل بالمسؤول", "error-page.orcid.generic-error": "حدث خطأ أثناء تسجيل الدخول عبر أوركيد. يرجى التأكد من أنك قمت بمشاركة عنوان البريد الإلكتروني الخاص بحساب أوركيد الخاص بك مع دي سبيس. إذا استمر الخطأ، فاتصل بالمسؤول",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "حظر", "access-status.embargo.listelement.badge": "حظر",
@@ -1009,7 +1012,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1050,7 +1052,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2580,12 +2581,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "المعلومات التي نقوم بجمعها", "cookies.consent.content-modal.title": "المعلومات التي نقوم بجمعها",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "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": "Required for signing you in",
"cookies.consent.app.description.authentication": "مطلوب لتسجيل دخولك", "cookies.consent.app.description.authentication": "مطلوب لتسجيل دخولك",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "التفضيلات", "cookies.consent.app.title.preferences": "التفضيلات",
@@ -3055,6 +3072,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "حقوق النشر © 2002-{{ year }}", "footer.copyright": "حقوق النشر © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "برنامج دي سبيس", "footer.link.dspace": "برنامج دي سبيس",
@@ -3442,6 +3463,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "قم بتحديد مجتمع لاستعراض حاوياته.", "home.top-level-communities.help": "قم بتحديد مجتمع لاستعراض حاوياته.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "لقد قمت بقراءة اتفاقية المستخدم النهائي وأوافق عليها",
@@ -3545,6 +3642,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "تحرير سياسات المادة", "item.edit.authorizations.title": "تحرير سياسات المادة",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "غير قابل للاكتشاف", "item.badge.private": "غير قابل للاكتشاف",
@@ -4277,21 +4378,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "الوصف", "item.page.description": "الوصف",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "وحدات مؤسسية", "item.page.org-units": "وحدات مؤسسية",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "مشاريع البحث", "item.page.projects": "مشاريع البحث",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "منشورات", "item.page.publications": "منشورات",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "مقالات", "item.page.articles": "مقالات",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "الدورية", "item.page.journal": "الدورية",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "عدد الدورية", "item.page.journal-issue": "عدد الدورية",
@@ -4414,6 +4535,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "خلاصة", "item.page.abstract": "خلاصة",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "المؤلفين", "item.page.authors": "المؤلفين",
@@ -4595,6 +4720,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "معرف آخر:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5604,6 +5745,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "مواد تحت الإشراف", "mydspace.show.supervisedWorkspace": "مواد تحت الإشراف",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "في الأرشيف", "mydspace.status.mydspaceArchived": "في الأرشيف",
@@ -5704,6 +5849,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "شريط ملف تعريف المستخدم", "nav.user.description": "شريط ملف تعريف المستخدم",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "المادة", "none.listelement.badge": "المادة",
@@ -6284,6 +6433,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "تحديث الملف الشخصي", "profile.breadcrumbs": "تحديث الملف الشخصي",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "تعريف", "profile.card.identify": "تعريف",
@@ -6756,7 +6917,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "وحدات مؤسسية", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "وحدات مؤسسية",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "منشورات", "relationships.Person.isPublicationOfContributor.Publication": "منشورات",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6783,10 +6945,12 @@
// "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", // "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "منشورات مؤلفة", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "منشورات مؤلفة",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "منشورات", "relationships.OrgUnit.isPublicationOfContributor.Publication": "منشورات",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "مشروعات البحث", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "مشروعات البحث",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7158,6 +7322,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "بحث تاريخ النشر", "search.filters.filter.creativeDatePublished.label": "بحث تاريخ النشر",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "المحرر", "search.filters.filter.creativeWorkEditor.head": "المحرر",
@@ -7330,6 +7502,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "بحث تاريخ التأسيس", "search.filters.filter.organizationFoundingDate.label": "بحث تاريخ التأسيس",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "النطاق", "search.filters.filter.scope.head": "النطاق",
@@ -8145,6 +8325,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "أعداد الدوريات المحلية ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "مجلدات الدوريات المحلية ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "مجلدات الدوريات المحلية ({{ count }})",
@@ -8197,6 +8381,26 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "دوريات شيربا حسب ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "دوريات شيربا حسب ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "البحث عن وكالات ممولة", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "البحث عن وكالات ممولة",
@@ -8227,6 +8431,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "ممول المشروع", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "ممول المشروع",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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.search-form.placeholder": "بحث...",
@@ -8242,6 +8450,10 @@
// "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.JournalIssue": "أعداد الدورية",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "مجلدات الدورية", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "مجلدات الدورية",
@@ -8305,6 +8517,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "الدوريات المحددة",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "مجلد الدورية المحدد",
@@ -8398,6 +8614,26 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "نتائج البحث", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "نتائج البحث",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "نتائج البحث", "submission.sections.describe.relationship-lookup.selection-tab.title": "نتائج البحث",
@@ -8964,6 +9200,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "اشتراك", "subscriptions.tooltip": "اشتراك",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "الاشتراكات", "subscriptions.modal.title": "الاشتراكات",
@@ -11340,9 +11580,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11500,5 +11740,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "আপনি এই পৃষ্ঠাটি অ্যাক্সেস করার জন্য অনুমোদিত নন। আপনি হোম পেজে ফিরে যেতে নীচের বোতামটি ব্যবহার করতে পারেন।", "401.help": "আপনি এই পৃষ্ঠাটি অ্যাক্সেস করার জন্য অনুমোদিত নন। আপনি হোম পেজে ফিরে যেতে নীচের বোতামটি ব্যবহার করতে পারেন।",
@@ -60,6 +59,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1061,7 +1064,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1102,7 +1104,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2738,12 +2739,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "আমরা যে তথ্য সংগ্রহ করি", "cookies.consent.content-modal.title": "আমরা যে তথ্য সংগ্রহ করি",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "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": "Required for signing you in",
"cookies.consent.app.description.authentication": "আপনার সাইন ইন করার জন্য প্রয়োজন", "cookies.consent.app.description.authentication": "আপনার সাইন ইন করার জন্য প্রয়োজন",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "পছন্দসমূহ", "cookies.consent.app.title.preferences": "পছন্দসমূহ",
@@ -3266,6 +3283,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "কপিরাইট © 2002 - {{year}}", "footer.copyright": "কপিরাইট © 2002 - {{year}}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "ডিস্পেস সফটওয়্যার", "footer.link.dspace": "ডিস্পেস সফটওয়্যার",
@@ -3693,6 +3714,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "তার সংগ্রহ ব্রাউজ করতে একটি সম্প্রদায় নির্বাচন করুন।", "home.top-level-communities.help": "তার সংগ্রহ ব্রাউজ করতে একটি সম্প্রদায় নির্বাচন করুন।",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "আমি পড়েছি এবং আমি শেষ ব্যবহারকারী চুক্তির সাথে একমত",
@@ -3803,6 +3900,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "আইটেম এর নীতি সম্পাদনা করুন", "item.edit.authorizations.title": "আইটেম এর নীতি সম্পাদনা করুন",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.badge.private": "ব্যক্তিগত", "item.badge.private": "ব্যক্তিগত",
@@ -4587,21 +4688,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "বর্ণনা", "item.page.description": "বর্ণনা",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "সাংগঠনিক ইউনিট", "item.page.org-units": "সাংগঠনিক ইউনিট",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "গবেষণা প্রকল্পগুলো", "item.page.projects": "গবেষণা প্রকল্পগুলো",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "প্রকাশনা", "item.page.publications": "প্রকাশনা",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "নিবন্ধসমূহ", "item.page.articles": "নিবন্ধসমূহ",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "জার্নাল", "item.page.journal": "জার্নাল",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "জার্নাল ইস্যু", "item.page.journal-issue": "জার্নাল ইস্যু",
@@ -4734,6 +4855,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "বিমূর্ত", "item.page.abstract": "বিমূর্ত",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "লেখক", "item.page.authors": "লেখক",
@@ -4924,6 +5049,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "অন্য শনাক্তকারী:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6005,6 +6146,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "সংরক্ষণাগারভুক্ত", "mydspace.status.mydspaceArchived": "সংরক্ষণাগারভুক্ত",
@@ -6112,6 +6257,10 @@
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"nav.user.description": "ব্যবহারকারীর প্রোফাইল বার", "nav.user.description": "ব্যবহারকারীর প্রোফাইল বার",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "আইটেম", "none.listelement.badge": "আইটেম",
@@ -6801,6 +6950,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "আপডেট প্রফাইল", "profile.breadcrumbs": "আপডেট প্রফাইল",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "চিহ্নিত করুন", "profile.card.identify": "চিহ্নিত করুন",
@@ -7292,7 +7453,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "সাংগঠনিক ইউনিট", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "সাংগঠনিক ইউনিট",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "প্রকাশনা", "relationships.Person.isPublicationOfContributor.Publication": "প্রকাশনা",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7321,10 +7483,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "প্রকাশনা", "relationships.OrgUnit.isPublicationOfContributor.Publication": "প্রকাশনা",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "গবেষণা প্রকল্পগুলো", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "গবেষণা প্রকল্পগুলো",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7713,6 +7877,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "অনুসন্ধান তারিখ প্রকাশিত", "search.filters.filter.creativeDatePublished.label": "অনুসন্ধান তারিখ প্রকাশিত",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "সম্পাদক", "search.filters.filter.creativeWorkEditor.head": "সম্পাদক",
@@ -7886,6 +8058,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "প্রতিষ্ঠার তারিখ অনুসন্ধান করুন", "search.filters.filter.organizationFoundingDate.label": "প্রতিষ্ঠার তারিখ অনুসন্ধান করুন",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "সুযোগ", "search.filters.filter.scope.head": "সুযোগ",
@@ -8749,6 +8929,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "স্থানীয় জার্নাল সমস্যা ({count}})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "স্থানীয় জার্নাল ভলিউম ({{count}})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "স্থানীয় জার্নাল ভলিউম ({{count}})",
@@ -8805,6 +8989,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "তহবিল সংস্থাগুলোর জন্য অনুসন্ধান করুন", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "তহবিল সংস্থাগুলোর জন্য অনুসন্ধান করুন",
@@ -8837,6 +9041,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "প্রকল্পেের জন্য আর্থিক ভাবে সাহায্যকারী", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "প্রকল্পেের জন্য আর্থিক ভাবে সাহায্যকারী",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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.search-form.placeholder": "অনুসন্ধান ...",
@@ -8853,6 +9061,10 @@
// "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.JournalIssue": "জার্নাল সমস্যা",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "জার্নাল ভলিউম", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "জার্নাল ভলিউম",
@@ -8918,6 +9130,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "নির্বাচিত জার্নাল",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "নির্বাচিত জার্নাল ভলিউম",
@@ -9017,6 +9233,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -9647,6 +9883,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -12262,9 +12502,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12422,5 +12662,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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.",
@@ -51,6 +50,10 @@
// "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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargament", "access-status.embargo.listelement.badge": "Embargament",
@@ -960,7 +963,6 @@
// "admin.reports.items.title": "Title", // "admin.reports.items.title": "Title",
"admin.reports.items.title": "Títol", "admin.reports.items.title": "Títol",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
"admin.reports.commons.filters": "Filtres", "admin.reports.commons.filters": "Filtres",
@@ -991,7 +993,6 @@
// "admin.reports.commons.filters.matches_all": "Matches all specified filters", // "admin.reports.commons.filters.matches_all": "Matches all specified filters",
"admin.reports.commons.filters.matches_all": "Coincideix amb tots els filtres especificats", "admin.reports.commons.filters.matches_all": "Coincideix amb tots els filtres especificats",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
"admin.reports.commons.filters.property": "Filtres de propietats d'ítems", "admin.reports.commons.filters.property": "Filtres de propietats d'ítems",
@@ -2468,12 +2469,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "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.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "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": "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.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Preferències", "cookies.consent.app.title.preferences": "Preferències",
@@ -2934,6 +2951,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "Software DSpace", "footer.link.dspace": "Software DSpace",
@@ -3319,6 +3340,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "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.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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.",
@@ -3418,6 +3515,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "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.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Privat", "item.badge.private": "Privat",
@@ -4138,21 +4239,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descripció", "item.page.description": "Descripció",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Unitats organitzatives", "item.page.org-units": "Unitats organitzatives",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Projectes de recerca", "item.page.projects": "Projectes de recerca",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publicacions", "item.page.publications": "Publicacions",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Articles", "item.page.articles": "Articles",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Revista", "item.page.journal": "Revista",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Número de la revista", "item.page.journal-issue": "Número de la revista",
@@ -4262,6 +4383,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Resum", "item.page.abstract": "Resum",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autors", "item.page.authors": "Autors",
@@ -4439,6 +4564,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Un altre identificador:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5420,6 +5561,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Ítems supervisats", "mydspace.show.supervisedWorkspace": "Ítems supervisats",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Arxivat", "mydspace.status.mydspaceArchived": "Arxivat",
@@ -5516,6 +5661,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Barra de perfil d'usuari", "nav.user.description": "Barra de perfil d'usuari",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Ítem", "none.listelement.badge": "Ítem",
@@ -6078,6 +6227,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Actualització del perfil", "profile.breadcrumbs": "Actualització del perfil",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identitat", "profile.card.identify": "Identitat",
@@ -6516,7 +6677,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Unitats organitzatives", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Unitats organitzatives",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publicacions", "relationships.Person.isPublicationOfContributor.Publication": "Publicacions",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6545,10 +6707,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicacions", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicacions",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projectes de recerca", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projectes de recerca",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -6906,6 +7070,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "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.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -7072,6 +7244,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "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.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Abast", "search.filters.filter.scope.head": "Abast",
@@ -7856,6 +8036,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "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 }})",
@@ -7904,6 +8088,26 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Revistes per ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Revistes per ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "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",
@@ -7934,6 +8138,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "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.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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...",
@@ -7949,6 +8157,10 @@
// "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": "Números de revista", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Números de revista",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "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",
@@ -8012,6 +8224,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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",
@@ -8102,6 +8318,26 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Resultats de la cerca", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Resultats de la cerca",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "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",
@@ -8660,6 +8896,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Subscriure's", "subscriptions.tooltip": "Subscriure's",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Subscripcions", "subscriptions.modal.title": "Subscripcions",
@@ -10657,9 +10897,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -10817,5 +11057,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Nemáte oprávnění k přístupu na tuto stránku. Pro návrat na domovskou stránku můžete použít tlačítko níže.", "401.help": "Nemáte oprávnění k přístupu na tuto stránku. Pro návrat na domovskou stránku můžete použít tlačítko níže.",
@@ -51,6 +50,10 @@
// "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": "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": "Při přihlašování přes ORCID došlo k chybě. Ujistěte se, že jste sdíleli e-mailovou adresu připojenou ke svému účtu ORCID s DSpace. Pokud chyba přetrvává, kontaktujte správce", "error-page.orcid.generic-error": "Při přihlašování přes ORCID došlo k chybě. Ujistěte se, že jste sdíleli e-mailovou adresu připojenou ke svému účtu ORCID s DSpace. Pokud chyba přetrvává, kontaktujte správce",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1035,7 +1038,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1076,7 +1078,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2632,12 +2633,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Informace, které shromažďujeme", "cookies.consent.content-modal.title": "Informace, které shromažďujeme",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Ověřování", "cookies.consent.app.title.authentication": "Ověřování",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Vyžadováno pro přihlášení", "cookies.consent.app.description.authentication": "Vyžadováno pro přihlášení",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Preference", "cookies.consent.app.title.preferences": "Preference",
@@ -3107,6 +3124,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -3505,6 +3526,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Vyberte komunitu a procházejte její kolekce.", "home.top-level-communities.help": "Vyberte komunitu a procházejte její kolekce.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Přečetl/a jsem si a souhlasím se smlouvou s koncovým uživatelem", "info.end-user-agreement.accept": "Přečetl/a jsem si a souhlasím se smlouvou s koncovým uživatelem",
@@ -3608,6 +3705,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Upravit politiky záznamu", "item.edit.authorizations.title": "Upravit politiky záznamu",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.badge.private": "Nedohledatelné", "item.badge.private": "Nedohledatelné",
@@ -4361,21 +4462,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Popis", "item.page.description": "Popis",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organizační jednotky", "item.page.org-units": "Organizační jednotky",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Výzkumné projekty", "item.page.projects": "Výzkumné projekty",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publikace", "item.page.publications": "Publikace",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Články", "item.page.articles": "Články",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Časopisu", "item.page.journal": "Časopisu",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Číslo časopisu", "item.page.journal-issue": "Číslo časopisu",
@@ -4498,6 +4619,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Abstrakt", "item.page.abstract": "Abstrakt",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autoři", "item.page.authors": "Autoři",
@@ -4680,6 +4805,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Další identifikátor:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5711,6 +5852,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Záznamy pod dohledem", "mydspace.show.supervisedWorkspace": "Záznamy pod dohledem",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Archivováno", "mydspace.status.mydspaceArchived": "Archivováno",
@@ -5812,6 +5957,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Panel uživatelského profilu ", "nav.user.description": "Panel uživatelského profilu ",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Záznam", "none.listelement.badge": "Záznam",
@@ -6463,6 +6612,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Aktualizovat profil", "profile.breadcrumbs": "Aktualizovat profil",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identifikace", "profile.card.identify": "Identifikace",
@@ -6938,7 +7099,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizační jednotky", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizační jednotky",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publikace", "relationships.Person.isPublicationOfContributor.Publication": "Publikace",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6967,10 +7129,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikace", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikace",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Výzkumné projekty", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Výzkumné projekty",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7349,6 +7513,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Hledat datum zveřejnění", "search.filters.filter.creativeDatePublished.label": "Hledat datum zveřejnění",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -7524,6 +7696,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Hledat datum založení", "search.filters.filter.organizationFoundingDate.label": "Hledat datum založení",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Rozsah", "search.filters.filter.scope.head": "Rozsah",
@@ -8357,6 +8537,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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": "Lokálně uložená čísla časopisu ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Lokálně uložená čísla časopisu ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokálně uložené ročníky časopisu ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokálně uložené ročníky časopisu ({{ count }})",
@@ -8413,6 +8597,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Vyhledat financující agentury", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Vyhledat financující agentury",
@@ -8444,6 +8648,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Poskytovatel financí na projekt", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Poskytovatel financí na projekt",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Hledat...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Hledat...",
@@ -8460,6 +8668,10 @@
// "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": "Čísla časopisu", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Čísla časopisu",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Ročníky časopisu", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Ročníky časopisu",
@@ -8524,6 +8736,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Vybrané časopisy", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Vybrané časopisy",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Vybraný ročník časopisu", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Vybraný ročník časopisu",
@@ -8618,6 +8834,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Výsledky vyhledávání", "submission.sections.describe.relationship-lookup.selection-tab.title": "Výsledky vyhledávání",
@@ -9186,6 +9422,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Potvrdit", "subscriptions.tooltip": "Potvrdit",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Notifikace", "subscriptions.modal.title": "Notifikace",
@@ -11573,9 +11813,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11733,5 +11973,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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.help": "Sie sind nicht berechtigt, auf diese Seite zuzugreifen. Mit dem Link unten kommen Sie zurück zur Startseite.",
@@ -51,6 +50,10 @@
// "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": "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": "Bei der Anmeldung über ORCID ist ein Fehler aufgetreten. Stellen Sie sicher, dass Sie die E-Mail-Adresse Ihres ORCID-Kontos für DSpace freigegeben haben. Wenn der Fehler weiterhin besteht, wenden Sie sich an den Administrator", "error-page.orcid.generic-error": "Bei der Anmeldung über ORCID ist ein Fehler aufgetreten. Stellen Sie sicher, dass Sie die E-Mail-Adresse Ihres ORCID-Kontos für DSpace freigegeben haben. Wenn der Fehler weiterhin besteht, wenden Sie sich an den Administrator",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -960,7 +963,6 @@
// "admin.reports.items.title": "Title", // "admin.reports.items.title": "Title",
"admin.reports.items.title": "Titel", "admin.reports.items.title": "Titel",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
"admin.reports.commons.filters": "Filter", "admin.reports.commons.filters": "Filter",
@@ -991,7 +993,6 @@
// "admin.reports.commons.filters.matches_all": "Matches all specified filters", // "admin.reports.commons.filters.matches_all": "Matches all specified filters",
"admin.reports.commons.filters.matches_all": "Entspricht allen angegebenen Filtern", "admin.reports.commons.filters.matches_all": "Entspricht allen angegebenen Filtern",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
"admin.reports.commons.filters.property": "Filter für Item-Eigenschaften", "admin.reports.commons.filters.property": "Filter für Item-Eigenschaften",
@@ -2470,12 +2471,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Information, die wir sammeln", "cookies.consent.content-modal.title": "Information, die wir sammeln",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Authentifizierung", "cookies.consent.app.title.authentication": "Authentifizierung",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Erforderlich für Ihre Anmeldung", "cookies.consent.app.description.authentication": "Erforderlich für Ihre Anmeldung",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Präferenzen", "cookies.consent.app.title.preferences": "Präferenzen",
@@ -2938,6 +2955,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "Copyright © 2002-{{ year }}", "footer.copyright": "Copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace Software", "footer.link.dspace": "DSpace Software",
@@ -3324,6 +3345,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "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.", "home.top-level-communities.help": "Wählen Sie einen Bereich, um dessen Inhalt anzusehen.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "Ich habe die Endnutzer-Vereinbarung gelesen und stimme ihr zu.",
@@ -3423,6 +3520,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Item-Richtlinien bearbeiten", "item.edit.authorizations.title": "Item-Richtlinien bearbeiten",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Nicht auffindbar", "item.badge.private": "Nicht auffindbar",
@@ -4151,21 +4252,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Beschreibung", "item.page.description": "Beschreibung",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisationseinheiten", "item.page.org-units": "Organisationseinheiten",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Forschungsvorhaben", "item.page.projects": "Forschungsvorhaben",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publikationen", "item.page.publications": "Publikationen",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artikel", "item.page.articles": "Artikel",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Zeitschrift", "item.page.journal": "Zeitschrift",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Zeitschriftenheft", "item.page.journal-issue": "Zeitschriftenheft",
@@ -4274,6 +4395,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Zusammenfassung", "item.page.abstract": "Zusammenfassung",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autor:innen", "item.page.authors": "Autor:innen",
@@ -4451,6 +4576,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Sonstiger Identifikator:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5431,6 +5572,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Beaufsichtigte Items", "mydspace.show.supervisedWorkspace": "Beaufsichtigte Items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Archiviert", "mydspace.status.mydspaceArchived": "Archiviert",
@@ -5527,6 +5672,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Benutzerprofil-Leiste", "nav.user.description": "Benutzerprofil-Leiste",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -6089,6 +6238,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Profil aktualisieren", "profile.breadcrumbs": "Profil aktualisieren",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identifizieren", "profile.card.identify": "Identifizieren",
@@ -6528,7 +6689,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisationseinheiten", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisationseinheiten",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publikationen", "relationships.Person.isPublicationOfContributor.Publication": "Publikationen",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6557,10 +6719,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikationen", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikationen",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Forschungsvorhaben", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Forschungsvorhaben",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -6921,6 +7085,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Datum der Veröffentlichung suchen", "search.filters.filter.creativeDatePublished.label": "Datum der Veröffentlichung suchen",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Herausgeber:in", "search.filters.filter.creativeWorkEditor.head": "Herausgeber:in",
@@ -7087,6 +7259,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Gründungsdatum suchen", "search.filters.filter.organizationFoundingDate.label": "Gründungsdatum suchen",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Bereich", "search.filters.filter.scope.head": "Bereich",
@@ -7871,6 +8051,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Lokale Zeitschriftenhefte ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "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.isJournalVolumeOfPublication": "Lokale Zeitschriftenbände ({{ count }})",
@@ -7919,6 +8103,26 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa-Zeitschriften nach ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa-Zeitschriften nach ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "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.isFundingAgencyOfPublication": "Suche nach Fördereinrichtungen",
@@ -7949,6 +8153,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Förderer des Projekts", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Förderer des Projekts",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Suche...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Suche...",
@@ -7964,6 +8172,10 @@
// "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": "Zeitschriftenhefte", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Zeitschriftenhefte",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Zeitschriftenbände", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Zeitschriftenbände",
@@ -8027,6 +8239,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Ausgewählte Zeitschriften",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Ausgewählte Zeitschriftenbände",
@@ -8117,6 +8333,26 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Suchergebnisse", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Suchergebnisse",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Suchergebnisse", "submission.sections.describe.relationship-lookup.selection-tab.title": "Suchergebnisse",
@@ -8678,6 +8914,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Abonnieren", "subscriptions.tooltip": "Abonnieren",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Abonnements", "subscriptions.modal.title": "Abonnements",
@@ -10678,9 +10918,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -10838,5 +11078,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Δεν έχετε εξουσιοδότηση πρόσβασης σε αυτήν τη σελίδα. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.", "401.help": "Δεν έχετε εξουσιοδότηση πρόσβασης σε αυτήν τη σελίδα. Μπορείτε να χρησιμοποιήσετε το παρακάτω κουμπί για να επιστρέψετε στην αρχική σελίδα.",
@@ -51,6 +50,10 @@
// "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": "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": "Παρουσιάστηκε σφάλμα κατά τη σύνδεση μέσω ORCID. Βεβαιωθείτε ότι έχετε μοιραστεί τη διεύθυνση email του λογαριασμού σας ORCID με το DSpace. Εάν το σφάλμα παραμένει, επικοινωνήστε με τον διαχειριστή", "error-page.orcid.generic-error": "Παρουσιάστηκε σφάλμα κατά τη σύνδεση μέσω ORCID. Βεβαιωθείτε ότι έχετε μοιραστεί τη διεύθυνση email του λογαριασμού σας ORCID με το DSpace. Εάν το σφάλμα παραμένει, επικοινωνήστε με τον διαχειριστή",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1057,7 +1060,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1098,7 +1100,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2714,12 +2715,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Πληροφορίες που συλλέγουμε", "cookies.consent.content-modal.title": "Πληροφορίες που συλλέγουμε",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "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": "Required for signing you in",
"cookies.consent.app.description.authentication": "Απαιτείται για τη σύνδεσή σας", "cookies.consent.app.description.authentication": "Απαιτείται για τη σύνδεσή σας",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Προτιμήσεις", "cookies.consent.app.title.preferences": "Προτιμήσεις",
@@ -3234,6 +3251,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "πνευματικά δικαιώματα © 2002-{{ year }}", "footer.copyright": "πνευματικά δικαιώματα © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "Λογισμικό DSpace", "footer.link.dspace": "Λογισμικό DSpace",
@@ -3630,6 +3651,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Επιλέξτε μια κοινότητα για να περιηγηθείτε στις συλλογές της.", "home.top-level-communities.help": "Επιλέξτε μια κοινότητα για να περιηγηθείτε στις συλλογές της.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "Έχω διαβάσει και συμφωνώ με τη Συμφωνία Τελικού Χρήστη",
@@ -3735,6 +3832,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Επεξεργασία των πολιτικών του τεκμηρίου", "item.edit.authorizations.title": "Επεξεργασία των πολιτικών του τεκμηρίου",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Μη ανακαλυπτόμενο", "item.badge.private": "Μη ανακαλυπτόμενο",
@@ -4510,21 +4611,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Περιγραφή", "item.page.description": "Περιγραφή",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Μονάδες οργανισμού", "item.page.org-units": "Μονάδες οργανισμού",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Ερευνητικά έργα", "item.page.projects": "Ερευνητικά έργα",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Δημοσιεύσεις", "item.page.publications": "Δημοσιεύσεις",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Άρθρα", "item.page.articles": "Άρθρα",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Εφημερίδα", "item.page.journal": "Εφημερίδα",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Τεύχος περιοδικού", "item.page.journal-issue": "Τεύχος περιοδικού",
@@ -4656,6 +4777,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Περίληψη", "item.page.abstract": "Περίληψη",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Συγγραφείς", "item.page.authors": "Συγγραφείς",
@@ -4850,6 +4975,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5927,6 +6068,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Αρχειοθετημένα", "mydspace.status.mydspaceArchived": "Αρχειοθετημένα",
@@ -6031,6 +6176,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Γραμμή προφίλ χρήστη", "nav.user.description": "Γραμμή προφίλ χρήστη",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Τεκμήριο", "none.listelement.badge": "Τεκμήριο",
@@ -6704,6 +6853,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Ανανέωση προφίλ", "profile.breadcrumbs": "Ανανέωση προφίλ",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Αναγνωρίζω", "profile.card.identify": "Αναγνωρίζω",
@@ -7191,7 +7352,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Μονάδες οργανισμού", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Μονάδες οργανισμού",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Δημοσιεύσεις", "relationships.Person.isPublicationOfContributor.Publication": "Δημοσιεύσεις",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7220,10 +7382,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Δημοσιεύσεις", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Δημοσιεύσεις",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Ερευνητικά έργα", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Ερευνητικά έργα",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7241,6 +7405,7 @@
// "relationships.Journal.isVolumeOfJournal.JournalVolume": "Journal Volume", // "relationships.Journal.isVolumeOfJournal.JournalVolume": "Journal Volume",
"relationships.Journal.isVolumeOfJournal.JournalVolume": "Τόμος περιοδικού", "relationships.Journal.isVolumeOfJournal.JournalVolume": "Τόμος περιοδικού",
// "repository.image.logo": "Repository logo",
"repository.image.logo": "Λογότυπο αποθετηρίου", "repository.image.logo": "Λογότυπο αποθετηρίου",
// "repository.title": "DSpace Repository", // "repository.title": "DSpace Repository",
@@ -7603,6 +7768,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Δημοσίευση ημερομηνίας αναζήτησης", "search.filters.filter.creativeDatePublished.label": "Δημοσίευση ημερομηνίας αναζήτησης",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Συντάκτης", "search.filters.filter.creativeWorkEditor.head": "Συντάκτης",
@@ -7775,6 +7948,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Ημερομηνία ίδρυσης αναζήτησης", "search.filters.filter.organizationFoundingDate.label": "Ημερομηνία ίδρυσης αναζήτησης",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Πεδίο εφαρμογής", "search.filters.filter.scope.head": "Πεδίο εφαρμογής",
@@ -8610,6 +8791,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Θέματα τοπικών περιοδικών ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Τόμοι τοπικών περιοδικών ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Τόμοι τοπικών περιοδικών ({{ count }})",
@@ -8666,6 +8851,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Αναζήτηση για Φορείς Χρηματοδότησης", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Αναζήτηση για Φορείς Χρηματοδότησης",
@@ -8698,6 +8903,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Χρηματοδότης του Έργου", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Χρηματοδότης του Έργου",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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.search-form.placeholder": "Αναζήτηση...",
@@ -8714,6 +8923,10 @@
// "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.JournalIssue": "Θέματα περιοδικών",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Τόμοι περιοδικών", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Τόμοι περιοδικών",
@@ -8779,6 +8992,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Επιλεγμένα περιοδικά",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Επιλεγμένος τόμος περιοδικού",
@@ -8873,6 +9090,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Αποτελέσματα αναζήτησης", "submission.sections.describe.relationship-lookup.selection-tab.title": "Αποτελέσματα αναζήτησης",
@@ -9468,6 +9705,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -11960,9 +12201,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12120,5 +12361,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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á autorizado a acceder a esta página. Puede utilizar el botón de abajo para volver a la página de inicio.", "401.help": "No está autorizado a acceder a esta página. Puede utilizar el botón de abajo para volver a la página de inicio.",
@@ -51,6 +50,10 @@
// "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": "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": "Hubo un error en el login vía ORCID. Asegúrese que ha compartido el correo electrónico de su cuenta ORCID con Dspace. Si continuase el error, contacte con el administrador", "error-page.orcid.generic-error": "Hubo un error en el login vía ORCID. Asegúrese que ha compartido el correo electrónico de su cuenta ORCID con Dspace. Si continuase el error, contacte con el administrador",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -960,7 +963,6 @@
// "admin.reports.items.title": "Title", // "admin.reports.items.title": "Title",
"admin.reports.items.title": "Título", "admin.reports.items.title": "Título",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
"admin.reports.commons.filters": "Filtros", "admin.reports.commons.filters": "Filtros",
@@ -991,7 +993,6 @@
// "admin.reports.commons.filters.matches_all": "Matches all specified filters", // "admin.reports.commons.filters.matches_all": "Matches all specified filters",
"admin.reports.commons.filters.matches_all": "Coincide con todos los filtros especificados", "admin.reports.commons.filters.matches_all": "Coincide con todos los filtros especificados",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
"admin.reports.commons.filters.property": "Filtro de Propiedades de Ítem", "admin.reports.commons.filters.property": "Filtro de Propiedades de Ítem",
@@ -2466,12 +2467,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Información que recopilamos", "cookies.consent.content-modal.title": "Información que recopilamos",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Autenticación", "cookies.consent.app.title.authentication": "Autenticación",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Requerido para iniciar sesión", "cookies.consent.app.description.authentication": "Requerido para iniciar sesión",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Preferencias", "cookies.consent.app.title.preferences": "Preferencias",
@@ -2932,6 +2949,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "Software DSpace", "footer.link.dspace": "Software DSpace",
@@ -3317,6 +3338,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Seleccione una comunidad para explorar sus colecciones.", "home.top-level-communities.help": "Seleccione una comunidad para explorar sus colecciones.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "He leído y acepto el Acuerdo de usuario final.", "info.end-user-agreement.accept": "He leído y acepto el Acuerdo de usuario final.",
@@ -3416,6 +3513,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Editar las políticas del ítem", "item.edit.authorizations.title": "Editar las políticas del ítem",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Privado", "item.badge.private": "Privado",
@@ -4136,21 +4237,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descripción", "item.page.description": "Descripción",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Unidades organizativas", "item.page.org-units": "Unidades organizativas",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Proyectos de investigación", "item.page.projects": "Proyectos de investigación",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publicaciones", "item.page.publications": "Publicaciones",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artículos", "item.page.articles": "Artículos",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Revista", "item.page.journal": "Revista",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Número de la revista", "item.page.journal-issue": "Número de la revista",
@@ -4260,6 +4381,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Resumen", "item.page.abstract": "Resumen",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autores", "item.page.authors": "Autores",
@@ -4437,6 +4562,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Otro identificador:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5418,6 +5559,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Ítems supervisados", "mydspace.show.supervisedWorkspace": "Ítems supervisados",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Archivado", "mydspace.status.mydspaceArchived": "Archivado",
@@ -5514,6 +5659,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Barra de perfil de usuario", "nav.user.description": "Barra de perfil de usuario",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Ítem", "none.listelement.badge": "Ítem",
@@ -5878,7 +6027,6 @@
// "process.new.parameter.integer.required": "Parameter value is required", // "process.new.parameter.integer.required": "Parameter value is required",
"process.new.parameter.integer.required": "Se requiere el valor del parámetro", "process.new.parameter.integer.required": "Se requiere el valor del parámetro",
// "process.new.parameter.string.required": "Parameter value is required", // "process.new.parameter.string.required": "Parameter value is required",
"process.new.parameter.string.required": "Se requiere el valor del parámetro", "process.new.parameter.string.required": "Se requiere el valor del parámetro",
@@ -6077,6 +6225,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Actualización del perfil", "profile.breadcrumbs": "Actualización del perfil",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identidad", "profile.card.identify": "Identidad",
@@ -6515,7 +6675,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Unidades organizativas", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Unidades organizativas",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publicaciones", "relationships.Person.isPublicationOfContributor.Publication": "Publicaciones",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6544,10 +6705,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicaciones", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicaciones",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Proyectos de investigación", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Proyectos de investigación",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -6905,6 +7068,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Buscar por fecha de publicación", "search.filters.filter.creativeDatePublished.label": "Buscar por fecha de publicación",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -7071,6 +7242,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Búsqueda por Fecha de fundación", "search.filters.filter.organizationFoundingDate.label": "Búsqueda por Fecha de fundación",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Alcance", "search.filters.filter.scope.head": "Alcance",
@@ -7855,6 +8034,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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 locales ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Números de revista locales ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Volúmenes de revista locales ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Volúmenes de revista locales ({{ count }})",
@@ -7903,6 +8086,26 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Revistas Sherpa por ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Revistas Sherpa por ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Búsqueda de agencias de financiación", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Búsqueda de agencias de financiación",
@@ -7933,6 +8136,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Financiador del Proyecto", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Financiador del Proyecto",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Buscar...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Buscar...",
@@ -7948,6 +8155,10 @@
// "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": "Números de revista", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Números de revista",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volúmenes de la revista", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volúmenes de la revista",
@@ -8011,6 +8222,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Revistas seleccionadas", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Revistas seleccionadas",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volumen de revista seleccionada", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volumen de revista seleccionada",
@@ -8101,6 +8316,26 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Resultados de la búsqueda", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Resultados de la búsqueda",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "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.selection-tab.title": "Resultados de la búsqueda",
@@ -8659,6 +8894,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Suscribir", "subscriptions.tooltip": "Suscribir",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Suscripciones", "subscriptions.modal.title": "Suscripciones",
@@ -10655,9 +10894,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -10815,5 +11054,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Sinulla ei ole valtuuksia nähdä sivua. Voit palata etusivulle alla olevalla painikkeella.", "401.help": "Sinulla ei ole valtuuksia nähdä sivua. Voit palata etusivulle alla olevalla painikkeella.",
@@ -59,6 +58,10 @@
// "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": "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": "Virhe ORCID-kirjautumisessa. Varmista, että olet tuonut ORCID-tilisi sähköpostiosoitteen DSpaceen. Jos virhe jatkuu, ota yhteyttä ylläpitäjään.", "error-page.orcid.generic-error": "Virhe ORCID-kirjautumisessa. Varmista, että olet tuonut ORCID-tilisi sähköpostiosoitteen DSpaceen. Jos virhe jatkuu, ota yhteyttä ylläpitäjään.",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1052,7 +1055,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1093,7 +1095,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2651,12 +2652,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Keräämämme tieto", "cookies.consent.content-modal.title": "Keräämämme tieto",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Todentaminen", "cookies.consent.app.title.authentication": "Todentaminen",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Vaadittu kirjautumista varten", "cookies.consent.app.description.authentication": "Vaadittu kirjautumista varten",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Asetukset", "cookies.consent.app.title.preferences": "Asetukset",
@@ -3129,6 +3146,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "tekijänoikeus © 2002-{{ year }}", "footer.copyright": "tekijänoikeus © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace-ohjelmisto", "footer.link.dspace": "DSpace-ohjelmisto",
@@ -3519,6 +3540,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Valitse yhteisö, jonka kokoelmia haluat selata.", "home.top-level-communities.help": "Valitse yhteisö, jonka kokoelmia haluat selata.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Olen lukenut ja hyväksyn käyttöoikeussopimuksen", "info.end-user-agreement.accept": "Olen lukenut ja hyväksyn käyttöoikeussopimuksen",
@@ -3623,6 +3720,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Muokkaa tietuekäytäntöjä", "item.edit.authorizations.title": "Muokkaa tietuekäytäntöjä",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Yksityinen", "item.badge.private": "Yksityinen",
@@ -4361,21 +4462,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Kuvaus", "item.page.description": "Kuvaus",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisaatioyksiköt", "item.page.org-units": "Organisaatioyksiköt",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Tutkimusprojektit", "item.page.projects": "Tutkimusprojektit",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Julkaisut", "item.page.publications": "Julkaisut",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artikkelit", "item.page.articles": "Artikkelit",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Kausijulkaisu", "item.page.journal": "Kausijulkaisu",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Kausijulkaisun numero", "item.page.journal-issue": "Kausijulkaisun numero",
@@ -4498,6 +4619,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Tiivistelmä", "item.page.abstract": "Tiivistelmä",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Tekijät", "item.page.authors": "Tekijät",
@@ -4680,6 +4805,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Muu tunnus:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN-tunnus", "item.preview.dc.relation.issn": "ISSN-tunnus",
@@ -5712,6 +5853,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Valvotut tietueet", "mydspace.show.supervisedWorkspace": "Valvotut tietueet",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Arkistoitu", "mydspace.status.mydspaceArchived": "Arkistoitu",
@@ -5813,6 +5958,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Käyttäjäprofiilipalkki", "nav.user.description": "Käyttäjäprofiilipalkki",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Tietue", "none.listelement.badge": "Tietue",
@@ -6463,6 +6612,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Päivitä profiili", "profile.breadcrumbs": "Päivitä profiili",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Tunnistaudu", "profile.card.identify": "Tunnistaudu",
@@ -6935,7 +7096,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisaatioyksiköt", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisaatioyksiköt",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Julkaisut", "relationships.Person.isPublicationOfContributor.Publication": "Julkaisut",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6964,10 +7126,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Julkaisut", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Julkaisut",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Tutkimusprojektit", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Tutkimusprojektit",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7344,6 +7508,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Hae julkaisuaikaa", "search.filters.filter.creativeDatePublished.label": "Hae julkaisuaikaa",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Toimittaja", "search.filters.filter.creativeWorkEditor.head": "Toimittaja",
@@ -7516,6 +7688,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Hae perustamispäivämäärää", "search.filters.filter.organizationFoundingDate.label": "Hae perustamispäivämäärää",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Rajaus", "search.filters.filter.scope.head": "Rajaus",
@@ -8343,6 +8523,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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": "Paikalliset kausijulkaisun numerot ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Paikalliset kausijulkaisun numerot ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Paikalliset kausijulkaisun vuosikerrat ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Paikalliset kausijulkaisun vuosikerrat ({{ count }})",
@@ -8399,6 +8583,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Hae rahoittajatahoja", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Hae rahoittajatahoja",
@@ -8430,6 +8634,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Projektin rahoittaja", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Projektin rahoittaja",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Haetaan...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Haetaan...",
@@ -8446,6 +8654,10 @@
// "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": "Kausijulkaisun numerot", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Kausijulkaisun numerot",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Kausijulkaisun vuosikerrat", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Kausijulkaisun vuosikerrat",
@@ -8510,6 +8722,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Valitut kausijulkaisut", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Valitut kausijulkaisut",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Valittu kausijulkaisun vuosikerta", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Valittu kausijulkaisun vuosikerta",
@@ -8604,6 +8820,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Hakutulokset", "submission.sections.describe.relationship-lookup.selection-tab.title": "Hakutulokset",
@@ -9171,6 +9407,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Tilaa", "subscriptions.tooltip": "Tilaa",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Tilaukset", "subscriptions.modal.title": "Tilaukset",
@@ -11582,9 +11822,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11742,5 +11982,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Vous n'êtes pas autorisé à accéder à cette page. Vous pouvez utiliser le bouton ci-dessous pour revenir à la page d'accueil.", "401.help": "Vous n'êtes pas autorisé à accéder à cette page. Vous pouvez utiliser le bouton ci-dessous pour revenir à la page d'accueil.",
@@ -55,6 +54,10 @@
// "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": "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": "Une erreur s'est produite lors de la connexion via ORCID. Assurez-vous d'avoir partagé l'adresse de votre compte ORCID avec DSpace. Si l'erreur persiste, contacter l'administrateur.", "error-page.orcid.generic-error": "Une erreur s'est produite lors de la connexion via ORCID. Assurez-vous d'avoir partagé l'adresse de votre compte ORCID avec DSpace. Si l'erreur persiste, contacter l'administrateur.",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Restriction temporaire", "access-status.embargo.listelement.badge": "Restriction temporaire",
@@ -973,7 +976,6 @@
// "admin.reports.items.title": "Title", // "admin.reports.items.title": "Title",
"admin.reports.items.title": "Titre", "admin.reports.items.title": "Titre",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
"admin.reports.commons.filters": "Filtres", "admin.reports.commons.filters": "Filtres",
@@ -1004,7 +1006,6 @@
// "admin.reports.commons.filters.matches_all": "Matches all specified filters", // "admin.reports.commons.filters.matches_all": "Matches all specified filters",
"admin.reports.commons.filters.matches_all": "Tous les filtres spécifiés", "admin.reports.commons.filters.matches_all": "Tous les filtres spécifiés",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
"admin.reports.commons.filters.property": "Filtres de propriétés d'éléments", "admin.reports.commons.filters.property": "Filtres de propriétés d'éléments",
@@ -2518,12 +2519,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Données collectées", "cookies.consent.content-modal.title": "Données collectées",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Authentification", "cookies.consent.app.title.authentication": "Authentification",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Requis pour permettre votre connexion", "cookies.consent.app.description.authentication": "Requis pour permettre votre connexion",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Préférences", "cookies.consent.app.title.preferences": "Préférences",
@@ -2569,7 +2586,7 @@
// "cookies.consent.purpose.sharing": "Sharing", // "cookies.consent.purpose.sharing": "Sharing",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.purpose.sharing": "Partage", "cookies.consent.purpose.sharing": "Sharing",
// "curation-task.task.citationpage.label": "Generate Citation Page", // "curation-task.task.citationpage.label": "Generate Citation Page",
"curation-task.task.citationpage.label": "Générer la page de citation", "curation-task.task.citationpage.label": "Générer la page de citation",
@@ -2756,7 +2773,7 @@
// "dso-selector.results-could-not-be-retrieved": "Something went wrong, please refresh again ↻", // "dso-selector.results-could-not-be-retrieved": "Something went wrong, please refresh again ↻",
// TODO New key - Add a translation // TODO New key - Add a translation
"dso-selector.results-could-not-be-retrieved": "Une erreur s'est produite, s'il vous plaît, réactualiser ↻", "dso-selector.results-could-not-be-retrieved": "Something went wrong, please refresh again ↻",
// "supervision-group-selector.header": "Supervision Group Selector", // "supervision-group-selector.header": "Supervision Group Selector",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -3009,6 +3026,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "Logiciel DSpace", "footer.link.dspace": "Logiciel DSpace",
@@ -3401,6 +3422,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Sélectionner une communauté pour parcourir les collections sous-jacentes.", "home.top-level-communities.help": "Sélectionner une communauté pour parcourir les collections sous-jacentes.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "J'ai lu et j'accepte la licence de l'utilisateur final", "info.end-user-agreement.accept": "J'ai lu et j'accepte la licence de l'utilisateur final",
@@ -3504,6 +3601,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Éditer les autorisations de l'Item", "item.edit.authorizations.title": "Éditer les autorisations de l'Item",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.badge.private": "Privé", "item.badge.private": "Privé",
@@ -4252,21 +4353,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Structures organisationnelles", "item.page.org-units": "Structures organisationnelles",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Projets de recherche", "item.page.projects": "Projets de recherche",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publications", "item.page.publications": "Publications",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Articles", "item.page.articles": "Articles",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Revue", "item.page.journal": "Revue",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Numéro de revue", "item.page.journal-issue": "Numéro de revue",
@@ -4392,6 +4513,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Résumé", "item.page.abstract": "Résumé",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Auteurs", "item.page.authors": "Auteurs",
@@ -4567,6 +4692,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Autre identifiant :",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -4656,7 +4797,8 @@
"item.preview.dc.identifier.openalex": "Identifiant OpenAlex", "item.preview.dc.identifier.openalex": "Identifiant OpenAlex",
// "item.preview.dc.description": "Description", // "item.preview.dc.description": "Description",
"item.preview.dc.description": "Description", // TODO Source message changed - Revise the translation
"item.preview.dc.description": "Description :",
// "item.select.confirm": "Confirm selected", // "item.select.confirm": "Confirm selected",
"item.select.confirm": "Confirmer la sélection", "item.select.confirm": "Confirmer la sélection",
@@ -4886,7 +5028,7 @@
// "itemtemplate.edit.metadata.discard-button": "Discard", // "itemtemplate.edit.metadata.discard-button": "Discard",
// TODO New key - Add a translation // TODO New key - Add a translation
"itemtemplate.edit.metadata.discard-button": "Rejeter", "itemtemplate.edit.metadata.discard-button": "Discard",
// "itemtemplate.edit.metadata.edit.language": "Edit language", // "itemtemplate.edit.metadata.edit.language": "Edit language",
"itemtemplate.edit.metadata.edit.language": "Modifier la langue", "itemtemplate.edit.metadata.edit.language": "Modifier la langue",
@@ -4920,11 +5062,11 @@
// "itemtemplate.edit.metadata.headers.edit": "Edit", // "itemtemplate.edit.metadata.headers.edit": "Edit",
// TODO New key - Add a translation // TODO New key - Add a translation
"itemtemplate.edit.metadata.headers.edit": "Modifier", "itemtemplate.edit.metadata.headers.edit": "Edit",
// "itemtemplate.edit.metadata.headers.field": "Field", // "itemtemplate.edit.metadata.headers.field": "Field",
// TODO New key - Add a translation // TODO New key - Add a translation
"itemtemplate.edit.metadata.headers.field": "Champ", "itemtemplate.edit.metadata.headers.field": "Field",
// "itemtemplate.edit.metadata.headers.language": "Lang", // "itemtemplate.edit.metadata.headers.language": "Lang",
"itemtemplate.edit.metadata.headers.language": "Lang", "itemtemplate.edit.metadata.headers.language": "Lang",
@@ -5580,6 +5722,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Items supervisés", "mydspace.show.supervisedWorkspace": "Items supervisés",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Archivés", "mydspace.status.mydspaceArchived": "Archivés",
@@ -5685,6 +5831,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Barre de profil utilisateur", "nav.user.description": "Barre de profil utilisateur",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -6325,6 +6475,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Mise à jour profil", "profile.breadcrumbs": "Mise à jour profil",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identification", "profile.card.identify": "Identification",
@@ -6815,7 +6977,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Structures organisationnelles", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Structures organisationnelles",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publications", "relationships.Person.isPublicationOfContributor.Publication": "Publications",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6842,10 +7005,12 @@
// "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", // "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Publications rédigées", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Publications rédigées",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projets de recherche", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projets de recherche",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7225,6 +7390,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Recherche d'une date de publication", "search.filters.filter.creativeDatePublished.label": "Recherche d'une date de publication",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Éditeur intellectuel", "search.filters.filter.creativeWorkEditor.head": "Éditeur intellectuel",
@@ -7398,6 +7571,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Recherche d'une date de fondation", "search.filters.filter.organizationFoundingDate.label": "Recherche d'une date de fondation",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Portée", "search.filters.filter.scope.head": "Portée",
@@ -8229,6 +8410,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Numéros de revue locaux ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "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.isJournalVolumeOfPublication": "Volumes de revues locaux ({{ count }})",
@@ -8277,6 +8462,26 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Recherche d'agences de financement", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Recherche d'agences de financement",
@@ -8309,6 +8514,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Bailleur de fonds du projet", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Bailleur de fonds du projet",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Rechercher...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Rechercher...",
@@ -8325,6 +8534,10 @@
// "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": "Numéros de revue", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Numéros de revue",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "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.isJournalVolumeOfPublication": "Volumes de revue",
@@ -8390,6 +8603,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Revues sélectionnées", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Revues sélectionnées",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Volumes de revue sélectionnés",
@@ -8488,6 +8705,26 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Résultats de recherche", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Résultats de recherche",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -9072,6 +9309,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "S'abonner", "subscriptions.tooltip": "S'abonner",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Abonnements", "subscriptions.modal.title": "Abonnements",
@@ -11100,9 +11341,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11251,5 +11492,13 @@
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"embargo.listelement.badge": "Embargo jusqu'à {{ date }}", "embargo.listelement.badge": "Embargo jusqu'à {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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.",
@@ -62,6 +61,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1062,7 +1065,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1103,7 +1105,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2768,12 +2769,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Fiosrachadh a chruinnicheas sinn", "cookies.consent.content-modal.title": "Fiosrachadh a chruinnicheas sinn",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Dearbhadh", "cookies.consent.app.title.authentication": "Dearbhadh",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "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.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Roghainnean", "cookies.consent.app.title.preferences": "Roghainnean",
@@ -3303,6 +3320,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "dlighe-sgrìobhaidh © 2002-{{ year }}", "footer.copyright": "dlighe-sgrìobhaidh © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "Bathar-bog DSpace", "footer.link.dspace": "Bathar-bog DSpace",
@@ -3732,6 +3753,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "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.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Leugh mi agus ghabh mi ri Aonta an Neach-cleachdaidh Dheireannaich", "info.end-user-agreement.accept": "Leugh mi agus ghabh mi ri Aonta an Neach-cleachdaidh Dheireannaich",
@@ -3850,6 +3947,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Deasaich Poileasaidhean nì", "item.edit.authorizations.title": "Deasaich Poileasaidhean nì",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.badge.private": "Prìobhaideach", "item.badge.private": "Prìobhaideach",
@@ -4641,21 +4742,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Cunntas", "item.page.description": "Cunntas",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Aonadan eagrachaidh", "item.page.org-units": "Aonadan eagrachaidh",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Pròiseactan Rannsachaidh", "item.page.projects": "Pròiseactan Rannsachaidh",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Foillseachaidhean", "item.page.publications": "Foillseachaidhean",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artaigilean", "item.page.articles": "Artaigilean",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Diornal", "item.page.journal": "Diornal",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Deasachadh Diornal", "item.page.journal-issue": "Deasachadh Diornal",
@@ -4788,6 +4909,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Giorrachadh", "item.page.abstract": "Giorrachadh",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Ùghdaran", "item.page.authors": "Ùghdaran",
@@ -4978,6 +5103,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Aithnichear eile:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6065,6 +6206,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "San Tasglann", "mydspace.status.mydspaceArchived": "San Tasglann",
@@ -6173,6 +6318,10 @@
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"nav.user.description": "Bàr-iomraidh neach-cleachdaidh", "nav.user.description": "Bàr-iomraidh neach-cleachdaidh",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Nì", "none.listelement.badge": "Nì",
@@ -6864,6 +7013,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Ùraich Iomradh Neach-cleachdaidh", "profile.breadcrumbs": "Ùraich Iomradh Neach-cleachdaidh",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Aithnichear", "profile.card.identify": "Aithnichear",
@@ -7356,7 +7517,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Aonadan eagrachaidh", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Aonadan eagrachaidh",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Foillseachaidhean", "relationships.Person.isPublicationOfContributor.Publication": "Foillseachaidhean",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7385,10 +7547,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Foillseachaidhean", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Foillseachaidhean",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Pròiseactan Rannsachaidh", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Pròiseactan Rannsachaidh",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7778,6 +7942,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "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.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Deasaiche", "search.filters.filter.creativeWorkEditor.head": "Deasaiche",
@@ -7951,6 +8123,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "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.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Leudachd", "search.filters.filter.scope.head": "Leudachd",
@@ -8816,6 +8996,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Deasachaidhean Diornal Ionadail ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "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.isJournalVolumeOfPublication": "Àireamhan Diornal Ionadail ({{ count }})",
@@ -8872,6 +9056,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "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",
@@ -8904,6 +9108,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Maoinichear a' Phròiseact", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Maoinichear a' Phròiseact",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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...",
@@ -8920,6 +9128,10 @@
// "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": "Deasachaidhean Diornal", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Deasachaidhean Diornal",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Àireamhan Diornal", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Àireamhan Diornal",
@@ -8986,6 +9198,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Diornalan Taghte",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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",
@@ -9085,6 +9301,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -9736,6 +9972,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -12354,9 +12594,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12514,5 +12754,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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.help": "Nincs jogosultsága az oldal eléréséhez. Az alábbi gombbal vissza tud lépni a főoldalra.",
@@ -60,6 +59,10 @@
// "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": "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": "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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1055,7 +1058,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1096,7 +1098,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2791,12 +2792,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Gyűjtött adatok", "cookies.consent.content-modal.title": "Gyűjtött adatok",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Hitelesítés", "cookies.consent.app.title.authentication": "Hitelesítés",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "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.description.authentication": "Szükséges a beléptetéséhez",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Beállítások", "cookies.consent.app.title.preferences": "Beállítások",
@@ -3333,6 +3350,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "szerzői jog © 2002-{{ year }}", "footer.copyright": "szerzői jog © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace szoftver", "footer.link.dspace": "DSpace szoftver",
@@ -3772,6 +3793,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Válasszon ki egy kategóriát, hogy böngéssze a gyűjteményeit.", "home.top-level-communities.help": "Válasszon ki egy kategóriát, hogy böngéssze a gyűjteményeit.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "Elolvastam és elfogadom a felhasználói feltételeket",
@@ -3884,6 +3981,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Jogosultásgok elem szerkesztése", "item.edit.authorizations.title": "Jogosultásgok elem szerkesztése",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Privát", "item.badge.private": "Privát",
@@ -4675,21 +4776,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Leírás", "item.page.description": "Leírás",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Szervezeti egységek", "item.page.org-units": "Szervezeti egységek",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Kutatási projektek", "item.page.projects": "Kutatási projektek",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publikációk", "item.page.publications": "Publikációk",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Cikkek", "item.page.articles": "Cikkek",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Folyóirat", "item.page.journal": "Folyóirat",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Folyóirat szám", "item.page.journal-issue": "Folyóirat szám",
@@ -4823,6 +4944,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Kivonat", "item.page.abstract": "Kivonat",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Szerzők", "item.page.authors": "Szerzők",
@@ -5014,6 +5139,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Más azonosító:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6144,6 +6285,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Tárolva", "mydspace.status.mydspaceArchived": "Tárolva",
@@ -6251,6 +6396,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -6943,6 +7092,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Profil frissítése", "profile.breadcrumbs": "Profil frissítése",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Azonosít", "profile.card.identify": "Azonosít",
@@ -7440,7 +7601,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Szervezeti egységek", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Szervezeti egységek",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publikációk", "relationships.Person.isPublicationOfContributor.Publication": "Publikációk",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7470,10 +7632,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikációk", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikációk",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Kutatási projektek", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Kutatási projektek",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7868,6 +8032,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "Search date published",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Szerkesztő", "search.filters.filter.creativeWorkEditor.head": "Szerkesztő",
@@ -8059,6 +8231,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "Search date founded",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Célja", "search.filters.filter.scope.head": "Célja",
@@ -8946,6 +9126,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Helyi folyóiratszámok ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "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.isJournalVolumeOfPublication": "Helyi folyóiratkötetek ({{ count }})",
@@ -9002,6 +9186,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "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.isFundingAgencyOfPublication": "Támogató szervezetek keresése",
@@ -9039,6 +9243,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
@@ -9056,6 +9264,10 @@
// "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": "Folyóirat számok", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Folyóirat számok",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "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.isJournalVolumeOfPublication": "Folyóirat kötetek",
@@ -9121,6 +9333,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Választott folyóirat",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Választott folyóirat kötet",
@@ -9215,6 +9431,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Keresés eredménye", "submission.sections.describe.relationship-lookup.selection-tab.title": "Keresés eredménye",
@@ -9881,6 +10117,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -12507,9 +12747,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12667,5 +12907,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Non sei autorizzato ad accedere a questa pagina. Puoi usare il pulsante qui sotto per tornare alla home page.", "401.help": "Non sei autorizzato ad accedere a questa pagina. Puoi usare il pulsante qui sotto per tornare alla home page.",
@@ -59,6 +58,10 @@
// "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": "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": "Si è verificato un errore con il login via ORCID. Verifica di avere condiviso il tuo account ORCID con DSpace. Se l'errore persiste, contatta l'amministratore", "error-page.orcid.generic-error": "Si è verificato un errore con il login via ORCID. Verifica di avere condiviso il tuo account ORCID con DSpace. Se l'errore persiste, contatta l'amministratore",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1051,7 +1054,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1092,7 +1094,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2660,6 +2661,14 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Informazioni che raccogliamo", "cookies.consent.content-modal.title": "Informazioni che raccogliamo",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Autenticazione", "cookies.consent.app.title.authentication": "Autenticazione",
@@ -3151,6 +3160,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "Software DSpace", "footer.link.dspace": "Software DSpace",
@@ -3555,6 +3568,82 @@
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"home.top-level-communities.help": "Cerca una collection", "home.top-level-communities.help": "Cerca una collection",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Ho letto e accetto l'Accordo con l'utente finale", "info.end-user-agreement.accept": "Ho letto e accetto l'Accordo con l'utente finale",
@@ -3660,6 +3749,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Modificare le policies dell'item", "item.edit.authorizations.title": "Modificare le policies dell'item",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Privato", "item.badge.private": "Privato",
@@ -4398,21 +4491,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descrizione", "item.page.description": "Descrizione",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Strutture", "item.page.org-units": "Strutture",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Progetti di ricerca", "item.page.projects": "Progetti di ricerca",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Pubblicazioni", "item.page.publications": "Pubblicazioni",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Articoli", "item.page.articles": "Articoli",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Periodico", "item.page.journal": "Periodico",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Fascicolo Periodico", "item.page.journal-issue": "Fascicolo Periodico",
@@ -4535,6 +4648,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autori", "item.page.authors": "Autori",
@@ -4716,6 +4833,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Altri identificativi:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5751,6 +5884,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Item supervisionati", "mydspace.show.supervisedWorkspace": "Item supervisionati",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Archiviati", "mydspace.status.mydspaceArchived": "Archiviati",
@@ -5852,6 +5989,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Barra del profilo utente", "nav.user.description": "Barra del profilo utente",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -6502,6 +6643,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Aggiorna profilo", "profile.breadcrumbs": "Aggiorna profilo",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identificare", "profile.card.identify": "Identificare",
@@ -6975,7 +7128,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Strutture", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Strutture",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Pubblicazioni", "relationships.Person.isPublicationOfContributor.Publication": "Pubblicazioni",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7004,10 +7158,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Pubblicazioni", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Pubblicazioni",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Progetti di ricerca", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Progetti di ricerca",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7387,6 +7543,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Data di ricerca pubblicata", "search.filters.filter.creativeDatePublished.label": "Data di ricerca pubblicata",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -7559,6 +7723,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Data di ricerca fondata", "search.filters.filter.organizationFoundingDate.label": "Data di ricerca fondata",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Ambito", "search.filters.filter.scope.head": "Ambito",
@@ -8387,6 +8559,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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": "Local Journal Issues ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
@@ -8443,6 +8619,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Ricerca di agenzie di finanziamento", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Ricerca di agenzie di finanziamento",
@@ -8474,6 +8670,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Finanziatore del Progetto", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Finanziatore del Progetto",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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...",
@@ -8490,6 +8690,10 @@
// "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": "Fascicolo Periodico", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Fascicolo Periodico",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volume Periodico", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volume Periodico",
@@ -8554,6 +8758,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Riviste selezionate", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Riviste selezionate",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volume del Periodico selezionato", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volume del Periodico selezionato",
@@ -8648,6 +8856,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Risultati della ricerca", "submission.sections.describe.relationship-lookup.selection-tab.title": "Risultati della ricerca",
@@ -9219,6 +9447,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Sottoscrivi", "subscriptions.tooltip": "Sottoscrivi",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Sottoscrizioni", "subscriptions.modal.title": "Sottoscrizioni",
@@ -11638,9 +11870,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11798,5 +12030,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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 // 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.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
@@ -68,6 +67,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1280,7 +1283,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1321,7 +1323,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -3270,6 +3271,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Information that we collect",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Authentication",
@@ -3278,6 +3287,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Required for signing you in",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Preferences",
@@ -3878,6 +3895,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
// TODO New key - Add a translation // TODO New key - Add a translation
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -4374,6 +4395,82 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Select a community to browse its collections.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
// TODO New key - Add a translation // 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": "I have read and I agree to the End User Agreement",
@@ -4506,6 +4603,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Edit item's Policies",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.badge.private": "Non-discoverable", "item.badge.private": "Non-discoverable",
@@ -5462,18 +5563,34 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.org-units": "Organizational Units", "item.page.org-units": "Organizational Units",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.projects": "Research Projects", "item.page.projects": "Research Projects",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.publications": "Publications", "item.page.publications": "Publications",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.articles": "Articles", "item.page.articles": "Articles",
@@ -5482,6 +5599,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal": "Journal", "item.page.journal": "Journal",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issue": "Journal Issue", "item.page.journal-issue": "Journal Issue",
@@ -5626,6 +5747,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.authors": "Authors", "item.page.authors": "Authors",
@@ -5854,6 +5979,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -7146,6 +7287,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.status.mydspaceArchived": "Archived", "mydspace.status.mydspaceArchived": "Archived",
@@ -7274,6 +7419,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -8018,6 +8167,18 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Update Profile",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
// TODO New key - Add a translation // TODO New key - Add a translation
"profile.card.identify": "Identify", "profile.card.identify": "Identify",
@@ -8598,9 +8759,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.Person.isPublicationOfContributor.Publication": "Publications", "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -8634,13 +8795,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -9113,6 +9274,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "Search date published",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -9333,6 +9502,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "Search date founded",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Scope",
@@ -10357,6 +10534,10 @@
// TODO New key - Add a translation // 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.JournalIssue": "Local Journal Issues ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})",
@@ -10421,6 +10602,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
// TODO New key - Add a translation // 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.isFundingAgencyOfPublication": "Search for Funding Agencies",
@@ -10461,6 +10662,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
@@ -10481,6 +10686,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
@@ -10565,6 +10774,10 @@
// TODO New key - Add a translation // 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.isJournalOfPublication": "Selected Journals",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Selected Journal Volume",
@@ -10685,6 +10898,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -11429,6 +11662,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -14093,9 +14330,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -14253,5 +14490,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Сіз бұл бетке өтуге тіркелемегенсіз. Басты бетке оралу үшін төмендегі батырманы пайдалануға болады", "401.help": "Сіз бұл бетке өтуге тіркелемегенсіз. Басты бетке оралу үшін төмендегі батырманы пайдалануға болады",
@@ -59,6 +58,10 @@
// "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": "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": "ORCID арқылы кіру кезінде қате пайда болды. DSpace-ке ORCID есептік жазбаңыздың электрондық пошта мекенжайын бергеніңізге көз жеткізіңіз. Егер қате қайталанса, әкімшіге хабарласыңыз", "error-page.orcid.generic-error": "ORCID арқылы кіру кезінде қате пайда болды. DSpace-ке ORCID есептік жазбаңыздың электрондық пошта мекенжайын бергеніңізге көз жеткізіңіз. Егер қате қайталанса, әкімшіге хабарласыңыз",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Эмбарго", "access-status.embargo.listelement.badge": "Эмбарго",
@@ -1054,7 +1057,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1095,7 +1097,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2719,12 +2720,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Біз жинайтын ақпарат", "cookies.consent.content-modal.title": "Біз жинайтын ақпарат",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "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": "Required for signing you in",
"cookies.consent.app.description.authentication": "Жүйеге кіру үшін қажет", "cookies.consent.app.description.authentication": "Жүйеге кіру үшін қажет",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Параметрлері", "cookies.consent.app.title.preferences": "Параметрлері",
@@ -3237,6 +3254,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "Авторлық құқық © 2002-{{ year }}", "footer.copyright": "Авторлық құқық © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace бағдарламалық құралы", "footer.link.dspace": "DSpace бағдарламалық құралы",
@@ -3644,6 +3665,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Оның жинақтарын шолу үшін қауымдастықты таңдаңыз.", "home.top-level-communities.help": "Оның жинақтарын шолу үшін қауымдастықты таңдаңыз.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "Мен Түпкі пайдаланушы келісімін оқыдым және келісемін",
@@ -3753,6 +3850,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Элемент саясаттарын өңдеу", "item.edit.authorizations.title": "Элемент саясаттарын өңдеу",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.badge.private": "Жеке", "item.badge.private": "Жеке",
@@ -4522,21 +4623,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Сипаттама", "item.page.description": "Сипаттама",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Ұйымдастыру бөлімшелері", "item.page.org-units": "Ұйымдастыру бөлімшелері",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Зерттеу жобалары", "item.page.projects": "Зерттеу жобалары",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Жарияланымдар", "item.page.publications": "Жарияланымдар",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Мақалалар", "item.page.articles": "Мақалалар",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Күнделік", "item.page.journal": "Күнделік",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Журнал шығару", "item.page.journal-issue": "Журнал шығару",
@@ -4667,6 +4788,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Дерексіз", "item.page.abstract": "Дерексіз",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Авторлар", "item.page.authors": "Авторлар",
@@ -4852,6 +4977,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Басқа идентификатор:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5925,6 +6066,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Мұрағатталған", "mydspace.status.mydspaceArchived": "Мұрағатталған",
@@ -6032,6 +6177,10 @@
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"nav.user.description": "Пайдаланушы профилі тақтасы", "nav.user.description": "Пайдаланушы профилі тақтасы",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Элемент", "none.listelement.badge": "Элемент",
@@ -6703,6 +6852,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Профильді жаңарту", "profile.breadcrumbs": "Профильді жаңарту",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Анықтау", "profile.card.identify": "Анықтау",
@@ -7190,7 +7351,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Ұйымдастыру бөлімшелері", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Ұйымдастыру бөлімшелері",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Жарияланымдар", "relationships.Person.isPublicationOfContributor.Publication": "Жарияланымдар",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7219,10 +7381,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Жарияланымдар", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Жарияланымдар",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Зерттеу жобалары", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Зерттеу жобалары",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7603,6 +7767,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Жарияланған күнімен іздеу", "search.filters.filter.creativeDatePublished.label": "Жарияланған күнімен іздеу",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Редактор", "search.filters.filter.creativeWorkEditor.head": "Редактор",
@@ -7775,6 +7947,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Құрылған күні бойынша іздеу", "search.filters.filter.organizationFoundingDate.label": "Құрылған күні бойынша іздеу",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Қолдану саласы", "search.filters.filter.scope.head": "Қолдану саласы",
@@ -8609,6 +8789,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Жергілікті журнал мәселелері ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Жергілікті журнал томдары ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Жергілікті журнал томдары ({{ count }})",
@@ -8665,6 +8849,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Қаржыландыру агенттіктерін іздеу", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Қаржыландыру агенттіктерін іздеу",
@@ -8697,6 +8901,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Жоба демеушісі", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Жоба демеушісі",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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.search-form.placeholder": "Іздеу...",
@@ -8713,6 +8921,10 @@
// "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.JournalIssue": "Журналдың шығарылымдары",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Журнал томдары", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Журнал томдары",
@@ -8778,6 +8990,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Таңдаулы журналдар",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Журналдың таңдалған көлемі",
@@ -8872,6 +9088,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Іздеу нәтижелері", "submission.sections.describe.relationship-lookup.selection-tab.title": "Іздеу нәтижелері",
@@ -9465,6 +9701,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -11981,9 +12221,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12141,5 +12381,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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 // 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.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
@@ -66,6 +65,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1121,7 +1124,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1162,7 +1164,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2937,6 +2938,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Information that we collect",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Authentication",
@@ -2945,6 +2954,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Required for signing you in",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Preferences",
@@ -3515,6 +3532,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -3985,6 +4006,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Izvēlieties kategoriju, lai pārlūkotu tās kolekcijas.", "home.top-level-communities.help": "Izvēlieties kategoriju, lai pārlūkotu tās kolekcijas.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
// TODO New key - Add a translation // 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": "I have read and I agree to the End User Agreement",
@@ -4117,6 +4214,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Edit item's Policies",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.badge.private": "Non-discoverable", "item.badge.private": "Non-discoverable",
@@ -4919,21 +5020,41 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Struktūrvienības", "item.page.org-units": "Struktūrvienības",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Pētniecības Projekti", "item.page.projects": "Pētniecības Projekti",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publikācijas", "item.page.publications": "Publikācijas",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Raksti", "item.page.articles": "Raksti",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Žurnāls", "item.page.journal": "Žurnāls",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Žurnāla Izdevums", "item.page.journal-issue": "Žurnāla Izdevums",
@@ -5073,6 +5194,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Kopsavilkums", "item.page.abstract": "Kopsavilkums",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autori", "item.page.authors": "Autori",
@@ -5279,6 +5404,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6421,6 +6562,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Arhivēts", "mydspace.status.mydspaceArchived": "Arhivēts",
@@ -6531,6 +6676,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -7252,6 +7401,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Atjaunot Profilu", "profile.breadcrumbs": "Atjaunot Profilu",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identificēt", "profile.card.identify": "Identificēt",
@@ -7786,7 +7947,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Struktūrvienības", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Struktūrvienības",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publikācijas", "relationships.Person.isPublicationOfContributor.Publication": "Publikācijas",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7816,10 +7978,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikācijas", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikācijas",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Pētniecības Projekti", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Pētniecības Projekti",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -8265,6 +8429,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "Search date published",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Redaktors", "search.filters.filter.creativeWorkEditor.head": "Redaktors",
@@ -8456,6 +8628,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "Search date founded",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Joma", "search.filters.filter.scope.head": "Joma",
@@ -9400,6 +9580,10 @@
// TODO New key - Add a translation // 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.JournalIssue": "Local Journal Issues ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})",
@@ -9460,6 +9644,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
// TODO New key - Add a translation // 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.isFundingAgencyOfPublication": "Search for Funding Agencies",
@@ -9500,6 +9704,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
@@ -9519,6 +9727,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
@@ -9599,6 +9811,10 @@
// TODO New key - Add a translation // 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.isJournalOfPublication": "Selected Journals",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Selected Journal Volume",
@@ -9714,6 +9930,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -10389,6 +10625,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -13045,9 +13285,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -13205,5 +13445,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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 // 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.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
@@ -66,6 +65,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1207,7 +1210,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1248,7 +1250,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -3108,6 +3109,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Information that we collect",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Authentication",
@@ -3116,6 +3125,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Required for signing you in",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Preferences",
@@ -3685,6 +3702,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -4158,6 +4179,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "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.", "home.top-level-communities.help": "Selecteer een community om diens collecties te verkennen.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
// TODO New key - Add a translation // 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": "I have read and I agree to the End User Agreement",
@@ -4290,6 +4387,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Edit item's Policies",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.badge.private": "Non-discoverable", "item.badge.private": "Non-discoverable",
@@ -5140,21 +5241,41 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisatie-onderdelen", "item.page.org-units": "Organisatie-onderdelen",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Onderzoeksprojecten", "item.page.projects": "Onderzoeksprojecten",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publicaties", "item.page.publications": "Publicaties",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artikelen", "item.page.articles": "Artikelen",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Tijdschrift", "item.page.journal": "Tijdschrift",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Tijdschriftaflevering", "item.page.journal-issue": "Tijdschriftaflevering",
@@ -5294,6 +5415,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Auteur", "item.page.authors": "Auteur",
@@ -5506,6 +5631,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6662,6 +6803,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Opgeslagen", "mydspace.status.mydspaceArchived": "Opgeslagen",
@@ -6773,6 +6918,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -7495,6 +7644,18 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Update Profile",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
// TODO New key - Add a translation // TODO New key - Add a translation
"profile.card.identify": "Identify", "profile.card.identify": "Identify",
@@ -8050,7 +8211,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisatie-onderdelen", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisatie-onderdelen",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publicaties", "relationships.Person.isPublicationOfContributor.Publication": "Publicaties",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -8078,10 +8240,12 @@
// "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", // "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Geschreven Publicaties", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Geschreven Publicaties",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicaties", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicaties",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Onderzoeksprojecten", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Onderzoeksprojecten",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -8532,6 +8696,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "Search date published",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Redacteur", "search.filters.filter.creativeWorkEditor.head": "Redacteur",
@@ -8724,6 +8896,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "Search date founded",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Bereik", "search.filters.filter.scope.head": "Bereik",
@@ -9713,6 +9893,10 @@
// TODO New key - Add a translation // 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.JournalIssue": "Local Journal Issues ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})",
@@ -9777,6 +9961,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
// TODO New key - Add a translation // 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.isFundingAgencyOfPublication": "Search for Funding Agencies",
@@ -9817,6 +10021,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
@@ -9837,6 +10045,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
@@ -9921,6 +10133,10 @@
// TODO New key - Add a translation // 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.isJournalOfPublication": "Selected Journals",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Selected Journal Volume",
@@ -10041,6 +10257,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -10719,6 +10955,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -13379,9 +13619,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -13539,5 +13779,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"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.help": "Nie masz uprawnień do dostępu do tej strony. Możesz użyć przycisku poniżej, aby powrócić do strony głównej.",
@@ -51,6 +50,10 @@
// "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": "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": "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", "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -409,6 +412,7 @@
"admin.access-control.epeople.add.breadcrumbs": "Dodaj osobę", "admin.access-control.epeople.add.breadcrumbs": "Dodaj osobę",
// "admin.access-control.epeople.add.title": "Add EPerson", // "admin.access-control.epeople.add.title": "Add EPerson",
// TODO Source message changed - Revise the translation
"admin.access-control.epeople.add.title": "Dodaj osobę", "admin.access-control.epeople.add.title": "Dodaj osobę",
// "admin.access-control.epeople.head": "EPeople", // "admin.access-control.epeople.head": "EPeople",
@@ -931,7 +935,8 @@
"admin.reports.items.preset.hasNonFullTextInProvenance": "Niepełny tekst w dc.description.provenance", "admin.reports.items.preset.hasNonFullTextInProvenance": "Niepełny tekst w dc.description.provenance",
// "admin.reports.items.preset.hasNonFullTextInProvenance": "Has non-full text in dc.description.provenance", // "admin.reports.items.preset.hasNonFullTextInProvenance": "Has non-full text in dc.description.provenance",
"admin.reports.items.preset.hasFullTextInProvenance": "Pełny tekst w dc.description.provenance", // TODO Source message changed - Revise the translation
"admin.reports.items.preset.hasNonFullTextInProvenance": "Niepełny tekst w dc.description.provenance",
// "admin.reports.items.preset.hasEmptyMetadata": "Has empty metadata", // "admin.reports.items.preset.hasEmptyMetadata": "Has empty metadata",
"admin.reports.items.preset.hasEmptyMetadata": "Puste metadane", "admin.reports.items.preset.hasEmptyMetadata": "Puste metadane",
@@ -960,7 +965,6 @@
// "admin.reports.items.title": "Title", // "admin.reports.items.title": "Title",
"admin.reports.items.title": "Tytuł", "admin.reports.items.title": "Tytuł",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
"admin.reports.commons.filters": "Filtry", "admin.reports.commons.filters": "Filtry",
@@ -991,7 +995,6 @@
// "admin.reports.commons.filters.matches_all": "Matches all specified filters", // "admin.reports.commons.filters.matches_all": "Matches all specified filters",
"admin.reports.commons.filters.matches_all": "Pasuje do wszystkich określonych filtrów", "admin.reports.commons.filters.matches_all": "Pasuje do wszystkich określonych filtrów",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
"admin.reports.commons.filters.property": "Filtry właściwości pozycji", "admin.reports.commons.filters.property": "Filtry właściwości pozycji",
@@ -2453,12 +2456,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Informacje, które zbieramy", "cookies.consent.content-modal.title": "Informacje, które zbieramy",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Logowanie", "cookies.consent.app.title.authentication": "Logowanie",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Musisz się zalogować", "cookies.consent.app.description.authentication": "Musisz się zalogować",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Preferencje", "cookies.consent.app.title.preferences": "Preferencje",
@@ -2909,6 +2928,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "oprogramowanie DSpace", "footer.link.dspace": "oprogramowanie DSpace",
@@ -3281,6 +3304,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Przeszukaj kolekcje", "home.top-level-communities.help": "Przeszukaj kolekcje",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Przeczytałem/am i akceptuję umowę użytkownika", "info.end-user-agreement.accept": "Przeczytałem/am i akceptuję umowę użytkownika",
@@ -3380,6 +3479,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Edytuj politykę tej pozycji", "item.edit.authorizations.title": "Edytuj politykę tej pozycji",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Prywatny status publikacji", "item.badge.private": "Prywatny status publikacji",
@@ -4097,21 +4200,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Opis", "item.page.description": "Opis",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Jednostki organizacyjne", "item.page.org-units": "Jednostki organizacyjne",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Projekty badawcze", "item.page.projects": "Projekty badawcze",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publikacje", "item.page.publications": "Publikacje",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artykuły", "item.page.articles": "Artykuły",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Czasopismo", "item.page.journal": "Czasopismo",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Numer czasopisma", "item.page.journal-issue": "Numer czasopisma",
@@ -4220,6 +4343,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Abstrakt", "item.page.abstract": "Abstrakt",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autorzy", "item.page.authors": "Autorzy",
@@ -4391,6 +4518,22 @@
// "item.preview.oaire.citation.endPage": "Citation end page", // "item.preview.oaire.citation.endPage": "Citation end page",
"item.preview.oaire.citation.endPage": "Ostatnia strona cytowania", "item.preview.oaire.citation.endPage": "Ostatnia strona cytowania",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Inny identyfikator:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -4479,7 +4622,8 @@
"item.preview.dc.identifier.openalex": "OpenAlex ID", "item.preview.dc.identifier.openalex": "OpenAlex ID",
// "item.preview.dc.description": "Description", // "item.preview.dc.description": "Description",
"item.preview.dc.description": "Opis", // TODO Source message changed - Revise the translation
"item.preview.dc.description": "Opis:",
// "item.select.confirm": "Confirm selected", // "item.select.confirm": "Confirm selected",
"item.select.confirm": "Potwierdź zaznaczone", "item.select.confirm": "Potwierdź zaznaczone",
@@ -5360,6 +5504,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Pozycje recenzowane", "mydspace.show.supervisedWorkspace": "Pozycje recenzowane",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Zarchiwizowano", "mydspace.status.mydspaceArchived": "Zarchiwizowano",
@@ -5456,6 +5604,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Pasek profilu użytkownika", "nav.user.description": "Pasek profilu użytkownika",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Pozycja", "none.listelement.badge": "Pozycja",
@@ -6014,6 +6166,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Zaktualizuj profil", "profile.breadcrumbs": "Zaktualizuj profil",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Dane", "profile.card.identify": "Dane",
@@ -6449,7 +6613,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Jednostki organizacyjne", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Jednostki organizacyjne",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publikacje", "relationships.Person.isPublicationOfContributor.Publication": "Publikacje",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6478,10 +6643,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikacje", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikacje",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projekty badawcze", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projekty badawcze",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -6499,6 +6666,7 @@
// "relationships.Journal.isVolumeOfJournal.JournalVolume": "Journal Volume", // "relationships.Journal.isVolumeOfJournal.JournalVolume": "Journal Volume",
"relationships.Journal.isVolumeOfJournal.JournalVolume": "Tom czasopisma", "relationships.Journal.isVolumeOfJournal.JournalVolume": "Tom czasopisma",
// "repository.image.logo": "Repository logo",
"repository.image.logo": "Logo repozytorium", "repository.image.logo": "Logo repozytorium",
// "repository.title": "DSpace Repository", // "repository.title": "DSpace Repository",
@@ -6743,7 +6911,6 @@
// "search.filters.applied.f.original_bundle_descriptions": "File description", // "search.filters.applied.f.original_bundle_descriptions": "File description",
"search.filters.applied.f.original_bundle_descriptions": "Opis pliku", "search.filters.applied.f.original_bundle_descriptions": "Opis pliku",
// "search.filters.applied.f.has_geospatial_metadata": "Has geographical location", // "search.filters.applied.f.has_geospatial_metadata": "Has geographical location",
"search.filters.applied.f.has_geospatial_metadata": "Ma lokalizację geograficzną", "search.filters.applied.f.has_geospatial_metadata": "Ma lokalizację geograficzną",
@@ -6837,6 +7004,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Wyszukaj datę opublikowania", "search.filters.filter.creativeDatePublished.label": "Wyszukaj datę opublikowania",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Redaktor", "search.filters.filter.creativeWorkEditor.head": "Redaktor",
@@ -7002,6 +7177,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Wyszukaj datę założenia", "search.filters.filter.organizationFoundingDate.label": "Wyszukaj datę założenia",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Zakres", "search.filters.filter.scope.head": "Zakres",
@@ -7770,6 +7953,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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": "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.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokalne tomy czasopism ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokalne tomy czasopism ({{ count }})",
@@ -7818,6 +8005,26 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Czasopisma wg ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Czasopisma wg ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Wyszukaj instytucje finansujące", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Wyszukaj instytucje finansujące",
@@ -7848,6 +8055,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Instytucja finansująca projekt", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Instytucja finansująca projekt",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Wyszukaj...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Wyszukaj...",
@@ -7863,6 +8074,10 @@
// "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": "Numery czasopisma", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Numery czasopisma",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Tomy czasopisma", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Tomy czasopisma",
@@ -7926,6 +8141,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Wybrane czasopisma", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Wybrane czasopisma",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Wybrane tomy czasopisma", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Wybrane tomy czasopisma",
@@ -8016,6 +8235,26 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Wyniki wyszukiwania", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Wyniki wyszukiwania",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Wyniki wyszukiwania", "submission.sections.describe.relationship-lookup.selection-tab.title": "Wyniki wyszukiwania",
@@ -8574,6 +8813,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Subskrybuj", "subscriptions.tooltip": "Subskrybuj",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Subksrypcje", "subscriptions.modal.title": "Subksrypcje",
@@ -9370,10 +9613,12 @@
"access-control-bitstream-header-toggle": "Pliki", "access-control-bitstream-header-toggle": "Pliki",
// "access-control-bitstream-toggle.enable": "Enable option to perform changes on the bitstreams", // "access-control-bitstream-toggle.enable": "Enable option to perform changes on the bitstreams",
"access-control-item-toggle.enable": "Włącz opcję wprowadzania zmian w metadanych pozycji", // TODO Source message changed - Revise the translation
"access-control-bitstream-toggle.enable": "Włącz opcję wprowadzania zmian w plikach",
// "access-control-bitstream-toggle.disable": "Disable option to perform changes on the bitstreams", // "access-control-bitstream-toggle.disable": "Disable option to perform changes on the bitstreams",
"access-control-item-toggle.disable": "Wyłącz opcję wprowadzania zmian w metadanych pozycji", // TODO Source message changed - Revise the translation
"access-control-bitstream-toggle.disable": "Wyłącz opcję wprowadzania zmian w plikach",
// "access-control-mode": "Mode", // "access-control-mode": "Mode",
"access-control-mode": "Tryb", "access-control-mode": "Tryb",
@@ -9476,391 +9721,281 @@
// "ldn-registered-services.title": "Registered Services", // "ldn-registered-services.title": "Registered Services",
"ldn-registered-services.title": "Zarejestrowane usługi", "ldn-registered-services.title": "Zarejestrowane usługi",
// "ldn-registered-services.table.name": "Name", // "ldn-registered-services.table.name": "Name",
"ldn-registered-services.table.name": "Nazwa", "ldn-registered-services.table.name": "Nazwa",
// "ldn-registered-services.table.description": "Description", // "ldn-registered-services.table.description": "Description",
"ldn-registered-services.table.description": "Opis", "ldn-registered-services.table.description": "Opis",
// "ldn-registered-services.table.status": "Status", // "ldn-registered-services.table.status": "Status",
"ldn-registered-services.table.status": "Status", "ldn-registered-services.table.status": "Status",
// "ldn-registered-services.table.action": "Action", // "ldn-registered-services.table.action": "Action",
"ldn-registered-services.table.action": "Akcja", "ldn-registered-services.table.action": "Akcja",
// "ldn-registered-services.new": "NEW", // "ldn-registered-services.new": "NEW",
"ldn-registered-services.new": "NOWY", "ldn-registered-services.new": "NOWY",
// "ldn-registered-services.new.breadcrumbs": "Registered Services", // "ldn-registered-services.new.breadcrumbs": "Registered Services",
"ldn-registered-services.new.breadcrumbs": "Zarejestrowane usługi", "ldn-registered-services.new.breadcrumbs": "Zarejestrowane usługi",
// "ldn-service.overview.table.enabled": "Enabled", // "ldn-service.overview.table.enabled": "Enabled",
"ldn-service.overview.table.enabled": "Włączona", "ldn-service.overview.table.enabled": "Włączona",
// "ldn-service.overview.table.disabled": "Disabled", // "ldn-service.overview.table.disabled": "Disabled",
"ldn-service.overview.table.disabled": "Wyłączona", "ldn-service.overview.table.disabled": "Wyłączona",
// "ldn-service.overview.table.clickToEnable": "Click to enable", // "ldn-service.overview.table.clickToEnable": "Click to enable",
"ldn-service.overview.table.clickToEnable": "Kliknij, aby włączyć", "ldn-service.overview.table.clickToEnable": "Kliknij, aby włączyć",
// "ldn-service.overview.table.clickToDisable": "Click to disable", // "ldn-service.overview.table.clickToDisable": "Click to disable",
"ldn-service.overview.table.clickToDisable": "Kliknij, aby wyłączyć", "ldn-service.overview.table.clickToDisable": "Kliknij, aby wyłączyć",
// "ldn-edit-registered-service.title": "Edit Service", // "ldn-edit-registered-service.title": "Edit Service",
"ldn-edit-registered-service.title": "Edytuj usługę", "ldn-edit-registered-service.title": "Edytuj usługę",
// "ldn-create-service.title": "Create service", // "ldn-create-service.title": "Create service",
"ldn-create-service.title": "Utwórz usługę", "ldn-create-service.title": "Utwórz usługę",
// "service.overview.create.modal": "Create Service", // "service.overview.create.modal": "Create Service",
"service.overview.create.modal": "Utwórz usługę", "service.overview.create.modal": "Utwórz usługę",
// "service.overview.create.body": "Please confirm the creation of this service.", // "service.overview.create.body": "Please confirm the creation of this service.",
"service.overview.create.body": "Proszę potwierdzić utworzenie tej usługi.", "service.overview.create.body": "Proszę potwierdzić utworzenie tej usługi.",
// "ldn-service-status": "Status", // "ldn-service-status": "Status",
"ldn-service-status": "Status", "ldn-service-status": "Status",
// "service.confirm.create": "Create", // "service.confirm.create": "Create",
"service.confirm.create": "Utwórz", "service.confirm.create": "Utwórz",
// "service.refuse.create": "Cancel", // "service.refuse.create": "Cancel",
"service.refuse.create": "Anuluj", "service.refuse.create": "Anuluj",
// "ldn-register-new-service.title": "Register a new service", // "ldn-register-new-service.title": "Register a new service",
"ldn-register-new-service.title": "Zarejestruj nową usługę", "ldn-register-new-service.title": "Zarejestruj nową usługę",
// "ldn-new-service.form.label.submit": "Save", // "ldn-new-service.form.label.submit": "Save",
"ldn-new-service.form.label.submit": "Zapisz", "ldn-new-service.form.label.submit": "Zapisz",
// "ldn-new-service.form.label.name": "Name", // "ldn-new-service.form.label.name": "Name",
"ldn-new-service.form.label.name": "Nazwa", "ldn-new-service.form.label.name": "Nazwa",
// "ldn-new-service.form.label.description": "Description", // "ldn-new-service.form.label.description": "Description",
"ldn-new-service.form.label.description": "Opis", "ldn-new-service.form.label.description": "Opis",
// "ldn-new-service.form.label.url": "Service URL", // "ldn-new-service.form.label.url": "Service URL",
"ldn-new-service.form.label.url": "URL usługi", "ldn-new-service.form.label.url": "URL usługi",
// "ldn-new-service.form.label.ip-range": "Service IP range", // "ldn-new-service.form.label.ip-range": "Service IP range",
"ldn-new-service.form.label.ip-range": "Zakres IP usługi", "ldn-new-service.form.label.ip-range": "Zakres IP usługi",
// "ldn-new-service.form.label.score": "Level of trust", // "ldn-new-service.form.label.score": "Level of trust",
"ldn-new-service.form.label.score": "Poziom weryfikacji", "ldn-new-service.form.label.score": "Poziom weryfikacji",
// "ldn-new-service.form.label.ldnUrl": "LDN Inbox URL", // "ldn-new-service.form.label.ldnUrl": "LDN Inbox URL",
"ldn-new-service.form.label.ldnUrl": "URL LDN Inbox", "ldn-new-service.form.label.ldnUrl": "URL LDN Inbox",
// "ldn-new-service.form.placeholder.name": "Please provide service name", // "ldn-new-service.form.placeholder.name": "Please provide service name",
"ldn-new-service.form.placeholder.name": "Proszę podać nazwę usługi", "ldn-new-service.form.placeholder.name": "Proszę podać nazwę usługi",
// "ldn-new-service.form.placeholder.description": "Please provide a description regarding your service", // "ldn-new-service.form.placeholder.description": "Please provide a description regarding your service",
"ldn-new-service.form.placeholder.description": "Proszę podać opis dotyczący usługi", "ldn-new-service.form.placeholder.description": "Proszę podać opis dotyczący usługi",
// "ldn-new-service.form.placeholder.url": "Please input the URL for users to check out more information about the service", // "ldn-new-service.form.placeholder.url": "Please input the URL for users to check out more information about the service",
"ldn-new-service.form.placeholder.url": "Proszę wprowadzić URL, aby użytkownicy mogli sprawdzić więcej informacji o usłudze", "ldn-new-service.form.placeholder.url": "Proszę wprowadzić URL, aby użytkownicy mogli sprawdzić więcej informacji o usłudze",
// "ldn-new-service.form.placeholder.lowerIp": "IPv4 range lower bound", // "ldn-new-service.form.placeholder.lowerIp": "IPv4 range lower bound",
"ldn-new-service.form.placeholder.lowerIp": "Dolna granica zakresu IPv4", "ldn-new-service.form.placeholder.lowerIp": "Dolna granica zakresu IPv4",
// "ldn-new-service.form.placeholder.upperIp": "IPv4 range upper bound", // "ldn-new-service.form.placeholder.upperIp": "IPv4 range upper bound",
"ldn-new-service.form.placeholder.upperIp": "Górna granica zakresu IPv4", "ldn-new-service.form.placeholder.upperIp": "Górna granica zakresu IPv4",
// "ldn-new-service.form.placeholder.ldnUrl": "Please specify the URL of the LDN Inbox", // "ldn-new-service.form.placeholder.ldnUrl": "Please specify the URL of the LDN Inbox",
"ldn-new-service.form.placeholder.ldnUrl": "Proszę podać URL LDN Inbox", "ldn-new-service.form.placeholder.ldnUrl": "Proszę podać URL LDN Inbox",
// "ldn-new-service.form.placeholder.score": "Please enter a value between 0 and 1. Use the “.” as decimal separator", // "ldn-new-service.form.placeholder.score": "Please enter a value between 0 and 1. Use the “.” as decimal separator",
"ldn-new-service.form.placeholder.score": "Proszę wprowadzić wartość między 0 a 1. Użyj „.” jako separatora dziesiętnego", "ldn-new-service.form.placeholder.score": "Proszę wprowadzić wartość między 0 a 1. Użyj „.” jako separatora dziesiętnego",
// "ldn-service.form.label.placeholder.default-select": "Select a pattern", // "ldn-service.form.label.placeholder.default-select": "Select a pattern",
"ldn-service.form.label.placeholder.default-select": "Wybierz wzór", "ldn-service.form.label.placeholder.default-select": "Wybierz wzór",
// "ldn-service.form.pattern.ack-accept.label": "Acknowledge and Accept", // "ldn-service.form.pattern.ack-accept.label": "Acknowledge and Accept",
"ldn-service.form.pattern.ack-accept.label": "Potwierdź i zaakceptuj", "ldn-service.form.pattern.ack-accept.label": "Potwierdź i zaakceptuj",
// "ldn-service.form.pattern.ack-accept.description": "This pattern is used to acknowledge and accept a request (offer). It implies an intention to act on the request.", // "ldn-service.form.pattern.ack-accept.description": "This pattern is used to acknowledge and accept a request (offer). It implies an intention to act on the request.",
"ldn-service.form.pattern.ack-accept.description": "Ten wzorzec służy do potwierdzenia i zaakceptowania żądania (oferty). Oznacza zamiar działania na żądanie.", "ldn-service.form.pattern.ack-accept.description": "Ten wzorzec służy do potwierdzenia i zaakceptowania żądania (oferty). Oznacza zamiar działania na żądanie.",
// "ldn-service.form.pattern.ack-accept.category": "Acknowledgements", // "ldn-service.form.pattern.ack-accept.category": "Acknowledgements",
"ldn-service.form.pattern.ack-reject.category": "Potwierdzenia", "ldn-service.form.pattern.ack-reject.category": "Potwierdzenia",
// "ldn-service.form.pattern.ack-reject.label": "Acknowledge and Reject", // "ldn-service.form.pattern.ack-reject.label": "Acknowledge and Reject",
"ldn-service.form.pattern.ack-reject.label": "Potwierdź i odrzuć", "ldn-service.form.pattern.ack-reject.label": "Potwierdź i odrzuć",
// "ldn-service.form.pattern.ack-reject.description": "This pattern is used to acknowledge and reject a request (offer). It signifies no further action regarding the request.", // "ldn-service.form.pattern.ack-reject.description": "This pattern is used to acknowledge and reject a request (offer). It signifies no further action regarding the request.",
"ldn-service.form.pattern.ack-reject.description": "Ten wzorzec służy do potwierdzenia i odrzucenia żądania. Oznacza brak dalszych działań w sprawie żądania.", "ldn-service.form.pattern.ack-reject.description": "Ten wzorzec służy do potwierdzenia i odrzucenia żądania. Oznacza brak dalszych działań w sprawie żądania.",
// "ldn-service.form.pattern.ack-reject.category": "Acknowledgements", // "ldn-service.form.pattern.ack-reject.category": "Acknowledgements",
// TODO Source message changed - Revise the translation
"ldn-service.form.pattern.ack-reject.category": "Potwierdzenia", "ldn-service.form.pattern.ack-reject.category": "Potwierdzenia",
// "ldn-service.form.pattern.ack-tentative-accept.label": "Acknowledge and Tentatively Accept", // "ldn-service.form.pattern.ack-tentative-accept.label": "Acknowledge and Tentatively Accept",
"ldn-service.form.pattern.ack-tentative-accept.label": "Potwierdź i wstępnie zaakceptuj", "ldn-service.form.pattern.ack-tentative-accept.label": "Potwierdź i wstępnie zaakceptuj",
// "ldn-service.form.pattern.ack-tentative-accept.description": "This pattern is used to acknowledge and tentatively accept a request (offer). It implies an intention to act, which may change.", // "ldn-service.form.pattern.ack-tentative-accept.description": "This pattern is used to acknowledge and tentatively accept a request (offer). It implies an intention to act, which may change.",
"ldn-service.form.pattern.ack-tentative-accept.description": "Ten wzorzec służy do potwierdzenia i wstępnego zaakceptowania żądania. Oznacza zamiar działania, który może się zmienić.", "ldn-service.form.pattern.ack-tentative-accept.description": "Ten wzorzec służy do potwierdzenia i wstępnego zaakceptowania żądania. Oznacza zamiar działania, który może się zmienić.",
// "ldn-service.form.pattern.ack-tentative-accept.category": "Acknowledgements", // "ldn-service.form.pattern.ack-tentative-accept.category": "Acknowledgements",
"ldn-service.form.pattern.ack-tentative-accept.category": "Potwierdzenia", "ldn-service.form.pattern.ack-tentative-accept.category": "Potwierdzenia",
// "ldn-service.form.pattern.ack-tentative-reject.label": "Acknowledge and Tentatively Reject", // "ldn-service.form.pattern.ack-tentative-reject.label": "Acknowledge and Tentatively Reject",
"ldn-service.form.pattern.ack-tentative-reject.label": "Potwierdź i wstępnie odrzuć", "ldn-service.form.pattern.ack-tentative-reject.label": "Potwierdź i wstępnie odrzuć",
// "ldn-service.form.pattern.ack-tentative-reject.description": "This pattern is used to acknowledge and tentatively reject a request (offer). It signifies no further action, subject to change.", // "ldn-service.form.pattern.ack-tentative-reject.description": "This pattern is used to acknowledge and tentatively reject a request (offer). It signifies no further action, subject to change.",
"ldn-service.form.pattern.ack-tentative-reject.description": "Ten wzorzec służy do potwierdzenia i wstępnego odrzucenia żądania. Oznacza on brak dalszych działań, z możliwością zmiany.", "ldn-service.form.pattern.ack-tentative-reject.description": "Ten wzorzec służy do potwierdzenia i wstępnego odrzucenia żądania. Oznacza on brak dalszych działań, z możliwością zmiany.",
// "ldn-service.form.pattern.ack-tentative-reject.category": "Acknowledgements", // "ldn-service.form.pattern.ack-tentative-reject.category": "Acknowledgements",
"ldn-service.form.pattern.ack-tentative-reject.category": "Potwierdzenia", "ldn-service.form.pattern.ack-tentative-reject.category": "Potwierdzenia",
// "ldn-service.form.pattern.announce-endorsement.label": "Announce Endorsement", // "ldn-service.form.pattern.announce-endorsement.label": "Announce Endorsement",
"ldn-service.form.pattern.announce-endorsement.label": "Ogłoś poparcie", "ldn-service.form.pattern.announce-endorsement.label": "Ogłoś poparcie",
// "ldn-service.form.pattern.announce-endorsement.description": "This pattern is used to announce the existence of an endorsement, referencing the endorsed resource.", // "ldn-service.form.pattern.announce-endorsement.description": "This pattern is used to announce the existence of an endorsement, referencing the endorsed resource.",
"ldn-service.form.pattern.announce-endorsement.description": "Ten wzorzec służy do ogłoszenia weryfikacji, odnosząc się do zweryfikowanego rekordu.", "ldn-service.form.pattern.announce-endorsement.description": "Ten wzorzec służy do ogłoszenia weryfikacji, odnosząc się do zweryfikowanego rekordu.",
// "ldn-service.form.pattern.announce-endorsement.category": "Announcements", // "ldn-service.form.pattern.announce-endorsement.category": "Announcements",
"ldn-service.form.pattern.announce-endorsement.category": "Ogłoszenia", "ldn-service.form.pattern.announce-endorsement.category": "Ogłoszenia",
// "ldn-service.form.pattern.announce-ingest.label": "Announce Ingest", // "ldn-service.form.pattern.announce-ingest.label": "Announce Ingest",
"ldn-service.form.pattern.announce-ingest.label": "Zgłoś przyjęcie", "ldn-service.form.pattern.announce-ingest.label": "Zgłoś przyjęcie",
// "ldn-service.form.pattern.announce-ingest.description": "This pattern is used to announce that a resource has been ingested.", // "ldn-service.form.pattern.announce-ingest.description": "This pattern is used to announce that a resource has been ingested.",
"ldn-service.form.pattern.announce-ingest.description": "Ten wzorzec służy do ogłoszenia, że zasób został przyjęty.", "ldn-service.form.pattern.announce-ingest.description": "Ten wzorzec służy do ogłoszenia, że zasób został przyjęty.",
// "ldn-service.form.pattern.announce-ingest.category": "Announcements", // "ldn-service.form.pattern.announce-ingest.category": "Announcements",
"ldn-service.form.pattern.announce-ingest.category": "Ogłoszenia", "ldn-service.form.pattern.announce-ingest.category": "Ogłoszenia",
// "ldn-service.form.pattern.announce-relationship.label": "Announce Relationship", // "ldn-service.form.pattern.announce-relationship.label": "Announce Relationship",
"ldn-service.form.pattern.announce-relationship.label": "Zgłoś relację", "ldn-service.form.pattern.announce-relationship.label": "Zgłoś relację",
// "ldn-service.form.pattern.announce-relationship.description": "This pattern is used to announce a relationship between two resources.", // "ldn-service.form.pattern.announce-relationship.description": "This pattern is used to announce a relationship between two resources.",
"ldn-service.form.pattern.announce-relationship.description": "Ten wzorzec służy do zgłoszenia relacji między dwoma zasobami.", "ldn-service.form.pattern.announce-relationship.description": "Ten wzorzec służy do zgłoszenia relacji między dwoma zasobami.",
// "ldn-service.form.pattern.announce-relationship.category": "Announcements", // "ldn-service.form.pattern.announce-relationship.category": "Announcements",
"ldn-service.form.pattern.announce-relationship.category": "Zgłoszenia", "ldn-service.form.pattern.announce-relationship.category": "Zgłoszenia",
// "ldn-service.form.pattern.announce-review.label": "Announce Review", // "ldn-service.form.pattern.announce-review.label": "Announce Review",
"ldn-service.form.pattern.announce-review.label": "Zgłoś recenzję", "ldn-service.form.pattern.announce-review.label": "Zgłoś recenzję",
// "ldn-service.form.pattern.announce-review.description": "This pattern is used to announce the existence of a review, referencing the reviewed resource.", // "ldn-service.form.pattern.announce-review.description": "This pattern is used to announce the existence of a review, referencing the reviewed resource.",
"ldn-service.form.pattern.announce-review.description": "Ten wzorzec służy do ogłoszenia istnienia recenzji, odnosząc się do recenzowanego zasobu.", "ldn-service.form.pattern.announce-review.description": "Ten wzorzec służy do ogłoszenia istnienia recenzji, odnosząc się do recenzowanego zasobu.",
// "ldn-service.form.pattern.announce-review.category": "Announcements", // "ldn-service.form.pattern.announce-review.category": "Announcements",
"ldn-service.form.pattern.announce-review.category": "Zgłoszenia", "ldn-service.form.pattern.announce-review.category": "Zgłoszenia",
// "ldn-service.form.pattern.announce-service-result.label": "Announce Service Result", // "ldn-service.form.pattern.announce-service-result.label": "Announce Service Result",
"ldn-service.form.pattern.announce-service-result.label": "Zgłoś wynik usługi", "ldn-service.form.pattern.announce-service-result.label": "Zgłoś wynik usługi",
// "ldn-service.form.pattern.announce-service-result.description": "This pattern is used to announce the existence of a 'service result', referencing the relevant resource.", // "ldn-service.form.pattern.announce-service-result.description": "This pattern is used to announce the existence of a 'service result', referencing the relevant resource.",
"ldn-service.form.pattern.announce-service-result.description": "Ten wzorzec służy do zgłoszenia istnienia 'wyniku usługi', odnosząc się do odpowiedniego zasobu.", "ldn-service.form.pattern.announce-service-result.description": "Ten wzorzec służy do zgłoszenia istnienia 'wyniku usługi', odnosząc się do odpowiedniego zasobu.",
// "ldn-service.form.pattern.announce-service-result.category": "Announcements", // "ldn-service.form.pattern.announce-service-result.category": "Announcements",
"ldn-service.form.pattern.announce-service-result.category": "Zgłoszenia", "ldn-service.form.pattern.announce-service-result.category": "Zgłoszenia",
// "ldn-service.form.pattern.request-endorsement.label": "Request Endorsement", // "ldn-service.form.pattern.request-endorsement.label": "Request Endorsement",
"ldn-service.form.pattern.request-endorsement.label": "Żądaj weryfikacji", "ldn-service.form.pattern.request-endorsement.label": "Żądaj weryfikacji",
// "ldn-service.form.pattern.request-endorsement.description": "This pattern is used to request endorsement of a resource owned by the origin system.", // "ldn-service.form.pattern.request-endorsement.description": "This pattern is used to request endorsement of a resource owned by the origin system.",
"ldn-service.form.pattern.request-endorsement.description": "Ten wzorzec służy do żądania poparcia zasobu należącego do systemu źródłowego.", "ldn-service.form.pattern.request-endorsement.description": "Ten wzorzec służy do żądania poparcia zasobu należącego do systemu źródłowego.",
// "ldn-service.form.pattern.request-endorsement.category": "Requests", // "ldn-service.form.pattern.request-endorsement.category": "Requests",
"ldn-service.form.pattern.request-endorsement.category": "Żądania", "ldn-service.form.pattern.request-endorsement.category": "Żądania",
// "ldn-service.form.pattern.request-ingest.label": "Request Ingest", // "ldn-service.form.pattern.request-ingest.label": "Request Ingest",
"ldn-service.form.pattern.request-ingest.label": "Żądaj przyjęcia", "ldn-service.form.pattern.request-ingest.label": "Żądaj przyjęcia",
// "ldn-service.form.pattern.request-ingest.description": "This pattern is used to request that the target system ingest a resource.", // "ldn-service.form.pattern.request-ingest.description": "This pattern is used to request that the target system ingest a resource.",
"ldn-service.form.pattern.request-ingest.description": "Ten wzorzec służy do żądania, aby system docelowy przyjął zasób.", "ldn-service.form.pattern.request-ingest.description": "Ten wzorzec służy do żądania, aby system docelowy przyjął zasób.",
// "ldn-service.form.pattern.request-ingest.category": "Requests", // "ldn-service.form.pattern.request-ingest.category": "Requests",
"ldn-service.form.pattern.request-ingest.category": "Żądania", "ldn-service.form.pattern.request-ingest.category": "Żądania",
// "ldn-service.form.pattern.request-review.label": "Request Review", // "ldn-service.form.pattern.request-review.label": "Request Review",
"ldn-service.form.pattern.request-review.label": "Żądaj recenzji", "ldn-service.form.pattern.request-review.label": "Żądaj recenzji",
// "ldn-service.form.pattern.request-review.description": "This pattern is used to request a review of a resource owned by the origin system.", // "ldn-service.form.pattern.request-review.description": "This pattern is used to request a review of a resource owned by the origin system.",
"ldn-service.form.pattern.request-review.description": "Ten wzorzec służy do żądania recenzji zasobu należącego do systemu źródłowego.", "ldn-service.form.pattern.request-review.description": "Ten wzorzec służy do żądania recenzji zasobu należącego do systemu źródłowego.",
// "ldn-service.form.pattern.request-review.category": "Requests", // "ldn-service.form.pattern.request-review.category": "Requests",
"ldn-service.form.pattern.request-review.category": "Żądania", "ldn-service.form.pattern.request-review.category": "Żądania",
// "ldn-service.form.pattern.undo-offer.label": "Undo Offer", // "ldn-service.form.pattern.undo-offer.label": "Undo Offer",
"ldn-service.form.pattern.undo-offer.label": "Cofnij ofertę", "ldn-service.form.pattern.undo-offer.label": "Cofnij ofertę",
// "ldn-service.form.pattern.undo-offer.description": "This pattern is used to undo (retract) an offer previously made.", // "ldn-service.form.pattern.undo-offer.description": "This pattern is used to undo (retract) an offer previously made.",
"ldn-service.form.pattern.undo-offer.description": "Ten wzorzec służy do cofnięcia (wycofania) wcześniej złożonej oferty.", "ldn-service.form.pattern.undo-offer.description": "Ten wzorzec służy do cofnięcia (wycofania) wcześniej złożonej oferty.",
// "ldn-service.form.pattern.undo-offer.category": "Undo", // "ldn-service.form.pattern.undo-offer.category": "Undo",
"ldn-service.form.pattern.undo-offer.category": "Cofnij", "ldn-service.form.pattern.undo-offer.category": "Cofnij",
// "ldn-new-service.form.label.placeholder.selectedItemFilter": "No Item Filter Selected", // "ldn-new-service.form.label.placeholder.selectedItemFilter": "No Item Filter Selected",
"ldn-new-service.form.label.placeholder.selectedItemFilter": "Nie wybrano filtra pozycji", "ldn-new-service.form.label.placeholder.selectedItemFilter": "Nie wybrano filtra pozycji",
// "ldn-new-service.form.label.ItemFilter": "Item Filter", // "ldn-new-service.form.label.ItemFilter": "Item Filter",
"ldn-new-service.form.label.ItemFilter": "Filtr pozycji", "ldn-new-service.form.label.ItemFilter": "Filtr pozycji",
// "ldn-new-service.form.label.automatic": "Automatic", // "ldn-new-service.form.label.automatic": "Automatic",
"ldn-new-service.form.label.automatic": "Automatyczny", "ldn-new-service.form.label.automatic": "Automatyczny",
// "ldn-new-service.form.error.name": "Name is required", // "ldn-new-service.form.error.name": "Name is required",
"ldn-new-service.form.error.name": "Nazwa jest wymagana", "ldn-new-service.form.error.name": "Nazwa jest wymagana",
// "ldn-new-service.form.error.url": "URL is required", // "ldn-new-service.form.error.url": "URL is required",
"ldn-new-service.form.error.url": "URL jest wymagany", "ldn-new-service.form.error.url": "URL jest wymagany",
// "ldn-new-service.form.error.ipRange": "Please enter a valid IP range", // "ldn-new-service.form.error.ipRange": "Please enter a valid IP range",
"ldn-new-service.form.error.ipRange": "Proszę wprowadzić prawidłowy zakres IP", "ldn-new-service.form.error.ipRange": "Proszę wprowadzić prawidłowy zakres IP",
// "ldn-new-service.form.hint.ipRange": "Please enter a valid IpV4 in both range bounds (note: for single IP, please enter the same value in both fields)", // "ldn-new-service.form.hint.ipRange": "Please enter a valid IpV4 in both range bounds (note: for single IP, please enter the same value in both fields)",
"ldn-new-service.form.hint.ipRange": "Proszę wprowadzić prawidłowy IpV4 w obu granicach zakresu (uwaga: dla pojedynczego IP proszę wprowadzić tę samą wartość w obu polach)", "ldn-new-service.form.hint.ipRange": "Proszę wprowadzić prawidłowy IpV4 w obu granicach zakresu (uwaga: dla pojedynczego IP proszę wprowadzić tę samą wartość w obu polach)",
// "ldn-new-service.form.error.ldnurl": "LDN URL is required", // "ldn-new-service.form.error.ldnurl": "LDN URL is required",
"ldn-new-service.form.error.ldnurl": "URL LDN jest wymagany", "ldn-new-service.form.error.ldnurl": "URL LDN jest wymagany",
// "ldn-new-service.form.error.patterns": "At least a pattern is required", // "ldn-new-service.form.error.patterns": "At least a pattern is required",
"ldn-new-service.form.error.patterns": "Wymagany jest co najmniej jeden wzorzec", "ldn-new-service.form.error.patterns": "Wymagany jest co najmniej jeden wzorzec",
// "ldn-new-service.form.error.score": "Please enter a valid score (between 0 and 1). Use the “.” as decimal separator", // "ldn-new-service.form.error.score": "Please enter a valid score (between 0 and 1). Use the “.” as decimal separator",
"ldn-new-service.form.error.score": "Proszę wprowadzić prawidłowy wynik (między 0 a 1). Użyj „.” jako separatora dziesiętnego", "ldn-new-service.form.error.score": "Proszę wprowadzić prawidłowy wynik (między 0 a 1). Użyj „.” jako separatora dziesiętnego",
// "ldn-new-service.form.label.inboundPattern": "Supported Pattern", // "ldn-new-service.form.label.inboundPattern": "Supported Pattern",
"ldn-new-service.form.label.inboundPattern": "Obsługiwany wzorzec", "ldn-new-service.form.label.inboundPattern": "Obsługiwany wzorzec",
// "ldn-new-service.form.label.addPattern": "+ Add more", // "ldn-new-service.form.label.addPattern": "+ Add more",
"ldn-new-service.form.label.addPattern": "+ Dodaj więcej", "ldn-new-service.form.label.addPattern": "+ Dodaj więcej",
// "ldn-new-service.form.label.removeItemFilter": "Remove", // "ldn-new-service.form.label.removeItemFilter": "Remove",
"ldn-new-service.form.label.removeItemFilter": "Usuń", "ldn-new-service.form.label.removeItemFilter": "Usuń",
// "ldn-register-new-service.breadcrumbs": "New Service", // "ldn-register-new-service.breadcrumbs": "New Service",
"ldn-register-new-service.breadcrumbs": "Nowa usługa", "ldn-register-new-service.breadcrumbs": "Nowa usługa",
// "service.overview.delete.body": "Are you sure you want to delete this service?", // "service.overview.delete.body": "Are you sure you want to delete this service?",
"service.overview.delete.body": "Czy na pewno chcesz usunąć tę usługę?", "service.overview.delete.body": "Czy na pewno chcesz usunąć tę usługę?",
// "service.overview.edit.body": "Do you confirm the changes?", // "service.overview.edit.body": "Do you confirm the changes?",
"service.overview.edit.body": "Czy potwierdzasz zmiany?", "service.overview.edit.body": "Czy potwierdzasz zmiany?",
// "service.overview.edit.modal": "Edit Service", // "service.overview.edit.modal": "Edit Service",
"service.overview.edit.modal": "Edytuj usługę", "service.overview.edit.modal": "Edytuj usługę",
// "service.detail.update": "Confirm", // "service.detail.update": "Confirm",
"service.detail.update": "Potwierdź", "service.detail.update": "Potwierdź",
// "service.detail.return": "Cancel", // "service.detail.return": "Cancel",
"service.detail.return": "Anuluj", "service.detail.return": "Anuluj",
// "service.overview.reset-form.body": "Are you sure you want to discard the changes and leave?", // "service.overview.reset-form.body": "Are you sure you want to discard the changes and leave?",
"service.overview.reset-form.body": "Czy na pewno chcesz odrzucić zmiany i opuścić?", "service.overview.reset-form.body": "Czy na pewno chcesz odrzucić zmiany i opuścić?",
// "service.overview.reset-form.modal": "Discard Changes", // "service.overview.reset-form.modal": "Discard Changes",
"service.overview.reset-form.modal": "Odrzuć zmiany", "service.overview.reset-form.modal": "Odrzuć zmiany",
// "service.overview.reset-form.reset-confirm": "Discard", // "service.overview.reset-form.reset-confirm": "Discard",
"service.overview.reset-form.reset-confirm": "Odrzuć", "service.overview.reset-form.reset-confirm": "Odrzuć",
// "admin.registries.services-formats.modify.success.head": "Successful Edit", // "admin.registries.services-formats.modify.success.head": "Successful Edit",
"admin.registries.services-formats.modify.success.head": "Pomyślna edycja", "admin.registries.services-formats.modify.success.head": "Pomyślna edycja",
// "admin.registries.services-formats.modify.success.content": "The service has been edited", // "admin.registries.services-formats.modify.success.content": "The service has been edited",
"admin.registries.services-formats.modify.success.content": "Usługa została edytowana", "admin.registries.services-formats.modify.success.content": "Usługa została edytowana",
// "admin.registries.services-formats.modify.failure.head": "Failed Edit", // "admin.registries.services-formats.modify.failure.head": "Failed Edit",
"admin.registries.services-formats.modify.failure.head": "Nieudana edycja", "admin.registries.services-formats.modify.failure.head": "Nieudana edycja",
// "admin.registries.services-formats.modify.failure.content": "The service has not been edited", // "admin.registries.services-formats.modify.failure.content": "The service has not been edited",
"admin.registries.services-formats.modify.failure.content": "Usługa nie została edytowana", "admin.registries.services-formats.modify.failure.content": "Usługa nie została edytowana",
// "ldn-service-notification.created.success.title": "Successful Create", // "ldn-service-notification.created.success.title": "Successful Create",
"ldn-service-notification.created.success.title": "Pomyślne utworzenie", "ldn-service-notification.created.success.title": "Pomyślne utworzenie",
// "ldn-service-notification.created.success.body": "The service has been created", // "ldn-service-notification.created.success.body": "The service has been created",
"ldn-service-notification.created.success.body": "Usługa została utworzona", "ldn-service-notification.created.success.body": "Usługa została utworzona",
// "ldn-service-notification.created.failure.title": "Failed Create", // "ldn-service-notification.created.failure.title": "Failed Create",
"ldn-service-notification.created.failure.title": "Nieudane utworzenie", "ldn-service-notification.created.failure.title": "Nieudane utworzenie",
// "ldn-service-notification.created.failure.body": "The service has not been created", // "ldn-service-notification.created.failure.body": "The service has not been created",
"ldn-service-notification.created.failure.body": "Usługa nie została utworzona", "ldn-service-notification.created.failure.body": "Usługa nie została utworzona",
// "ldn-service-notification.created.warning.title": "Please select at least one Inbound Pattern", // "ldn-service-notification.created.warning.title": "Please select at least one Inbound Pattern",
"ldn-service-notification.created.warning.title": "Proszę wybrać co najmniej jeden wzorzec przychodzący", "ldn-service-notification.created.warning.title": "Proszę wybrać co najmniej jeden wzorzec przychodzący",
// "ldn-enable-service.notification.success.title": "Successful status updated", // "ldn-enable-service.notification.success.title": "Successful status updated",
"ldn-enable-service.notification.success.title": "Pomyślna aktualizacja status", "ldn-enable-service.notification.success.title": "Pomyślna aktualizacja status",
// "ldn-enable-service.notification.success.content": "The service status has been updated", // "ldn-enable-service.notification.success.content": "The service status has been updated",
"ldn-enable-service.notification.success.content": "Status usługi został zaktualizowany", "ldn-enable-service.notification.success.content": "Status usługi został zaktualizowany",
// "ldn-service-delete.notification.success.title": "Successful Deletion", // "ldn-service-delete.notification.success.title": "Successful Deletion",
"ldn-service-delete.notification.success.title": "Pomyślne usunięcie", "ldn-service-delete.notification.success.title": "Pomyślne usunięcie",
// "ldn-service-delete.notification.success.content": "The service has been deleted", // "ldn-service-delete.notification.success.content": "The service has been deleted",
"ldn-service-delete.notification.success.content": "Usługa została usunięta", "ldn-service-delete.notification.success.content": "Usługa została usunięta",
// "ldn-service-delete.notification.error.title": "Failed Deletion", // "ldn-service-delete.notification.error.title": "Failed Deletion",
"ldn-service-delete.notification.error.title": "Nieudane usunięcie", "ldn-service-delete.notification.error.title": "Nieudane usunięcie",
// "ldn-service-delete.notification.error.content": "The service has not been deleted", // "ldn-service-delete.notification.error.content": "The service has not been deleted",
"ldn-service-delete.notification.error.content": "Usługa nie została usunięta", "ldn-service-delete.notification.error.content": "Usługa nie została usunięta",
// "service.overview.reset-form.reset-return": "Cancel", // "service.overview.reset-form.reset-return": "Cancel",
"service.overview.reset-form.reset-return": "Anuluj", "service.overview.reset-form.reset-return": "Anuluj",
// "service.overview.delete": "Delete service", // "service.overview.delete": "Delete service",
"service.overview.delete": "Usuń usługę", "service.overview.delete": "Usuń usługę",
// "ldn-edit-service.title": "Edit service", // "ldn-edit-service.title": "Edit service",
"ldn-edit-service.title": "Edytuj usługę", "ldn-edit-service.title": "Edytuj usługę",
// "ldn-edit-service.form.label.name": "Name", // "ldn-edit-service.form.label.name": "Name",
"ldn-edit-service.form.label.name": "Nazwa", "ldn-edit-service.form.label.name": "Nazwa",
// "ldn-edit-service.form.label.description": "Description", // "ldn-edit-service.form.label.description": "Description",
"ldn-edit-service.form.label.description": "Opis", "ldn-edit-service.form.label.description": "Opis",
// "ldn-edit-service.form.label.url": "Service URL", // "ldn-edit-service.form.label.url": "Service URL",
"ldn-edit-service.form.label.url": "Serwis URL", "ldn-edit-service.form.label.url": "Serwis URL",
// "ldn-edit-service.form.label.ldnUrl": "LDN Inbox URL", // "ldn-edit-service.form.label.ldnUrl": "LDN Inbox URL",
"ldn-edit-service.form.label.ldnUrl": "LDN Inbox URL", "ldn-edit-service.form.label.ldnUrl": "LDN Inbox URL",
// "ldn-edit-service.form.label.inboundPattern": "Inbound Pattern", // "ldn-edit-service.form.label.inboundPattern": "Inbound Pattern",
"ldn-edit-service.form.label.inboundPattern": "Wzorzec przychodzący", "ldn-edit-service.form.label.inboundPattern": "Wzorzec przychodzący",
// "ldn-edit-service.form.label.noInboundPatternSelected": "No Inbound Pattern", // "ldn-edit-service.form.label.noInboundPatternSelected": "No Inbound Pattern",
"ldn-edit-service.form.label.noInboundPatternSelected": "Brak wybranego wzorca przychodzącego", "ldn-edit-service.form.label.noInboundPatternSelected": "Brak wybranego wzorca przychodzącego",
// "ldn-edit-service.form.label.selectedItemFilter": "Selected Item Filter", // "ldn-edit-service.form.label.selectedItemFilter": "Selected Item Filter",
"ldn-edit-service.form.label.selectedItemFilter": "Wybrany filtr pozycji", "ldn-edit-service.form.label.selectedItemFilter": "Wybrany filtr pozycji",
// "ldn-edit-service.form.label.selectItemFilter": "No Item Filter", // "ldn-edit-service.form.label.selectItemFilter": "No Item Filter",
"ldn-edit-service.form.label.selectItemFilter": "Brak filtra pozycji", "ldn-edit-service.form.label.selectItemFilter": "Brak filtra pozycji",
// "ldn-edit-service.form.label.automatic": "Automatic", // "ldn-edit-service.form.label.automatic": "Automatic",
"ldn-edit-service.form.label.automatic": "Automatyczny", "ldn-edit-service.form.label.automatic": "Automatyczny",
// "ldn-edit-service.form.label.addInboundPattern": "+ Add more", // "ldn-edit-service.form.label.addInboundPattern": "+ Add more",
"ldn-edit-service.form.label.addInboundPattern": "+ Dodaj więcej", "ldn-edit-service.form.label.addInboundPattern": "+ Dodaj więcej",
// "ldn-edit-service.form.label.submit": "Save", // "ldn-edit-service.form.label.submit": "Save",
"ldn-edit-service.form.label.submit": "Zapisz", "ldn-edit-service.form.label.submit": "Zapisz",
// "ldn-edit-service.breadcrumbs": "Edit Service", // "ldn-edit-service.breadcrumbs": "Edit Service",
"ldn-edit-service.breadcrumbs": "Edytuj usługę", "ldn-edit-service.breadcrumbs": "Edytuj usługę",
// "ldn-service.control-constaint-select-none": "Select none", // "ldn-service.control-constaint-select-none": "Select none",
"ldn-service.control-constaint-select-none": "Nie wybieraj żadnego", "ldn-service.control-constaint-select-none": "Nie wybieraj żadnego",
// "ldn-register-new-service.notification.error.title": "Error", // "ldn-register-new-service.notification.error.title": "Error",
"ldn-register-new-service.notification.error.title": "Błąd", "ldn-register-new-service.notification.error.title": "Błąd",
// "ldn-register-new-service.notification.error.content": "An error occurred while creating this process", // "ldn-register-new-service.notification.error.content": "An error occurred while creating this process",
"ldn-register-new-service.notification.error.content": "Wystąpił błąd podczas tworzenia tego process", "ldn-register-new-service.notification.error.content": "Wystąpił błąd podczas tworzenia tego process",
// "ldn-register-new-service.notification.success.title": "Success", // "ldn-register-new-service.notification.success.title": "Success",
"ldn-register-new-service.notification.success.title": "Sukces", "ldn-register-new-service.notification.success.title": "Sukces",
// "ldn-register-new-service.notification.success.content": "The process was successfully created", // "ldn-register-new-service.notification.success.content": "The process was successfully created",
"ldn-register-new-service.notification.success.content": "Proces został pomyślnie utworzony", "ldn-register-new-service.notification.success.content": "Proces został pomyślnie utworzony",
@@ -9893,7 +10028,6 @@
// "quality-assurance.topics.description-with-target": "Below you can see all the topics received from the subscriptions to {{source}} in regards to the", // "quality-assurance.topics.description-with-target": "Below you can see all the topics received from the subscriptions to {{source}} in regards to the",
"quality-assurance.topics.description-with-target": "Poniżej możesz zobaczyć wszystkie tematy otrzymane z subskrypcji do {{source}} w odniesieniu do", "quality-assurance.topics.description-with-target": "Poniżej możesz zobaczyć wszystkie tematy otrzymane z subskrypcji do {{source}} w odniesieniu do",
// "quality-assurance.events.description": "Below the list of all the suggestions for the selected topic <b>{{topic}}</b>, related to <b>{{source}}</b>.", // "quality-assurance.events.description": "Below the list of all the suggestions for the selected topic <b>{{topic}}</b>, related to <b>{{source}}</b>.",
"quality-assurance.topics.description": "Poniżej możesz zobaczyć wszystkie rekordy otrzymane z subskrypcji z {{source}}.", "quality-assurance.topics.description": "Poniżej możesz zobaczyć wszystkie rekordy otrzymane z subskrypcji z {{source}}.",
@@ -10129,11 +10263,9 @@
"admin-notify-dashboard.NOTIFY.incoming.failure": "Niepowodzenie", "admin-notify-dashboard.NOTIFY.incoming.failure": "Niepowodzenie",
// "admin-notify-dashboard.NOTIFY.incoming.failure.description": "Failed inbound notifications", // "admin-notify-dashboard.NOTIFY.incoming.failure.description": "Failed inbound notifications",
"admin-notify-dashboard.NOTIFY.incoming.failure.description": "Failed inbound notifications", "admin-notify-dashboard.NOTIFY.incoming.failure.description": "Failed inbound notifications",
// "admin-notify-logs.NOTIFY.outgoing.failure": "Currently displaying: Failed notifications", // "admin-notify-logs.NOTIFY.outgoing.failure": "Currently displaying: Failed notifications",
"admin-notify-logs.NOTIFY.outgoing.failure": "Currently displaying: Failed notifications", "admin-notify-logs.NOTIFY.outgoing.failure": "Currently displaying: Failed notifications",
// "admin-notify-dashboard.NOTIFY.outgoing.failure": "Failure", // "admin-notify-dashboard.NOTIFY.outgoing.failure": "Failure",
@@ -10608,6 +10740,7 @@
"register-page.registration.aria.label": "Wprowadź swój adres e-mail", "register-page.registration.aria.label": "Wprowadź swój adres e-mail",
// "forgot-email.form.aria.label": "Enter your e-mail address", // "forgot-email.form.aria.label": "Enter your e-mail address",
// TODO Source message changed - Revise the translation
"forgot-email.form.aria.label": "Wprowadź swój adres e-mail", "forgot-email.form.aria.label": "Wprowadź swój adres e-mail",
// "search-facet-option.update.announcement": "The page will be reloaded. Filter {{ filter }} is selected.", // "search-facet-option.update.announcement": "The page will be reloaded. Filter {{ filter }} is selected.",
@@ -10629,7 +10762,6 @@
"dynamic-form-array.sortable-list.label": "Lista możliwa do sortowania", "dynamic-form-array.sortable-list.label": "Lista możliwa do sortowania",
// "external-login.component.or": "or", // "external-login.component.or": "or",
"external-login.component.or": "lub", "external-login.component.or": "lub",
// "external-login.confirmation.header": "Information needed to complete the login process", // "external-login.confirmation.header": "Information needed to complete the login process",
@@ -10659,7 +10791,8 @@
// "external-login.confirm-email-sent.header": "Confirmation email sent", // "external-login.confirm-email-sent.header": "Confirmation email sent",
"external-login.confirm-email-sent.header": "Wysłano e-mail potwierdzający", "external-login.confirm-email-sent.header": "Wysłano e-mail potwierdzający",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO Source message changed - Revise the translation
"external-login.confirm-email-sent.info": "Wysłaliśmy e-mail na podany adres, aby zweryfikować Twoje dane. <br> Proszę postępować zgodnie z instrukcjami w e-mailu, aby zakończyć proces logowania.", "external-login.confirm-email-sent.info": "Wysłaliśmy e-mail na podany adres, aby zweryfikować Twoje dane. <br> Proszę postępować zgodnie z instrukcjami w e-mailu, aby zakończyć proces logowania.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
@@ -10779,5 +10912,13 @@
// "embargo.listelement.badge": "Embargo until {{ date }}", // "embargo.listelement.badge": "Embargo until {{ date }}",
"embargo.listelement.badge": "Embargo do {{ date }}", "embargo.listelement.badge": "Embargo do {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Você não tem autorização para acessar esta página. Clique no botão abaixo para ir à página inicial.", "401.help": "Você não tem autorização para acessar esta página. Clique no botão abaixo para ir à página inicial.",
@@ -51,6 +50,10 @@
// "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": "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": "Ocorreu um erro durante o login via ORCID. Certifique-se de ter compartilhado o endereço de e-mail da sua conta ORCID com o DSpace. Se o erro persistir, entre em contato com o administrador", "error-page.orcid.generic-error": "Ocorreu um erro durante o login via ORCID. Certifique-se de ter compartilhado o endereço de e-mail da sua conta ORCID com o DSpace. Se o erro persistir, entre em contato com o administrador",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -961,7 +964,6 @@
// "admin.reports.items.title": "Title", // "admin.reports.items.title": "Title",
"admin.reports.items.title": "Título", "admin.reports.items.title": "Título",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
"admin.reports.commons.filters": "Filtros", "admin.reports.commons.filters": "Filtros",
@@ -992,7 +994,6 @@
// "admin.reports.commons.filters.matches_all": "Matches all specified filters", // "admin.reports.commons.filters.matches_all": "Matches all specified filters",
"admin.reports.commons.filters.matches_all": "Corresponde a todos os filtros especificados", "admin.reports.commons.filters.matches_all": "Corresponde a todos os filtros especificados",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
"admin.reports.commons.filters.property": "Filtros de Propriedade do Item", "admin.reports.commons.filters.property": "Filtros de Propriedade do Item",
@@ -2471,12 +2472,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Informações que coletamos", "cookies.consent.content-modal.title": "Informações que coletamos",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Autenticação", "cookies.consent.app.title.authentication": "Autenticação",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Obrigatório para fazer login", "cookies.consent.app.description.authentication": "Obrigatório para fazer login",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Preferências", "cookies.consent.app.title.preferences": "Preferências",
@@ -2938,6 +2955,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -3323,6 +3344,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Selecione uma comunidade para navegar por suas coleções", "home.top-level-communities.help": "Selecione uma comunidade para navegar por suas coleções",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Li e concordo com o Contrato de Usuário Final", "info.end-user-agreement.accept": "Li e concordo com o Contrato de Usuário Final",
@@ -3422,6 +3519,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Editar políticas do item", "item.edit.authorizations.title": "Editar políticas do item",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Privado", "item.badge.private": "Privado",
@@ -4153,21 +4254,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descrição", "item.page.description": "Descrição",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Unidades Organizacionais", "item.page.org-units": "Unidades Organizacionais",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Projetos de Pesquisa", "item.page.projects": "Projetos de Pesquisa",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publicações", "item.page.publications": "Publicações",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artigos", "item.page.articles": "Artigos",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Revista", "item.page.journal": "Revista",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Fascículo", "item.page.journal-issue": "Fascículo",
@@ -4277,6 +4398,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Resumo", "item.page.abstract": "Resumo",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autores", "item.page.authors": "Autores",
@@ -4454,6 +4579,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Outro identificador:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5437,6 +5578,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Itens supervisionados", "mydspace.show.supervisedWorkspace": "Itens supervisionados",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Arquivado", "mydspace.status.mydspaceArchived": "Arquivado",
@@ -5534,6 +5679,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Barra de perfil do usuário", "nav.user.description": "Barra de perfil do usuário",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -6099,6 +6248,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Atualizar Perfil", "profile.breadcrumbs": "Atualizar Perfil",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identificação", "profile.card.identify": "Identificação",
@@ -6538,7 +6699,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Unidades Organizacionais", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Unidades Organizacionais",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publicações", "relationships.Person.isPublicationOfContributor.Publication": "Publicações",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6567,10 +6729,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicações", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publicações",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projetos de Pesquisa", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Projetos de Pesquisa",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -6928,6 +7092,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Procurar por data de publicação", "search.filters.filter.creativeDatePublished.label": "Procurar por data de publicação",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -7094,6 +7266,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Pesquisar Data de Fundação", "search.filters.filter.organizationFoundingDate.label": "Pesquisar Data de Fundação",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Escopo", "search.filters.filter.scope.head": "Escopo",
@@ -7882,6 +8062,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Números de Revista Local ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "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.isJournalVolumeOfPublication": "Volumes de Revista Local ({{ count }})",
@@ -7934,6 +8118,26 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", // "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Revistas Sherpa por ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Revistas Sherpa por ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Procurar por Agências Financiadoras", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Procurar por Agências Financiadoras",
@@ -7964,6 +8168,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Financiador do Projeto", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Financiador do Projeto",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Procurar...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Procurar...",
@@ -7979,6 +8187,10 @@
// "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": "Edições da Revista", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Edições da Revista",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volumes de Revista", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Volumes de Revista",
@@ -8042,6 +8254,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Revistas Selecionadas",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volume de Revista selecionado", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Volume de Revista selecionado",
@@ -8132,6 +8348,26 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Resultados da Pesquisa", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Resultados da Pesquisa",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "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.selection-tab.title": "Resultados da Pesquisa",
@@ -8691,6 +8927,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Assinar", "subscriptions.tooltip": "Assinar",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Assinaturas", "subscriptions.modal.title": "Assinaturas",
@@ -10698,9 +10938,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -10858,5 +11098,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Нисте овлашћени да приступите овој страници. Можете користити дугме испод да се вратите на почетну страницу.", "401.help": "Нисте овлашћени да приступите овој страници. Можете користити дугме испод да се вратите на почетну страницу.",
@@ -51,6 +50,10 @@
// "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": "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": "Дошло је до грешке приликом пријављивања преко ORCID-а. Уверите се да сте поделили имејл адресу свог ORCID налога са DSpace-ом. Ако грешка и даље постоји, контактирајте администратора", "error-page.orcid.generic-error": "Дошло је до грешке приликом пријављивања преко ORCID-а. Уверите се да сте поделили имејл адресу свог ORCID налога са DSpace-ом. Ако грешка и даље постоји, контактирајте администратора",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Ембарго", "access-status.embargo.listelement.badge": "Ембарго",
@@ -1048,7 +1051,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1089,7 +1091,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2644,12 +2645,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Информације које прикупљамо", "cookies.consent.content-modal.title": "Информације које прикупљамо",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "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": "Required for signing you in",
"cookies.consent.app.description.authentication": "Потребно за пријављивање", "cookies.consent.app.description.authentication": "Потребно за пријављивање",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Подешавања", "cookies.consent.app.title.preferences": "Подешавања",
@@ -3125,6 +3142,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "ауторска права © 2002-{{ year}}", "footer.copyright": "ауторска права © 2002-{{ year}}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace софтвер", "footer.link.dspace": "DSpace софтвер",
@@ -3513,6 +3534,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Изаберите заједницу да бисте прегледали њене колекције.", "home.top-level-communities.help": "Изаберите заједницу да бисте прегледали њене колекције.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "Прочитао сам и прихватам Уговором са крајњим корисником",
@@ -3617,6 +3714,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Измените опције ставке", "item.edit.authorizations.title": "Измените опције ставке",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Невидљив", "item.badge.private": "Невидљив",
@@ -4364,21 +4465,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Опис", "item.page.description": "Опис",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Организационе јединице", "item.page.org-units": "Организационе јединице",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Истраживачки пројекти", "item.page.projects": "Истраживачки пројекти",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Публикације", "item.page.publications": "Публикације",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Чланци", "item.page.articles": "Чланци",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Часопис", "item.page.journal": "Часопис",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Издање часописа", "item.page.journal-issue": "Издање часописа",
@@ -4503,6 +4624,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Сажетак", "item.page.abstract": "Сажетак",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Аутори", "item.page.authors": "Аутори",
@@ -4697,6 +4822,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5743,6 +5884,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Надзиране ставке", "mydspace.show.supervisedWorkspace": "Надзиране ставке",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Архивирано", "mydspace.status.mydspaceArchived": "Архивирано",
@@ -5843,6 +5988,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Трака корисничког профила", "nav.user.description": "Трака корисничког профила",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Ставка", "none.listelement.badge": "Ставка",
@@ -6497,6 +6646,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Ажурирање профила", "profile.breadcrumbs": "Ажурирање профила",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Идентитет", "profile.card.identify": "Идентитет",
@@ -6972,7 +7133,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Организационе јединице", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Организационе јединице",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Издања", "relationships.Person.isPublicationOfContributor.Publication": "Издања",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7001,10 +7163,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Издања", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Издања",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Истраживачки пројекти", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Истраживачки пројекти",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7383,6 +7547,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Претражите датум објављивања", "search.filters.filter.creativeDatePublished.label": "Претражите датум објављивања",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Едитор", "search.filters.filter.creativeWorkEditor.head": "Едитор",
@@ -7555,6 +7727,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Претражите датум оснивања", "search.filters.filter.organizationFoundingDate.label": "Претражите датум оснивања",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Опсег", "search.filters.filter.scope.head": "Опсег",
@@ -8378,6 +8558,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Локална издања часописа ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Локални опсег часописа ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Локални опсег часописа ({{ count }})",
@@ -8434,6 +8618,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Потражите финансијере", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Потражите финансијере",
@@ -8465,6 +8669,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Финансијер пројекта", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Финансијер пројекта",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "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.search-form.placeholder": "Претрага...",
@@ -8481,6 +8689,10 @@
// "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.JournalIssue": "Издања часописа",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Свеске часописа", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Свеске часописа",
@@ -8545,6 +8757,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Изабрани часописи",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Изабрана свеска часописа",
@@ -8639,6 +8855,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Резултати претраге", "submission.sections.describe.relationship-lookup.selection-tab.title": "Резултати претраге",
@@ -9212,6 +9448,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Претплатити се", "subscriptions.tooltip": "Претплатити се",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Претплате", "subscriptions.modal.title": "Претплате",
@@ -11602,9 +11842,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11762,5 +12002,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Niste ovlašćeni da pristupite ovoj stranici. Možete koristiti dugme ispod da se vratite na početnu stranicu.", "401.help": "Niste ovlašćeni da pristupite ovoj stranici. Možete koristiti dugme ispod da se vratite na početnu stranicu.",
@@ -51,6 +50,10 @@
// "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": "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": "Došlo je do greške prilikom prijavljivanja preko ORCID-a. Uverite se da ste podelili imejl adresu svog ORCID naloga sa DSpace-om. Ako greška i dalje postoji, kontaktirajte administratora", "error-page.orcid.generic-error": "Došlo je do greške prilikom prijavljivanja preko ORCID-a. Uverite se da ste podelili imejl adresu svog ORCID naloga sa DSpace-om. Ako greška i dalje postoji, kontaktirajte administratora",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1048,7 +1051,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1089,7 +1091,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2643,12 +2644,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Informacije koje prikupljamo", "cookies.consent.content-modal.title": "Informacije koje prikupljamo",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Provera", "cookies.consent.app.title.authentication": "Provera",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Potrebno za prijavljivanje", "cookies.consent.app.description.authentication": "Potrebno za prijavljivanje",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Podešavanja", "cookies.consent.app.title.preferences": "Podešavanja",
@@ -3124,6 +3141,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "autorska prava © 2002-{{ year }}", "footer.copyright": "autorska prava © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace softver", "footer.link.dspace": "DSpace softver",
@@ -3512,6 +3533,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Izaberite zajednicu da biste pregledali njene kolekcije.", "home.top-level-communities.help": "Izaberite zajednicu da biste pregledali njene kolekcije.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Pročitao sam i prihvatam Ugovorom sa krajnjim korisnikom", "info.end-user-agreement.accept": "Pročitao sam i prihvatam Ugovorom sa krajnjim korisnikom",
@@ -3616,6 +3713,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Izmenite opcije stavke", "item.edit.authorizations.title": "Izmenite opcije stavke",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Nevidljiv", "item.badge.private": "Nevidljiv",
@@ -4363,21 +4464,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Opis", "item.page.description": "Opis",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organizacione jedinice", "item.page.org-units": "Organizacione jedinice",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Istraživački projekti", "item.page.projects": "Istraživački projekti",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Izdanja", "item.page.publications": "Izdanja",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Članci", "item.page.articles": "Članci",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Časopis", "item.page.journal": "Časopis",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Izdanja časopsa", "item.page.journal-issue": "Izdanja časopsa",
@@ -4502,6 +4623,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Sažetak", "item.page.abstract": "Sažetak",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Autori", "item.page.authors": "Autori",
@@ -4695,6 +4820,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5741,6 +5882,10 @@
// "mydspace.show.supervisedWorkspace": "Supervised items", // "mydspace.show.supervisedWorkspace": "Supervised items",
"mydspace.show.supervisedWorkspace": "Nadzirane stavke", "mydspace.show.supervisedWorkspace": "Nadzirane stavke",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Arhivirano", "mydspace.status.mydspaceArchived": "Arhivirano",
@@ -5841,6 +5986,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Traka korisničkog profila", "nav.user.description": "Traka korisničkog profila",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Stavka", "none.listelement.badge": "Stavka",
@@ -6495,6 +6644,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Ažuriranje profila", "profile.breadcrumbs": "Ažuriranje profila",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identitet", "profile.card.identify": "Identitet",
@@ -6970,7 +7131,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizacione jedinice", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizacione jedinice",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Izdanja", "relationships.Person.isPublicationOfContributor.Publication": "Izdanja",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -6999,10 +7161,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Izdanja", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Izdanja",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Istraživački projekti", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Istraživački projekti",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7381,6 +7545,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Pretražite datum objavljivanja", "search.filters.filter.creativeDatePublished.label": "Pretražite datum objavljivanja",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -7553,6 +7725,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Pretražite datum osnivanja", "search.filters.filter.organizationFoundingDate.label": "Pretražite datum osnivanja",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Opseg", "search.filters.filter.scope.head": "Opseg",
@@ -8376,6 +8556,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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": "Lokalna izdanja časopisa ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Lokalna izdanja časopisa ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokalni opseg časopisa ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Lokalni opseg časopisa ({{ count }})",
@@ -8432,6 +8616,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Potražite finansijere", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Potražite finansijere",
@@ -8463,6 +8667,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Finansijer projekta", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Finansijer projekta",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Pretraga...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Pretraga...",
@@ -8479,6 +8687,10 @@
// "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": "Izdanja časopisa", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Izdanja časopisa",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Sveske časopisa", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Sveske časopisa",
@@ -8543,6 +8755,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Izabrani časopisi", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Izabrani časopisi",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Izabrana sveska časopisa", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Izabrana sveska časopisa",
@@ -8637,6 +8853,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Rezultati pretrage", "submission.sections.describe.relationship-lookup.selection-tab.title": "Rezultati pretrage",
@@ -9210,6 +9446,10 @@
// "subscriptions.tooltip": "Subscribe", // "subscriptions.tooltip": "Subscribe",
"subscriptions.tooltip": "Pretplatiti se", "subscriptions.tooltip": "Pretplatiti se",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
"subscriptions.modal.title": "Pretplate", "subscriptions.modal.title": "Pretplate",
@@ -11599,9 +11839,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11759,5 +11999,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Du saknar behörighet att se denna sida. Använd knappen nedan för att återvända till startsidan.", "401.help": "Du saknar behörighet att se denna sida. Använd knappen nedan för att återvända till startsidan.",
@@ -60,6 +59,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1069,7 +1072,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1110,7 +1112,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2748,12 +2749,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Information som vi samlar in", "cookies.consent.content-modal.title": "Information som vi samlar in",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Autenticering", "cookies.consent.app.title.authentication": "Autenticering",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Behövs för att du skall kunna logga in", "cookies.consent.app.description.authentication": "Behövs för att du skall kunna logga in",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Inställningar", "cookies.consent.app.title.preferences": "Inställningar",
@@ -3279,6 +3296,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -3714,6 +3735,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Välj en enhet för att se alla samlingar.", "home.top-level-communities.help": "Välj en enhet för att se alla samlingar.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Jag har läst och förstått villkoren i användaravtalet", "info.end-user-agreement.accept": "Jag har läst och förstått villkoren i användaravtalet",
@@ -3823,6 +3920,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Redigera behörigheter för post", "item.edit.authorizations.title": "Redigera behörigheter för post",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Dold vid sökning", "item.badge.private": "Dold vid sökning",
@@ -4595,21 +4696,41 @@
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.page.description": "Beskrivning", "item.page.description": "Beskrivning",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisatoriska enheter", "item.page.org-units": "Organisatoriska enheter",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Forskningsprojekt", "item.page.projects": "Forskningsprojekt",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Publikationer", "item.page.publications": "Publikationer",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Artiklar", "item.page.articles": "Artiklar",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Tidskrift", "item.page.journal": "Tidskrift",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Tidskriftsexemplar", "item.page.journal-issue": "Tidskriftsexemplar",
@@ -4742,6 +4863,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Sammanfattning", "item.page.abstract": "Sammanfattning",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.page.authors": "Författare", "item.page.authors": "Författare",
@@ -4938,6 +5063,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Annan identifierare:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6048,6 +6189,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "I arkivet", "mydspace.status.mydspaceArchived": "I arkivet",
@@ -6158,6 +6303,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -6887,6 +7036,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Uppdatera profil", "profile.breadcrumbs": "Uppdatera profil",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Identifiera", "profile.card.identify": "Identifiera",
@@ -7413,7 +7574,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisatoriska enheter", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organisatoriska enheter",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Publikationer", "relationships.Person.isPublicationOfContributor.Publication": "Publikationer",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7444,10 +7606,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikationer", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publikationer",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Forskningsprojekt", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Forskningsprojekt",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7836,6 +8000,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Sök på publiceringsdatum", "search.filters.filter.creativeDatePublished.label": "Sök på publiceringsdatum",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Redaktör", "search.filters.filter.creativeWorkEditor.head": "Redaktör",
@@ -8008,6 +8180,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Sök grundad (datum)", "search.filters.filter.organizationFoundingDate.label": "Sök grundad (datum)",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Scope",
@@ -8886,6 +9066,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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": "Lokala tidskriftsexemplar ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Lokala tidskriftsexemplar ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})",
@@ -8945,6 +9129,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Sök finansiärer", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Sök finansiärer",
@@ -8977,6 +9181,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Projektets finansiär", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Projektets finansiär",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Sök...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Sök...",
@@ -8994,6 +9202,10 @@
// "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": "Tidskriftsexemplar", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Tidskriftsexemplar",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
@@ -9063,6 +9275,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Valda tidskrifter", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Valda tidskrifter",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Valda tidskriftsvolymer", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Valda tidskriftsvolymer",
@@ -9163,6 +9379,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -9794,6 +10030,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -12410,9 +12650,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12570,5 +12810,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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 // 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.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
@@ -68,6 +67,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1280,7 +1283,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1321,7 +1323,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -3270,6 +3271,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Information that we collect",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Authentication",
@@ -3278,6 +3287,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.description.authentication": "Required for signing you in", "cookies.consent.app.description.authentication": "Required for signing you in",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
// TODO New key - Add a translation // TODO New key - Add a translation
"cookies.consent.app.title.preferences": "Preferences", "cookies.consent.app.title.preferences": "Preferences",
@@ -3878,6 +3895,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
// TODO New key - Add a translation // TODO New key - Add a translation
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -4374,6 +4395,82 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"home.top-level-communities.help": "Select a community to browse its collections.", "home.top-level-communities.help": "Select a community to browse its collections.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
// TODO New key - Add a translation // 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": "I have read and I agree to the End User Agreement",
@@ -4506,6 +4603,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.edit.authorizations.title": "Edit item's Policies", "item.edit.authorizations.title": "Edit item's Policies",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.badge.private": "Non-discoverable", "item.badge.private": "Non-discoverable",
@@ -5462,18 +5563,34 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.org-units": "Organizational Units", "item.page.org-units": "Organizational Units",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.projects": "Research Projects", "item.page.projects": "Research Projects",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.publications": "Publications", "item.page.publications": "Publications",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.articles": "Articles", "item.page.articles": "Articles",
@@ -5482,6 +5599,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal": "Journal", "item.page.journal": "Journal",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issue": "Journal Issue", "item.page.journal-issue": "Journal Issue",
@@ -5626,6 +5747,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.authors": "Authors", "item.page.authors": "Authors",
@@ -5854,6 +5979,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -7146,6 +7287,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.status.mydspaceArchived": "Archived", "mydspace.status.mydspaceArchived": "Archived",
@@ -7274,6 +7419,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -8018,6 +8167,18 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"profile.breadcrumbs": "Update Profile", "profile.breadcrumbs": "Update Profile",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
// TODO New key - Add a translation // TODO New key - Add a translation
"profile.card.identify": "Identify", "profile.card.identify": "Identify",
@@ -8598,9 +8759,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.Person.isPublicationOfContributor.Publication": "Publications", "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -8634,13 +8795,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -9113,6 +9274,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "Search date published",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeWorkEditor.head": "Editor", "search.filters.filter.creativeWorkEditor.head": "Editor",
@@ -9333,6 +9502,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "Search date founded",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.scope.head": "Scope", "search.filters.filter.scope.head": "Scope",
@@ -10357,6 +10534,10 @@
// TODO New key - Add a translation // 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.JournalIssue": "Local Journal Issues ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Local Journal Volumes ({{ count }})",
@@ -10421,6 +10602,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
// TODO New key - Add a translation // 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.isFundingAgencyOfPublication": "Search for Funding Agencies",
@@ -10461,6 +10662,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
@@ -10481,6 +10686,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Journal Issues",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
@@ -10565,6 +10774,10 @@
// TODO New key - Add a translation // 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.isJournalOfPublication": "Selected Journals",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
// TODO New key - Add a translation // 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.isJournalVolumeOfPublication": "Selected Journal Volume",
@@ -10685,6 +10898,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -11429,6 +11662,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -14093,9 +14330,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -14253,5 +14490,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "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.help": "Bu sayfaya erişim yetkiniz bulunmamaktadır. Ana sayfaya dönmek için aşağıdaki butonu kullanabilirsiniz.",
@@ -62,6 +61,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1088,7 +1091,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1129,7 +1131,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2839,12 +2840,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Topladığımız bilgiler", "cookies.consent.content-modal.title": "Topladığımız bilgiler",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Kimlik doğrulama", "cookies.consent.app.title.authentication": "Kimlik doğrulama",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Kayıt olmak için gerekli", "cookies.consent.app.description.authentication": "Kayıt olmak için gerekli",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Tercihler", "cookies.consent.app.title.preferences": "Tercihler",
@@ -3383,6 +3400,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "telif hakkı © 2002-{{ year }}", "footer.copyright": "telif hakkı © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "DSpace yazılım", "footer.link.dspace": "DSpace yazılım",
@@ -3832,6 +3853,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "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.top-level-communities.help": "Koleksiyonlarına göz atmak için bir komünite seçin.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "Okudum ve son kullanıcı sözleşmesini kabul ediyorum",
@@ -3950,6 +4047,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Edit item's Politikalar", "item.edit.authorizations.title": "Edit item's Politikalar",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.badge.private": "Özel", "item.badge.private": "Özel",
@@ -4741,21 +4842,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Açıklama", "item.page.description": "Açıklama",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organizasyon Birimleri", "item.page.org-units": "Organizasyon Birimleri",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Araştırma Projeleri", "item.page.projects": "Araştırma Projeleri",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Yayınlar", "item.page.publications": "Yayınlar",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Makaleler", "item.page.articles": "Makaleler",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Dergi", "item.page.journal": "Dergi",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Dergi Sayısı", "item.page.journal-issue": "Dergi Sayısı",
@@ -4889,6 +5010,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Özet", "item.page.abstract": "Özet",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Yazarlar", "item.page.authors": "Yazarlar",
@@ -5084,6 +5209,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Diğer Belirteçler:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6216,6 +6357,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Arşivlendi", "mydspace.status.mydspaceArchived": "Arşivlendi",
@@ -6323,6 +6468,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -7016,6 +7165,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Profili Güncelle", "profile.breadcrumbs": "Profili Güncelle",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Kimlik", "profile.card.identify": "Kimlik",
@@ -7514,7 +7675,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizasyon Birimleri", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizasyon Birimleri",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Yayınlar", "relationships.Person.isPublicationOfContributor.Publication": "Yayınlar",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7544,10 +7706,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Yayınlar", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Yayınlar",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Araştırma Projeleri", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Araştırma Projeleri",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7945,6 +8109,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "Search date published",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Editör", "search.filters.filter.creativeWorkEditor.head": "Editör",
@@ -8136,6 +8308,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "Search date founded",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Kapsam", "search.filters.filter.scope.head": "Kapsam",
@@ -9032,6 +9212,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Yerel Makale Konuları ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "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.isJournalVolumeOfPublication": "Yerel Makale Cilt ({{ count }})",
@@ -9088,6 +9272,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "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.isFundingAgencyOfPublication": "Finansman Kuruluşlarını Arama",
@@ -9125,6 +9329,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
@@ -9142,6 +9350,10 @@
// "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": "Makale Konuları", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Makale Konuları",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Makale Ciltleri", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Makale Ciltleri",
@@ -9207,6 +9419,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Seçili Makaleler",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Seçili Makale Ciltleri",
@@ -9306,6 +9522,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -9971,6 +10207,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -12604,9 +12844,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12764,5 +13004,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Ви не авторизовані для доступу до цієї сторінки. Ви можете скористатися кнопкою нижче, щоб повернутися на головну сторінку.", "401.help": "Ви не авторизовані для доступу до цієї сторінки. Ви можете скористатися кнопкою нижче, щоб повернутися на головну сторінку.",
@@ -62,6 +61,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"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": "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",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
// TODO New key - Add a translation // TODO New key - Add a translation
"access-status.embargo.listelement.badge": "Embargo", "access-status.embargo.listelement.badge": "Embargo",
@@ -1093,7 +1096,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1134,7 +1136,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2858,12 +2859,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Інформація, яку ми збираємо", "cookies.consent.content-modal.title": "Інформація, яку ми збираємо",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "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": "Required for signing you in",
"cookies.consent.app.description.authentication": "Необхідно для входу", "cookies.consent.app.description.authentication": "Необхідно для входу",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Налаштування", "cookies.consent.app.title.preferences": "Налаштування",
@@ -3403,6 +3420,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "copyright © 2002-{{ year }}", "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
//TODO Change your univer //TODO Change your univer
"footer.link.dspace": "DSpace software", "footer.link.dspace": "DSpace software",
@@ -3855,6 +3876,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Виберіть фонд, щоб переглянути його зібрання.", "home.top-level-communities.help": "Виберіть фонд, щоб переглянути його зібрання.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "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": "Я прочитав та погоджуюсь із користувацькою угодою",
@@ -3973,6 +4070,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Редагувати політики документа", "item.edit.authorizations.title": "Редагувати політики документа",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
// TODO Source message changed - Revise the translation // TODO Source message changed - Revise the translation
"item.badge.private": "Приватне", "item.badge.private": "Приватне",
@@ -4768,21 +4869,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Опис", "item.page.description": "Опис",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Структурні одиниці", "item.page.org-units": "Структурні одиниці",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Дослідницькі проекти", "item.page.projects": "Дослідницькі проекти",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Публікації", "item.page.publications": "Публікації",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Публікації", "item.page.articles": "Публікації",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Видання", "item.page.journal": "Видання",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Випуск видання", "item.page.journal-issue": "Випуск видання",
@@ -4917,6 +5038,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Анотація", "item.page.abstract": "Анотація",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Автори", "item.page.authors": "Автори",
@@ -5112,6 +5237,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO Source message changed - Revise the translation
"item.preview.dc.identifier.other": "Інший ідентифікатор:",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -6244,6 +6385,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Заархівовані", "mydspace.status.mydspaceArchived": "Заархівовані",
@@ -6351,6 +6496,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"nav.user.description": "User profile bar", "nav.user.description": "User profile bar",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
// TODO New key - Add a translation // TODO New key - Add a translation
"none.listelement.badge": "Item", "none.listelement.badge": "Item",
@@ -7044,6 +7193,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Оновити профіль", "profile.breadcrumbs": "Оновити профіль",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Ідентифікувати", "profile.card.identify": "Ідентифікувати",
@@ -7544,7 +7705,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Структурні одиниці", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Структурні одиниці",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Публікації", "relationships.Person.isPublicationOfContributor.Publication": "Публікації",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7574,10 +7736,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Публікації", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Публікації",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Дослідницькі проекти", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Дослідницькі проекти",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7975,6 +8139,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.label": "Search date published", "search.filters.filter.creativeDatePublished.label": "Search date published",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Редактор", "search.filters.filter.creativeWorkEditor.head": "Редактор",
@@ -8166,6 +8338,14 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.label": "Search date founded", "search.filters.filter.organizationFoundingDate.label": "Search date founded",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Область застосування", "search.filters.filter.scope.head": "Область застосування",
@@ -9061,6 +9241,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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.JournalIssue": "Локальні випуски видань ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Локальні томи видань ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Локальні томи видань ({{ count }})",
@@ -9119,6 +9303,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Пошук фінансових агентств", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Пошук фінансових агентств",
@@ -9156,6 +9360,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
@@ -9173,6 +9381,10 @@
// "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.JournalIssue": "Випуски видання",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Томи видання", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Томи видання",
@@ -9238,6 +9450,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "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.isJournalOfPublication": "Вибрані видання",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "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.isJournalVolumeOfPublication": "Вибрані томи видання",
@@ -9337,6 +9553,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
@@ -10002,6 +10238,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -12627,9 +12867,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -12787,5 +13027,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -1,5 +1,4 @@
{ {
// "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": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Bạn không có quyền truy cập trang này. Bạn có thể sử dụng nút chức năng phía dưới để quay lại trang chủ.", "401.help": "Bạn không có quyền truy cập trang này. Bạn có thể sử dụng nút chức năng phía dưới để quay lại trang chủ.",
@@ -51,6 +50,10 @@
// "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": "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": "Đã xảy ra lỗi khi đăng nhập qua 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": "Đã xảy ra lỗi khi đăng nhập qua ORCID. Make sure you have shared your ORCID account email address with DSpace. If the error persists contact the administrator",
// "listelement.badge.access-status": "Access status:",
// TODO New key - Add a translation
"listelement.badge.access-status": "Access status:",
// "access-status.embargo.listelement.badge": "Embargo", // "access-status.embargo.listelement.badge": "Embargo",
"access-status.embargo.listelement.badge": "Ngăn chặn", "access-status.embargo.listelement.badge": "Ngăn chặn",
@@ -1055,7 +1058,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.items.title": "Title", "admin.reports.items.title": "Title",
// "admin.reports.commons.filters": "Filters", // "admin.reports.commons.filters": "Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters": "Filters", "admin.reports.commons.filters": "Filters",
@@ -1096,7 +1098,6 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.matches_all": "Matches all specified filters", "admin.reports.commons.filters.matches_all": "Matches all specified filters",
// "admin.reports.commons.filters.property": "Item Property Filters", // "admin.reports.commons.filters.property": "Item Property Filters",
// TODO New key - Add a translation // TODO New key - Add a translation
"admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property": "Item Property Filters",
@@ -2671,12 +2672,28 @@
// "cookies.consent.content-modal.title": "Information that we collect", // "cookies.consent.content-modal.title": "Information that we collect",
"cookies.consent.content-modal.title": "Thông tin mà chúng tôi thu thập", "cookies.consent.content-modal.title": "Thông tin mà chúng tôi thu thập",
// "cookies.consent.app.title.accessibility": "Accessibility Settings",
// TODO New key - Add a translation
"cookies.consent.app.title.accessibility": "Accessibility Settings",
// "cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// TODO New key - Add a translation
"cookies.consent.app.description.accessibility": "Required for saving your accessibility settings locally",
// "cookies.consent.app.title.authentication": "Authentication", // "cookies.consent.app.title.authentication": "Authentication",
"cookies.consent.app.title.authentication": "Xác thực", "cookies.consent.app.title.authentication": "Xác thực",
// "cookies.consent.app.description.authentication": "Required for signing you in", // "cookies.consent.app.description.authentication": "Required for signing you in",
"cookies.consent.app.description.authentication": "Bắt buộc để đăng nhập", "cookies.consent.app.description.authentication": "Bắt buộc để đăng nhập",
// "cookies.consent.app.title.correlation-id": "Correlation ID",
// TODO New key - Add a translation
"cookies.consent.app.title.correlation-id": "Correlation ID",
// "cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// TODO New key - Add a translation
"cookies.consent.app.description.correlation-id": "Allow us to track your session in backend logs for support/debugging purposes",
// "cookies.consent.app.title.preferences": "Preferences", // "cookies.consent.app.title.preferences": "Preferences",
"cookies.consent.app.title.preferences": "Cài đặt cá nhân", "cookies.consent.app.title.preferences": "Cài đặt cá nhân",
@@ -3163,6 +3180,10 @@
// "footer.copyright": "copyright © 2002-{{ year }}", // "footer.copyright": "copyright © 2002-{{ year }}",
"footer.copyright": "bản quyền © 2002-{{ year }}", "footer.copyright": "bản quyền © 2002-{{ year }}",
// "footer.link.accessibility": "Accessibility settings",
// TODO New key - Add a translation
"footer.link.accessibility": "Accessibility settings",
// "footer.link.dspace": "DSpace software", // "footer.link.dspace": "DSpace software",
"footer.link.dspace": "Phần mềm thư viện số", "footer.link.dspace": "Phần mềm thư viện số",
@@ -3559,6 +3580,82 @@
// "home.top-level-communities.help": "Select a community to browse its collections.", // "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Chọn một đơn vị để xem các bộ sưu tập của nó.", "home.top-level-communities.help": "Chọn một đơn vị để xem các bộ sưu tập của nó.",
// "info.accessibility-settings.breadcrumbs": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.breadcrumbs": "Accessibility settings",
// "info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// TODO New key - Add a translation
"info.accessibility-settings.cookie-warning": "Saving the accessibility settings is currently not possible. Either log in to save the settings in user data, or accept the 'Accessibility Settings' cookie using the 'Cookie Settings' menu at the bottom of the page. Once the cookie has been accepted, you can reload the page to remove this message.",
// "info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.label": "Automatically close notifications after time out",
// "info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// TODO New key - Add a translation
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
// "info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.failed-notification": "Failed to save accessibility settings",
// "info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// TODO New key - Add a translation
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
// "info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
// "info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but provide announcements of notifications (or other actions) to screen readers.",
// "info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
// "info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
// "info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
// "info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// TODO New key - Add a translation
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
// "info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.cookie": "Successfully saved settings locally.",
// "info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// TODO New key - Add a translation
"info.accessibility-settings.save-notification.metadata": "Successfully saved settings on the user profile.",
// "info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-failed": "Failed to reset. Either log in or accept the 'Accessibility Settings' cookie.",
// "info.accessibility-settings.reset-notification": "Successfully reset settings.",
// TODO New key - Add a translation
"info.accessibility-settings.reset-notification": "Successfully reset settings.",
// "info.accessibility-settings.reset": "Reset accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.reset": "Reset accessibility settings",
// "info.accessibility-settings.submit": "Save accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.submit": "Save accessibility settings",
// "info.accessibility-settings.title": "Accessibility settings",
// TODO New key - Add a translation
"info.accessibility-settings.title": "Accessibility settings",
// "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement", // "info.end-user-agreement.accept": "I have read and I agree to the End User Agreement",
"info.end-user-agreement.accept": "Tôi đã đọc và đồng ý với Thỏa thuận bạn đọc", "info.end-user-agreement.accept": "Tôi đã đọc và đồng ý với Thỏa thuận bạn đọc",
@@ -3664,6 +3761,10 @@
// "item.edit.authorizations.title": "Edit item's Policies", // "item.edit.authorizations.title": "Edit item's Policies",
"item.edit.authorizations.title": "Chỉnh sửa chính sách phân quyền của tài liệu", "item.edit.authorizations.title": "Chỉnh sửa chính sách phân quyền của tài liệu",
// "item.badge.status": "Item status:",
// TODO New key - Add a translation
"item.badge.status": "Item status:",
// "item.badge.private": "Non-discoverable", // "item.badge.private": "Non-discoverable",
"item.badge.private": "Cá nhân", "item.badge.private": "Cá nhân",
@@ -4439,21 +4540,41 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Mô tả", "item.page.description": "Mô tả",
// "item.page.org-unit": "Organizational Unit",
// TODO New key - Add a translation
"item.page.org-unit": "Organizational Unit",
// "item.page.org-units": "Organizational Units", // "item.page.org-units": "Organizational Units",
"item.page.org-units": "Đơn vị tổ chức", "item.page.org-units": "Đơn vị tổ chức",
// "item.page.project": "Research Project",
// TODO New key - Add a translation
"item.page.project": "Research Project",
// "item.page.projects": "Research Projects", // "item.page.projects": "Research Projects",
"item.page.projects": "Dự án nghiên cứu", "item.page.projects": "Dự án nghiên cứu",
// "item.page.publication": "Publications",
// TODO New key - Add a translation
"item.page.publication": "Publications",
// "item.page.publications": "Publications", // "item.page.publications": "Publications",
"item.page.publications": "Ấn phẩm", "item.page.publications": "Ấn phẩm",
// "item.page.article": "Article",
// TODO New key - Add a translation
"item.page.article": "Article",
// "item.page.articles": "Articles", // "item.page.articles": "Articles",
"item.page.articles": "Bài báo", "item.page.articles": "Bài báo",
// "item.page.journal": "Journal", // "item.page.journal": "Journal",
"item.page.journal": "Tạp chí", "item.page.journal": "Tạp chí",
// "item.page.journals": "Journals",
// TODO New key - Add a translation
"item.page.journals": "Journals",
// "item.page.journal-issue": "Journal Issue", // "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Số kỳ của tạp chí", "item.page.journal-issue": "Số kỳ của tạp chí",
@@ -4585,6 +4706,10 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Tóm tắt", "item.page.abstract": "Tóm tắt",
// "item.page.author": "Author",
// TODO New key - Add a translation
"item.page.author": "Author",
// "item.page.authors": "Authors", // "item.page.authors": "Authors",
"item.page.authors": "Tác giả", "item.page.authors": "Tác giả",
@@ -4779,6 +4904,22 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.preview.oaire.citation.endPage": "Citation end page", "item.preview.oaire.citation.endPage": "Citation end page",
// "item.preview.dc.relation.hasversion": "Has version",
// TODO New key - Add a translation
"item.preview.dc.relation.hasversion": "Has version",
// "item.preview.dc.relation.ispartofseries": "Is part of series",
// TODO New key - Add a translation
"item.preview.dc.relation.ispartofseries": "Is part of series",
// "item.preview.dc.rights": "Rights",
// TODO New key - Add a translation
"item.preview.dc.rights": "Rights",
// "item.preview.dc.identifier.other": "Other Identifier",
// TODO New key - Add a translation
"item.preview.dc.identifier.other": "Other Identifier",
// "item.preview.dc.relation.issn": "ISSN", // "item.preview.dc.relation.issn": "ISSN",
"item.preview.dc.relation.issn": "ISSN", "item.preview.dc.relation.issn": "ISSN",
@@ -5829,6 +5970,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"mydspace.show.supervisedWorkspace": "Supervised items", "mydspace.show.supervisedWorkspace": "Supervised items",
// "mydspace.status": "My DSpace status:",
// TODO New key - Add a translation
"mydspace.status": "My DSpace status:",
// "mydspace.status.mydspaceArchived": "Archived", // "mydspace.status.mydspaceArchived": "Archived",
"mydspace.status.mydspaceArchived": "Đã lưu trữ", "mydspace.status.mydspaceArchived": "Đã lưu trữ",
@@ -5932,6 +6077,10 @@
// "nav.user.description": "User profile bar", // "nav.user.description": "User profile bar",
"nav.user.description": "Thanh hồ sơ người dùng", "nav.user.description": "Thanh hồ sơ người dùng",
// "listelement.badge.dso-type": "Item type:",
// TODO New key - Add a translation
"listelement.badge.dso-type": "Item type:",
// "none.listelement.badge": "Item", // "none.listelement.badge": "Item",
"none.listelement.badge": "Tài liệu", "none.listelement.badge": "Tài liệu",
@@ -6589,6 +6738,18 @@
// "profile.breadcrumbs": "Update Profile", // "profile.breadcrumbs": "Update Profile",
"profile.breadcrumbs": "Cập nhật hồ sơ", "profile.breadcrumbs": "Cập nhật hồ sơ",
// "profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// TODO New key - Add a translation
"profile.card.accessibility.content": "Accessibility settings can be configured on the accessibility settings page.",
// "profile.card.accessibility.header": "Accessibility",
// TODO New key - Add a translation
"profile.card.accessibility.header": "Accessibility",
// "profile.card.accessibility.link": "Go to Accessibility Settings Page",
// TODO New key - Add a translation
"profile.card.accessibility.link": "Go to Accessibility Settings Page",
// "profile.card.identify": "Identify", // "profile.card.identify": "Identify",
"profile.card.identify": "Hồ sơ định danh", "profile.card.identify": "Hồ sơ định danh",
@@ -7067,7 +7228,8 @@
// "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units", // "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Organizational Units",
"relationships.Person.isOrgUnitOfPerson.OrgUnit": "Đơn vị tổ chức", "relationships.Person.isOrgUnitOfPerson.OrgUnit": "Đơn vị tổ chức",
// "relationships.Person.isPublicationOfContributor.Publication": "Publications", // "relationships.Person.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.Person.isPublicationOfContributor.Publication": "Ấn phẩm", "relationships.Person.isPublicationOfContributor.Publication": "Ấn phẩm",
// "relationships.Project.isPublicationOfProject.Publication": "Publications", // "relationships.Project.isPublicationOfProject.Publication": "Publications",
@@ -7096,10 +7258,12 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications", "relationships.OrgUnit.isPublicationOfAuthor.Publication": "Authored Publications",
// "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications", // "relationships.OrgUnit.isPublicationOfContributor.Publication": "Publications (contributor to)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isPublicationOfContributor.Publication": "Ấn phẩm", "relationships.OrgUnit.isPublicationOfContributor.Publication": "Ấn phẩm",
// "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects", // "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Research Projects (funder of)",
// TODO Source message changed - Revise the translation
"relationships.OrgUnit.isProjectOfFundingAgency.Project": "Dự án nghiên cứu", "relationships.OrgUnit.isProjectOfFundingAgency.Project": "Dự án nghiên cứu",
// "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume", // "relationships.JournalIssue.isJournalVolumeOfIssue.JournalVolume": "Journal Volume",
@@ -7117,6 +7281,7 @@
// "relationships.Journal.isVolumeOfJournal.JournalVolume": "Journal Volume", // "relationships.Journal.isVolumeOfJournal.JournalVolume": "Journal Volume",
"relationships.Journal.isVolumeOfJournal.JournalVolume": "Số tập của tạp chí", "relationships.Journal.isVolumeOfJournal.JournalVolume": "Số tập của tạp chí",
// "repository.image.logo": "Repository logo",
"repository.image.logo": "Logo lưu trữ", "repository.image.logo": "Logo lưu trữ",
// "repository.title": "DSpace Repository", // "repository.title": "DSpace Repository",
@@ -7481,6 +7646,14 @@
// "search.filters.filter.creativeDatePublished.label": "Search date published", // "search.filters.filter.creativeDatePublished.label": "Search date published",
"search.filters.filter.creativeDatePublished.label": "Tìm kiếm ngày xuất bản", "search.filters.filter.creativeDatePublished.label": "Tìm kiếm ngày xuất bản",
// "search.filters.filter.creativeDatePublished.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.min.label": "Start",
// "search.filters.filter.creativeDatePublished.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.max.label": "End",
// "search.filters.filter.creativeWorkEditor.head": "Editor", // "search.filters.filter.creativeWorkEditor.head": "Editor",
"search.filters.filter.creativeWorkEditor.head": "Người biên tập", "search.filters.filter.creativeWorkEditor.head": "Người biên tập",
@@ -7653,6 +7826,14 @@
// "search.filters.filter.organizationFoundingDate.label": "Search date founded", // "search.filters.filter.organizationFoundingDate.label": "Search date founded",
"search.filters.filter.organizationFoundingDate.label": "Tìm kiếm ngày thành lập", "search.filters.filter.organizationFoundingDate.label": "Tìm kiếm ngày thành lập",
// "search.filters.filter.organizationFoundingDate.min.label": "Start",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.min.label": "Start",
// "search.filters.filter.organizationFoundingDate.max.label": "End",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.max.label": "End",
// "search.filters.filter.scope.head": "Scope", // "search.filters.filter.scope.head": "Scope",
"search.filters.filter.scope.head": "Phạm vi", "search.filters.filter.scope.head": "Phạm vi",
@@ -8495,6 +8676,10 @@
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ 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": "Số kỳ của tạp chsi nội bộ ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Số kỳ của tạp chsi nội bộ ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfIssue": "Local Journal Volumes ({{ 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": "Local Journal Volumes ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Số tập của tạp chí nội bộ ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isJournalVolumeOfPublication": "Số tập của tạp chí nội bộ ({{ count }})",
@@ -8551,6 +8736,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})", "submission.sections.describe.relationship-lookup.search-tab.tab-title.sherpaJournalIssn": "Sherpa Journals by ISSN ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPerson": "OpenAlex ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexInstitution": "OpenAlex Search by Institution ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexPublisher": "OpenAlex Search by Publisher ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.openalexFunder": "OpenAlex Search by Funder ({{ count }})",
// "submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ count }})",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.search-tab.tab-title.dataciteProject": "DataCite Search by Project ({{ 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": "Search for Funding Agencies",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Tìm kiếm cơ quan cấp vốn", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfPublication": "Tìm kiếm cơ quan cấp vốn",
@@ -8582,6 +8787,10 @@
// "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project", // "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Funder of the Project",
"submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Nhà tài trợ của dự án", "submission.sections.describe.relationship-lookup.title.isFundingAgencyOfProject": "Nhà tài trợ của dự án",
// "submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isPersonOfProject": "Person of the Project",
// "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...", // "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Search...",
"submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Tìm kiếm...", "submission.sections.describe.relationship-lookup.selection-tab.search-form.placeholder": "Tìm kiếm...",
@@ -8598,6 +8807,10 @@
// "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": "Số kỳ của tạp chí", "submission.sections.describe.relationship-lookup.title.JournalIssue": "Số kỳ của tạp chí",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfIssue": "Journal Volumes",
// "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes", // "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Journal Volumes",
"submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Số tập cảu tạp chí", "submission.sections.describe.relationship-lookup.title.isJournalVolumeOfPublication": "Số tập cảu tạp chí",
@@ -8663,6 +8876,10 @@
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Selected Journals",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Lựa chọn tạp chí", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalOfPublication": "Lựa chọn tạp chí",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfIssue": "Selected Journal Volume",
// "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume", // "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Selected Journal Volume",
"submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Lựa chọn số tập của tạp chí", "submission.sections.describe.relationship-lookup.selection-tab.title.isJournalVolumeOfPublication": "Lựa chọn số tập của tạp chí",
@@ -8757,6 +8974,26 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title.ror": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPerson": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexInstitution": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexPublisher": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.openalexFunder": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// TODO New key - Add a translation
"submission.sections.describe.relationship-lookup.selection-tab.title.dataciteProject": "Search Results",
// "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results",
"submission.sections.describe.relationship-lookup.selection-tab.title": "Kết quả tìm kiếm", "submission.sections.describe.relationship-lookup.selection-tab.title": "Kết quả tìm kiếm",
@@ -9352,6 +9589,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.tooltip": "Subscribe", "subscriptions.tooltip": "Subscribe",
// "subscriptions.unsubscribe": "Unsubscribe",
// TODO New key - Add a translation
"subscriptions.unsubscribe": "Unsubscribe",
// "subscriptions.modal.title": "Subscriptions", // "subscriptions.modal.title": "Subscriptions",
// TODO New key - Add a translation // TODO New key - Add a translation
"subscriptions.modal.title": "Subscriptions", "subscriptions.modal.title": "Subscriptions",
@@ -11824,9 +12065,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.header": "Confirmation email sent", "external-login.confirm-email-sent.header": "Confirmation email sent",
// "external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", // "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// TODO New key - Add a translation // TODO New key - Add a translation
"external-login.confirm-email-sent.info": " We have sent an emait to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.", "external-login.confirm-email-sent.info": " We have sent an email to the provided address to validate your input. <br> Please follow the instructions in the email to complete the login process.",
// "external-login.provide-email.header": "Provide email", // "external-login.provide-email.header": "Provide email",
// TODO New key - Add a translation // TODO New key - Add a translation
@@ -11984,5 +12225,13 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"embargo.listelement.badge": "Embargo until {{ date }}", "embargo.listelement.badge": "Embargo until {{ date }}",
// "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
// "file-download-link.request-copy": "Request a copy of ",
// TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ",
} }

View File

@@ -3,8 +3,8 @@
<div class="jumbotron py-4 px-2 py-sm-5 px-sm-0 mt-0 mb-4"> <div class="jumbotron py-4 px-2 py-sm-5 px-sm-0 mt-0 mb-4">
<div class="d-flex flex-wrap"> <div class="d-flex flex-wrap">
<div> <div>
<h1 class="display-2">DSpace 9</h1> <h1 class="display-2">DSpace Sandbox</h1>
<p><i class="fas fa-circle-info"></i> This site is running DSpace 9. For more information, see the <a href="https://wiki.lyrasis.org/display/DSDOC9x/Release+Notes" role="link" tabindex="0">DSpace 9 Release Notes</a>.</p> <p><i class="fas fa-circle-info"></i> This site is running unreleased code which will eventually become DSpace 10. For more information, see the <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+10.0+Status" role="link" tabindex="0">DSpace 10 Release Status</a>.</p>
<p class="lead">DSpace is the world leading open source repository platform that enables <p class="lead">DSpace is the world leading open source repository platform that enables
organisations to:</p> organisations to:</p>
</div> </div>