diff options
author | Stanisław Halik <sthalik@misaki.pl> | 2018-03-10 17:41:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-10 17:41:20 +0100 |
commit | 4fa5cac95f24732b3e4362561491b3e63737200a (patch) | |
tree | 501d8af604d7642dec21d6efe009168b0f4014e3 /gui | |
parent | b4413ccc109887588d2633cccf894a656191707b (diff) | |
parent | 39f464d393fb78027bdf2187ccf46c6a841aa1bd (diff) |
Merge pull request #754 from cpuwolf/mybase2
add Chinese Lang
Diffstat (limited to 'gui')
-rw-r--r-- | gui/lang/zh_CN.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts index be1f3d91..d910a860 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="zh_CN"> <context> <name>BrowseButton</name> <message> @@ -106,15 +106,15 @@ </message> <message> <source>Start tracking</source> - <translation type="unfinished"></translation> + <translation type="unfinished">开始跟踪</translation> </message> <message> <source>Stop tracking</source> - <translation type="unfinished"></translation> + <translation type="unfinished">停止跟踪</translation> </message> <message> <source>Zero</source> - <translation type="unfinished"></translation> + <translation>初始位置</translation> </message> <message> <source>Toggle</source> |