Files
Homarr/public/locales/zh/modules/media-server.json
2023-02-24 22:15:33 +01:00

24 lines
542 B
JSON

{
"descriptor": {
"name": "媒体服务器",
"description": "与您的 Jellyfin 或 Plex 媒体服务器交互",
"settings": {
"title": "设置媒体服务器小部件"
}
},
"card": {
"table": {
"header": {
"session": "会话",
"user": "用户",
"currentlyPlaying": "正在播放"
}
},
"errors": {
"general": {
"title": "无法加载内容",
"text": "无法从服务器检索信息。请检查日志获取更多详细信息"
}
}
}
}