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

24 lines
607 B
JSON

{
"descriptor": {
"name": "Servidor Multimedia",
"description": "Interacciona con tu servidor Jellyfin o Plex",
"settings": {
"title": "Ajustes para el widget del servidor multimedia"
}
},
"card": {
"table": {
"header": {
"session": "Sesión",
"user": "Usuario",
"currentlyPlaying": "Reproducción en curso"
}
},
"errors": {
"general": {
"title": "Imposible cargar el contenido",
"text": "Imposible recuperar la información del servidor. Consulta los registros para obtener más detalles"
}
}
}
}