update translations

This commit is contained in:
Henry Dollman
2024-11-12 18:19:37 -05:00
parent 4cb7b97416
commit 6043c59da8
19 changed files with 848 additions and 705 deletions

View File

@@ -493,8 +493,8 @@ export default function SystemDetail({ name }: { name: string }) {
<ChartCard
empty={dataEmpty}
grid={grid}
title="GPU Power Draw"
description="Average power consumption of GPUs"
title={t`GPU Power Draw`}
description={t`Average power consumption of GPUs`}
>
<GpuPowerChart chartData={chartData} />
</ChartCard>