livestats: minor changes of the translatable strings
This commit is contained in:
parent
02558ad587
commit
aab74df067
3 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@
|
||||||
2000,
|
2000,
|
||||||
|
|
||||||
// Data sources
|
// Data sources
|
||||||
[ 0, "1 min", 1, "5 min", 2, "15 min" ],
|
[ 0, "1 <%:min%>", 1, "5 <%:min%>", 2, "15 <%:min%>" ],
|
||||||
|
|
||||||
// Graph layout options
|
// Graph layout options
|
||||||
{ title: '<%:load average%>', strokeWidth: 2.5, shouldFill: false, strokeColor: null,
|
{ title: '<%:Load average%>', strokeWidth: 2.5, shouldFill: false, strokeColor: null,
|
||||||
padding: { left: 70, right: 10, top: 10, bottom: 20 },
|
padding: { left: 70, right: 10, top: 10, bottom: 20 },
|
||||||
instances: [ false ], yAxis: [ 0, 2 ], drawBackground: false },
|
instances: [ false ], yAxis: [ 0, 2 ], drawBackground: false },
|
||||||
null,
|
null,
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
shouldFill: false,
|
shouldFill: false,
|
||||||
drawBackground: false,
|
drawBackground: false,
|
||||||
strokeColor: null,
|
strokeColor: null,
|
||||||
title: '<%:traffic on%> %s',
|
title: '<%:Traffic on%> %s',
|
||||||
strokeWidth: 2.5, height: 140,
|
strokeWidth: 2.5, height: 140,
|
||||||
padding: { left: 70, right: 10, top: 10, bottom: 20 },
|
padding: { left: 70, right: 10, top: 10, bottom: 20 },
|
||||||
instances: [ <%=table.concat(interfaces, ", ") %> ],
|
instances: [ <%=table.concat(interfaces, ", ") %> ],
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
// Graph layout options
|
// Graph layout options
|
||||||
{ drawBackground: false, yAxis: [ 0, 50 ],
|
{ drawBackground: false, yAxis: [ 0, 50 ],
|
||||||
title: '<%:signal-to-noise ratio for%> %s',
|
title: '<%:Signal-to-noise ratio for%> %s',
|
||||||
padding: { left: 40, right: 10, top: 10, bottom: 20 },
|
padding: { left: 40, right: 10, top: 10, bottom: 20 },
|
||||||
instanceNames: {
|
instanceNames: {
|
||||||
<%- for k,v in pairs(luci.sys.wifi.getiwconfig()) do %>
|
<%- for k,v in pairs(luci.sys.wifi.getiwconfig()) do %>
|
||||||
|
|
Loading…
Reference in a new issue