i18n: add Greek and update locale files

This commit is contained in:
henrygd
2026-08-27 15:10:05 -04:00
parent 4c8e3c69ba
commit 467f176713
36 changed files with 31 additions and 46 deletions

View File

@@ -99,7 +99,7 @@ export function ContainerMemoryChart({
empty={dataEmpty}
grid={grid}
title={dockerOrPodman(t`Docker Memory Usage`, isPodman)}
description={dockerOrPodman(t`Memory usage of docker containers`, isPodman)}
description={t`Memory usage of containers`}
cornerEl={<FilterBar />}
>
<AreaChartDefault

View File

@@ -159,7 +159,7 @@ export function ContainerNetworkChart({
empty={dataEmpty}
grid={grid}
title={dockerOrPodman(t`Docker Network I/O`, isPodman)}
description={dockerOrPodman(t`Network traffic of docker containers`, isPodman)}
description={t`Network traffic of containers`}
cornerEl={<FilterBar />}
>
<AreaChartDefault