diff options
author | Simon Rettberg | 2016-05-04 18:27:28 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-04 18:27:28 +0200 |
commit | 80424b29e00609bf837119fa810b5afdadf2b4e9 (patch) | |
tree | e59c49265aeb219c4137bdf21e71262201345b99 /modules-available/statistics/lang/en | |
parent | WIP (diff) | |
download | slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.tar.gz slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.tar.xz slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.zip |
Work on translations: templates and messages work
Diffstat (limited to 'modules-available/statistics/lang/en')
13 files changed, 69 insertions, 99 deletions
diff --git a/modules-available/statistics/lang/en/template-tags.json b/modules-available/statistics/lang/en/template-tags.json new file mode 100644 index 00000000..5782cb88 --- /dev/null +++ b/modules-available/statistics/lang/en/template-tags.json @@ -0,0 +1,69 @@ +{ + "lang_64bitSupport": "64\u2009Bit guest support", + "lang_address": "Address", + "lang_clientList": "List of selected machines", + "lang_cores": "Cores", + "lang_cpuCores": "CPU cores", + "lang_cpuModel": "CPU", + "lang_details": "Details", + "lang_event": "Event", + "lang_firstSeen": "First seen", + "lang_gbRam": "RAM", + "lang_hardwareSummary": "Hardware", + "lang_hdds": "Hard disk drives", + "lang_hostname": "Hostname", + "lang_hours": "hours", + "lang_inUseMachines": "In use", + "lang_ip": "IP address", + "lang_knownMachines": "Known clients", + "lang_kvmState": "State", + "lang_kvmStats": "64\u2009Bit guest support", + "lang_kvmSupport": "64\u2009Bit guests", + "lang_lastBoot": "Last boot", + "lang_lastSeen": "Last seen", + "lang_logHeadline": "Logging", + "lang_macAddr": "MAC address", + "lang_machine": "Machine", + "lang_machineCount": "Count", + "lang_machineIdle": "Machine is powered on and is not used", + "lang_machineOccupied": "Machine is powered on and in use", + "lang_machineOccupiedBy": "In use by", + "lang_machineOff": "Machine is powered down, or is not running bwLehrpool", + "lang_machineSummary": "Summary", + "lang_maximumAbbrev": "max.", + "lang_memoryStats": "Memory", + "lang_model": "Model", + "lang_modelCount": "Count", + "lang_modelName": "Model name", + "lang_modelNo": "Model", + "lang_modelStats": "PC models", + "lang_more": "More", + "lang_newMachines": "New machines", + "lang_notes": "Notes", + "lang_onlineMachines": "Online clients", + "lang_partName": "Name", + "lang_partSize": "Size", + "lang_partType": "Type", + "lang_partitionSize": "Size", + "lang_pendingSectors": "Sectors pending reallocation", + "lang_powerOnTime": "Power on time", + "lang_ram": "Memory", + "lang_ramSize": "Size", + "lang_ramSlots": "Memory slots", + "lang_realCores": "Cores", + "lang_reallocatedSectors": "Bad sectors", + "lang_save": "Save", + "lang_serialNo": "Serial no", + "lang_sockets": "Sockets", + "lang_tempPart": "Temp. partition", + "lang_tempPartStats": "Temporary partition", + "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_tmpGb": "HDD temp", + "lang_total": "Total", + "lang_usageDetails": "Detailed usage", + "lang_usageState": "State", + "lang_uuid": "UUID", + "lang_virtualCores": "Virtual cores", + "lang_when": "When", + "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/clientlist.json b/modules-available/statistics/lang/en/templates/clientlist.json deleted file mode 100644 index ae692154..00000000 --- a/modules-available/statistics/lang/en/templates/clientlist.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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 deleted file mode 100644 index 864933dd..00000000 --- a/modules-available/statistics/lang/en/templates/cpumodels.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "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 deleted file mode 100644 index 0d0081a8..00000000 --- a/modules-available/statistics/lang/en/templates/id44.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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 deleted file mode 100644 index b4846473..00000000 --- a/modules-available/statistics/lang/en/templates/kvmstate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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 deleted file mode 100644 index 8ce6801d..00000000 --- a/modules-available/statistics/lang/en/templates/machine-hdds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "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 deleted file mode 100644 index 1addd437..00000000 --- a/modules-available/statistics/lang/en/templates/machine-main.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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 deleted file mode 100644 index 7a13f28a..00000000 --- a/modules-available/statistics/lang/en/templates/machine-notes.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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 deleted file mode 100644 index 398996f6..00000000 --- a/modules-available/statistics/lang/en/templates/machine-usage.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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 deleted file mode 100644 index decdd021..00000000 --- a/modules-available/statistics/lang/en/templates/memory.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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 deleted file mode 100644 index f7e55f3f..00000000 --- a/modules-available/statistics/lang/en/templates/newclients.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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 deleted file mode 100644 index b57c290f..00000000 --- a/modules-available/statistics/lang/en/templates/summary.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "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 deleted file mode 100644 index 6737ca68..00000000 --- a/modules-available/statistics/lang/en/templates/syslog.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "lang_details": "Details", - "lang_event": "Event", - "lang_logHeadline": "Logging", - "lang_more": "More", - "lang_when": "When" -}
\ No newline at end of file |