diff options
author | Simon Rettberg | 2016-02-15 18:33:37 +0100 |
---|---|---|
committer | Simon Rettberg | 2016-02-15 18:33:37 +0100 |
commit | 6821a5f066b8e2a5648c0eabf1322749300d28c3 (patch) | |
tree | d61b1fd3e2e91532dceed824ae03513430f037b6 /lang | |
parent | [ad/ldap] Fallback to default ports if working on old config (diff) | |
download | slx-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')
-rw-r--r-- | lang/de/templates/statistics/cpumodels.json | 8 | ||||
-rw-r--r-- | lang/de/templates/statistics/machine-hdds.json | 6 | ||||
-rw-r--r-- | lang/de/templates/statistics/syslog.json | 7 | ||||
-rw-r--r-- | lang/en/templates/statistics/cpumodels.json | 8 | ||||
-rw-r--r-- | lang/en/templates/statistics/machine-hdds.json | 6 | ||||
-rw-r--r-- | lang/en/templates/statistics/syslog.json | 7 | ||||
-rw-r--r-- | lang/pt/templates/statistics/syslog.json | 3 |
7 files changed, 37 insertions, 8 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 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 |