From 9a695fedc7bb6992858cce5f2768ce2c9d08f902 Mon Sep 17 00:00:00 2001 From: Sufiyan Shaikh Date: Wed, 23 Nov 2022 20:33:11 +0530 Subject: [PATCH] [CST-7693] Missing Translations added --- .../create-community-parent-selector.component.html | 2 +- .../scope-selector-modal.component.html | 2 +- src/assets/i18n/en.json5 | 10 ++++++++++ .../create-community-parent-selector.component.html | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html b/src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html index 84fdd34c01..4a22672988 100644 --- a/src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html +++ b/src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html @@ -9,7 +9,7 @@


- or + {{'dso-selector.create.community.or-divider' | translate}}

diff --git a/src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.html b/src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.html index bf5c15e963..e7165a9213 100644 --- a/src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.html +++ b/src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.html @@ -9,7 +9,7 @@


- or + {{'dso-selector.' + action + '.' + objectType.toString().toLowerCase() + '.or-divider' | translate}}

diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index a806588701..bf4b193ba1 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -1320,6 +1320,8 @@ "curation-task.task.vscan.label": "Virus Scan", + "curation-task.task.registerdoi.label": "Register DOI", + "curation.form.task-select.label": "Task:", @@ -1366,6 +1368,8 @@ "dso-selector.create.community.head": "New community", + "dso-selector.create.community.or-divider": "or", + "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.top-level": "Create a new top-level community", @@ -1400,6 +1404,8 @@ "dso-selector.set-scope.community.button": "Search all of DSpace", + "dso-selector.set-scope.community.or-divider": "or", + "dso-selector.set-scope.community.input-header": "Search for a community or collection", "dso-selector.claim.item.head": "Profile tips", @@ -4037,6 +4043,8 @@ "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project", + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor": "Publication of the Author", + "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API", "submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Project", @@ -4081,6 +4089,8 @@ "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", + "submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor": "Publication", + "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", "submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings", diff --git a/src/themes/custom/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html b/src/themes/custom/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html index 84fdd34c01..4a22672988 100644 --- a/src/themes/custom/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html +++ b/src/themes/custom/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html @@ -9,7 +9,7 @@


- or + {{'dso-selector.create.community.or-divider' | translate}}