Files
homarr/public/locales/lv/modules/health-monitoring.json
T
2024-05-07 19:46:34 +02:00

141 lines
3.0 KiB
JSON

{
"descriptor": {
"name": "Sistēmas Stāvokļa Uzraudzība",
"description": "Tiek parādīta informācija par sistēmas(-u) stāvokli un stāvokli.",
"settings": {
"title": "Sistēmas veselības stāvokļa uzraudzības iestatījumi",
"fahrenheit": {
"label": "CPU temperatūra pēc Fārenheita"
},
"cpu": {
"label": "Rādīt CPU informāciju",
"load": "Vidējā slodze",
"minute": "{{minute}} minūte",
"minutes": "{{minutes}} minūtes"
},
"memory": {
"label": "Rādīt atmiņas informāciju"
},
"fileSystem": {
"label": "Rādīt failu sistēmas informāciju"
},
"node": {
"label": "Filtrēšana pēc mezgla nosaukuma",
"info": "Ievadiet savu Proxmox mezgla nosaukumu, lai rādītu tikai šā mezgla metriku. Pēc noklusējuma tiek rādīts viss klasteris."
},
"defaultViewState": {
"label": "Sadaļa atvērta pēc noklusējuma",
"data": {
"none": "Nekas",
"node": "Mezgli",
"vm": "VM",
"lxc": "LXC",
"storage": "Krātuve"
}
},
"defaultTabState": {
"label": "",
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "CPU",
"load": "Vidējā slodze",
"minute": "{{minute}} minūte"
},
"memory": {
"label": "Atmiņa",
"totalMem": "Kopējā atmiņa: {{total}}GB",
"available": "Pieejams: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Failu Sistēma",
"available": "Pieejams: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Darbības laiks",
"uptimeFormat": "",
"updates": "",
"reboot": "Pārstartēt"
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Mezgli",
"vms": "VM",
"lxcs": "LXC",
"storage": "Krātuve"
}
},
"table": {
"header": {
"name": "Nosaukums",
"cpu": "CPU",
"ram": "RAM",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "Detaļas",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}