mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-21 06:52:17 +01:00
27 lines
746 B
JSON
27 lines
746 B
JSON
{
|
|
"search": {
|
|
"label": "搜索",
|
|
"engines": {
|
|
"web": "在网上搜索 {{query}}",
|
|
"youtube": "在 YouTube 上搜索 {{query}}",
|
|
"torrent": "搜索 {{query}} Torrents",
|
|
"movie": "在 {{app}} 上搜索 {{query}}"
|
|
}
|
|
},
|
|
"actions": {
|
|
"avatar": {
|
|
"switchTheme": "切换主题",
|
|
"preferences": "用户选项",
|
|
"defaultBoard": "默认面板",
|
|
"manage": "管理中心",
|
|
"logout": "注销 {{username}}",
|
|
"login": "登录"
|
|
}
|
|
},
|
|
"modals": {
|
|
"movie": {
|
|
"title": "",
|
|
"topResults": "最高 {{count}} 结果为 <b>{{search}}</b>。"
|
|
}
|
|
}
|
|
} |