Commit c3638b96 authored by Max Lv's avatar Max Lv

refine strings

parent ff23bae6
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<string name="stat">网络流量</string> <string name="stat">网络流量</string>
<string name="stat_summary">发送:\t%1$s\t|\t接收:\t%2$s\n上传:\t%3$s\t|\t下载:\t%4$s</string> <string name="stat_summary">发送:\t%1$s\t|\t接收:\t%2$s\n上传:\t%3$s\t|\t下载:\t%4$s</string>
<string name="stat_profiles">\n发送:\t%1$s\t|\t接收:\t%2$s</string> <string name="stat_profiles">\n已发送: \t%1$s\n已接收: \t%2$s</string>
<plurals name="bytes"> <plurals name="bytes">
<item quantity="other">字节</item> <item quantity="other">字节</item>
</plurals> </plurals>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<string name="nat_summary_no_root">NAT mode is disabled without root</string> <string name="nat_summary_no_root">NAT mode is disabled without root</string>
<string name="stat">Network Traffic</string> <string name="stat">Network Traffic</string>
<string name="stat_summary">Sent: \t%1$s\t|\tReceived: \t%2$s\nUpload: \t%3$s\t|\tDownload: \t%4$s</string> <string name="stat_summary">Sent: \t%1$s\t|\tReceived: \t%2$s\nUpload: \t%3$s\t|\tDownload: \t%4$s</string>
<string name="stat_profiles">\nSent: \t%1$s\t|\tReceived: \t%2$s</string> <string name="stat_profiles">\nTotal Sent: \t%1$s\nTotal Received: \t%2$s</string>
<plurals name="bytes"> <plurals name="bytes">
<item quantity="one">Byte</item> <item quantity="one">Byte</item>
<item quantity="other">Bytes</item> <item quantity="other">Bytes</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment