Files
homarr/public/locales/uk/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": "Dash. URL"
},
"usePercentages": {
"label": "Показувати відсотки"
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "Dash. сервіс не знайдено. Будь ласка, додайте його до головної панелі чи встановіть Dash. URL в налаштуваннях модулю",
"noInformation": "Не вдалося отримати інформацію з Dash. - чи ви використовуєте останню версію?"
},
"graphs": {
"storage": {
"title": "Диск",
"label": "Диск:"
},
"network": {
"title": "Мережа",
"label": "Мережа:",
"metrics": {
"download": "Завантаження",
"upload": "Віддача"
}
},
"cpu": {
"title": "Процесор"
},
"memory": {
"title": "Оперативна пам'ять"
},
"gpu": {
"title": "Графічний процесор"
}
}
}
}