-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: edit/create collection form reusable
- Loading branch information
Showing
39 changed files
with
676 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,4 @@ | ||
{ | ||
"pageTitle": "Create Collection", | ||
"fields": { | ||
"hostCollection": { | ||
"label": "Host Collection", | ||
"description": "The collection which contains this data.", | ||
"required": "Host Collection is required" | ||
}, | ||
"name": { | ||
"label": "Collection Name", | ||
"description": "The project, department, university, professor, or journal this collection will contain data for.", | ||
"required": "Collection Name is required" | ||
}, | ||
"affiliation": { | ||
"label": "Affiliation", | ||
"description": "The organization with which this collection is affiliated." | ||
}, | ||
"alias": { | ||
"label": "Identifier", | ||
"description": "Short name used for the URL of this collection.", | ||
"required": "Identifier is required", | ||
"invalid": { | ||
"format": "Identifier is not valid. Valid characters are a-Z, 0-9, '_', and '-'.", | ||
"maxLength": "Identifier must be at most {{maxLength}} characters." | ||
}, | ||
"suggestion": "Psst... try this" | ||
}, | ||
"storage": { | ||
"label": "Storage", | ||
"description": "A storage service to be used for datasets in this collection." | ||
}, | ||
"type": { | ||
"label": "Category", | ||
"description": "The type that most closely reflects this collection.", | ||
"required": "Category is required" | ||
}, | ||
"description": { | ||
"label": "Description", | ||
"description": "A summary describing the purpose, nature or scope of this collection.", | ||
"subLabel": "This field supports only certain <htmlTooltip>HTML tags</htmlTooltip>.", | ||
"htmlAllowedTags": "<a>, <b>, <blockquote>, <br>, <code>, <del>, <dd>, <dl>, <dt>, <em>, <hr>, <h1>-<h3>, <i>, <img>, <kbd>, <li>, <ol>, <p>, <pre>, <s>, <sup>, <sub>, <strong>, <strike>, <u>, <ul>" | ||
}, | ||
"contacts": { | ||
"label": "Email", | ||
"description": "The email address(es) of the contact(s) for the collection.", | ||
"required": "Email is required", | ||
"invalid": "Email is not a valid email" | ||
}, | ||
"metadataFields": { | ||
"sectionLabel": "Metadata Fields", | ||
"helperText": "Choose the metadata fields to use in dataset templates and when adding a dataset to this collection.", | ||
"useMetadataFieldsFrom": "Use metadata fields from", | ||
"inputLevelsTable": { | ||
"hideTableAriaLabel": "Hide input levels table", | ||
"requiredByDataverse": "Required by Dataverse", | ||
"hidden": "Hidden", | ||
"optional": "Optional", | ||
"required": "Required", | ||
"conditionallyRequired": "Conditionally Required" | ||
} | ||
}, | ||
"browseSearchFacets": { | ||
"label": "Browse/Search Facets", | ||
"helperText": "Choose and order the metadata fields to use as facets when browsing this collection.", | ||
"useBrowseSearchFacetsFrom": "Use browse/search facets from", | ||
"selectedFacets": "Selected" | ||
} | ||
}, | ||
"confirmResetModal": { | ||
"title": "Reset Modifications", | ||
"warning": "Are you sure you want to reset the selected metadata fields? If you do this, any customizations (hidden, required, optional) you have done will no longer appear.", | ||
"continue": "Continue", | ||
"cancel": "Cancel" | ||
}, | ||
"submitStatus": { | ||
"success": "Collection created successfully." | ||
}, | ||
"formButtons": { | ||
"save": "Create Collection", | ||
"cancel": "Cancel" | ||
}, | ||
"notAllowedToCreateCollection": "You do not have permissions to create a collection within this collection." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"pageTitle": "Edit Collection General Information", | ||
"pageTitle": "Edit Collection", | ||
"notAllowedToEditCollection": "You do not have permissions to edit a collection within this collection." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.