Entirely rework the search module

It's not as bad anymore 🥳
This commit is contained in:
ajnart
2022-11-29 20:32:24 +09:00
parent ed6b188679
commit c53de3acfe
8 changed files with 200 additions and 405 deletions

View File

@@ -5,5 +5,26 @@
},
"input": {
"placeholder": "Search the web..."
}
},
"switched-to": "Switched to",
"searchEngines": {
"search": {
"name": "Web",
"description": "Search using your search engine (defined in settings)"
},
"youtube": {
"name": "Youtube",
"description": "Search on Youtube"
},
"torrents": {
"name": "Torrents",
"description": "Search for Torrents"
},
"overseerr": {
"name": "Overseerr",
"description": "Search for Movies and TV Shows using Overseerr (module must be enabled)"
}
},
"tip": "You can select the search bar with the shortcut ",
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
}