mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-22 01:17:48 +02:00
i18n: add Greek and update locale files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user