Files
homarr/public/locales/pl/modules/dashdot.json
2023-02-14 14:03:26 +01:00

50 lines
1.1 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "Wyświetla wykresy zewnętrznej instancji Dash. wewnątrz Homarr.",
"settings": {
"title": "Ustawienia dla widgetu Dash.",
"url": {
"label": "Adres URL usługi Dash."
},
"usePercentages": {
"label": ""
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "Nie znaleziono usługi Dash. Proszę dodać ją do pulpitu Homarra lub ustawić adres URL usługi Dash. w opcjach modułu",
"noInformation": "Nie można uzyskać informacji z dash. - używasz najnowszej wersji?",
"protocolDowngrade": {
"title": "",
"text": ""
}
},
"graphs": {
"storage": {
"title": "Pamięć",
"label": "Pamięć:"
},
"network": {
"title": "Sieć",
"label": "Sieć:",
"metrics": {
"download": "Pobieranie",
"upload": "Udostępnianie"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
}
}
}