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

24 lines
816 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Медиасервер",
"description": "Взаимодействие с медиасервером Jellyfin или Plex",
"settings": {
"title": "Настройки для виджета медиасервера"
}
},
"card": {
"table": {
"header": {
"session": "Сессия",
"user": "Пользователь",
"currentlyPlaying": "Сейчас играет"
}
},
"errors": {
"general": {
"title": "Не удалось загрузить контент",
"text": "Не удалось получить информацию с сервера. Пожалуйста, проверьте логи для получения дополнительной информации"
}
}
}
}