🌐 add crowdin translations

This commit is contained in:
Manuel
2022-08-28 16:28:17 +02:00
committed by Manuel Ruwe
parent 96d76cfd14
commit c9b33f3e48
315 changed files with 6130 additions and 380 deletions

View File

@@ -0,0 +1,60 @@
{
"descriptor": {
"name": "Dash.",
"description": "Modul za prikazovanje grafov iz vašega delujočega programa Dash.",
"settings": {
"cpuMultiView": {
"label": "Pogled večjedrnih procesorjev"
},
"storageMultiView": {
"label": "Pogled naprav za shranjevanje"
},
"useCompactView": {
"label": "Uporaba kompaktnega pogleda"
},
"graphs": {
"label": "Grafi",
"options": {
"cpu": "CPU",
"ram": "RAM",
"storage": "Shramba",
"network": "Omrežje",
"gpu": "GPU"
}
},
"url": {
"label": "Dash. URL"
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "Dash. storitev ni bila najdena. Prosimo, dodajte jo na nadzorno ploščo Homarr ali nastavite naslov URL dashdot v možnostih modula",
"noInformation": "Ne morem pridobiti informacij iz Dash. - ali uporabljate najnovejšo različico?"
},
"graphs": {
"storage": {
"title": "Shramba",
"label": "Shramba:"
},
"network": {
"title": "Omrežje",
"label": "Omrežje:",
"metrics": {
"download": "Dol",
"upload": "Gor"
}
},
"cpu": {
"title": "CPU"
},
"memory": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
}
}
}