|
4 | 4 | "breadcrumbs": "Breadcrumbs",
|
5 | 5 | "finished": "Finished!",
|
6 | 6 | "totalSize": "Total size: {size}",
|
7 |
| - "filesSelected": "{count, plural, one {File selected} other {Files selected}}", |
| 7 | + "filesSelected": "{count, plural, one {Item selected} other {Items selected}}", |
8 | 8 | "menuOptions": "Options for selected item",
|
9 | 9 | "selectedAllEntries": "Select all table entries",
|
10 | 10 | "individualFilesOnly": "Only available for individual files",
|
|
32 | 32 | "descriptionFile": "Choose a new name for this file.",
|
33 | 33 | "descriptionFolder": "Choose a new name for this folder."
|
34 | 34 | },
|
35 |
| - "deleteModal": { |
36 |
| - "titleItem": "{count, plural, one {Delete item} other {Delete {count} items}}", |
37 |
| - "titleFolder": "{count, plural, one {Delete folder} other {Delete {count} folders}}", |
38 |
| - "titleFile": "{count, plural, one {Delete file} other {Delete {count} files}}", |
39 |
| - "descriptionItem": "{count, plural, one {Are you sure you want to delete this item? This action is permanent and cannot be reversed.} other {Are you sure you want to delete these {count} items? This action is permanent and cannot be reversed.}}", |
40 |
| - "descriptionFolder": "{count, plural, one {Are you sure you want to delete this folder? This action is permanent and cannot be reversed.} other {Are you sure you want to delete these {count} folders? This action is permanent and cannot be reversed.}}", |
41 |
| - "descriptionFile": "{count, plural, one {Are you sure you want to delete this file? This action is permanent and cannot be reversed.} other {Are you sure you want to delete these {count} files? This action is permanent and cannot be reversed.}}" |
| 35 | + "removeModal": { |
| 36 | + "titleItem": "{count, plural, one {Remove item? {name}} other {Remove {count} items?}}", |
| 37 | + "titleFolder": "{count, plural, one {Remove folder? {name}} other {Remove {count} folders?}}", |
| 38 | + "titleFile": "{count, plural, one {Remove file? {name}} other {Remove {count} files?}}", |
| 39 | + "descriptionItem": "{count, plural, one {Are you sure you want to remove this item? It will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action and cannot be reversed.} other {Are you sure you want to remove these {count} items? They will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.}}", |
| 40 | + "descriptionFolder": "{count, plural, one {Are you sure you want to remove this folder? It will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.} other {Are you sure you want to remove these {count} folders? They will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.}}", |
| 41 | + "descriptionFile": "{count, plural, one {Are you sure you want to remove this file? It will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.} other {Are you sure you want to remove these {count} files? They will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.}}", |
| 42 | + "checkboxRemoveLocalPin": "Also remove local pin (recommended)", |
| 43 | + "checkboxUnpinFromServices": "Unpin from all pinning services" |
42 | 44 | },
|
43 | 45 | "pinningModal": {
|
44 | 46 | "title": "Select where you would like to pin these items.",
|
|
90 | 92 | "step5": {
|
91 | 93 | "title": "Files list",
|
92 | 94 | "paragraph1": "Finally, the listing where you can find your files and folders. Drag and drop files or folders to add them.",
|
93 |
| - "paragraph2": "You can share or download files, inspect them in the IPLD Explorer, rename or delete them!", |
| 95 | + "paragraph2": "You can share or download files, inspect them in the IPLD Explorer, rename or remove them!", |
94 | 96 | "paragraph3": "Pro tip: drag and drop a file from any other page of the Web UI to add them to the root of your MFS."
|
95 | 97 | }
|
96 | 98 | },
|
|
0 commit comments