From 50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 3 May 2016 19:03:09 +0200 Subject: WIP --- modules-available/statistics/lang/de/module.json | 4 ++++ .../statistics/lang/de/templates/clientlist.json | 14 ++++++++++++ .../statistics/lang/de/templates/cpumodels.json | 6 +++++ .../statistics/lang/de/templates/id44.json | 5 +++++ .../statistics/lang/de/templates/kvmstate.json | 5 +++++ .../statistics/lang/de/templates/machine-hdds.json | 13 +++++++++++ .../statistics/lang/de/templates/machine-main.json | 26 ++++++++++++++++++++++ .../lang/de/templates/machine-notes.json | 4 ++++ .../lang/de/templates/machine-usage.json | 4 ++++ .../statistics/lang/de/templates/memory.json | 5 +++++ .../statistics/lang/de/templates/newclients.json | 4 ++++ .../statistics/lang/de/templates/summary.json | 6 +++++ .../statistics/lang/de/templates/syslog.json | 7 ++++++ modules-available/statistics/lang/en/module.json | 3 +++ .../statistics/lang/en/templates/clientlist.json | 14 ++++++++++++ .../statistics/lang/en/templates/cpumodels.json | 6 +++++ .../statistics/lang/en/templates/id44.json | 5 +++++ .../statistics/lang/en/templates/kvmstate.json | 5 +++++ .../statistics/lang/en/templates/machine-hdds.json | 13 +++++++++++ .../statistics/lang/en/templates/machine-main.json | 26 ++++++++++++++++++++++ .../lang/en/templates/machine-notes.json | 4 ++++ .../lang/en/templates/machine-usage.json | 4 ++++ .../statistics/lang/en/templates/memory.json | 5 +++++ .../statistics/lang/en/templates/newclients.json | 4 ++++ .../statistics/lang/en/templates/summary.json | 6 +++++ .../statistics/lang/en/templates/syslog.json | 7 ++++++ 26 files changed, 205 insertions(+) create mode 100644 modules-available/statistics/lang/de/module.json create mode 100644 modules-available/statistics/lang/de/templates/clientlist.json create mode 100644 modules-available/statistics/lang/de/templates/cpumodels.json create mode 100644 modules-available/statistics/lang/de/templates/id44.json create mode 100644 modules-available/statistics/lang/de/templates/kvmstate.json create mode 100644 modules-available/statistics/lang/de/templates/machine-hdds.json create mode 100644 modules-available/statistics/lang/de/templates/machine-main.json create mode 100644 modules-available/statistics/lang/de/templates/machine-notes.json create mode 100644 modules-available/statistics/lang/de/templates/machine-usage.json create mode 100644 modules-available/statistics/lang/de/templates/memory.json create mode 100644 modules-available/statistics/lang/de/templates/newclients.json create mode 100644 modules-available/statistics/lang/de/templates/summary.json create mode 100644 modules-available/statistics/lang/de/templates/syslog.json create mode 100644 modules-available/statistics/lang/en/module.json create mode 100644 modules-available/statistics/lang/en/templates/clientlist.json create mode 100644 modules-available/statistics/lang/en/templates/cpumodels.json create mode 100644 modules-available/statistics/lang/en/templates/id44.json create mode 100644 modules-available/statistics/lang/en/templates/kvmstate.json create mode 100644 modules-available/statistics/lang/en/templates/machine-hdds.json create mode 100644 modules-available/statistics/lang/en/templates/machine-main.json create mode 100644 modules-available/statistics/lang/en/templates/machine-notes.json create mode 100644 modules-available/statistics/lang/en/templates/machine-usage.json create mode 100644 modules-available/statistics/lang/en/templates/memory.json create mode 100644 modules-available/statistics/lang/en/templates/newclients.json create mode 100644 modules-available/statistics/lang/en/templates/summary.json create mode 100644 modules-available/statistics/lang/en/templates/syslog.json (limited to 'modules-available/statistics/lang') diff --git a/modules-available/statistics/lang/de/module.json b/modules-available/statistics/lang/de/module.json new file mode 100644 index 00000000..35a62cce --- /dev/null +++ b/modules-available/statistics/lang/de/module.json @@ -0,0 +1,4 @@ +{ + "module_name": "Client-Statistiken", + "page_title": "Client-Statistiken" +} diff --git a/modules-available/statistics/lang/de/templates/clientlist.json b/modules-available/statistics/lang/de/templates/clientlist.json new file mode 100644 index 00000000..a1022e69 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/clientlist.json @@ -0,0 +1,14 @@ +{ + "lang_address": "Adresse", + "lang_clientList": "Liste ausgew\u00e4hlter Rechner", + "lang_cpuModel": "CPU", + "lang_gbRam": "RAM", + "lang_kvmSupport": "64\u2009Bit G\u00e4ste", + "lang_lastSeen": "Zuletzt gesehen", + "lang_machine": "Rechner", + "lang_machineIdle": "Der Rechner ist eingeschaltet und wird zur Zeit nicht benutzt", + "lang_machineOccupied": "Der Rechner ist eingeschaltet und wird benutzt", + "lang_machineOff": "Der Rechner ist ausgeschaltet, oder hat kein bwLehrpool gebootet", + "lang_realCores": "Kerne", + "lang_tmpGb": "HDD-Temp" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/cpumodels.json b/modules-available/statistics/lang/de/templates/cpumodels.json new file mode 100644 index 00000000..85cf517f --- /dev/null +++ b/modules-available/statistics/lang/de/templates/cpumodels.json @@ -0,0 +1,6 @@ +{ + "lang_cpuCores": "CPU-Kerne", + "lang_modelCount": "Anzahl", + "lang_modelName": "Modellname", + "lang_modelStats": "PC-Modelle" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/id44.json b/modules-available/statistics/lang/de/templates/id44.json new file mode 100644 index 00000000..e2660f20 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/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/modules-available/statistics/lang/de/templates/kvmstate.json b/modules-available/statistics/lang/de/templates/kvmstate.json new file mode 100644 index 00000000..3e8f1a96 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/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/modules-available/statistics/lang/de/templates/machine-hdds.json b/modules-available/statistics/lang/de/templates/machine-hdds.json new file mode 100644 index 00000000..f2f26baf --- /dev/null +++ b/modules-available/statistics/lang/de/templates/machine-hdds.json @@ -0,0 +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/modules-available/statistics/lang/de/templates/machine-main.json b/modules-available/statistics/lang/de/templates/machine-main.json new file mode 100644 index 00000000..47c3e266 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/machine-main.json @@ -0,0 +1,26 @@ +{ + "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_machineIdle": "Eingeschaltet, ungenutzt", + "lang_machineOccupied": "Eingeschaltet, in Verwendung", + "lang_machineOccupiedBy": "In Verwendung durch", + "lang_machineOff": "Kein bwLehrpool gestartet", + "lang_machineSummary": "Zusammenfassung", + "lang_maximumAbbrev": "Max.", + "lang_model": "Modell", + "lang_ram": "Arbeitsspeicher", + "lang_ramSlots": "Speicher-Slots", + "lang_sockets": "Sockel", + "lang_tempPart": "Temp. Partition", + "lang_usageState": "Zustand", + "lang_uuid": "UUID", + "lang_virtualCores": "Virtuelle Kerne" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/machine-notes.json b/modules-available/statistics/lang/de/templates/machine-notes.json new file mode 100644 index 00000000..f9df1b92 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/machine-notes.json @@ -0,0 +1,4 @@ +{ + "lang_notes": "Anmerkungen", + "lang_save": "Speichern" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/machine-usage.json b/modules-available/statistics/lang/de/templates/machine-usage.json new file mode 100644 index 00000000..e2c9a979 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/machine-usage.json @@ -0,0 +1,4 @@ +{ + "lang_timebarDesc": "Visuelle Darstellung der letzten Tage. Rote Abschnitte zeigen, wann der Rechner belegt war, gr\u00fcne, wann er nicht verwendet wurde, aber eingeschaltet war. Die leicht abgedunkelten Abschnitte markieren N\u00e4chte (22 bis 8 Uhr).", + "lang_usageDetails": "Nutzungsdetails" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/memory.json b/modules-available/statistics/lang/de/templates/memory.json new file mode 100644 index 00000000..b5fdac89 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/memory.json @@ -0,0 +1,5 @@ +{ + "lang_machineCount": "Anzahl", + "lang_memoryStats": "Arbeitsspeicher", + "lang_ramSize": "Gr\u00f6\u00dfe" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/newclients.json b/modules-available/statistics/lang/de/templates/newclients.json new file mode 100644 index 00000000..f1353389 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/newclients.json @@ -0,0 +1,4 @@ +{ + "lang_machine": "Client", + "lang_newMachines": "Neue Ger\u00e4te" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/summary.json b/modules-available/statistics/lang/de/templates/summary.json new file mode 100644 index 00000000..30189871 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/summary.json @@ -0,0 +1,6 @@ +{ + "lang_inUseMachines": "In Verwendung", + "lang_knownMachines": "Bekannte Clients", + "lang_onlineMachines": "Gestartete Clients", + "lang_withBadSectors": "Clients mit potentiell defekten Festplatten (mehr als 10 defekte Sektoren)" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/de/templates/syslog.json b/modules-available/statistics/lang/de/templates/syslog.json new file mode 100644 index 00000000..960de730 --- /dev/null +++ b/modules-available/statistics/lang/de/templates/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 diff --git a/modules-available/statistics/lang/en/module.json b/modules-available/statistics/lang/en/module.json new file mode 100644 index 00000000..b4c6db44 --- /dev/null +++ b/modules-available/statistics/lang/en/module.json @@ -0,0 +1,3 @@ +{ + "module_name": "Client Statistics" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/clientlist.json b/modules-available/statistics/lang/en/templates/clientlist.json new file mode 100644 index 00000000..ae692154 --- /dev/null +++ b/modules-available/statistics/lang/en/templates/clientlist.json @@ -0,0 +1,14 @@ +{ + "lang_address": "Address", + "lang_clientList": "List of selected machines", + "lang_cpuModel": "CPU", + "lang_gbRam": "RAM", + "lang_kvmSupport": "64\u2009Bit guests", + "lang_lastSeen": "Last seen", + "lang_machine": "Machine", + "lang_machineIdle": "Machine is powered on and is not used", + "lang_machineOccupied": "Machine is powered on and in use", + "lang_machineOff": "Machine is powered down, or is not running bwLehrpool", + "lang_realCores": "Cores", + "lang_tmpGb": "HDD temp" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/cpumodels.json b/modules-available/statistics/lang/en/templates/cpumodels.json new file mode 100644 index 00000000..864933dd --- /dev/null +++ b/modules-available/statistics/lang/en/templates/cpumodels.json @@ -0,0 +1,6 @@ +{ + "lang_cpuCores": "CPU cores", + "lang_modelCount": "Count", + "lang_modelName": "Model name", + "lang_modelStats": "PC models" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/id44.json b/modules-available/statistics/lang/en/templates/id44.json new file mode 100644 index 00000000..0d0081a8 --- /dev/null +++ b/modules-available/statistics/lang/en/templates/id44.json @@ -0,0 +1,5 @@ +{ + "lang_machineCount": "Count", + "lang_partitionSize": "Size", + "lang_tempPartStats": "Temporary partition" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/kvmstate.json b/modules-available/statistics/lang/en/templates/kvmstate.json new file mode 100644 index 00000000..b4846473 --- /dev/null +++ b/modules-available/statistics/lang/en/templates/kvmstate.json @@ -0,0 +1,5 @@ +{ + "lang_kvmState": "State", + "lang_kvmStats": "64\u2009Bit guest support", + "lang_machineCount": "Count" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/machine-hdds.json b/modules-available/statistics/lang/en/templates/machine-hdds.json new file mode 100644 index 00000000..8ce6801d --- /dev/null +++ b/modules-available/statistics/lang/en/templates/machine-hdds.json @@ -0,0 +1,13 @@ +{ + "lang_hdds": "Hard disk drives", + "lang_hours": "hours", + "lang_modelNo": "Model", + "lang_partName": "Name", + "lang_partSize": "Size", + "lang_partType": "Type", + "lang_pendingSectors": "Sectors pending reallocation", + "lang_powerOnTime": "Power on time", + "lang_reallocatedSectors": "Bad sectors", + "lang_serialNo": "Serial no", + "lang_total": "Total" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/machine-main.json b/modules-available/statistics/lang/en/templates/machine-main.json new file mode 100644 index 00000000..1addd437 --- /dev/null +++ b/modules-available/statistics/lang/en/templates/machine-main.json @@ -0,0 +1,26 @@ +{ + "lang_64bitSupport": "64\u2009Bit guest support", + "lang_cores": "Cores", + "lang_cpuModel": "CPU model", + "lang_firstSeen": "First seen", + "lang_hardwareSummary": "Hardware", + "lang_hostname": "Hostname", + "lang_ip": "IP address", + "lang_lastBoot": "Last boot", + "lang_lastSeen": "Last activity", + "lang_macAddr": "MAC address", + "lang_machineIdle": "Powered on, unused", + "lang_machineOccupied": "Powered on, in use", + "lang_machineOccupiedBy": "In use by", + "lang_machineOff": "bwLehrpool not running", + "lang_machineSummary": "Summary", + "lang_maximumAbbrev": "max.", + "lang_model": "Model", + "lang_ram": "Memory", + "lang_ramSlots": "Memory slots", + "lang_sockets": "Sockets", + "lang_tempPart": "Temp. partition", + "lang_usageState": "State", + "lang_uuid": "UUID", + "lang_virtualCores": "Virtual cores" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/machine-notes.json b/modules-available/statistics/lang/en/templates/machine-notes.json new file mode 100644 index 00000000..7a13f28a --- /dev/null +++ b/modules-available/statistics/lang/en/templates/machine-notes.json @@ -0,0 +1,4 @@ +{ + "lang_notes": "Notes", + "lang_save": "Save" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/machine-usage.json b/modules-available/statistics/lang/en/templates/machine-usage.json new file mode 100644 index 00000000..398996f6 --- /dev/null +++ b/modules-available/statistics/lang/en/templates/machine-usage.json @@ -0,0 +1,4 @@ +{ + "lang_timebarDesc": "Visual representation of the last few days. Red parts mark periods where the client was occupied, green parts where the client was idle. Dimmed parts mark nights (10pm to 8am).", + "lang_usageDetails": "Detailed usage" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/memory.json b/modules-available/statistics/lang/en/templates/memory.json new file mode 100644 index 00000000..decdd021 --- /dev/null +++ b/modules-available/statistics/lang/en/templates/memory.json @@ -0,0 +1,5 @@ +{ + "lang_machineCount": "Count", + "lang_memoryStats": "Memory", + "lang_ramSize": "Size" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/newclients.json b/modules-available/statistics/lang/en/templates/newclients.json new file mode 100644 index 00000000..f7e55f3f --- /dev/null +++ b/modules-available/statistics/lang/en/templates/newclients.json @@ -0,0 +1,4 @@ +{ + "lang_machine": "Client", + "lang_newMachines": "New machines" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/summary.json b/modules-available/statistics/lang/en/templates/summary.json new file mode 100644 index 00000000..b57c290f --- /dev/null +++ b/modules-available/statistics/lang/en/templates/summary.json @@ -0,0 +1,6 @@ +{ + "lang_inUseMachines": "In use", + "lang_knownMachines": "Known clients", + "lang_onlineMachines": "Online clients", + "lang_withBadSectors": "Clients with potentially bad HDDs (more than 10 reallocated sectors)" +} \ No newline at end of file diff --git a/modules-available/statistics/lang/en/templates/syslog.json b/modules-available/statistics/lang/en/templates/syslog.json new file mode 100644 index 00000000..6737ca68 --- /dev/null +++ b/modules-available/statistics/lang/en/templates/syslog.json @@ -0,0 +1,7 @@ +{ + "lang_details": "Details", + "lang_event": "Event", + "lang_logHeadline": "Logging", + "lang_more": "More", + "lang_when": "When" +} \ No newline at end of file -- cgit v1.2.3-55-g7522