diff options
author | Simon Rettberg | 2015-09-29 15:25:37 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-29 15:25:37 +0200 |
commit | 51c267627e11af5aa8981aeb1d764c5fc7b2161f (patch) | |
tree | cc76b01fad8c7b5fe6ff0107fc0f0504cbd71c15 /lang | |
parent | [sysconfig] Only highlight systemconfig to module mappings when mouse is over... (diff) | |
download | slx-admin-51c267627e11af5aa8981aeb1d764c5fc7b2161f.tar.gz slx-admin-51c267627e11af5aa8981aeb1d764c5fc7b2161f.tar.xz slx-admin-51c267627e11af5aa8981aeb1d764c5fc7b2161f.zip |
[diskstat] Fix i18n placeholder name; update translations
Diffstat (limited to 'lang')
-rw-r--r-- | lang/de/templates/systemstatus/diskstat.json | 1 | ||||
-rw-r--r-- | lang/en/templates/systemstatus/diskstat.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/de/templates/systemstatus/diskstat.json b/lang/de/templates/systemstatus/diskstat.json index 59706e26..c44433ea 100644 --- a/lang/de/templates/systemstatus/diskstat.json +++ b/lang/de/templates/systemstatus/diskstat.json @@ -6,6 +6,7 @@ "lang_storeMissingExpected": "VM-Store nicht eingebunden. Erwartet:", "lang_storeNotConfigured": "Kein VM-Store konfiguriert!", "lang_systemPartition": "Systempartition", + "lang_systemStoreError": "Fehler beim Ermitteln des verf\u00fcgbaren Systemspeichers", "lang_vmStore": "VM-Speicher", "lang_vmStoreError": "Fehler beim Ermitteln des verf\u00fcgbaren Speicherplatzes am VM-Speicherort. Bitte \u00fcberpr\u00fcfen Sie die Konfiguration." }
\ No newline at end of file diff --git a/lang/en/templates/systemstatus/diskstat.json b/lang/en/templates/systemstatus/diskstat.json index d7bedfe5..6c880ebe 100644 --- a/lang/en/templates/systemstatus/diskstat.json +++ b/lang/en/templates/systemstatus/diskstat.json @@ -6,6 +6,7 @@ "lang_storeMissingExpected": "VM store not mounted. Expected:", "lang_storeNotConfigured": "No VM store configured!", "lang_systemPartition": "System Partition", + "lang_systemStoreError": "Error querying available system storage", "lang_vmStore": "VM Store", - "lang_vmStoreError": "Error when determining the available disk space on the VM location. Please check the configuration." + "lang_vmStoreError": "Error determining available space of the VM storage. Please check the configuration." }
\ No newline at end of file |