argos/dmp-frontend/src/assets/lang/en.json

37 lines
807 B
JSON

{
"NAV-BAR": {
"TITLE": "DMPS"
},
"PROJECT-LISTING": {
"TITLE": "Projects",
"COLUMNS": {
"NAME": "Name",
"ABBREVIATION": "Abbreviation",
"START": "Start",
"END": "End",
"ACTIONS": "Actions"
}
},
"DMP-LISTING": {
"TITLE": "Data Management Plans",
"COLUMNS": {
"NAME": "Name",
"ABBREVIATION": "Abbreviation",
"START": "Start",
"END": "End",
"ACTIONS": "Actions"
}
},
"PROJECT-EDITOR": {
"TITLE": {
"NEW": "New Project",
"EDIT": "Edit"
}
},
"CRITERIA": {
"FORMS": {
"PERIOD-FROM": "Start",
"PERIOD-TO": "End"
}
}
}