diff options
Diffstat (limited to 'tracker-aruco/lang')
-rw-r--r-- | tracker-aruco/lang/nl_NL.ts | 12 | ||||
-rw-r--r-- | tracker-aruco/lang/ru_RU.ts | 12 | ||||
-rw-r--r-- | tracker-aruco/lang/stub.ts | 12 | ||||
-rw-r--r-- | tracker-aruco/lang/zh_CN.ts | 34 |
4 files changed, 59 insertions, 11 deletions
diff --git a/tracker-aruco/lang/nl_NL.ts b/tracker-aruco/lang/nl_NL.ts index 87040565..e5a94f3b 100644 --- a/tracker-aruco/lang/nl_NL.ts +++ b/tracker-aruco/lang/nl_NL.ts @@ -59,6 +59,18 @@ <source>Toggle calibration</source> <translation>Schakel tussen kalibratie</translation> </message> + <message> + <source>1280x720</source> + <translation>1280x720</translation> + </message> + <message> + <source>MJPEG</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1920x1080</source> + <translation type="unfinished">1280x1080 {1920x?}</translation> + </message> </context> <context> <name>aruco_dialog</name> diff --git a/tracker-aruco/lang/ru_RU.ts b/tracker-aruco/lang/ru_RU.ts index 57c8170d..639b59ce 100644 --- a/tracker-aruco/lang/ru_RU.ts +++ b/tracker-aruco/lang/ru_RU.ts @@ -59,6 +59,18 @@ <source>Toggle calibration</source> <translation type="unfinished"></translation> </message> + <message> + <source>1280x720</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MJPEG</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1920x1080</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>aruco_dialog</name> diff --git a/tracker-aruco/lang/stub.ts b/tracker-aruco/lang/stub.ts index 67cb36b8..f213eb41 100644 --- a/tracker-aruco/lang/stub.ts +++ b/tracker-aruco/lang/stub.ts @@ -59,6 +59,18 @@ <source>Toggle calibration</source> <translation type="unfinished"></translation> </message> + <message> + <source>1280x720</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MJPEG</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1920x1080</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>aruco_dialog</name> diff --git a/tracker-aruco/lang/zh_CN.ts b/tracker-aruco/lang/zh_CN.ts index b5093b4e..5d5646b7 100644 --- a/tracker-aruco/lang/zh_CN.ts +++ b/tracker-aruco/lang/zh_CN.ts @@ -1,47 +1,47 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="zh_CN"> <context> <name>Form</name> <message> <source>Tracker settings</source> - <translation type="unfinished"></translation> + <translation>追踪器设置</translation> </message> <message> <source><html><head/><body><p>Read the <a href="https://github.com/opentrack/opentrack/wiki/Aruco-tracker"><span style=" text-decoration: underline; color:#0000ff;">wiki page</span></a> and especially the last paragraph before printing markers.</p></body></html></source> - <translation type="unfinished"></translation> + <translation type="unfinished"><html><head/><body><p>阅读此<a href="https://github.com/opentrack/opentrack/wiki/Aruco-tracker"><span style=" text-decoration: underline; color:#0077DD;">Wiki页面</span></a> 特别是打印标记前的最后一段. </p></body></html></translation> </message> <message> <source>Diagonal FOV</source> - <translation type="unfinished"></translation> + <translation>对角FOV</translation> </message> <message> <source>640x480</source> - <translation type="unfinished"></translation> + <translation></translation> </message> <message> <source>320x240</source> - <translation type="unfinished"></translation> + <translation></translation> </message> <message> <source>Default (not recommended!)</source> - <translation type="unfinished"></translation> + <translation>默认 (不推荐!)</translation> </message> <message> <source>Camera name</source> - <translation type="unfinished"></translation> + <translation>相机名称</translation> </message> <message> <source>Frames per second</source> - <translation type="unfinished"></translation> + <translation>FPS</translation> </message> <message> <source>Resolution</source> - <translation type="unfinished"></translation> + <translation type="unfinished">分辨率</translation> </message> <message> <source>Camera settings</source> - <translation type="unfinished"></translation> + <translation>相机设置</translation> </message> <message> <source>Head X</source> @@ -57,8 +57,20 @@ </message> <message> <source>Toggle calibration</source> + <translation>切换校准</translation> + </message> + <message> + <source>1280x720</source> + <translation></translation> + </message> + <message> + <source>MJPEG</source> <translation type="unfinished"></translation> </message> + <message> + <source>1920x1080</source> + <translation></translation> + </message> </context> <context> <name>aruco_dialog</name> |