Files
Dotfiles/noctalia/plugins/file-search/i18n/en.json
T
2026-04-19 17:07:18 +02:00

56 lines
1.4 KiB
JSON

{
"provider": {
"name": "File Search"
},
"launcher": {
"command": {
"description": "Search files and folders"
},
"errors": {
"fdNotFound": {
"title": "fd not found",
"description": "Please install fd to use file search"
}
},
"prompts": {
"emptyQuery": {
"title": "Type to search files and folders",
"description": "Start typing to search in {{root}}"
},
"searching": {
"title": "Searching...",
"description": "Looking for files and folders matching: {{query}}"
},
"noResults": {
"title": "No results found",
"description": "No files or folders matching '{{query}}'"
}
}
},
"settings": {
"showHidden": {
"label": "Include hidden files"
},
"fileOpener": {
"label": "File opener command",
"description": "Command used to open files and folders",
"placeholder": "xdg-open"
},
"searchDirectory": {
"label": "Search directory",
"description": "Directory to search for files and folders",
"placeholder": "~"
},
"fdCommand": {
"label": "fd command path",
"description": "Command name or full path",
"placeholder": "fd"
},
"maxResults": {
"label": "Maximum results",
"unlimited": "Unlimited",
"description": "Limit the number of search results displayed (set to 0 for unlimited)"
}
}
}