Files
homarr/public/locales/ru/modules/dashdot.json
2023-02-06 21:02:59 +01:00

58 lines
1.7 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": "Dash.",
"description": "Показывает графики внешнего экземпляра Dash. в Homarr.",
"settings": {
"title": "Настройки для виджета Dash.",
"cpuMultiView": {
"label": "Показать все ядра ЦП"
},
"storageMultiView": {
"label": "Хранилище с несколькими дисками"
},
"useCompactView": {
"label": "Использовать компактный вид"
},
"graphs": {
"label": "Графики"
},
"url": {
"label": "URL-адрес Dash."
},
"usePercentages": {
"label": "Отображать проценты"
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "Не найдено ни одной службы Dash. Пожалуйста, добавьте его на панель Homarr или задайте URL-адрес Dash. в настройках модуля",
"noInformation": "Не удается получить информацию из Dash. - Вы используете последнюю версию?"
},
"graphs": {
"storage": {
"title": "Хранилище",
"label": "Хранилище:"
},
"network": {
"title": "Сеть",
"label": "Сеть:",
"metrics": {
"download": "Загрузка",
"upload": "Отдача"
}
},
"cpu": {
"title": "ЦП"
},
"memory": {
"title": "ОЗУ"
},
"gpu": {
"title": "ГП"
}
}
}
}