Files
homarr/public/locales/zh/modules/search.json
2023-01-20 11:08:16 +09:00

31 lines
778 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "搜索栏",
"description": "一个搜索栏允许你搜索你的自定义搜索引擎、YouTube和支持的集成。"
},
"input": {
"placeholder": "在网上搜索..."
},
"switched-to": "换成了",
"searchEngines": {
"search": {
"name": "网络",
"description": "搜索..."
},
"youtube": {
"name": "录像带",
"description": "在Youtube上搜索"
},
"torrents": {
"name": "火炬",
"description": "搜索山洪病毒"
},
"overseerr": {
"name": "Overseerr",
"description": "在Overseer上搜索电影和电视剧。"
}
},
"tip": "你可以用快捷键选择搜索栏 ",
"switchedSearchEngine": "改为用 {{searchEngine}}进行搜索"
}