aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/noctalia/plugins/file-search/i18n/en.json
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-05-02 15:22:24 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-05-02 15:22:24 +0300
commitb11c84945d02598bcddf9259db8ff92ca9e3cfbf (patch)
treebd8e155a28ee9be7914d58ac0271e0bdc522575b /dotfiles/.config/noctalia/plugins/file-search/i18n/en.json
parent38e654d20d2ca2857dfb245fd56f7c0bb426fd04 (diff)
downloadswayrice-b11c84945d02598bcddf9259db8ff92ca9e3cfbf.tar.gz
swayrice-b11c84945d02598bcddf9259db8ff92ca9e3cfbf.zip
try out noctalia shell
Diffstat (limited to 'dotfiles/.config/noctalia/plugins/file-search/i18n/en.json')
-rw-r--r--dotfiles/.config/noctalia/plugins/file-search/i18n/en.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/dotfiles/.config/noctalia/plugins/file-search/i18n/en.json b/dotfiles/.config/noctalia/plugins/file-search/i18n/en.json
new file mode 100644
index 0000000..8a56924
--- /dev/null
+++ b/dotfiles/.config/noctalia/plugins/file-search/i18n/en.json
@@ -0,0 +1,55 @@
+{
+ "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)"
+ }
+ }
+}