Commit 07528bdb authored by Mygod's avatar Mygod

Add missing translation for bytes

parent a0790100
......@@ -82,6 +82,9 @@
<string name="stat">网络流量</string>
<string name="stat_summary">发送: \t%3$s\t↑\t%1$s/s\n接收: \t%4$s\t↓\t%2$s/s</string>
<plurals name="bytes">
<item quantity="other">字节</item>
</plurals>
<string name="connection_test_pending">检查网络连接</string>
<string name="connection_test_testing">测试中……</string>
......
......@@ -83,6 +83,9 @@
<string name="stat">網路流量</string>
<string name="stat_summary">傳送: \t%3$s\t↑\t%1$s/s\n接收: \t%4$s\t↓\t%2$s/s</string>
<plurals name="bytes">
<item quantity="other">位元組</item>
</plurals>
<string name="connection_test_pending">檢查連線能力</string>
<string name="connection_test_testing">測試中……</string>
......
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