Files
homarr/public/locales/ru/modules/dlspeed.json
2025-08-02 18:04:19 +02:00

36 lines
1.2 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": "Отображает скорость загрузки и отдачи для поддерживаемых интеграций."
},
"card": {
"table": {
"header": {
"name": "Название",
"size": "Размер",
"download": "Загрузка",
"upload": "Отдача",
"estimatedTimeOfArrival": "Осталось",
"progress": "Прогресс"
},
"body": {
"nothingFound": "Торренты не найдены"
}
},
"lineChart": {
"title": "Текущая скорость загрузки",
"download": "Загрузка: {{download}}",
"upload": "Отдача: {{upload}}",
"timeSpan": "{{seconds}} секунд назад",
"totalDownload": "Загрузка: {{download}}/s",
"totalUpload": "Отдача: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Не найдены поддерживаемые клиенты загрузки!",
"text": "Добавьте сервис загрузки, чтобы просмотреть текущие загрузки"
}
}
}
}