diff options
author | Simon Rettberg | 2017-06-06 19:07:14 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-06-06 19:07:14 +0200 |
commit | dd058b606d935c5d4dd6b2d6cd44ec2088868b37 (patch) | |
tree | bd04010196064f19c32d2e0d9d672a4c65f09715 /modules-available/systemstatus/lang/de | |
parent | [translation] Fix warning (diff) | |
download | slx-admin-dd058b606d935c5d4dd6b2d6cd44ec2088868b37.tar.gz slx-admin-dd058b606d935c5d4dd6b2d6cd44ec2088868b37.tar.xz slx-admin-dd058b606d935c5d4dd6b2d6cd44ec2088868b37.zip |
[systemstatus] Show updated packages requiring reboot
Diffstat (limited to 'modules-available/systemstatus/lang/de')
-rw-r--r-- | modules-available/systemstatus/lang/de/messages.json | 3 | ||||
-rw-r--r-- | modules-available/systemstatus/lang/de/template-tags.json | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/modules-available/systemstatus/lang/de/messages.json b/modules-available/systemstatus/lang/de/messages.json index 7838acfa..1a6df1b3 100644 --- a/modules-available/systemstatus/lang/de/messages.json +++ b/modules-available/systemstatus/lang/de/messages.json @@ -1,3 +1,4 @@ { - "reboot-unconfirmed": "Sicherheitsabfrage zum Reboot nicht best\u00e4tigt" + "reboot-unconfirmed": "Sicherheitsabfrage zum Reboot nicht best\u00e4tigt", + "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/de/template-tags.json b/modules-available/systemstatus/lang/de/template-tags.json index f014871b..1333fb7d 100644 --- a/modules-available/systemstatus/lang/de/template-tags.json +++ b/modules-available/systemstatus/lang/de/template-tags.json @@ -4,6 +4,8 @@ "lang_average": "Durchschnitt", "lang_capacity": "Kapazit\u00e4t", "lang_cpuLoad": "CPU-Last", + "lang_dmsdUnreachable": "dmsd nicht erreichbar", + "lang_downloads": "Downloads", "lang_foundStore": "Vorgefunden:", "lang_free": "Frei", "lang_goToStoreConf": "Zur VM-Store-Konfiguration wechseln", @@ -25,6 +27,8 @@ "lang_systemPartition": "Systempartition", "lang_systemStoreError": "Fehler beim Ermitteln des verf\u00fcgbaren Systemspeichers", "lang_total": "Gesamt", + "lang_updatedPackages": "Ausstehende Updates", + "lang_uploads": "Uploads", "lang_uptimeOS": "OS Uptime", "lang_vmStore": "VM-Speicher", "lang_vmStoreError": "Fehler beim Ermitteln des verf\u00fcgbaren Speicherplatzes am VM-Speicherort. Bitte \u00fcberpr\u00fcfen Sie die Konfiguration." |