mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 10:47:36 +00:00
i18n: upravené texty na Prehľade
This commit is contained in:
@@ -865,7 +865,7 @@ export function SystemOverview() {
|
||||
</div>
|
||||
<div className="flex justify-between">
|
||||
<span className="text-muted-foreground">{t("overview.proxmoxVersion")}</span>
|
||||
<span className="text-foreground">{systemData.proxmox_version || "N/A"}</span>
|
||||
<span className="text-foreground">{systemData.proxmox_version || t("app.notAvailable")}</span>
|
||||
</div>
|
||||
<div className="flex justify-between">
|
||||
<span className="text-muted-foreground">{t("overview.kernel")}</span>
|
||||
@@ -906,18 +906,18 @@ export function SystemOverview() {
|
||||
|
||||
<div className="flex justify-between items-center pb-3 border-b border-border">
|
||||
<span className="text-sm text-muted-foreground">{t("overview.cpuThreads")}</span>
|
||||
<span className="text-lg font-semibold text-foreground">{systemData.cpu_threads || "N/A"}</span>
|
||||
<span className="text-lg font-semibold text-foreground">{systemData.cpu_threads || t("app.notAvailable")}</span>
|
||||
</div>
|
||||
|
||||
<div className="flex justify-between items-center pb-3 border-b border-border">
|
||||
<span className="text-sm text-muted-foreground">{t("overview.physicalDisks")}</span>
|
||||
<span className="text-lg font-semibold text-foreground">{storageData?.disk_count || "N/A"}</span>
|
||||
<span className="text-lg font-semibold text-foreground">{storageData?.disk_count || t("app.notAvailable")}</span>
|
||||
</div>
|
||||
|
||||
<div className="flex justify-between items-center">
|
||||
<span className="text-sm text-muted-foreground">{t("overview.networkInterfaces")}</span>
|
||||
<span className="text-lg font-semibold text-foreground">
|
||||
{networkData?.physical_total_count || networkData?.physical_interfaces?.length || "N/A"}
|
||||
{networkData?.physical_total_count || networkData?.physical_interfaces?.length || t("app.notAvailable")}
|
||||
</span>
|
||||
</div>
|
||||
</CardContent>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
"system": "Systém",
|
||||
"cores": "Jadrá",
|
||||
"used": "Použité",
|
||||
"cached": "Cache",
|
||||
"cached": "Vyrovnávacia pamäť",
|
||||
"total": "Spolu",
|
||||
"free": "Voľné",
|
||||
"activeVmLxc": "Aktívne VM a LXC",
|
||||
@@ -114,11 +114,11 @@
|
||||
"physicalDisks": "Fyzické disky:",
|
||||
"diskSingular": "disk",
|
||||
"diskPlural": "diskov",
|
||||
"vmLxcStorage": "Úložisko VM/LXC",
|
||||
"vmLxcStorage": "Úložisko VM a LXC",
|
||||
"available": "Dostupné",
|
||||
"storageVolumeSingular": "úložisko",
|
||||
"storageVolumePlural": "úložísk",
|
||||
"noVmLxcStorage": "Nie je nastavené úložisko pre VM/LXC",
|
||||
"noVmLxcStorage": "Nie je nastavené úložisko pre VM ani LXC",
|
||||
"localStorageSystem": "Lokálne úložisko (systém)",
|
||||
"storageDataUnavailable": "Údaje o úložisku nie sú dostupné",
|
||||
"networkOverview": "Prehľad siete",
|
||||
@@ -156,8 +156,8 @@
|
||||
"min": "min."
|
||||
},
|
||||
"errors": {
|
||||
"serverUnavailableTitle": "Monitor server nie je dostupný",
|
||||
"serverUnavailableDescription": "Nedá sa pripojiť k Monitor serveru. Skontrolujte, či služba beží, a skúste to znova."
|
||||
"serverUnavailableTitle": "Server Monitora nie je dostupný",
|
||||
"serverUnavailableDescription": "Nedá sa pripojiť k serveru Monitora. Skontrolujte, či služba beží, a skúste to znova."
|
||||
}
|
||||
},
|
||||
"storage": {
|
||||
|
||||
Reference in New Issue
Block a user