Add manual MAC lookup

This commit is contained in:
Mygod
2019-01-31 17:10:26 +08:00
parent 73d29cba20
commit 509511461c
5 changed files with 32 additions and 9 deletions

View File

@@ -63,7 +63,9 @@
<string name="clients_popup_block_service_inactive">拉黑需要为该接口打开服务。</string>
<string name="clients_popup_unblock">洗白</string>
<string name="clients_popup_stats">流量…</string>
<string name="clients_mac_lookup_unexpected_error">服务器为 %1$s 返回错误:%2$s</string>
<string name="clients_nickname_title">%s 的昵称</string>
<string name="clients_nickname_set_to_vendor">← 🏳️‍🌈 厂商</string>
<string name="clients_stats_title">%s 的流量</string>
<plurals name="clients_stats_message_1">
<item quantity="other">自 %2$s 以来连接了 %1$s 次</item>

View File

@@ -67,7 +67,9 @@
<string name="clients_popup_block_service_inactive">Turn on service for this interface to block the client.</string>
<string name="clients_popup_unblock">Unblock</string>
<string name="clients_popup_stats">Stats…</string>
<string name="clients_mac_lookup_unexpected_error">Server returned error for %1$s: %2$s</string>
<string name="clients_nickname_title">Nickname for %s</string>
<string name="clients_nickname_set_to_vendor">← 🏳️‍🌈 Vendor</string>
<string name="clients_stats_title">Stats for %s</string>
<plurals name="clients_stats_message_1">
<item quantity="one">Connected 1 time since %2$s</item>