|
181 | 181 | "majorVersion": "Major Release", |
182 | 182 | "updateCurrentVersion": "Update Current Version (will permanently overwrite the latest published version)", |
183 | 183 | "error": "An error occurred while publishing the dataset." |
| 184 | + }, |
| 185 | + "deaccession": { |
| 186 | + "warning": "This dataset will no longer be public and a tombstone will display the reason for deaccessioning. Please read the <anchor>documentation</anchor> if you have any questions.", |
| 187 | + "version": { |
| 188 | + "label": "Which version(s) do you want to deaccession?", |
| 189 | + "validation": "Please select at least one version to deaccession." |
| 190 | + }, |
| 191 | + "reason": { |
| 192 | + "label": "What is the reason for Deaccession?", |
| 193 | + "validation": "Please select a reason for deaccessioning this dataset.", |
| 194 | + "options": { |
| 195 | + "identifiable": "There is identifiable data in one or more files.", |
| 196 | + "retracted": "The research article has been retracted.", |
| 197 | + "transferred": "The dataset has been transferred to another repository.", |
| 198 | + "irb": "IRB request.", |
| 199 | + "legalIssue": "Legal issue or Data Usage Agreement.", |
| 200 | + "invalid": "Not a valid dataset." |
| 201 | + } |
| 202 | + }, |
| 203 | + "reasonOther": { |
| 204 | + "label": "Please enter additional information about the reason for deaccession." |
| 205 | + }, |
| 206 | + "forwardUrl": { |
| 207 | + "label": "If applicable, please provide the URL where this dataset can be accessed after deaccessioning.", |
| 208 | + "validation": "Please enter a valid URL." |
| 209 | + } |
| 210 | + }, |
| 211 | + "confirmDeaccession": { |
| 212 | + "title": "Confirm Deaccession", |
| 213 | + "message": "Are you sure you want to deaccession? This is permanent and the selected version(s) will no longer be viewable by the public.", |
| 214 | + "reason": "Reason for deaccessioning:", |
| 215 | + "reasonOther": "Additional information about the reason for deaccession:", |
| 216 | + "forwardUrl": "URL where this dataset can be accessed after deaccessioning:", |
| 217 | + "cancelButton": "Cancel", |
| 218 | + "deaccessionButton": "Deaccession" |
184 | 219 | } |
185 | 220 | } |
0 commit comments