Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
07528bdb
Commit
07528bdb
authored
Jul 01, 2016
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing translation for bytes
parent
a0790100
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/main/res/values-zh-rCN/strings.xml
src/main/res/values-zh-rCN/strings.xml
+3
-0
src/main/res/values-zh/strings.xml
src/main/res/values-zh/strings.xml
+3
-0
No files found.
src/main/res/values-zh-rCN/strings.xml
View file @
07528bdb
...
...
@@ -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>
...
...
src/main/res/values-zh/strings.xml
View file @
07528bdb
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment