mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 14:02:20 +01:00
31 lines
805 B
JSON
31 lines
805 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Search Bar",
|
|
"description": "A search bar that allows you to search your custom search engine, YouTube, and supported integrations."
|
|
},
|
|
"input": {
|
|
"placeholder": "Search the web..."
|
|
},
|
|
"switched-to": "Switched to",
|
|
"searchEngines": {
|
|
"search": {
|
|
"name": "Web",
|
|
"description": "Search..."
|
|
},
|
|
"youtube": {
|
|
"name": "Youtube",
|
|
"description": "Search on Youtube"
|
|
},
|
|
"torrents": {
|
|
"name": "Torrents",
|
|
"description": "Search for Torrents"
|
|
},
|
|
"overseerr": {
|
|
"name": "Overseerr",
|
|
"description": "Search for Movies and TV Shows on Overseerr"
|
|
}
|
|
},
|
|
"tip": "You can select the search bar with the shortcut ",
|
|
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
|
|
}
|