Skip to content

Commit 2327901

Browse files
authored
Merge pull request DSpace#1977 from 4Science/CST-7693
[CST-7693] Missing Translations added
2 parents cc80da9 + 9a695fe commit 2327901

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h3 class="position-relative py-1 my-3 font-weight-normal">
1010
<hr>
1111
<div id="create-community-or-separator" class="text-center position-absolute w-100">
12-
<span class="px-4 bg-white">or</span>
12+
<span class="px-4 bg-white">{{'dso-selector.create.community.or-divider' | translate}}</span>
1313
</div>
1414
</h3>
1515

src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h3 class="position-relative py-1 my-3 font-weight-normal">
1010
<hr>
1111
<div id="create-community-or-separator" class="text-center position-absolute w-100">
12-
<span class="px-4 bg-white">or</span>
12+
<span class="px-4 bg-white">{{'dso-selector.' + action + '.' + objectType.toString().toLowerCase() + '.or-divider' | translate}}</span>
1313
</div>
1414
</h3>
1515

src/assets/i18n/en.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,8 @@
13201320

13211321
"curation-task.task.vscan.label": "Virus Scan",
13221322

1323+
"curation-task.task.registerdoi.label": "Register DOI",
1324+
13231325

13241326

13251327
"curation.form.task-select.label": "Task:",
@@ -1366,6 +1368,8 @@
13661368

13671369
"dso-selector.create.community.head": "New community",
13681370

1371+
"dso-selector.create.community.or-divider": "or",
1372+
13691373
"dso-selector.create.community.sub-level": "Create a new community in",
13701374

13711375
"dso-selector.create.community.top-level": "Create a new top-level community",
@@ -1400,6 +1404,8 @@
14001404

14011405
"dso-selector.set-scope.community.button": "Search all of DSpace",
14021406

1407+
"dso-selector.set-scope.community.or-divider": "or",
1408+
14031409
"dso-selector.set-scope.community.input-header": "Search for a community or collection",
14041410

14051411
"dso-selector.claim.item.head": "Profile tips",
@@ -4039,6 +4045,8 @@
40394045

40404046
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project",
40414047

4048+
"submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor": "Publication of the Author",
4049+
40424050
"submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API",
40434051

40444052
"submission.sections.describe.relationship-lookup.selection-tab.title.isProjectOfPublication": "Project",
@@ -4083,6 +4091,8 @@
40834091

40844092
"submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit",
40854093

4094+
"submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor": "Publication",
4095+
40864096
"submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown",
40874097

40884098
"submission.sections.describe.relationship-lookup.selection-tab.settings": "Settings",

src/themes/custom/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h3 class="position-relative py-1 my-3 font-weight-normal">
1010
<hr>
1111
<div id="create-community-or-separator" class="text-center position-absolute w-100">
12-
<span class="px-4 bg-white">or</span>
12+
<span class="px-4 bg-white">{{'dso-selector.create.community.or-divider' | translate}}</span>
1313
</div>
1414
</h3>
1515

0 commit comments

Comments
 (0)