summaryrefslogtreecommitdiffstats
path: root/lang/de
diff options
context:
space:
mode:
authorSimon Rettberg2015-11-19 12:13:36 +0100
committerSimon Rettberg2015-11-19 12:13:36 +0100
commit66aac2e67e35bd987bc3750b63f2734e47d0d57d (patch)
treeb9881051c3587a00fa56972c6b449731689cdd68 /lang/de
parent[request.inc.php] Add optional parameter to control variable type (diff)
downloadslx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.tar.gz
slx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.tar.xz
slx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.zip
Implement statistics logging
DB scheme update is still missing, might still change a little...
Diffstat (limited to 'lang/de')
-rw-r--r--lang/de/templates/statistics/clientlist.json11
-rw-r--r--lang/de/templates/statistics/cpumodels.json6
-rw-r--r--lang/de/templates/statistics/id44.json5
-rw-r--r--lang/de/templates/statistics/kvmstate.json5
-rw-r--r--lang/de/templates/statistics/machine-hdds.json7
-rw-r--r--lang/de/templates/statistics/machine-main.json18
-rw-r--r--lang/de/templates/statistics/memory.json5
7 files changed, 57 insertions, 0 deletions
diff --git a/lang/de/templates/statistics/clientlist.json b/lang/de/templates/statistics/clientlist.json
new file mode 100644
index 00000000..14e21549
--- /dev/null
+++ b/lang/de/templates/statistics/clientlist.json
@@ -0,0 +1,11 @@
+{
+ "lang_address": "Adresse",
+ "lang_clientList": "Liste ausgew\u00e4hlter Rechner",
+ "lang_cpuModel": "CPU",
+ "lang_gbRam": "RAM",
+ "lang_kvmSupport": "64\u2009Bit G\u00e4ste",
+ "lang_lastBoot": "Letzter boot",
+ "lang_machine": "Rechner",
+ "lang_realCores": "Kerne",
+ "lang_tmpGb": "HDD-Temp"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/cpumodels.json b/lang/de/templates/statistics/cpumodels.json
new file mode 100644
index 00000000..fc7cf503
--- /dev/null
+++ b/lang/de/templates/statistics/cpumodels.json
@@ -0,0 +1,6 @@
+{
+ "lang_cpuCores": "Kerne",
+ "lang_cpuCount": "Anzahl",
+ "lang_cpuName": "CPU Typ",
+ "lang_cpuStats": "Prozessoren"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/id44.json b/lang/de/templates/statistics/id44.json
new file mode 100644
index 00000000..e2660f20
--- /dev/null
+++ b/lang/de/templates/statistics/id44.json
@@ -0,0 +1,5 @@
+{
+ "lang_machineCount": "Anzahl",
+ "lang_partitionSize": "Gr\u00f6\u00dfe",
+ "lang_tempPartStats": "Tempor\u00e4re Partition"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/kvmstate.json b/lang/de/templates/statistics/kvmstate.json
new file mode 100644
index 00000000..3e8f1a96
--- /dev/null
+++ b/lang/de/templates/statistics/kvmstate.json
@@ -0,0 +1,5 @@
+{
+ "lang_kvmState": "Status",
+ "lang_kvmStats": "64\u2009Bit Gast-Support",
+ "lang_machineCount": "Anzahl"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/machine-hdds.json b/lang/de/templates/statistics/machine-hdds.json
new file mode 100644
index 00000000..731376e3
--- /dev/null
+++ b/lang/de/templates/statistics/machine-hdds.json
@@ -0,0 +1,7 @@
+{
+ "lang_hdds": "Festplatten",
+ "lang_partName": "Name",
+ "lang_partSize": "Gr\u00f6\u00dfe",
+ "lang_partType": "Typ",
+ "lang_total": "Gesamt"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/machine-main.json b/lang/de/templates/statistics/machine-main.json
new file mode 100644
index 00000000..751ff8c7
--- /dev/null
+++ b/lang/de/templates/statistics/machine-main.json
@@ -0,0 +1,18 @@
+{
+ "lang_64bitSupport": "64\u2009Bit Gast-Support",
+ "lang_cores": "Kerne",
+ "lang_cpuModel": "CPU-Modell",
+ "lang_firstSeen": "Erste Aktivit\u00e4t",
+ "lang_hardwareSummary": "Hardware",
+ "lang_hostname": "Hostname",
+ "lang_ip": "IP-Adresse",
+ "lang_lastBoot": "Letzter Boot",
+ "lang_lastSeen": "Letzte Aktivit\u00e4t",
+ "lang_macAddr": "MAC-Adresse",
+ "lang_machineSummary": "Zusammenfassung",
+ "lang_ram": "Arbeitsspeicher",
+ "lang_sockets": "Sockel",
+ "lang_tempPart": "Temp. Partition",
+ "lang_uuid": "UUID",
+ "lang_virtualCores": "Virtuelle Kerne"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/memory.json b/lang/de/templates/statistics/memory.json
new file mode 100644
index 00000000..b5fdac89
--- /dev/null
+++ b/lang/de/templates/statistics/memory.json
@@ -0,0 +1,5 @@
+{
+ "lang_machineCount": "Anzahl",
+ "lang_memoryStats": "Arbeitsspeicher",
+ "lang_ramSize": "Gr\u00f6\u00dfe"
+} \ No newline at end of file