New Dmp Title without (Expert)
This commit is contained in:
parent
74099ecabc
commit
680d592c0c
|
@ -77,7 +77,7 @@ const routes: Routes = [
|
|||
canActivate: [AuthGuard],
|
||||
data: {
|
||||
breadcrumbs: 'new',
|
||||
title: 'GENERAL.TITLES.PLANS-NEW'
|
||||
title: 'GENERAL.TITLES.DMP-NEW'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
"EXPLORE-PLANS": "Veröffentlichte DMPs",
|
||||
"QUICK-WIZARD": "Neuer DMP (Assistent)",
|
||||
"PLANS-NEW": "Neuer DMP (Experte)",
|
||||
"DMP-NEW": "Neuer DMP",
|
||||
"DATASETS": "Meine Datensatzbeschreibungen",
|
||||
"EXPLORE": "Veröffentlichte Datensatzbeschreibungen",
|
||||
"DATASETCREATEWIZARD": "Datensatzbeschreibung hinzufügen (Assistent)",
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
"EXPLORE-PLANS": "Published DMPs",
|
||||
"QUICK-WIZARD": "New DMP (Wizard)",
|
||||
"PLANS-NEW": "New DMP (Expert)",
|
||||
"DMP-NEW": "New DMP",
|
||||
"DATASETS": "My Dataset Descriptions",
|
||||
"EXPLORE": "Published Dataset Descriptions",
|
||||
"DATASETCREATEWIZARD": "Add Dataset Description (Wizard)",
|
||||
|
@ -1257,7 +1258,7 @@
|
|||
"TITLE": "What is ARGOS?",
|
||||
"DMP-QUESTION": "What is a DMP in ARGOS?",
|
||||
"INFO-TEXT": "ARGOS is an open extensible service that simplifies the management, validation, monitoring and maintenance and of Data Management Plans. It allows actors (researchers, managers, supervisors etc) to create actionable DMPs that may be freely exchanged among infrastructures for carrying out specific aspects of the Data management process in accordance with the intentions and commitment of Data owners.",
|
||||
"INFO-DMP-TEXT": "A Data Management Plan (DMP) is a living document describing the datasets that are generated and/ or re-used during and after a research lifetime. DMPs aim to provide researchers with essential information to re-produce,re-distribute and re-purpose research results thus assuring for their validity and exploitation.",
|
||||
"INFO-DMP-TEXT": "A Data Management Plan (DMP) is a living document describing the datasets that are generated and/ or re-used during and after a research lifetime. DMPs aim to provide researchers with essential information to re-produce, re-distribute and re-purpose research results thus assuring for their validity and exploitation.",
|
||||
"NEW-QUESTION": "New with DMPs? Visit",
|
||||
"START-YOUR-FIRST-DMP": "Start your first DMP",
|
||||
"OPEN-AIR-GUIDE": "OpenAIRE’s Guide for Researchers",
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
"EXPLORE-PLANS": "PGDs Publicados",
|
||||
"QUICK-WIZARD": "(Asistente) Nuevo PGD",
|
||||
"PLANS-NEW": "Nuevo PGD (Experto)",
|
||||
"DMP-NEW": "Nuevo PGD",
|
||||
"DATASETS": "Mis descripciones del dataset",
|
||||
"EXPLORE": "Descripciones del dataset publicadas",
|
||||
"DATASETCREATEWIZARD": "Añadir una descripción del dataset (Asistente)",
|
||||
|
|
|
@ -98,6 +98,7 @@
|
|||
"EXPLORE-PLANS": "Δημοσιευμένα Σχέδια Διαχείρισης Δεδομένων",
|
||||
"QUICK-WIZARD": "Νέο Σχέδιο Διαχείρισης Δεδομένων (Wizard)",
|
||||
"PLANS-NEW": "Νέο Σχέδιο Διαχείρισης Δεδομένων (Expert)",
|
||||
"DMP-NEW": "Νέο Σχέδιο Διαχείρισης Δεδομένων",
|
||||
"DATASETS": "Οι Περιγραφές Συνόλων Δεδομένων Μου",
|
||||
"EXPLORE": "Δημοσιευμένες Περιγραφές Συνόλων Δεδομένων",
|
||||
"DATASETCREATEWIZARD": "Προσθήκη Περιγραφής Συνόλου Δεδομένων (Wizard)",
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
"EXPLORE-PLANS": "Yayınlanmış VYP'ları",
|
||||
"QUICK-WIZARD": "Yeni VYP (Sihirbaz)",
|
||||
"PLANS-NEW": "Yeni VYP (Uzman)",
|
||||
"DMP-NEW": "Yeni VYP",
|
||||
"DATASETS": "Veri Seti Tanımlamalarım",
|
||||
"EXPLORE": "Yayınlanmış Veri Seti Tanımları",
|
||||
"DATASETCREATEWIZARD": "Veri Seti Tanımı Ekle (Sihirbaz)",
|
||||
|
|
Loading…
Reference in New Issue