25 lines
594 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |