Files
homarr/public/locales/en/modules/media-server.json
2023-08-14 19:25:53 +02:00

25 lines
594 B
JSON

{
"descriptor": {
"name": "Media Server",
"description": "Interact with your Jellyfin or Plex media server",
"settings": {
"title": "Settings for media server widget"
}
},
"loading": "Loading streams",
"card": {
"table": {
"header": {
"session": "Session",
"user": "User",
"currentlyPlaying": "Currently playing"
}
},
"errors": {
"general": {
"title": "Unable to load content",
"text": "Unable to retrieve information from the server. Please check the logs for more details"
}
}
}
}