mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-12 09:36:59 +01:00
31 lines
786 B
JSON
31 lines
786 B
JSON
{
|
||
"descriptor": {
|
||
"name": "搜索栏",
|
||
"description": "一个搜索栏,允许你搜索你的自定义搜索引擎、YouTube和支持的集成。"
|
||
},
|
||
"input": {
|
||
"placeholder": "在网上搜索..."
|
||
},
|
||
"switched-to": "切换到",
|
||
"searchEngines": {
|
||
"search": {
|
||
"name": "网页",
|
||
"description": "搜索..."
|
||
},
|
||
"youtube": {
|
||
"name": "Youtube",
|
||
"description": "在 Youtube 上搜索"
|
||
},
|
||
"torrents": {
|
||
"name": "Torrents",
|
||
"description": "搜索 Torrents"
|
||
},
|
||
"overseerr": {
|
||
"name": "Overseerr",
|
||
"description": "在 Overseer 上搜索电影和电视剧。"
|
||
}
|
||
},
|
||
"tip": "您可以使用以下快捷键选择搜索栏 ",
|
||
"switchedSearchEngine": "改用 {{searchEngine}} 进行搜索"
|
||
}
|