Files
homarr/public/locales/ru/modules/torrents-status.json
2023-01-20 11:08:16 +09:00

55 lines
2.0 KiB
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": "Отображает список торрентов из поддерживаемых Torrent-клиентов.",
"settings": {
"title": "Настройки для виджета торрента",
"refreshInterval": {
"label": "Интервал обновления (в секундах)"
},
"displayCompletedTorrents": {
"label": "Показать завершенные торренты"
},
"displayStaleTorrents": {
"label": "Показать устаревшие торренты"
}
}
},
"card": {
"table": {
"header": {
"name": "Имя",
"size": "Размер",
"download": "Вниз",
"upload": "Вверх",
"estimatedTimeOfArrival": "ETA",
"progress": "Прогресс"
},
"body": {
"nothingFound": "Торренты не найдены"
}
},
"lineChart": {
"title": "Текущая скорость загрузки",
"download": "Загрузка: {{download}}",
"upload": "Отдача: {{upload}}",
"timeSpan": "{{seconds}} секунд назад",
"totalDownload": "Скачать: {{download}}/s",
"totalUpload": "Отдача: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Не найдено ни одного поддерживаемого Torrent-клиента!",
"text": "Добавьте поддерживаемый торрент-клиент для просмотра текущих загрузок"
},
"generic": {
"title": "Произошла непредвиденная ошибка",
"text": "Homarr не может связаться с вашими торрент-клиентами. Пожалуйста, проверьте настройки"
}
},
"loading": {
"title": "Загрузка..."
}
}
}