mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-18016] Add i18n labels
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h1 class="border-bottom pb-2">{{'quality-assurance.title'| translate}}</h1>
|
||||
<ds-alert [type]="'alert-info'" [content]="'quality-assurance.source.description'"></ds-alert>
|
||||
<h1 class="border-bottom pb-2">{{'publication-claim.title'| translate}}</h1>
|
||||
<ds-alert [type]="'alert-info'" [content]="'publication-claim.source.description'"></ds-alert>
|
||||
</div>
|
||||
</div>
|
||||
<ds-source-list [loading]="loading$ | async"
|
||||
|
@@ -3556,6 +3556,10 @@
|
||||
|
||||
"none.listelement.badge": "Item",
|
||||
|
||||
"publication-claim.title": "Publication claim",
|
||||
|
||||
"publication-claim.source.description": "Below you can see all the sources.",
|
||||
|
||||
"quality-assurance.title": "Quality Assurance",
|
||||
|
||||
"quality-assurance.topics.description": "Below you can see all the topics received from the subscriptions to {{source}}.",
|
||||
|
Reference in New Issue
Block a user