mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #1977 from 4Science/CST-7693
[CST-7693] Missing Translations added
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<h3 class="position-relative py-1 my-3 font-weight-normal">
|
||||
<hr>
|
||||
<div id="create-community-or-separator" class="text-center position-absolute w-100">
|
||||
<span class="px-4 bg-white">or</span>
|
||||
<span class="px-4 bg-white">{{'dso-selector.create.community.or-divider' | translate}}</span>
|
||||
</div>
|
||||
</h3>
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<h3 class="position-relative py-1 my-3 font-weight-normal">
|
||||
<hr>
|
||||
<div id="create-community-or-separator" class="text-center position-absolute w-100">
|
||||
<span class="px-4 bg-white">or</span>
|
||||
<span class="px-4 bg-white">{{'dso-selector.' + action + '.' + objectType.toString().toLowerCase() + '.or-divider' | translate}}</span>
|
||||
</div>
|
||||
</h3>
|
||||
|
||||
|
@@ -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",
|
||||
@@ -4039,6 +4045,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",
|
||||
@@ -4083,6 +4091,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",
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<h3 class="position-relative py-1 my-3 font-weight-normal">
|
||||
<hr>
|
||||
<div id="create-community-or-separator" class="text-center position-absolute w-100">
|
||||
<span class="px-4 bg-white">or</span>
|
||||
<span class="px-4 bg-white">{{'dso-selector.create.community.or-divider' | translate}}</span>
|
||||
</div>
|
||||
</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user