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

37 lines
807 B
JSON
Raw Normal View History

2017-12-14 11:41:26 +01:00
{
"NAV-BAR": {
"TITLE": "DMPS"
2017-12-14 18:13:28 +01:00
},
"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"
}
2017-12-14 11:41:26 +01:00
}
}