mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
refactoring comcol forms
This commit is contained in:

committed by
Thuur Van de Velde

parent
d37a2e051d
commit
a35dffbe95
@@ -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",
|
||||
|
Reference in New Issue
Block a user