diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html index 24af79839..ac52140c2 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html @@ -87,7 +87,7 @@

{{'DASHBOARD.DATA-MANAGEMENT-PLANS' | translate}}

-

{{ dashboardStatisticsData?.totalDataManagementPlanCount }} Public Dmps

+

{{ dashboardStatisticsData?.totalDataManagementPlanCount }} {{'HOME.DMPS' | translate}}

{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate }}

@@ -101,7 +101,7 @@

DATASETS

-

{{ dashboardStatisticsData?.totalDataSetCount }} Public Datasets

+

{{ dashboardStatisticsData?.totalDataSetCount }} {{'HOME.DATASETS' | translate}}

{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate }}

diff --git a/dmp-frontend/src/app/ui/dashboard/dataset-info-counter/dataset-info-counter.component.html b/dmp-frontend/src/app/ui/dashboard/dataset-info-counter/dataset-info-counter.component.html index ee47679b1..a8b41cd0f 100644 --- a/dmp-frontend/src/app/ui/dashboard/dataset-info-counter/dataset-info-counter.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dataset-info-counter/dataset-info-counter.component.html @@ -25,7 +25,7 @@
-

Published {{dataset.created | date: "shortDate"}}

+

{{'DATASET-LISTING.PUBLISHED' | translate}} {{dataset.created | date: "shortDate"}}

diff --git a/dmp-frontend/src/app/ui/dashboard/dmp-info-counter/dmp-info-counter.component.html b/dmp-frontend/src/app/ui/dashboard/dmp-info-counter/dmp-info-counter.component.html index 0e9105067..f9d129690 100644 --- a/dmp-frontend/src/app/ui/dashboard/dmp-info-counter/dmp-info-counter.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dmp-info-counter/dmp-info-counter.component.html @@ -26,7 +26,7 @@
-

Published {{dmp.creationTime | date: "shortDate"}}

+

{{'DMP-PROFILE-LISTING.COLUMNS.PUBLISHED' | translate}} {{dmp.creationTime | date: "shortDate"}}

diff --git a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html index 383ee3ccb..5edd1257e 100644 --- a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html +++ b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html @@ -101,7 +101,7 @@
-
Researchers
+
{{'DMP-OVERVIEW.RESEARCHERS' | translate}}
{{ researcher.name }}
diff --git a/dmp-frontend/src/app/ui/explore-dmp/explore-dmp-listing.component.html b/dmp-frontend/src/app/ui/explore-dmp/explore-dmp-listing.component.html index 63b9b264c..1521e89d3 100644 --- a/dmp-frontend/src/app/ui/explore-dmp/explore-dmp-listing.component.html +++ b/dmp-frontend/src/app/ui/explore-dmp/explore-dmp-listing.component.html @@ -1,7 +1,7 @@
-

Welcome to OpenDMP

-

Lorem ipsum dolor sit amet concectetum lorem ipsum

+

{{ 'ABOUT.WELCOME' | translate }}

+

{{ 'ABOUT.WELCOME-MESSAGE' | translate }}

diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index d510514d4..36f683fb9 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -49,6 +49,10 @@ "LOG-IN": "Log in" } }, + "HOME": { + "DMPS": "Dmps", + "DATASETS": "Datasets" + }, "NAV-BAR": { "BREADCRUMB-ROOT": "Dashboard", "TITLE": "OpenDMP", @@ -57,6 +61,7 @@ "DMP": "Dmp", "DMPS": "DMPs", "MY-DMPS": "MY DMPs", + "MY-PUBLIC-DMPS": "My Public DMPs", "DATASETS": "Datasets", "DATASET": "Dataset", "PUBLIC-DATASETS": "Explore OpenDMP", @@ -268,7 +273,10 @@ } }, "DMP-PUBLIC-LISTING": { - "TITLE": "Published Dataset Managment Plans" + "TITLE": "Published Dataset Managment Plans", + "OWNER": "Owner", + "MEMBER": "Member", + "VIEW-ONLY": "View Only" }, "DMP-UPLOAD": { "TITLE": "Import Data Managment Plan", @@ -329,6 +337,9 @@ "ERROR-MESSAGE": "Selected DMP does not contain this Dataset Profile" } }, + "DMP-OVERVIEW": { + "RESEARCHERS": "Researchers" + }, "DATASET-LISTING": { "TITLE": "Datasets", "COLUMNS": { @@ -644,6 +655,7 @@ }, "EXTERNAL-DATASET-TYPE": { "SOURCE": "Source", + "SOURCES": "Sources", "OUTPUT": "Output" }, "DMP": {