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 /tracker-pt | |
parent | b4413ccc109887588d2633cccf894a656191707b (diff) | |
parent | 39f464d393fb78027bdf2187ccf46c6a841aa1bd (diff) |
Merge pull request #754 from cpuwolf/mybase2
add Chinese Lang
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/lang/zh_CN.ts | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tracker-pt/lang/zh_CN.ts b/tracker-pt/lang/zh_CN.ts index 07d8c469..d6ce141e 100644 --- a/tracker-pt/lang/zh_CN.ts +++ b/tracker-pt/lang/zh_CN.ts @@ -5,11 +5,11 @@ <name>TrackerDialog_PT</name> <message> <source>Brightness %1/255</source> - <translation type="unfinished"></translation> + <translation>亮度 %1/255</translation> </message> <message> <source>LED radius %1 pixels</source> - <translation type="unfinished"></translation> + <translation>光源半径 %1 像素</translation> </message> <message> <source>%1 yaw samples. Yaw more to %2 samples for stable calibration.</source> @@ -21,31 +21,31 @@ </message> <message> <source>%1 samples. Over %2, good!</source> - <translation type="unfinished"></translation> + <translation>%1 样本。%2 正常</translation> </message> <message> <source>Stop calibration</source> - <translation type="unfinished"></translation> + <translation>停止校准</translation> </message> <message> <source>Start calibration</source> - <translation type="unfinished">开始校准</translation> + <translation>开始校准</translation> </message> <message> <source>%1x%2 @ %3 FPS</source> - <translation type="unfinished"></translation> + <translation>%1x%2 @ %3 帧</translation> </message> <message> <source>%1 OK!</source> - <translation type="unfinished"></translation> + <translation>%1 正常</translation> </message> <message> <source>%1 BAD!</source> - <translation type="unfinished"></translation> + <translation>%1 异常</translation> </message> <message> <source>Tracker offline</source> - <translation type="unfinished"></translation> + <translation>跟踪器脱机</translation> </message> </context> <context> @@ -72,7 +72,7 @@ </message> <message> <source>Width</source> - <translation></translation> + <translation>宽度</translation> </message> <message> <source>FPS</source> @@ -273,14 +273,14 @@ <message> <source>Use only yaw and pitch while calibrating. Don't roll or change position.</source> - <translation type="unfinished"></translation> + <translation>用pitch和yaw校准。不要roll或者变换位置</translation> </message> </context> <context> <name>pt_module::Tracker_PT</name> <message> <source>Can't open camera</source> - <translation type="unfinished"></translation> + <translation type="unfinished">无法打开摄像头</translation> </message> </context> </TS> |