refactoring comcol forms

This commit is contained in:
lotte
2018-12-23 00:07:24 +01:00
committed by Thuur Van de Velde
parent d37a2e051d
commit a35dffbe95
16 changed files with 420 additions and 240 deletions

View File

@@ -14,20 +14,23 @@
}
}
},
"edit": {
"name": "Name",
"description": "Short Description",
"introductory": "Introductory text (HTML)",
"copyright": "Copyright text (HTML)",
"news": "News (HTML)",
"form": {
"title": "Name",
"description": "Introductory text (HTML)",
"abstract": "Short Description",
"rights": "Copyright text (HTML)",
"tableofcontents": "News (HTML)",
"license": "License",
"provenance": "Provenance",
"submit": "Submit",
"cancel": "Cancel",
"required": {
"name": "Please enter a collection name"
"errors": {
"title": {
"required": "Please enter a collection name"
}
}
},
"edit": {
"head": "Edit Collection"
},
"create": {
"head": "Create a Collection",
"sub-head": "Create a Collection for Community {{ parent }}"
@@ -57,7 +60,7 @@
}
},
"edit": {
"head": "Edit collection"
"head": "Edit Community"
},
"create": {
"head": "Create a Community",