mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
* Core translation
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
uci_applied = "The following changes were applied"
|
||||
uci_reverted = "The following changes were reverted"
|
||||
@@ -6,14 +6,14 @@
|
||||
<table cellspacing="0" cellpadding="6" class="smalltext">
|
||||
<tr>
|
||||
<th><%:interface Schnittstelle%></th>
|
||||
<th><%:essid ESSID%></th>
|
||||
<th><%:bssid BSSID%></th>
|
||||
<th>ESSID</th>
|
||||
<th>BSSID</th>
|
||||
<th><%:mode Modus%></th>
|
||||
<th><%:channel Kanal%></th>
|
||||
<th><%:encr Vers.%></th>
|
||||
<th><%:link Verb.%></th>
|
||||
<th><%:signal Signal%></th>
|
||||
<th><%:noise Rausch%></th>
|
||||
<th><%:iwscan_encr Vers.%></th>
|
||||
<th><%:iwscan_link Verb.%></th>
|
||||
<th><%:iwscan_signal Signal%></th>
|
||||
<th><%:iwscan_noise Rausch%></th>
|
||||
</tr>
|
||||
<%for iface, cells in pairs(luci.sys.wifi.iwscan()) do
|
||||
for i, cell in ipairs(cells) do
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<table cellspacing="0" cellpadding="6" class="smalltext">
|
||||
<tr>
|
||||
<th><%:target Ziel%></th>
|
||||
<th><%:netmask Netzmaske%></th>
|
||||
<th><%:gateway Gateway%></th>
|
||||
<th><%:metric Metrik%></th>
|
||||
<th><%:iface Schnittstelle%></th>
|
||||
<th><%:routes_netmask Netzmaske%></th>
|
||||
<th><%:routes_gateway Gateway%></th>
|
||||
<th><%:routes_metric Metrik%></th>
|
||||
<th><%:interface Schnittstelle%></th>
|
||||
</tr>
|
||||
<%
|
||||
local routes = luci.sys.net.routes()
|
||||
|
||||
Reference in New Issue
Block a user