|
1 | 1 | { |
| 2 | + "collection": "Collection", |
| 3 | + "dataset": "Dataset", |
| 4 | + "file": "File", |
| 5 | + "page": "Page", |
2 | 6 | "asterisksIndicateRequiredFields": "Asterisks indicate required fields", |
3 | 7 | "remove": "Remove", |
4 | 8 | "add": "Add", |
|
20 | 24 | "heading": "Page Number Not Found", |
21 | 25 | "message": "The page number you requested does not exist. Please try a different page number." |
22 | 26 | }, |
23 | | - "pageNotFound": { |
24 | | - "heading": "Page Not Found", |
25 | | - "message": "The page you are looking for was not found." |
26 | | - }, |
27 | 27 | "pagination": { |
28 | 28 | "results_one": "1 {{item}}", |
29 | 29 | "results_other": "{{start}} to {{end}} of {{formattedCount}} {{item}}s", |
|
158 | 158 | }, |
159 | 159 | "createCollection": "Create Collection" |
160 | 160 | }, |
| 161 | + "fileUploader": { |
| 162 | + "supportedFiles": "All file types are supported for upload and download in their original format. If you are uploading Excel, CSV, TSV, RData, Stata, or SPSS files, <anchor>see the guides</anchor> for tabular support and limitations.", |
| 163 | + "accordionTitle": "Upload with HTTP via your browser", |
| 164 | + "selectFileSingle": "Select file to add", |
| 165 | + "selectFileMultiple": "Select files to add", |
| 166 | + "dragDropSingle": "Drag and drop file here.", |
| 167 | + "dragDropMultiple": "Drag and drop files and/or directories here.", |
| 168 | + "cancelUpload": "Cancel upload", |
| 169 | + "uploadFailed": "There was an error uploading this file.", |
| 170 | + "loadingConfiguration": "Loading configuration", |
| 171 | + "replaceFileMultipleError": "You can only drop one file to replace.", |
| 172 | + "replaceFileAlreadyOneFileError": "You already have a file to replace. Please remove it first.", |
| 173 | + "fileReplacedSuccessfully": "The file has been replaced successfully.", |
| 174 | + "defaultFileReplaceError": "Something went wrong replacing the file. Try again later.", |
| 175 | + "defaultAddUploadedFilesToDatasetError": "Something went wrong adding the uploaded files to the dataset. Try again later.", |
| 176 | + "filesAddedToDatasetSuccessfully": "Files added to dataset successfully.", |
| 177 | + "fileUploadSkipped": { |
| 178 | + "dsStore": "File upload skipped: .DS_Store files are not allowed.", |
| 179 | + "alreadyUploaded": "File {{fileName}} was skipped because it has already been uploaded." |
| 180 | + }, |
| 181 | + "fileTypeDifferentModal": { |
| 182 | + "title": "File Type Different", |
| 183 | + "message": "The original file ({{originalFileType}}) and replacement file ({{replacementFileType}}) are different file types. Would you like to continue?" |
| 184 | + }, |
| 185 | + "confirmLeaveModal": { |
| 186 | + "title": "Discard Uploaded Files?", |
| 187 | + "message": "Uploaded files haven’t been saved. If you leave now, they’ll be lost.", |
| 188 | + "stay": "Stay on this page", |
| 189 | + "leave": "Leave without saving" |
| 190 | + }, |
| 191 | + "uploadedFilesList": { |
| 192 | + "fields": { |
| 193 | + "fileName": { |
| 194 | + "label": "File Name", |
| 195 | + "required": "File Name is required", |
| 196 | + "invalid": { |
| 197 | + "maxLength": "File Name must be at most {{maxLength}} characters.", |
| 198 | + "characters": "The file name contains invalid characters. The following characters are not allowed: : < > ; # / \" * | ? \\", |
| 199 | + "duplicateCombination": "File Name, File Path or combination of File path + File name should be unique. There is already a combination with the same value." |
| 200 | + } |
| 201 | + }, |
| 202 | + "filePath": { |
| 203 | + "label": "File Path", |
| 204 | + "description": "Hierarchical directory structure path used to display file organization and support reproducibility.", |
| 205 | + "invalid": { |
| 206 | + "maxLength": "File Path must be at most {{maxLength}} characters.", |
| 207 | + "characters": "The file path contains invalid characters. Only letters, numbers, spaces, dashes, periods, backslashes, and forward slashes are allowed.", |
| 208 | + "duplicateCombination": "File Name, File Path or combination of File path + File name should be unique. There is already a combination with the same value." |
| 209 | + } |
| 210 | + }, |
| 211 | + "description": { |
| 212 | + "label": "Description", |
| 213 | + "invalid": { |
| 214 | + "maxLength": "Description must be at most {{maxLength}} characters." |
| 215 | + } |
| 216 | + } |
| 217 | + }, |
| 218 | + "removeFile": "Remove File", |
| 219 | + "editSelectedFiles": "Edit Selected Files", |
| 220 | + "removeSelectedFiles": "Remove Selected Files", |
| 221 | + "uploadedFile": "File uploaded", |
| 222 | + "uploadedFiles": "Files uploaded", |
| 223 | + "selectAllFiles": "Select all files", |
| 224 | + "deselectAllFiles": "Deselect all files" |
| 225 | + } |
| 226 | + }, |
161 | 227 | "contact": { |
162 | 228 | "message": "Message", |
163 | 229 | "subject": "Subject", |
|
0 commit comments