|
| 1 | +{ |
| 2 | + "trashslot.serverNotInstalled": "The server does not have TrashSlot installed. This mod will be disabled.", |
| 3 | + "key.trashslot.toggle": "Show/Hide TrashSlot", |
| 4 | + "key.trashslot.toggleLock": "Lock/Unlock TrashSlot", |
| 5 | + "key.trashslot.delete": "Delete Item", |
| 6 | + "key.trashslot.deleteAll": "Delete All Items of Type", |
| 7 | + "key.categories.trashslot": "TrashSlot", |
| 8 | + "trashslot.config.instantDeletion": "Instant Deleting", |
| 9 | + "text.autoconfig.trashslot.title": "TrashSlot", |
| 10 | + "text.autoconfig.trashslot.option.instantDeletion": "Instant Deletion", |
| 11 | + "config.trashslot.title": "TrashSlot", |
| 12 | + "config.trashslot.instantDeletion": "Instant Deletion", |
| 13 | + "config.trashslot.instantDeletion.tooltip": "This causes the deletion slot to delete items instantly, similar to Creative Mode.", |
| 14 | + "config.trashslot.enableDeleteKeysInCreative": "Delete Keys in Creative", |
| 15 | + "config.trashslot.enableDeleteKeysInCreative.tooltip": "Set to true if you want the delete keybindings to work in creative as well. Note: Items will be deleted permanently in creative, regardless of instantDeletion setting!", |
| 16 | + "config.trashslot.enableHints": "Enable Hints", |
| 17 | + "config.trashslot.enableHints.tooltip": "TrashSlot will show a hint the first time the trash slot is toggled off or can be enabled on a supported screen. Set to false to disable.", |
| 18 | + "config.trashslot.allowDeletionWhileTrashSlotIsInvisible": "Allow Deletion While TrashSlot is Invisible", |
| 19 | + "config.trashslot.allowDeletionWhileTrashSlotIsInvisible.tooltip": "Not recommended, but this will allow you to use the keybinds for deleting items even if the trash slot itself is hidden.", |
| 20 | + "config.trashslot.deletionDenyList": "Deletion Deny List", |
| 21 | + "config.trashslot.deletionDenyList.tooltip": "List of items that cannot be deleted, in comma-separated format of \"modid:name\".", |
| 22 | + "trashslot.hint.toggleOn": "Press %s to enable the trash slot for this screen!", |
| 23 | + "trashslot.hint.toggledOff": "You've toggled off the trash slot! Press %s to re-enable it.", |
| 24 | + "trashslot.hint.deletedWhileHidden": "Item trashed!", |
| 25 | + "trashslot.hint.deletionDenied": "Item cannot be trashed!", |
| 26 | + "trashslot.hint.locked": "Trash slot locked. Press %s to unlock it.", |
| 27 | + "trashslot.hint.unlocked": "Trash slot unlocked. Press %s to lock it." |
| 28 | +} |
0 commit comments