Files
homarr/public/locales/ru/modules/dlspeed.json
2023-01-20 11:08:16 +09: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": "ETA",
"progress": "Прогресс"
},
"body": {
"nothingFound": "Торренты не найдены"
}
},
"lineChart": {
"title": "Текущая скорость загрузки",
"download": "Загрузка: {{download}}",
"upload": "Отдача: {{upload}}",
"timeSpan": "{{seconds}} секунд назад",
"totalDownload": "Скачать: {{download}}/s",
"totalUpload": "Отдача: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Не найдено ни одного поддерживаемого клиента загрузки!",
"text": "Добавьте службу загрузки для просмотра текущих загрузок"
}
}
}
}