mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
add header translations
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
<a ngbNavLink>{{'admin-notify-dashboard.logs' | translate}}</a>
|
<a ngbNavLink>{{'admin-notify-dashboard.logs' | translate}}</a>
|
||||||
<ng-template ngbNavContent>
|
<ng-template ngbNavContent>
|
||||||
<div id="logs">
|
<div id="logs">
|
||||||
|
<div class="col-12 text-left h4 my-4">{{'admin.notify.dashboard.inbound' | translate}}</div>
|
||||||
<ds-admin-notify-incoming></ds-admin-notify-incoming>
|
<ds-admin-notify-incoming></ds-admin-notify-incoming>
|
||||||
|
<div class="col-12 text-left h4 my-4">{{'admin.notify.dashboard.outbound' | translate}}</div>
|
||||||
<ds-admin-notify-outgoing></ds-admin-notify-outgoing>
|
<ds-admin-notify-outgoing></ds-admin-notify-outgoing>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
@@ -3471,6 +3471,12 @@
|
|||||||
|
|
||||||
"admin.notify.dashboard.breadcrumbs": "Dashboard",
|
"admin.notify.dashboard.breadcrumbs": "Dashboard",
|
||||||
|
|
||||||
|
"admin.notify.dashboard.inbound": "Inbound messages",
|
||||||
|
|
||||||
|
"admin.notify.dashboard.outbound": "Outbound messages",
|
||||||
|
|
||||||
|
"admin.notify.dashboard.breadcrumbs": "Dashboard",
|
||||||
|
|
||||||
"NOTIFY.incoming.search.results.head": "Incoming",
|
"NOTIFY.incoming.search.results.head": "Incoming",
|
||||||
|
|
||||||
"search.filters.filter.relateditem.head": "Related item",
|
"search.filters.filter.relateditem.head": "Related item",
|
||||||
@@ -3487,6 +3493,38 @@
|
|||||||
|
|
||||||
"search.filters.filter.notification_type.head": "Notification type",
|
"search.filters.filter.notification_type.head": "Notification type",
|
||||||
|
|
||||||
|
"search.filters.filter.relateditem.label": "Search related items",
|
||||||
|
|
||||||
|
"search.filters.filter.queue_status.label": "Search queue status",
|
||||||
|
|
||||||
|
"search.filters.filter.target.label": "Search target",
|
||||||
|
|
||||||
|
"search.filters.filter.activity_stream_type.label": "Search activity stream type",
|
||||||
|
|
||||||
|
"search.filters.filter.coar_notify_type.label": "Search COAR notify type",
|
||||||
|
|
||||||
|
"search.filters.filter.notification_type.label": "Search notification type",
|
||||||
|
|
||||||
|
"search.filters.filter.relateditem.placeholder": "Related items",
|
||||||
|
|
||||||
|
"search.filters.filter.target.placeholder": "Target",
|
||||||
|
|
||||||
|
"search.filters.filter.queue_status.placeholder": "Queue status",
|
||||||
|
|
||||||
|
"search.filters.filter.activity_stream_type.placeholder": "Activity stream type",
|
||||||
|
|
||||||
|
"search.filters.filter.coar_notify_type.placeholder": "COAR notify type",
|
||||||
|
|
||||||
|
"search.filters.filter.notification_type.placeholder": "Notification type",
|
||||||
|
|
||||||
|
"sorting.queue_last_start_time.DESC": "Last started queue Descending",
|
||||||
|
|
||||||
|
"sorting.queue_last_start_time.ASC": "Last started queue Ascending",
|
||||||
|
|
||||||
|
"sorting.queue_attempts.DESC": "Queue attempted Descending",
|
||||||
|
|
||||||
|
"sorting.queue_attempts.ASC": "Queue attempted Ascending",
|
||||||
|
|
||||||
"orgunit.listelement.badge": "Organizational Unit",
|
"orgunit.listelement.badge": "Organizational Unit",
|
||||||
|
|
||||||
"orgunit.listelement.no-title": "Untitled",
|
"orgunit.listelement.no-title": "Untitled",
|
||||||
|
Reference in New Issue
Block a user