mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-08 15:47:01 +01:00
24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"descriptor": {
|
|
"name": "媒体服务器",
|
|
"description": "与您的 Jellyfin 或 Plex 媒体服务器交互",
|
|
"settings": {
|
|
"title": "设置媒体服务器小部件"
|
|
}
|
|
},
|
|
"card": {
|
|
"table": {
|
|
"header": {
|
|
"session": "会话",
|
|
"user": "用户",
|
|
"currentlyPlaying": "正在播放"
|
|
}
|
|
},
|
|
"errors": {
|
|
"general": {
|
|
"title": "无法加载内容",
|
|
"text": "无法从服务器检索信息。请检查日志获取更多详细信息"
|
|
}
|
|
}
|
|
}
|
|
} |