From 6821a5f066b8e2a5648c0eabf1322749300d28c3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 15 Feb 2016 18:33:37 +0100 Subject: [statistics] Smart values, show last log lines, location support --- lang/de/templates/statistics/cpumodels.json | 8 ++++---- lang/de/templates/statistics/machine-hdds.json | 6 ++++++ lang/de/templates/statistics/syslog.json | 7 +++++++ lang/en/templates/statistics/cpumodels.json | 8 ++++---- lang/en/templates/statistics/machine-hdds.json | 6 ++++++ lang/en/templates/statistics/syslog.json | 7 +++++++ lang/pt/templates/statistics/syslog.json | 3 +++ 7 files changed, 37 insertions(+), 8 deletions(-) create mode 100644 lang/de/templates/statistics/syslog.json create mode 100644 lang/en/templates/statistics/syslog.json create mode 100644 lang/pt/templates/statistics/syslog.json (limited to 'lang') 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 diff --git a/lang/en/templates/statistics/cpumodels.json b/lang/en/templates/statistics/cpumodels.json index c73cbb22..864933dd 100644 --- a/lang/en/templates/statistics/cpumodels.json +++ b/lang/en/templates/statistics/cpumodels.json @@ -1,6 +1,6 @@ { - "lang_cpuCores": "Cores", - "lang_cpuCount": "Count", - "lang_cpuName": "CPU type", - "lang_cpuStats": "Processors" + "lang_cpuCores": "CPU cores", + "lang_modelCount": "Count", + "lang_modelName": "Model name", + "lang_modelStats": "PC models" } \ No newline at end of file diff --git a/lang/en/templates/statistics/machine-hdds.json b/lang/en/templates/statistics/machine-hdds.json index 85afe2e8..8ce6801d 100644 --- a/lang/en/templates/statistics/machine-hdds.json +++ b/lang/en/templates/statistics/machine-hdds.json @@ -1,7 +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/lang/en/templates/statistics/syslog.json b/lang/en/templates/statistics/syslog.json new file mode 100644 index 00000000..6737ca68 --- /dev/null +++ b/lang/en/templates/statistics/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 diff --git a/lang/pt/templates/statistics/syslog.json b/lang/pt/templates/statistics/syslog.json new file mode 100644 index 00000000..c44dc44f --- /dev/null +++ b/lang/pt/templates/statistics/syslog.json @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file -- cgit v1.2.3-55-g7522