Files
homarr/public/locales/ru/modules/dlspeed.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01: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": "Добавьте сервис загрузки, чтобы просмотреть текущие загрузки"
}
}
}
}