diff options
| author | Simon Rettberg | 2020-10-20 09:46:25 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2020-10-20 09:46:25 +0200 |
| commit | c3eaacb8ab3dea485d842f89aa055e241b73ce8b (patch) | |
| tree | 651c074563246c1ec193de9b33b80cb8556fb6a3 /modules-available/systemstatus/lang | |
| parent | [locationinfo] real fix of bootstrap switches (diff) | |
| download | slx-admin-c3eaacb8ab3dea485d842f89aa055e241b73ce8b.tar.gz slx-admin-c3eaacb8ab3dea485d842f89aa055e241b73ce8b.tar.xz slx-admin-c3eaacb8ab3dea485d842f89aa055e241b73ce8b.zip | |
[systemstatus] Add main-warning hook for low disk space
Diffstat (limited to 'modules-available/systemstatus/lang')
| -rw-r--r-- | modules-available/systemstatus/lang/de/messages.json | 2 | ||||
| -rw-r--r-- | modules-available/systemstatus/lang/en/messages.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/systemstatus/lang/de/messages.json b/modules-available/systemstatus/lang/de/messages.json index 44e4fad1..0aaefd23 100644 --- a/modules-available/systemstatus/lang/de/messages.json +++ b/modules-available/systemstatus/lang/de/messages.json @@ -1,3 +1,5 @@ { + "storage-low-system": "Dem Betriebssystem geht der freie Speicher aus. Nur noch {{0}} frei. Versuchen Sie, alte \"Netboot Grundsystem\"-Versionen zu l\u00f6schen.", + "storage-low-vmstore": "Auf dem VMstore sind nur noch {{0}} frei", "update-reboot-required": "Das Update der folgenden Pakete erfordert einen Reboot des Servers: {{0}}" }
\ No newline at end of file diff --git a/modules-available/systemstatus/lang/en/messages.json b/modules-available/systemstatus/lang/en/messages.json index c38c8e66..dc9d3dd0 100644 --- a/modules-available/systemstatus/lang/en/messages.json +++ b/modules-available/systemstatus/lang/en/messages.json @@ -1,3 +1,5 @@ { + "storage-low-system": "System storage running out. Only {{0}} free. You could try deleting old Net-boot OS versions.", + "storage-low-vmstore": "VMstore space is running out. Only {{0}} left.", "update-reboot-required": "Updating the following system packages requires reboot: {{0}}" }
\ No newline at end of file |
