mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-06 06:39:21 +01:00
20 lines
604 B
JSON
20 lines
604 B
JSON
{
|
|
"title": "Search engine",
|
|
"configurationName": "Search engine configuration",
|
|
"tips": {
|
|
"generalTip": "There are multiple prefixes you can use! Adding these in front of your query will filter the results. !s (Web), !t (Torrents), !y (YouTube), and !m (Media).",
|
|
"placeholderTip": "%s can be used as a placeholder for the query."
|
|
},
|
|
"customEngine": {
|
|
"title": "Custom search engine",
|
|
"label": "Query URL",
|
|
"placeholder": "Custom query URL"
|
|
},
|
|
"searchNewTab": {
|
|
"label": "Open search results in new tab"
|
|
},
|
|
"searchEnabled": {
|
|
"label": "Search enabled"
|
|
}
|
|
}
|