35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"manifest.name": "Trash",
|
|
"manifest.description": "Global vault trash manager for restoring or permanently deleting deleted files and folders.",
|
|
"contributions.views.verstak.trash.view.title": "Trash",
|
|
"contributions.sidebarItems.verstak.trash.sidebar.title": "Trash",
|
|
"ui.loading": "Loading deleted items...",
|
|
"ui.count": "{count} deleted item(s)",
|
|
"ui.deletePermanently": "Delete permanently",
|
|
"ui.deleteQuestion": "Delete permanently?",
|
|
"ui.cannotUndo": "This cannot be undone.",
|
|
"ui.cancel": "Cancel",
|
|
"ui.deleting": "Deleting...",
|
|
"ui.allWorkspaces": "All workspaces",
|
|
"ui.allTypes": "All types",
|
|
"ui.files": "Files",
|
|
"ui.folders": "Folders",
|
|
"ui.newest": "Deleted: newest",
|
|
"ui.oldest": "Deleted: oldest",
|
|
"ui.name": "Name",
|
|
"ui.type": "Type",
|
|
"ui.title": "Trash",
|
|
"ui.total": "{count} total",
|
|
"ui.filter": "Filter name or path",
|
|
"ui.refresh": "Refresh",
|
|
"ui.workspace": "Workspace",
|
|
"ui.originalPath": "Original path",
|
|
"ui.deleted": "Deleted",
|
|
"ui.typeSize": "Type / size",
|
|
"ui.actions": "Actions",
|
|
"ui.noMatches": "No deleted items match the current filters.",
|
|
"ui.empty": "Trash is empty.",
|
|
"ui.restoring": "Restoring...",
|
|
"ui.restore": "Restore"
|
|
}
|