Files
homarr/public/locales/ru/modules/torrents-status.json
2023-05-20 19:19:46 +02:00

81 lines
3.3 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": "Показать устаревшие торренты"
},
"labelFilterIsWhitelist": {
"label": "Список меток является белым списком (вместо черного списка)"
},
"labelFilter": {
"label": "Список меток",
"description": "Когда отмечено 'белый список', применится как белый список. Если не отмечено, применится как чёрный список. Не будет ничего делать, если пусто"
}
}
},
"card": {
"footer": {
"error": "Ошибка",
"lastUpdated": "Последнее обновление {{time}} назад"
},
"table": {
"header": {
"name": "Имя",
"size": "Размер",
"download": "Загрузка",
"upload": "Отдача",
"estimatedTimeOfArrival": "Осталось",
"progress": "Прогресс"
},
"item": {
"text": "Управляется {{appName}}, {{ratio}} рейтинг"
},
"body": {
"nothingFound": "Торренты не найдены",
"filterHidingItems": "{{count}} записей скрыты вашими фильтрами"
}
},
"lineChart": {
"title": "Текущая скорость загрузки",
"download": "Загрузка: {{download}}",
"upload": "Отдача: {{upload}}",
"timeSpan": "{{seconds}} секунд назад",
"totalDownload": "Загрузка: {{download}}/s",
"totalUpload": "Отдача: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Не найдено ни одного поддерживаемого Torrent-клиента!",
"text": "Добавьте поддерживаемый Torrent-клиент для просмотра текущих загрузок"
},
"generic": {
"title": "Произошла непредвиденная ошибка",
"text": "Homarr не может связаться с вашими Torrent-клиентами. Пожалуйста, проверьте настройки"
}
},
"loading": {
"title": "Загрузка..."
},
"popover": {
"introductionPrefix": "Под управлением",
"metrics": {
"queuePosition": "Позиция в очереди - {{position}}",
"progress": "Прогресс - {{progress}}%",
"totalSelectedSize": "Всего - {{totalSize}}",
"state": "Состояние - {{state}}",
"ratio": "Рейтинг -",
"completed": "Завершено"
}
}
}
}