summaryrefslogtreecommitdiffstats
path: root/lang/de
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-15 18:33:37 +0100
committerSimon Rettberg2016-02-15 18:33:37 +0100
commit6821a5f066b8e2a5648c0eabf1322749300d28c3 (patch)
treed61b1fd3e2e91532dceed824ae03513430f037b6 /lang/de
parent[ad/ldap] Fallback to default ports if working on old config (diff)
downloadslx-admin-6821a5f066b8e2a5648c0eabf1322749300d28c3.tar.gz
slx-admin-6821a5f066b8e2a5648c0eabf1322749300d28c3.tar.xz
slx-admin-6821a5f066b8e2a5648c0eabf1322749300d28c3.zip
[statistics] Smart values, show last log lines, location support
Diffstat (limited to 'lang/de')
-rw-r--r--lang/de/templates/statistics/cpumodels.json8
-rw-r--r--lang/de/templates/statistics/machine-hdds.json6
-rw-r--r--lang/de/templates/statistics/syslog.json7
3 files changed, 17 insertions, 4 deletions
diff --git a/lang/de/templates/statistics/cpumodels.json b/lang/de/templates/statistics/cpumodels.json
index fc7cf503..85cf517f 100644
--- a/lang/de/templates/statistics/cpumodels.json
+++ b/lang/de/templates/statistics/cpumodels.json
@@ -1,6 +1,6 @@
{
- "lang_cpuCores": "Kerne",
- "lang_cpuCount": "Anzahl",
- "lang_cpuName": "CPU Typ",
- "lang_cpuStats": "Prozessoren"
+ "lang_cpuCores": "CPU-Kerne",
+ "lang_modelCount": "Anzahl",
+ "lang_modelName": "Modellname",
+ "lang_modelStats": "PC-Modelle"
} \ No newline at end of file
diff --git a/lang/de/templates/statistics/machine-hdds.json b/lang/de/templates/statistics/machine-hdds.json
index 731376e3..f2f26baf 100644
--- a/lang/de/templates/statistics/machine-hdds.json
+++ b/lang/de/templates/statistics/machine-hdds.json
@@ -1,7 +1,13 @@
{
"lang_hdds": "Festplatten",
+ "lang_hours": "Stunden",
+ "lang_modelNo": "Modell",
"lang_partName": "Name",
"lang_partSize": "Gr\u00f6\u00dfe",
"lang_partType": "Typ",
+ "lang_pendingSectors": "Potentiell defekte Sektoren",
+ "lang_powerOnTime": "Betriebszeit",
+ "lang_reallocatedSectors": "Defekte Sektoren",
+ "lang_serialNo": "Serien-Nr",
"lang_total": "Gesamt"
} \ No newline at end of file
diff --git a/lang/de/templates/statistics/syslog.json b/lang/de/templates/statistics/syslog.json
new file mode 100644
index 00000000..960de730
--- /dev/null
+++ b/lang/de/templates/statistics/syslog.json
@@ -0,0 +1,7 @@
+{
+ "lang_details": "Details",
+ "lang_event": "Ereignis",
+ "lang_logHeadline": "Logging",
+ "lang_more": "Mehr",
+ "lang_when": "Wann"
+} \ No newline at end of file