Files
homarr/public/locales/ru/modules/dashdot.json
2023-01-20 11:08:16 +09:00

55 lines
1.6 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."
}
}
},
"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": "Графический процессор"
}
}
}
}