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