diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-28 10:46:45 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-28 10:46:45 +0200 |
commit | b3a1c327bc3d8b7547171d99d3bfcf4d2714549c (patch) | |
tree | 2d1d74e8775ec808537d4ae28e7458ab5ab7ed38 /tracker-easy/lang/zh_CN.ts | |
parent | 6fc9a425a00e98387cdd0023a39885b463cd2d02 (diff) |
Easy Tracker: Removing support for specific models such as clip and cap.
Only generic model supported from now on.
Removing vestige from calibration stuff.
Changing version to 1.0.
Diffstat (limited to 'tracker-easy/lang/zh_CN.ts')
-rw-r--r-- | tracker-easy/lang/zh_CN.ts | 53 |
1 files changed, 5 insertions, 48 deletions
diff --git a/tracker-easy/lang/zh_CN.ts b/tracker-easy/lang/zh_CN.ts index 73f0f0be..ee89b5b6 100644 --- a/tracker-easy/lang/zh_CN.ts +++ b/tracker-easy/lang/zh_CN.ts @@ -2,16 +2,9 @@ <!DOCTYPE TS> <TS version="2.1" language="zh_CN"> <context> - <name>EasyTracker::Dialog</name> - <message> - <source>Tracker offline</source> - <translation type="unfinished">跟踪器脱机</translation> - </message> -</context> -<context> <name>EasyTracker::Metadata</name> <message> - <source>Easy Tracker 0.1</source> + <source>Easy Tracker 1.0</source> <translation type="unfinished"></translation> </message> </context> @@ -98,46 +91,14 @@ <translation>点模式</translation> </message> <message> - <source>Clip</source> - <translation>夹子式</translation> - </message> - <message> - <source>Model Dimensions</source> - <translation>尺寸</translation> - </message> - <message> <source> mm</source> <translation> 毫米</translation> </message> <message> - <source>Side</source> - <translation>侧面</translation> - </message> - <message> - <source>Front</source> - <translation>正面</translation> - </message> - <message> - <source>Cap</source> - <translation>帽子式</translation> - </message> - <message> <source>About</source> <translation>关于</translation> </message> <message> - <source>Status</source> - <translation>状态</translation> - </message> - <message> - <source>Extracted Points:</source> - <translation>解析出的点:</translation> - </message> - <message> - <source>Camera Info:</source> - <translation>设备信息:</translation> - </message> - <message> <source>Debug (full size preview)</source> <translation type="unfinished"></translation> </message> @@ -146,10 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p><span style=" font-weight:600;">Easy Tracker<br/>Version 0.1</span></p><p><span style=" font-weight:600;">by Stéphane Lenclud</span></p><p>See <a href="https://github.com/opentrack/opentrack/wiki/Easy-Tracker"><span style=" font-weight:600; text-decoration: underline; color:#9999AA;">documentation on GitHub</span></a></p></body></html></source> - <translation type="unfinished"></translation> - </message> - <message> <source>Size in pixels of half the edge defining deadzone squares around tracked points</source> <translation type="unfinished"></translation> </message> @@ -194,10 +151,6 @@ <translation type="unfinished"></translation> </message> <message> - <source>Custom</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Top Right</source> <translation type="unfinished"></translation> </message> @@ -249,5 +202,9 @@ <source><html><head/><body><p><span style=" font-size:12pt;">Z</span></p></body></html></source> <translation type="unfinished"></translation> </message> + <message> + <source><html><head/><body><p><span style=" font-weight:600;">Easy Tracker<br/>Version 1.0</span></p><p><span style=" font-weight:600;">by Stéphane Lenclud</span></p><p>See <a href="https://github.com/opentrack/opentrack/wiki/Easy-Tracker"><span style=" font-weight:600; text-decoration: underline; color:#9999aa;">documentation on GitHub</span></a></p></body></html></source> + <translation type="unfinished"></translation> + </message> </context> </TS> |